[Home]

Summary:ASTERISK-02786: [patch] Patterns may include -, but extensions may not
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2004-11-11 12:28:14.000-0600Date Closed:2008-01-15 15:13:29.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20041111__dash_in_data.diff.txt
Description:You can have a pattern such as _NXX-XXXX, but you cannot Goto(234-5678,1).  This patch makes Asterisk ignore the dash in extensions when matching.
Comments:By: Mark Spencer (markster) 2004-11-11 21:53:21.000-0600

Added to CVS.  Remember to mention your disclaimer next time for +1 additional karma.

By: Russell Bryant (russell) 2004-11-12 10:27:06.000-0600

This was of the line of a feature/bugfix but I put it in since dashes were supported in patters.

will be in 1.0.3

By: Digium Subversion (svnbot) 2008-01-15 15:13:21.000-0600

Repository: asterisk
Revision: 4218

U   trunk/pbx.c

------------------------------------------------------------------------
r4218 | markster | 2008-01-15 15:13:20 -0600 (Tue, 15 Jan 2008) | 2 lines

Allow dashes in extensions (bug ASTERISK-2786)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:13:29.000-0600

Repository: asterisk
Revision: 4228

U   branches/v1-0/pbx.c

------------------------------------------------------------------------
r4228 | russell | 2008-01-15 15:13:29 -0600 (Tue, 15 Jan 2008) | 2 lines

allow dashes in extensions since they can be in patterns (bug ASTERISK-2786)

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

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