[asterisk-bugs] [JIRA] (ASTERISK-21814) "/" in TOUCH_MIXMONITOR is replaced by "-"

Michael L. Young (JIRA) noreply at issues.asterisk.org
Fri May 24 16:30:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=206813#comment-206813 ] 

Michael L. Young commented on ASTERISK-21814:
---------------------------------------------

Can you post some debug information to help see what might be happening?

Can you post your dialplan that shows how TOUCH_MIXMONITOR or TOUCH_MONITOR are being set?

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines#AsteriskIssueGuidelines-Howtoreportabug

Thanks
                
> "/" in TOUCH_MIXMONITOR is replaced by "-"
> ------------------------------------------
>
>                 Key: ASTERISK-21814
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21814
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 1.8.20.1
>            Reporter: Alex Epshteyn
>
> specifying a full path for TOUCH_MIXMONITOR or TOUCH_MONITOR results in recorded file with "/" replaced by "-"
> code in features.c shows this:
>  2278     for( x = 0; x < strlen(args); x++) {
>    2279         if (args[x] == '/')
>    2280             args[x] = '-';
>    2281     }
> Is this intentional? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list