Merge pull request #1061 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9747 to master
* commit '7c60be14c77a3a0fb62fd416a498a7aff80b50a7': [core] add channel hold/unhold verbosity
This commit is contained in:
commit
ab9be49512
|
@ -2642,6 +2642,8 @@ SWITCH_DECLARE(void) switch_channel_event_set_extended_data(switch_channel_t *ch
|
|||
event->event_id == SWITCH_EVENT_CALL_UPDATE ||
|
||||
event->event_id == SWITCH_EVENT_MEDIA_BUG_START ||
|
||||
event->event_id == SWITCH_EVENT_MEDIA_BUG_STOP ||
|
||||
event->event_id == SWITCH_EVENT_CHANNEL_HOLD ||
|
||||
event->event_id == SWITCH_EVENT_CHANNEL_UNHOLD ||
|
||||
event->event_id == SWITCH_EVENT_CUSTOM) {
|
||||
|
||||
/* Index Variables */
|
||||
|
|
Loading…
Reference in New Issue