]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4499 --resolve this is a different fix but this will implicitly fix it
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 6 Aug 2012 16:20:27 +0000 (11:20 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 6 Aug 2012 16:20:27 +0000 (11:20 -0500)
src/mod/event_handlers/mod_event_socket/mod_event_socket.c

index c377080e63b0b219feb23b21c4ea61d63c120cab..371ce62b3a9a826c4cf8b1a69b35cb4cda22724d 100644 (file)
@@ -2140,6 +2140,7 @@ static switch_status_t parse_command(listener_t *listener, switch_event_t **even
                }
 
                if (*event) {
+                       switch_event_prep_for_delivery(*event);
                        switch_event_fire(event);
                }
                switch_snprintf(reply, reply_len, "+OK %s", uuid_str);