[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:comment-tabpanel&focusedCommentId=206818#comment-206818 ]
Michael L. Young commented on ASTERISK-21814:
---------------------------------------------
Alex,
I would say yes, it is intended. Seeing as how TOUCH_MONITOR has a prefix added to it, you can't use a path name when using auto Monitor or auto MixMonitor. If you want to change the default path, look at astspooldir in asterisk.conf.
Since this doesn't appear to be a bug, I am going to close this out.
For future support questions, please use the mailing list, forum or irc. (http://www.asterisk.org/community)
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
> Assignee: 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