]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
use bridge_to instead of signal_bond for recovering bridge
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 14 Sep 2011 17:58:32 +0000 (12:58 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 15 Sep 2011 12:56:19 +0000 (07:56 -0500)
src/mod/endpoints/mod_sofia/sofia_glue.c

index 0e4b5ab8707ae845923788a0c277c15706d97ad9..b0983588451b1313a6af9ae225a0bf6d9c573cae 100644 (file)
@@ -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;