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:
Anthony Minessale 2008-10-02 20:52:42 +00:00
parent 37eb9c1295
commit ccb2e616c1
1 changed files with 2 additions and 1 deletions

View 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 */