[asterisk-bugs] [Asterisk 0014545]: [patch] MEETME_RECORDINGFILE is not read by MeetMe()
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Mar 3 16:23:24 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: closed
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 178446
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-02-24 18:39 CST
Last Modified: 2009-03-03 16:23 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...
======================================================================
----------------------------------------------------------------------
(0101141) svnbot (reporter) - 2009-03-03 16:23
http://bugs.digium.com/view.php?id=14545#c101141
----------------------------------------------------------------------
Repository: asterisk
Revision: 179995
_U branches/1.6.1/
------------------------------------------------------------------------
r179995 | dvossel | 2009-03-03 16:23:24 -0600 (Tue, 03 Mar 2009) | 18
lines
Blocked revisions 179972 via svnmerge
........
r179972 | dvossel | 2009-03-03 16:01:24 -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=179995
Issue History
Date Modified Username Field Change
======================================================================
2009-03-03 16:23 svnbot Checkin
2009-03-03 16:23 svnbot Note Added: 0101141
======================================================================
More information about the asterisk-bugs
mailing list