From 7e37676d509720e76ce0b4c718c2fdaefa856b9a Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 17 Jan 2012 12:26:59 -0600 Subject: [PATCH] FS-3794 no try this patch for the REFER level one mistake in the last one --- src/mod/endpoints/mod_sofia/sofia_presence.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 96007271ed..cbcc177237 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -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()); -- 2.47.3