]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add park/unpark to verbose event list
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 8 Jan 2009 16:41:32 +0000 (16:41 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 8 Jan 2009 16:41:32 +0000 (16:41 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11097 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_channel.c

index 1d8f8797e5b9e2249564d82f29c03a4f9c456ebd..0756287bf891fd5c73dbb0636b356ecd727e5939 100644 (file)
@@ -1212,6 +1212,8 @@ SWITCH_DECLARE(void) switch_channel_event_set_extended_data(switch_channel_t *ch
                event->event_id == SWITCH_EVENT_CHANNEL_ORIGINATE ||
                event->event_id == SWITCH_EVENT_CHANNEL_UUID ||
                event->event_id == SWITCH_EVENT_CHANNEL_ANSWER ||
+               event->event_id == SWITCH_EVENT_CHANNEL_PARK ||
+               event->event_id == SWITCH_EVENT_CHANNEL_UNPARK ||
                event->event_id == SWITCH_EVENT_CHANNEL_PROGRESS ||
                event->event_id == SWITCH_EVENT_CHANNEL_PROGRESS_MEDIA ||
                event->event_id == SWITCH_EVENT_CHANNEL_HANGUP ||