]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix issue with SLA and Barge
authorBrian West <brian@freeswitch.org>
Fri, 22 Apr 2011 00:32:37 +0000 (19:32 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 22 Apr 2011 00:32:37 +0000 (19:32 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index 9061270a918c7d21b9889605edf2e12c1a3b7dc0..5b8896b7f48d22eb72273347266ba8d50628471c 100644 (file)
@@ -7158,8 +7158,6 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_
                                        }
 
                                        if ((uuid = switch_channel_get_variable(b_channel, SWITCH_SIGNAL_BOND_VARIABLE))) {
-                                               switch_channel_set_variable(b_channel, "presence_call_info", NULL);
-                                               switch_channel_set_variable(b_channel, "presence_call_info_full", NULL);
                                                one_leg = 0;
                                        } else {
                                                uuid = switch_core_session_get_uuid(b_session);