[asterisk-bugs] [Asterisk 0016944]: Monitor() does not handle filenames with path correct
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Mar 4 03:53:40 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16944
======================================================================
Reported By: klaus3000
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16944
Category: Resources/res_monitor
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.6.2.4
JIRA: SWP-987
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-03-02 09:37 CST
Last Modified: 2010-03-04 03:53 CST
======================================================================
Summary: Monitor() does not handle filenames with path
correct
Description:
When calling Monitor() with a filename which contains a directory the
Monitor application does not handle it correct, e.g.:
Monitor(,foo/bar,m); fails as Monitor tries to create /foo/bar-in.wav
Monitor(,/foo/bar,m); creates the /foo/bar-in.wav and /foo/bar-out.wav
files correctly, but fails when mixing as it prefixes the monitor directory
although the filename is absolute:
/var/spool/asterisk/monitor//foo/bar-in.wav
======================================================================
----------------------------------------------------------------------
(0118943) klaus3000 (reporter) - 2010-03-04 03:53
https://issues.asterisk.org/view.php?id=16944#c118943
----------------------------------------------------------------------
I just tested current 1.6.2-branch (SVN-branch-1.6.2-r250610) and it works
now.
When using absolute filenames the filenames handled over to the mixing
application are not clean (double / at the beginning, e.g: //tmp/fax/), but
anyway - it works.
so, this bug report can be closed.
thanks
Issue History
Date Modified Username Field Change
======================================================================
2010-03-04 03:53 klaus3000 Note Added: 0118943
======================================================================
More information about the asterisk-bugs
mailing list