From: Anthony Minessale Date: Tue, 26 Mar 2013 18:23:33 +0000 (-0500) Subject: FS-5171 try this version X-Git-Tag: v1.3.17-final~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb3114e96b5795e94242017ede6151445208d1b9;p=thirdparty%2Ffreeswitch.git FS-5171 try this version --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 34cc7c1c24..d57b434c45 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -3902,7 +3902,8 @@ void sofia_presence_handle_sip_i_subscribe(int status, } nua_notify(nh, - SIPTAG_TO(sip->sip_to), + SIPTAG_FROM(sip->sip_to), + SIPTAG_TO(sip->sip_from), SIPTAG_EXPIRES_STR(exp_delta_str), SIPTAG_SUBSCRIPTION_STATE_STR(sstr), SIPTAG_EVENT_STR("line-seize"), TAG_IF(full_call_info, SIPTAG_CALL_INFO_STR(full_call_info)), TAG_END());