]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9747: [core] add channel hold/unhold verbosity
authorLuis Azedo <luis.azedo@factorlusitano.com>
Thu, 17 Nov 2016 01:30:50 +0000 (19:30 -0600)
committerMike Jerris <mike@jerris.com>
Fri, 18 Nov 2016 15:37:54 +0000 (09:37 -0600)
src/switch_channel.c

index 493b9bea73e3810f09c0f36ffa1fa68374bda9d9..66d1be960b936b1102d4b8e4c6d8604860d5fcd8 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 */