[asterisk-bugs] [Asterisk 0018279]: [patch] res_odbc using ^ separator in M(macro) option as argument separator in Dial app gives control characters

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Dec 16 09:05:31 UTC 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18279 
====================================================================== 
Reported By:                zerohalo
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   18279
Category:                   Resources/res_config_odbc
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     closed
Target Version:             1.4.37
Asterisk Version:           1.4.37-rc1 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-11-08 17:14 CST
Last Modified:              2010-12-16 03:05 CST
====================================================================== 
Summary:                    [patch] res_odbc using ^ separator in M(macro)
option as argument separator in Dial app gives control characters
Description: 
I believe I've seen this in the tracker before, but can't find it - feel
free to close this and redirect me.

in dialplan:

exten => s,1,Dial(${INTERFACE},${RINGTIME},rM(setmoh^accmusic))

the ^ seems to become an escape that mangles the argument (in this case,
the moh class):

[2010-11-07 08:03:08] WARNING[13261] app_macro.c: No such context
'macro-setmoh¬cmusic' for macro 'setmoh¬cmusic'

this does not appear to happen using res_config_mysql.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0018251 [patch] Realtime field 'fullcontact' po...
====================================================================== 

---------------------------------------------------------------------- 
 (0129654) svnbot (reporter) - 2010-12-16 03:05
 https://issues.asterisk.org/view.php?id=18279#c129654 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 298482

_U  branches/1.8/
U   branches/1.8/res/res_config_odbc.c

------------------------------------------------------------------------
r298482 | tilghman | 2010-12-16 03:05:29 -0600 (Thu, 16 Dec 2010) | 28
lines

Merged revisions 298481 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r298481 | tilghman | 2010-12-16 03:04:38 -0600 (Thu, 16 Dec 2010) | 21
lines
  
  Merged revisions 298480 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r298480 | tilghman | 2010-12-16 03:03:40 -0600 (Thu, 16 Dec 2010) | 14
lines
    
    Only increment the pointer once per loop, otherwise we corrupt the
value.
    
    (closes issue https://issues.asterisk.org/view.php?id=18251)
     Reported by: bcnit
     Patches: 
           20101110__issue18251.diff.txt uploaded by tilghman (license 14)
     Tested by: trev, jthurman, elguero
    
    (closes issue https://issues.asterisk.org/view.php?id=18279)
     Reported by: zerohalo
     Patches: 
           20101109__issue18279.diff.txt uploaded by tilghman (license 14)
     Tested by: zerohalo
  ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=298482 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-12-16 03:05 svnbot         Checkin                                      
2010-12-16 03:05 svnbot         Note Added: 0129654                          
======================================================================




More information about the asterisk-bugs mailing list