From: Anthony Minessale Date: Mon, 25 Mar 2013 22:57:51 +0000 (-0500) Subject: FS-5171 please test X-Git-Tag: v1.3.17-final~46^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e74e46be2783cea04a4a2cd0fbb2582b4f33b39e;p=thirdparty%2Ffreeswitch.git FS-5171 please test --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 09f6fcc801..34cc7c1c24 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -3902,6 +3902,7 @@ void sofia_presence_handle_sip_i_subscribe(int status, } nua_notify(nh, + SIPTAG_TO(sip->sip_to), 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());