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

Alex Epshteyn (JIRA) noreply at issues.asterisk.org
Thu May 23 23:34:03 CDT 2013


Alex Epshteyn created ASTERISK-21814:
----------------------------------------

             Summary: "/" 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