summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-05 23:18:00 +0000
committerMark Spencer <markster@digium.com>2005-01-05 23:18:00 +0000
commit8a92b798e926011e9318a20e39740fedfc28c35a (patch)
tree3efb55019738c15c24ff15235418de92ec123e78
parent8e3722ceee8a36e823335d458abd495e8a7a3fbf (diff)
Fix compliance of SIP presence (bug #3251)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index ac46b9220..61f25dbe0 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -3917,6 +3917,8 @@ static int transmit_state_notify(struct sip_pvt *p, int state, int full)
}
mto = c;
+ add_header(&req, "Event", "presence");
+ add_header(&req, "Subscription-State", "active");
add_header(&req, "Content-Type", "application/xpidf+xml");
if ((state==AST_EXTENSION_UNAVAILABLE) || (state==AST_EXTENSION_BUSY))