mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
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_PROGRESS_MEDIA ||
|
||||||
event->event_id == SWITCH_EVENT_CHANNEL_HANGUP ||
|
event->event_id == SWITCH_EVENT_CHANNEL_HANGUP ||
|
||||||
event->event_id == SWITCH_EVENT_REQUEST_PARAMS ||
|
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 */
|
/* Index Caller's Profile */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user