From: Anthony Minessale Date: Wed, 14 Sep 2011 17:58:32 +0000 (-0500) Subject: use bridge_to instead of signal_bond for recovering bridge X-Git-Tag: v1.2-rc1~51^2~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f479462026d6d245511ef635ded70c7c645ac5ee;p=thirdparty%2Ffreeswitch.git use bridge_to instead of signal_bond for recovering bridge --- diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 0e4b5ab870..b098358845 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -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); } else { switch_xml_t callflow, param, x_extension;