[asterisk-bugs] [Asterisk 0017349]: applicationmap does not support applications that use more than 1 argument (1.6.x does not accept pipes)

Asterisk Bug Tracker noreply at bugs.digium.com
Mon May 17 13:40:09 CDT 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17349 
====================================================================== 
Reported By:                RoadKill
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17349
Category:                   Resources/res_features
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           1.6.2.6 
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-05-17 10:08 CDT
Last Modified:              2010-05-17 13:40 CDT
====================================================================== 
Summary:                    applicationmap does not support applications that
use more than 1 argument (1.6.x does not accept pipes)
Description: 
<FeatureName> =>
<DTMF_sequence>,<ActivateOn>[/<ActivatedBy>],<Application>[,<AppArguments>[,MOH_Class]]

test => *3,caller,Goto,test|s|1
Mapping Feature 'RecordA' to app 'Goto(test|s|1)' with code '*3'

but in 1.6 | have ben replaced by "," but aplicationmap have no way of
providing "," so "s" will be used as MOH_Class and "1" will be ignored

test => *3,caller,Goto,test,s,1
Mapping Feature 'RecordA' to app 'Goto(test)' with code '*3'
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-05-17 13:40 lmadsen        Description Updated                          
2010-05-17 13:40 lmadsen        Additional Information Updated                  
 
======================================================================




More information about the asterisk-bugs mailing list