dect
/
asterisk
Archived
13
0
Fork 0

Increase max packet size to 4096

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3973 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-10-10 17:32:55 +00:00
parent 76812f0aee
commit f7639471e6
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ static char *tdesc = "Session Initiation Protocol (SIP)";
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"