mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
include variables in channel_create
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16873 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
40a660cdf8
commit
f129bc4a64
@ -1635,6 +1635,7 @@ SWITCH_DECLARE(void) switch_channel_event_set_extended_data(switch_channel_t *ch
|
|||||||
switch_mutex_lock(channel->profile_mutex);
|
switch_mutex_lock(channel->profile_mutex);
|
||||||
|
|
||||||
if (switch_channel_test_flag(channel, CF_VERBOSE_EVENTS) ||
|
if (switch_channel_test_flag(channel, CF_VERBOSE_EVENTS) ||
|
||||||
|
event->event_id == SWITCH_EVENT_CHANNEL_CREATE ||
|
||||||
event->event_id == SWITCH_EVENT_CHANNEL_ORIGINATE ||
|
event->event_id == SWITCH_EVENT_CHANNEL_ORIGINATE ||
|
||||||
event->event_id == SWITCH_EVENT_CHANNEL_UUID ||
|
event->event_id == SWITCH_EVENT_CHANNEL_UUID ||
|
||||||
event->event_id == SWITCH_EVENT_CHANNEL_ANSWER ||
|
event->event_id == SWITCH_EVENT_CHANNEL_ANSWER ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user