[asterisk-bugs] [Asterisk 0016376]: [patch] Incorrect path passed to MONITOR_EXEC application after 'Monitor()' call finishes.
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Dec 21 13:58:43 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16376
======================================================================
Reported By: bcnit
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 16376
Category: Resources/res_monitor
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: 1.4.27.1
JIRA: SWP-490
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: 2009-12-02 18:13 CST
Last Modified: 2009-12-21 13:58 CST
======================================================================
Summary: [patch] Incorrect path passed to MONITOR_EXEC
application after 'Monitor()' call finishes.
Description:
The following dialplan:
-- Executing [s at inbound:1] Set("SIP/pbx19-0000000e",
"MONITOR_EXEC=/etc/asterisk/bin/1wav2mp3.sh") in new stack
-- Executing [s at inbound:2] Set("SIP/pbx19-0000000e",
"MONITOR_EXEC_ARGS=20091202 1259797479.14 500 402") in new stack
-- Executing [s at inbound:3] Monitor("SIP/pbx19-0000000e",
"wav|/opt/pbx/raw/1259797479.14|m") in new stack
Calls the script '/etc/asterisk/bin/1wav2mp3.sh' with the following
parameters:
$1 = /var/spool/asterisk/monitor//opt/pbx/raw/1259797479.14-in.wav
$2 = /var/spool/asterisk/monitor//opt/pbx/raw/1259797479.14-out.wav
$3 = /var/spool/asterisk/monitor//opt/pbx/raw/1259797479.14.wav
$4 = 20091202
$5 = 1259797479.14
$6 = 500
$7 = 402
i.e. the path '/var/spool/asterisk/monitor/' is being prepended to the
actual path/file used for the recording. I can confirm that this path is
not defined anywhere in /etc/asterisk/*
I have coded the script to cut the first 28 characters, but it's a bit
annoying.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0016377 res_monitor.c chan->monitor->file...
======================================================================
----------------------------------------------------------------------
(0115597) svnbot (reporter) - 2009-12-21 13:58
https://issues.asterisk.org/view.php?id=16376#c115597
----------------------------------------------------------------------
Repository: asterisk
Revision: 235944
_U branches/1.6.2/
U branches/1.6.2/res/res_monitor.c
------------------------------------------------------------------------
r235944 | jpeeler | 2009-12-21 13:58:42 -0600 (Mon, 21 Dec 2009) | 27
lines
Merged revisions 235941 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r235941 | jpeeler | 2009-12-21 13:54:20 -0600 (Mon, 21 Dec 2009) | 20
lines
Merged revisions 235940 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r235940 | jpeeler | 2009-12-21 13:43:41 -0600 (Mon, 21 Dec 2009) | 13
lines
Change Monitor to not assume file to write to does not contain
pathing.
227944 changed the fname_base argument to always append the configured
monitor
path. This change was necessary to properly compare files for
uniqueness.
If a full path is given though, nothing needs to be appended and that
is
handled correctly now.
(closes issue https://issues.asterisk.org/view.php?id=16377)
(closes issue https://issues.asterisk.org/view.php?id=16376)
Reported by: bcnit
Patches:
res_monitor.c-issue16376-1.patch uploaded by dant (license 670)
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=235944
Issue History
Date Modified Username Field Change
======================================================================
2009-12-21 13:58 svnbot Checkin
2009-12-21 13:58 svnbot Note Added: 0115597
======================================================================
More information about the asterisk-bugs
mailing list