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

Alex Epshteyn (JIRA) noreply at issues.asterisk.org
Sat May 25 09:42:03 CDT 2013


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

Alex Epshteyn commented on ASTERISK-21814:
------------------------------------------

i understand that the specified file name is further changed by adding a prefix, but i dont see how silently changing path into name is a correct behaviour. The code could use path as a path and add prefix to the file name or report path specification as an error. changing spool directory is not going to work for us. what we are trying to do is to set different path for different call recordings rather than storing them in the same location and moving afterwards. changing the root location won't really help

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