From: Luis Azedo Date: Thu, 17 Nov 2016 01:30:50 +0000 (-0600) Subject: [core] add channel hold/unhold verbosity X-Git-Tag: v1.8.0~1049^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c60be14c77a3a0fb62fd416a498a7aff80b50a7;p=thirdparty%2Ffreeswitch.git [core] add channel hold/unhold verbosity --- diff --git a/src/switch_channel.c b/src/switch_channel.c index 9f6ba97d07..9302751a79 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 */