add another event to list
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9804 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
37eb9c1295
commit
ccb2e616c1
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue