[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:43:44 CST 2009


The following issue has been ASSIGNED. 
====================================================================== 
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:                     assigned
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:              
====================================================================== 
Date Submitted:             2009-12-02 18:13 CST
Last Modified:              2009-12-21 13:43 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...
====================================================================== 

---------------------------------------------------------------------- 
 (0115585) svnbot (reporter) - 2009-12-21 13:43
 https://issues.asterisk.org/view.php?id=16376#c115585 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 235940

U   branches/1.4/res/res_monitor.c

------------------------------------------------------------------------
r235940 | jpeeler | 2009-12-21 13:43:42 -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=235940 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-21 13:43 svnbot         Checkin                                      
2009-12-21 13:43 svnbot         Note Added: 0115585                          
2009-12-21 13:43 svnbot         Status                   acknowledged =>
assigned
2009-12-21 13:43 svnbot         Assigned To               => jpeeler         
======================================================================




More information about the asterisk-bugs mailing list