Update to new sofia snapshot, includes fixes for 100 on notify, and for sdp not in 200 after 183 when not using 100rel

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2993 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-10-07 18:54:29 +00:00
parent 0d23976f2a
commit 4ede7f7593
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1992,7 +1992,7 @@ static void sip_i_state(int status,
switch_yield(10000);
}
if ((b_private = nua_handle_fetch(bnh))) {
if ((b_private = nua_handle_magic(bnh))) {
char *br_b = switch_channel_get_variable(channel, SWITCH_BRIDGE_VARIABLE);
char *br_a = switch_core_session_get_uuid(b_private->session);
@@ -2474,7 +2474,7 @@ static void sip_i_refer(nua_t *nua,
sofia_private_t *b_private;
switch_channel_set_variable(channel_a, SOFIA_REPLACES_HEADER, rep);
if ((b_private = nua_handle_fetch(bnh))) {
if ((b_private = nua_handle_magic(bnh))) {
channel_b = switch_core_session_get_channel(b_private->session);
br_a = switch_channel_get_variable(channel_a, SWITCH_BRIDGE_VARIABLE);