mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-27 11:47:41 +00:00
FS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transfering both uuid's #resolve
This commit is contained in:
parent
7f8478232a
commit
7ddfd3a004
@ -1760,7 +1760,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses
|
|||||||
switch_channel_clear_flag(caller_channel, CF_RESET);
|
switch_channel_clear_flag(caller_channel, CF_RESET);
|
||||||
} else {
|
} else {
|
||||||
state = switch_channel_get_state(caller_channel);
|
state = switch_channel_get_state(caller_channel);
|
||||||
if (!(state == CS_RESET || state == CS_PARK || state == CS_ROUTING)) {
|
if (!(state == CS_RESET || state == CS_PARK || state == CS_ROUTING || state == CS_EXECUTE)) {
|
||||||
switch_channel_set_state(caller_channel, CS_RESET);
|
switch_channel_set_state(caller_channel, CS_RESET);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user