[Home]

Summary:ASTERISK-09020: Extension length limit applied to Dial arguments
Reporter:Meni Livne (meni)Labels:
Date Opened:2007-03-15 07:59:48Date Closed:2007-07-11 19:58:59
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The maximum length of an extension is defined as 80 characters (in AST_MAX_EXTENSION), but it is also used for limiting the length of the arguments to the Dial application, which contains more than just the extension.

This is too short for many situations, for example an IAX dial string with a username and a long secret would be truncated. The extension length limit shouldn't apply to this and the numsubst variable in app_dial.c should have a larger length, say 2*AST_MAX_EXTENSION).
Comments:By: Russell Bryant (russell) 2007-05-17 11:49:41

This change has been made in the 1.4 branch and trunk in revisions 64756 and 64757.  Thanks!