[Home]

Summary:ASTERISK-00349: SIP address fields too small.
Reporter:otmar (otmar)Labels:
Date Opened:2003-10-03 04:29:10Date Closed:2008-01-15 14:35:47.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The definitions in sip_pvt of the fields uri, username, peername are too tight with 81 chars.

The intertex firewall (with included SIP proxy) uses the user-part of the Contact header to encode NAT information, resulting in a Contact header larger than 80 characters. (in my test case: 86 chars) Thus calls to clients behind such a firewall fail.

I increased the size, recompiled and it worked. Can we increase the size in CVS to at least 200?

Thanks.
Comments:By: Mark Spencer (markster) 2003-10-05 19:38:29

fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 14:35:47.000-0600

Repository: asterisk
Revision: 1610

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r1610 | markster | 2008-01-15 14:35:46 -0600 (Tue, 15 Jan 2008) | 2 lines

Increase sizes in SIP (bug ASTERISK-349)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=1610