[Asterisk-cvs] asterisk/channels chan_sip.c,1.529,1.530

markster at lists.digium.com markster at lists.digium.com
Sun Oct 10 13:32:09 CDT 2004


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

Modified Files:
	chan_sip.c 
Log Message:
Increase max packet size to 4096


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.529
retrieving revision 1.530
diff -u -d -r1.529 -r1.530
--- chan_sip.c	9 Oct 2004 20:08:41 -0000	1.529
+++ chan_sip.c	10 Oct 2004 17:32:55 -0000	1.530
@@ -113,7 +113,7 @@
 static char *config = "sip.conf";
 
 #define DEFAULT_SIP_PORT	5060	/* From RFC 2543 */
-#define SIP_MAX_PACKET	1500		/* Also from RFC 2543, should sub headers tho */
+#define SIP_MAX_PACKET	4096		/* Also from RFC 2543, should sub headers tho */
 
 #define ALLOWED_METHODS "INVITE, ACK, CANCEL, OPTIONS, BYE, REFER"
 




More information about the svn-commits mailing list