]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODENDP-201
authorBrian West <brian@freeswitch.org>
Wed, 18 Mar 2009 18:54:16 +0000 (18:54 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 18 Mar 2009 18:54:16 +0000 (18:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12657 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_presence.c

index 8f1ae5f6d48e71bafa03599009a656a26240cb5d..532a5b5a8c4d83ddcca2e8902ad95d4b9b29bdf8 100644 (file)
@@ -1737,7 +1737,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
                                nua_dialog_usage_set_refresh_range(nh->nh_ds->ds_usage, exp_delta + SUB_OVERLAP, exp_delta + SUB_OVERLAP);
                        }
 
-                       nua_respond(nh, SIP_202_ACCEPTED, SIPTAG_CONTACT_STR(contact_str), NUTAG_WITH_THIS(nua), 
+                       nua_respond(nh, SIP_202_ACCEPTED, SIPTAG_CONTACT_STR(contactstr), NUTAG_WITH_THIS(nua), 
                                                SIPTAG_SUBSCRIPTION_STATE_STR(sstr),
                                                SIPTAG_EXPIRES_STR(exp_delta_str),
                                                TAG_IF(sticky, NUTAG_PROXY(sticky)), TAG_END());