From ccb2e616c1eaa767a434482ceaa52d18721ed4fd Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 2 Oct 2008 20:52:42 +0000 Subject: [PATCH] add another event to list git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9804 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_channel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/switch_channel.c b/src/switch_channel.c index a46fe9de37..fa6b2a0c03 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -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 */