]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
extended data from hangup_complete event
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 1 Jun 2009 12:45:56 +0000 (12:45 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 1 Jun 2009 12:45:56 +0000 (12:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13525 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_channel.c

index 03d8509b994987af989ce85ad57e57e3bbb49a19..000632e9e63434ca781a54e24a54c729cc15a254 100644 (file)
@@ -1359,6 +1359,7 @@ SWITCH_DECLARE(void) switch_channel_event_set_extended_data(switch_channel_t *ch
                event->event_id == SWITCH_EVENT_CHANNEL_PROGRESS ||
                event->event_id == SWITCH_EVENT_CHANNEL_PROGRESS_MEDIA ||
                event->event_id == SWITCH_EVENT_CHANNEL_HANGUP ||
+               event->event_id == SWITCH_EVENT_CHANNEL_HANGUP_COMPLETE ||
                event->event_id == SWITCH_EVENT_REQUEST_PARAMS ||
                event->event_id == SWITCH_EVENT_CHANNEL_DATA ||
                event->event_id == SWITCH_EVENT_CHANNEL_EXECUTE_COMPLETE ||