[asterisk-bugs] [JIRA] (ASTERISK-21814) "/" in TOUCH_MIXMONITOR is replaced by "-"
Michael L. Young (JIRA)
noreply at issues.asterisk.org
Fri May 24 22:20:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-21814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael L. Young reassigned ASTERISK-21814:
-------------------------------------------
Assignee: (was: Alex Epshteyn)
> "/" 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