]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3794 no try this patch for the REFER level one mistake in the last one
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 17 Jan 2012 18:26:59 +0000 (12:26 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 17 Jan 2012 18:27:04 +0000 (12:27 -0600)
src/mod/endpoints/mod_sofia/sofia_presence.c

index 96007271ed9af8cd57d4c756a3ea9bd864b95c06..cbcc177237288569b3e78f12f739798a3cc7e3e3 100644 (file)
@@ -1765,7 +1765,6 @@ static void send_presence_notify(sofia_profile_t *profile,
                           TAG_IF(!zstr(pl), SIPTAG_PAYLOAD_STR(pl)),
                           TAG_IF(!zstr(call_info), SIPTAG_CALL_INFO_STR(call_info)),
                           TAG_IF(!exptime, SIPTAG_EXPIRES_STR("0")),
-                          SIPTAG_SUBSCRIPTION_STATE_STR("terminated;reason=noresource"),
                           SIPTAG_CSEQ(cseq),
                           TAG_END());