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

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Mar 3 16:01:25 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-03-03 16:01 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...

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

---------------------------------------------------------------------- 
 (0101134) svnbot (reporter) - 2009-03-03 16:01
 http://bugs.digium.com/view.php?id=14545#c101134 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 179972

U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r179972 | dvossel | 2009-03-03 16:01:25 -0600 (Tue, 03 Mar 2009) | 13
lines

app_meetme not setting filename and fileformat correctly for realtime

When app_meetme finds a realtime conference, it doesn't get the filename
and fileformat correctly when 'r' is set.  Now app_meetme first checks to
see if fileformat and filename are declared in the db, if they're not it
checks the .conf file, if its not declared there either it then uses
defaults. 

(closes issue http://bugs.digium.com/view.php?id=14545)
Reported by: dalbaech
Patches:
	app_meetme-realtime5.patch uploaded by dvossel (license 671)
	Realtime_Conference_Record_workaround.txt uploaded by dalbaech (license
705)
Tested by: dvossel, dalbaech
Review: http://reviewboard.digium.com/r/180/


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=179972 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-03-03 16:01 svnbot         Checkin                                      
2009-03-03 16:01 svnbot         Note Added: 0101134                          
======================================================================




More information about the asterisk-bugs mailing list