[asterisk-bugs] [Asterisk 0013632]: [patch] Shortcut for duplicating the last extension, so the pattern doesn't need to be repeated

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Oct 8 02:41:51 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13632 
====================================================================== 
Reported By:                blitzrage
Assigned To:                blitzrage
====================================================================== 
Project:                    Asterisk
Issue ID:                   13632
Category:                   PBX/pbx_config
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 146799 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-10-06 18:42 CDT
Last Modified:              2008-10-08 02:41 CDT
====================================================================== 
Summary:                    [patch] Shortcut for duplicating the last extension,
so the pattern doesn't need to be repeated
Description: 
As discussed with Leif Madsen at Astricon, this creates a shortcut in
extensions.conf, such that the last pattern used in extensions.conf is
repeatable by defining a "same" variable.  The value of the "same" variable
starts with the corresponding priority (usually "n"), such that an example
might be:

<pre>exten => _1NXXNXXXXXX,1,NoOp(long distance number)
same =>               n,DoSomethingElse
...</pre>
====================================================================== 

---------------------------------------------------------------------- 
 (0093345) tzafrir (manager) - 2008-10-08 02:41
 http://bugs.digium.com/view.php?id=13632#c93345 
---------------------------------------------------------------------- 
'same =>' has to have an 'n' priority? 'n' is not a real priority. It is
interpreted at configuration reading anyway. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-10-08 02:41 tzafrir        Note Added: 0093345                          
======================================================================




More information about the asterisk-bugs mailing list