[asterisk-bugs] [Asterisk 0016376]: Incorrect path passed to MONITOR_EXEC application after 'Monitor()' call finishes.
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Dec 2 18:13:42 CST 2009
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=16376
======================================================================
Reported By: bcnit
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16376
Category: Resources/res_monitor
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.4.27.1
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-12-02 18:13 CST
Last Modified: 2009-12-02 18:13 CST
======================================================================
Summary: 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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-12-02 18:13 bcnit New Issue
2009-12-02 18:13 bcnit Asterisk Version => 1.4.27.1
2009-12-02 18:13 bcnit Regression => No
2009-12-02 18:13 bcnit SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list