[Asterisk-cvs] asterisk/channels chan_sip.c,1.320,1.321

markster at lists.digium.com markster at lists.digium.com
Mon Mar 29 03:22:33 CST 2004


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

Modified Files:
	chan_sip.c 
Log Message:
Small SIP fix, voicemail fix, and some delivery fixes on new apps


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -d -r1.320 -r1.321
--- chan_sip.c	28 Mar 2004 04:05:58 -0000	1.320
+++ chan_sip.c	29 Mar 2004 08:20:35 -0000	1.321
@@ -3282,6 +3282,8 @@
 	snprintf(addr, sizeof(addr), "sip:%s", r->hostname);
 	strncpy(p->uri, addr, sizeof(p->uri) - 1);
 
+	p->branch ^= rand();
+
 	memset(&req, 0, sizeof(req));
 	init_req(&req, cmd, addr);
 




More information about the svn-commits mailing list