Increase sizes in SIP (bug #352)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1610 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-10-06 00:39:34 +00:00
parent 07e971e7c2
commit 1343c2638c
1 changed files with 4 additions and 4 deletions

View File

@ -221,10 +221,10 @@ static struct sip_pvt {
char language[MAX_LANGUAGE];
char rdnis[256]; /* Referring DNIS */
char theirtag[256]; /* Their tag */
char username[81];
char peername[81];
char uri[81]; /* Original requested URI */
char peersecret[81];
char username[256];
char peername[256];
char uri[256]; /* Original requested URI */
char peersecret[256];
char callerid[256]; /* Caller*ID */
int restrictcid; /* hide presentation from remote user */
char via[256];