[Home]

Summary:ASTERISK-16109: applicationmap does not support applications that use more than 1 argument (1.6.x does not accept pipes)
Reporter:Mark Petersen (roadkill)Labels:
Date Opened:2010-05-17 10:08:13Date Closed:2010-05-18 14:28:20
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
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'

****** ADDITIONAL INFORMATION ******

have also tied with
tests^s^1
test\,s\,1
"test,s,1"
Comments:By: Leif Madsen (lmadsen) 2010-05-18 14:28:19

Please test 1.6.2.8-rc1 as this has already been resolved.