From: Luis Azedo Date: Thu, 17 Nov 2016 01:30:50 +0000 (-0600) Subject: FS-9747: [core] add channel hold/unhold verbosity X-Git-Tag: v1.6.13~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18f82cffee354543331ead39b3eb6f8e40ebd9e;p=thirdparty%2Ffreeswitch.git FS-9747: [core] add channel hold/unhold verbosity --- diff --git a/src/switch_channel.c b/src/switch_channel.c index 493b9bea73..66d1be960b 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -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 */