mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 04:01:55 +00:00
FS-3468 --resolve
This commit is contained in:
parent
2b6a4f97c3
commit
69e61f762b
@ -3302,8 +3302,7 @@ SWITCH_STANDARD_API(break_function)
|
|||||||
|
|
||||||
if (both) {
|
if (both) {
|
||||||
const char *quuid = switch_channel_get_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE);
|
const char *quuid = switch_channel_get_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE);
|
||||||
if (quuid) {
|
if (quuid && (qsession = switch_core_session_locate(quuid))) {
|
||||||
qsession = switch_core_session_locate(quuid);
|
|
||||||
qchannel = switch_core_session_get_channel(qsession);
|
qchannel = switch_core_session_get_channel(qsession);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user