mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-4565 --resolve
This commit is contained in:
parent
6fcf2cc5a0
commit
77a542e4be
@ -556,9 +556,13 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_parse_event(switch_core_session_t *se
|
||||
if (!switch_channel_test_flag(channel, CF_BRIDGED) || switch_channel_test_flag(channel, CF_BROADCAST)) {
|
||||
inner++;
|
||||
hold_bleg = NULL;
|
||||
} else {
|
||||
switch_channel_set_flag(channel, CF_BROADCAST);
|
||||
}
|
||||
|
||||
if (!switch_channel_test_flag(channel, CF_BROADCAST)) {
|
||||
switch_channel_set_flag(channel, CF_BROADCAST);
|
||||
inner--;
|
||||
}
|
||||
|
||||
if (hold_bleg && switch_true(hold_bleg)) {
|
||||
if ((b_uuid = switch_channel_get_partner_uuid(channel))) {
|
||||
const char *stream;
|
||||
|
Loading…
x
Reference in New Issue
Block a user