[Asterisk-cvs] asterisk/channels chan_sip.c,1.520,1.521

markster at lists.digium.com markster at lists.digium.com
Wed Oct 6 00:39:30 CDT 2004


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

Modified Files:
	chan_sip.c 
Log Message:
Use reqprep, not initreqprep for NOTIFY for REFER...


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -d -r1.520 -r1.521
--- chan_sip.c	6 Oct 2004 04:30:15 -0000	1.520
+++ chan_sip.c	6 Oct 2004 04:40:57 -0000	1.521
@@ -3939,7 +3939,7 @@
 	char tmp[256];
 	char tmp2[256];
 	char clen[20];
-	initreqprep(&req, p, "NOTIFY", NULL);
+	reqprep(&req, p, "NOTIFY", 0, 1);
 	add_header(&req, "Event", "message-summary");
 	add_header(&req, "Content-Type", notifymime);
 




More information about the svn-commits mailing list