[asterisk-bugs] [Asterisk 0011108]: dialplan save not handling ; 's correctly
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Oct 29 15:44:38 CDT 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11108
======================================================================
Reported By: jon
Assigned To: murf
======================================================================
Project: Asterisk
Issue ID: 11108
Category: Core/Configuration
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: 1.4.13
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 10-29-2007 12:33 CDT
Last Modified: 10-29-2007 15:44 CDT
======================================================================
Summary: dialplan save not handling ;'s correctly
Description:
The extension line:
exten => 8080,n,NoOp(${CUT(members|\;|1)})
when saved with 'dialplan save' looks like this:
exten => 8080,n,NoOp(${CUT(members|;|1)})
and that throws the WARNING
[Oct 29 12:30:36] WARNING[6737]: pbx_config.c:2292 pbx_load_config: No
closing parenthesis found? 'NoOp(${CUT(members,'
Writing the line as '\\;' will save as '\;'. Save it again and we are back
to ';' and an error.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
10-29-07 15:44 russell Status new => assigned
10-29-07 15:44 russell Assigned To => murf
======================================================================
More information about the asterisk-bugs
mailing list