[asterisk-bugs] [Asterisk 0016646]: [patch] Its not possible to pass more than one agrument in custom features.
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Feb 8 14:44:59 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16646
======================================================================
Reported By: pinga-fogo
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16646
Category: Resources/res_features
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.6.2.0
JIRA: SWP-758
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-01-19 04:46 CST
Last Modified: 2010-02-08 14:44 CST
======================================================================
Summary: [patch] Its not possible to pass more than one
agrument in custom features.
Description:
Is not possible to pass mor than one argument in a custon features, if i
use the pipe | to separate the arguments, this downt work in dialplan, and
if i use "," to separate the arguments the feature accept the first
argument only,
example:
testfeature => *25,peer/callee,goto,tstfax|s|1
(in execution the dialplan not recognise the pipe separator (deprecated))
testfeature => *25,peer/callee,goto,tstfax,s,1
(the parameters are parsed incorrect, MOH_Class = s)
======================================================================
----------------------------------------------------------------------
(0117855) tilghman (administrator) - 2010-02-08 14:44
https://issues.asterisk.org/view.php?id=16646#c117855
----------------------------------------------------------------------
However, even if your example is pooched, I recognize the importance of
being able to pass multiple arguments to a dialplan application. Patch
uploaded.
Issue History
Date Modified Username Field Change
======================================================================
2010-02-08 14:44 tilghman Note Added: 0117855
======================================================================
More information about the asterisk-bugs
mailing list