[asterisk-bugs] [Asterisk 0016944]: Monitor() does not handle filenames with path correct
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Mar 8 13:17:31 CST 2010
The following issue has been UPDATED.
======================================================================
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: closed
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-03-02 09:37 CST
Last Modified: 2010-03-08 13:17 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
======================================================================
----------------------------------------------------------------------
(0119146) lmadsen (administrator) - 2010-03-08 13:17
https://issues.asterisk.org/view.php?id=16944#c119146
----------------------------------------------------------------------
Thanks for the feedback! Closing this issue.
Issue History
Date Modified Username Field Change
======================================================================
2010-03-08 13:17 lmadsen Note Added: 0119146
2010-03-08 13:17 lmadsen Status feedback => closed
2010-03-08 13:17 lmadsen Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list