[asterisk-bugs] [Asterisk 0011937]: AelParse dump separates command parameters with pipes, that are not accepted by 1.6

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Feb 6 12:30:23 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11937 
====================================================================== 
Reported By:                atis
Assigned To:                murf
====================================================================== 
Project:                    Asterisk
Issue ID:                   11937
Category:                   Utilities/aelparse
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.6.0-beta1 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             02-06-2008 05:10 CST
Last Modified:              02-06-2008 12:30 CST
====================================================================== 
Summary:                    AelParse dump separates command parameters with
pipes, that are not accepted by 1.6
Description: 
Processing the following command by aelparse
GoSub(db_dnis_routing,${EXTEN},1);

gives the following .conf file:

GoSub(db_dnis_routing|${EXTEN}|1)

This is valid for 1.4 (but obsolete) however this doesn't work on 1.6

It would be good idea to have aelparse separate command parameters by
commas also in 1.4 for compatibility.


====================================================================== 

---------------------------------------------------------------------- 
 mvanbaak - 02-06-08 12:30  
---------------------------------------------------------------------- 
aelparse in trunk makes this:
GoSub(db_dnis_routing\,${EXTEN}\,1) 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-06-08 12:30  mvanbaak       Note Added: 0081799                          
======================================================================




More information about the asterisk-bugs mailing list