]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[core] add channel hold/unhold verbosity
authorLuis Azedo <luis.azedo@factorlusitano.com>
Thu, 17 Nov 2016 01:30:50 +0000 (19:30 -0600)
committerLuis Azedo <luis.azedo@factorlusitano.com>
Thu, 17 Nov 2016 01:30:50 +0000 (19:30 -0600)
src/switch_channel.c

index 9f6ba97d0749c81622eb7fc820cdf4a64ddfb047..9302751a79aad06071ab2cf9e84d29fd9a202b54 100644 (file)
@@ -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 */