mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-27 20:24:37 +00:00
use bridge_to instead of signal_bond for recovering bridge
This commit is contained in:
parent
61dd9c0765
commit
f479462026
@ -5566,7 +5566,7 @@ static int recover_callback(void *pArg, int argc, char **argv, char **columnName
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (switch_channel_get_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE)) {
|
if (switch_channel_get_variable(channel, SWITCH_BRIDGE_VARIABLE)) {
|
||||||
sofia_set_flag(tech_pvt, TFLAG_RECOVERING_BRIDGE);
|
sofia_set_flag(tech_pvt, TFLAG_RECOVERING_BRIDGE);
|
||||||
} else {
|
} else {
|
||||||
switch_xml_t callflow, param, x_extension;
|
switch_xml_t callflow, param, x_extension;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user