From c05501d8122cfd6b0f34abe0b544aeb7b3bba9d1 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Mon, 24 Mar 2008 20:14:07 +0000 Subject: Remove the "Event: registration" header from Asterisk-generated SIP REGISTER requests. rjain points out that RFC 3265 specifies that the Event: header is not a valid header for REGISTER requests and that the "registration" value is not defined at IANA. (closes issue #12279) Reported by: rjain Patches: chan_sip.c.diff uploaded by rjain (license 226) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@110621 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 2720bcede..6eef59ebc 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -9381,7 +9381,6 @@ static int transmit_register(struct sip_registry *r, int sipmethod, const char * snprintf(tmp, sizeof(tmp), "%d", r->expiry); add_header(&req, "Expires", tmp); add_header(&req, "Contact", p->our_contact); - add_header(&req, "Event", "registration"); add_header_contentLength(&req, 0); initialize_initreq(p, &req); -- cgit v1.2.3