[asterisk-bugs] [Asterisk 0014545]: [patch] MEETME_RECORDINGFILE is not read by MeetMe()

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Feb 27 15:32:14 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14545 
====================================================================== 
Reported By:                dalbaech
Assigned To:                dvossel
====================================================================== 
Project:                    Asterisk
Issue ID:                   14545
Category:                   Applications/app_meetme
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 178446 
Request Review:              
====================================================================== 
Date Submitted:             2009-02-24 18:39 CST
Last Modified:              2009-02-27 15:32 CST
====================================================================== 
Summary:                    [patch] MEETME_RECORDINGFILE is not read by MeetMe()
Description: 
The MEETME_RECORDINGFILE variable is not pulled into MeetMe when it is
declared.
Asterisk SVN-trunk-r178446.

Declaration and call:
MYSQL(Query resultid ${connid} SELECT
`record`,`unique`,`recordingfilename` from asterisk.meetme where
`confno`=${EXTEN:1} AND `starttime` <= "${CallTime}" AND `endtime` >=
"${CallTime}";);
MYSQL(Fetch fetchid ${resultid} record unique recordingfilename);
MYSQL(Clear ${resultid});
MYSQL(Disconnect ${connid});
MEETME_RECORDINGFILE="${recordingfilename}";
        NoOp(File: ${MEETME_RECORDINGFILE});
MeetMe(${EXTEN:1},rMcCs,);

NoOp shows the proper path, but it still attempts to write to
/var/spool/asterisk/meetme...

====================================================================== 

---------------------------------------------------------------------- 
 (0100913) dvossel (administrator) - 2009-02-27 15:32
 http://bugs.digium.com/view.php?id=14545#c100913 
---------------------------------------------------------------------- 
I've made a few changes to the patch.  most of which just involved cleaning
up some areas.  Would you be able to run a sanity check on it using your
realtime setup for me? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-02-27 15:32 dvossel        Note Added: 0100913                          
======================================================================




More information about the asterisk-bugs mailing list