[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
Fri Oct 10 13:21:20 CDT 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=13632
======================================================================
Reported By: blitzrage
Assigned To: Corydon76
======================================================================
Project: Asterisk
Issue ID: 13632
Category: PBX/pbx_config
Reproducibility: N/A
Severity: feature
Priority: normal
Status: resolved
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-10-06 18:42 CDT
Last Modified: 2008-10-10 13:21 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>
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2008-10-10 13:21 svnbot Status assigned => resolved
2008-10-10 13:21 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list