]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODEVENT-56
authorBrian West <brian@freeswitch.org>
Tue, 29 Sep 2009 02:23:08 +0000 (02:23 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 29 Sep 2009 02:23:08 +0000 (02:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15011 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_event_socket/mod_event_socket.c

index e9a246ddb5c0253425b0be746fa9304a823a090c..269a3f9d51ecb0885f98ca0d7d4703df39e1e454 100644 (file)
@@ -1537,6 +1537,7 @@ static switch_status_t parse_command(listener_t *listener, switch_event_t **even
                        listener->event_list[SWITCH_EVENT_CHANNEL_EXECUTE] = 1;
                        listener->event_list[SWITCH_EVENT_CHANNEL_EXECUTE_COMPLETE] = 1;
                        listener->event_list[SWITCH_EVENT_CHANNEL_HANGUP] = 1;
+                       listener->event_list[SWITCH_EVENT_CHANNEL_HANGUP_COMPLETE] = 1;
                        listener->event_list[SWITCH_EVENT_CHANNEL_ORIGINATE] = 1;
                        listener->event_list[SWITCH_EVENT_CHANNEL_UUID] = 1;
                        listener->event_list[SWITCH_EVENT_CHANNEL_OUTGOING] = 1;