]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add another event to list
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 2 Oct 2008 20:52:42 +0000 (20:52 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 2 Oct 2008 20:52:42 +0000 (20:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9804 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_channel.c

index a46fe9de372aeb1c6cfd74777a24fe8b773149ba..fa6b2a0c03197ad7f02d42c26799396e49cf4246 100644 (file)
@@ -1136,7 +1136,8 @@ SWITCH_DECLARE(void) switch_channel_event_set_data(switch_channel_t *channel, sw
                event->event_id == SWITCH_EVENT_CHANNEL_PROGRESS_MEDIA ||
                event->event_id == SWITCH_EVENT_CHANNEL_HANGUP ||
                event->event_id == SWITCH_EVENT_REQUEST_PARAMS ||
-               event->event_id == SWITCH_EVENT_CHANNEL_DATA
+               event->event_id == SWITCH_EVENT_CHANNEL_DATA ||
+               event->event_id == SWITCH_EVENT_CUSTOM
                ) {
 
                /* Index Caller's Profile */