[asterisk-bugs] [Asterisk-GUI 0015246]: [patch] DISA in voice menu uses pipe not comma

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Jun 29 19:02:14 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15246 
====================================================================== 
Reported By:                hterag
Assigned To:                awk
====================================================================== 
Project:                    Asterisk-GUI
Issue ID:                   15246
Category:                   General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk GUI Version:       2.0.4 
Asterisk Version:           1.6.1.0 
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1 
SVN Revision (number only!): 197262 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2009-06-02 01:46 CDT
Last Modified:              2009-06-29 19:02 CDT
====================================================================== 
Summary:                    [patch] DISA in voice menu uses pipe not comma
Description: 
Adding a DISA step in a Voice menu generates an error about | being used
instead of ,
====================================================================== 

---------------------------------------------------------------------- 
 (0107205) awk (manager) - 2009-06-29 19:02
 https://issues.asterisk.org/view.php?id=15246#c107205 
---------------------------------------------------------------------- 
tzafrir,
unfortunately, not all things in 1.4 use either , or |, but all things do
use |. Therefore the patch is not backwards compatible with 1.4. To
simplify things I made a global var (top.session.delimiter) that makes all
things on 1.4 systems |s and all things in 1.6 systems ,s. Also, all "read"
code handles both cases, so in the case for upgrades, or whatever, it'll
read the other type but write the correct type.

Thanks for the help, I'll update your patch to use the session delimiter
and commit it :-) 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-06-29 19:02 awk            Note Added: 0107205                          
======================================================================




More information about the asterisk-bugs mailing list