[Asterisk-cvs] asterisk/channels chan_sip.c,1.292.2.16,1.292.2.17

malcolmd at lists.digium.com malcolmd at lists.digium.com
Sun Mar 14 21:13:30 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv8850/channels

Modified Files:
      Tag: v1-0_stable
	chan_sip.c 
Log Message:
Bug #1213: Fix for improperly specified Content-Length header


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.292.2.16
retrieving revision 1.292.2.17
diff -u -d -r1.292.2.16 -r1.292.2.17
--- chan_sip.c	14 Mar 2004 22:14:41 -0000	1.292.2.16
+++ chan_sip.c	15 Mar 2004 02:07:30 -0000	1.292.2.17
@@ -3263,7 +3263,7 @@
 	add_header(&req, "Expires", tmp);
 	add_header(&req, "Contact", p->our_contact);
 	add_header(&req, "Event", "registration");
-	add_header(&req, "Content-length", "0");
+	add_header(&req, "Content-Length", "0");
 	add_blank_header(&req);
 	copy_request(&p->initreq, &req);
 	parse(&p->initreq);




More information about the svn-commits mailing list