[asterisk-bugs] [Asterisk 0016931]: mutual exclusion with optiom m and L in dial
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Mar 3 10:28:16 CST 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=16931
======================================================================
Reported By: paketecuento
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16931
Category: Applications/app_dial
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.4.29.1
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-03-01 04:43 CST
Last Modified: 2010-03-03 10:28 CST
======================================================================
Summary: mutual exclusion with optiom m and L in dial
Description:
Both 1.4 and 1.6 seems to do it. If you have both m and L option in Dial,
only one of them will run (depending in the order of appearance).
======================================================================
----------------------------------------------------------------------
(0118857) paketecuento (reporter) - 2010-03-03 10:28
https://issues.asterisk.org/view.php?id=16931#c118857
----------------------------------------------------------------------
They are separated!!!!
The following
exten => _X.,1,Dial(SIP/provider/${EXTEN}),30,L(20000),m)
exten => _X.,1,Dial(SIP/provider/${EXTEN}),30,m,L(20000))
is not working properly. You will only have the first option (L or m,
respectively) running. The second one is rejected...
Issue History
Date Modified Username Field Change
======================================================================
2010-03-03 10:28 paketecuento Note Added: 0118857
2010-03-03 10:28 paketecuento Status closed => new
2010-03-03 10:28 paketecuento Resolution no change required =>
reopened
======================================================================
More information about the asterisk-bugs
mailing list