FSCORE-513
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15944 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e6a0c4e99f
commit
0ee3a30af8
|
@ -563,7 +563,7 @@ static void *audio_bridge_thread(switch_thread_t *thread, void *obj)
|
|||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "BRIDGE THREAD DONE [%s]\n", switch_channel_get_name(chan_a));
|
||||
switch_channel_clear_flag(chan_a, CF_BRIDGED);
|
||||
|
||||
if (switch_channel_test_flag(chan_a, CF_LEG_HOLDING)) {
|
||||
if (switch_channel_test_flag(chan_a, CF_LEG_HOLDING) && switch_channel_ready(chan_b)) {
|
||||
const char *ext = switch_channel_get_variable(chan_a, "hold_hangup_xfer_exten");
|
||||
|
||||
switch_channel_stop_broadcast(chan_b);
|
||||
|
|
Loading…
Reference in New Issue