[Home]

Summary:ASTERISK-02684: comma "," gets changed to pipe "|"
Reporter:joecool (joecool)Labels:
Date Opened:2004-10-27 02:34:54Date Closed:2011-06-07 14:04:50
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_system
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In a call to system:
exten => s,1,System(/bin/program --option 1,2)
the comma gets changed to a pipe, as in:
exten => s,1,System(/bin/program --option 1|2)
this breaks many things....
Comments:By: joecool (joecool) 2004-10-27 02:37:06

This is my first bug report.  Maybe the severity shouldn't have been major???

By: Tilghman Lesher (tilghman) 2004-10-27 09:12:33

You must escape your commas with a backslash (\) if you expect them to be passed through to the application.