App-meetme not recording conference calls

Currently running FreePBX 2.10.0.4 with Asterisk 1.8.12.0
The Conference room App is “app_meetme” with Conference module 2.10.0.6

Issue is the conference room is set to record but I do not find the WAV file from the conference. I have recently done the update to FreePBX 2.10. With FreePBX 2.8 I found the files in /var/spool/asterisk/monitor.

While the conference is in session there are files to show up in /var/spool/asterisk/meetme these files are “meetme-username-360-1.sln” and “meetme-username-360-2.sln”. The conference room number was 360 and there were two callers in this conference.

Once the conference ends the files delete and I do not see the WAV file in any of the /var/spool/asterisk/ folders.

I have run into problems with recordings after updating the Distro.

You might read this:

http://www.freepbx.org/forum/freepbx-distro/distro-discussion-help/where-are-conference-recordings-stored

and this:

http://www.freepbx.org/forum/freepbx/installation/new-install-dahdi-help

If these solutions fix your problem, then it appears that the upgrade process is still messing up the recordings.

Per the other post it looks like dahdi is running correctly

dahdi show channels
Chan Extension Context Language MOH Interpret Blocked State
pseudo default default In Service

rpm -qa | grep dahdi
dahdi-firmware-tc400m-MR6.12-29_centos5
dahdi-firmware-vpmoct032-1.12.0-29_centos5
dahdi-tools-2.6.1-38_centos5
asterisk18-dahdi-1.8.12.0-32_centos5
dahdi-linux-kmod-debuginfo-2.6.1-16_centos5.2.6.18_308.4.1.el5
dahdi-firmware-vpmadt032-1.07-1_centos5
dahdi-firmware-oct6114-064-1.05.01-29_centos5
dahdi-firmware-hx8-2.06-29_centos5
dahdi-firmware-oct6114-256-1.05.01-29_centos5
kmod-dahdi-linux-2.6.1-15_centos5.2.6.18_274.3.1.el5
dahdi-linux-devel-2.6.1-32_centos5
dahdi-linux-debuginfo-2.6.1-32_centos5
wanpipe-3.5.26-kernel.2.6.18.308.4.1.el5.dahdi.2.6.1
dahdi-firmware-oct6114-128-1.05.01-29_centos5
dahdi-firmware-2.5.0.1-29_centos5
schmooze-dahdi-1.0.0-2
dahdi-linux-2.6.1-32_centos5
dahdi-tools-doc-2.6.1-38_centos5
dahdi-tools-debuginfo-2.6.1-38_centos5
kmod-dahdi-linux-2.6.1-16_centos5.2.6.18_308.4.1.el5

the CLI shows the file path during the call
– Executing [recconf@sub-record-check:1] Set(“SIP/Asterisk01-sip-00000b55”, “__CALLFILENAME=conf-360-360-20120522-092015-1337696415.3368”) in new stack
– Executing [recconf@sub-record-check:2] ExecIf(“SIP/Asterisk01-sip-00000b55”, “0?Set(DB(RECCONF/360)=conf-360-360-20120522-092015-1337696415.3368)”) in new stack
– Executing [recconf@sub-record-check:3] Set(“SIP/Asterisk01-sip-00000b55”, “MEETME_RECORDINGFILE=/var/spool/asterisk/monitor/2012/05/22/conf-360-360-20120522-092015-1337696415.3368”) in new stack
– Executing [recconf@sub-record-check:4] Set(“SIP/Asterisk01-sip-00000b55”, “MEETME_RECORDINGFORMAT=wav”) in new stack
– Executing [recconf@sub-record-check:5] ExecIf(“SIP/Asterisk01-sip-00000b55”, “0?Return()”) in new stack
– Executing [recconf@sub-record-check:6] Set(“SIP/Asterisk01-sip-00000b55”, “__REC_STATUS=RECORDING”) in new stack
– Executing [recconf@sub-record-check:7] Set(“SIP/Asterisk01-sip-00000b55”, “CDR(recordingfile)=conf-360-360-20120522-092015-1337696415.3368.wav”) in new stack
– Executing [recconf@sub-record-check:8] Return(“SIP/Asterisk01-sip-00000b55”, “”) in new stack

the server has rights to the folder but the WAV file is not created
ls -lat /var/spool/asterisk/
total 72
drwxrwxr-x 2 asterisk asterisk 4096 May 22 13:27 monitor

yum info libopenr2
Loaded plugins: fastestmirror, kmod
Loading mirror speeds from cached hostfile
Installed Packages
Name : libopenr2
Arch : i386
Version : 1.2.0
Release : 1_centos5
Size : 117 k
Repo : installed
Summary : OpenR2 is a library that implements the MFC/R2 telephony signaling protocol over E1 lines
URL : http://www.libopenr2.org
License : LGPL
Description: OpenR2 is a library that implements the MFC/R2 telephony signaling protocol over E1 lines

yum info libss7
Loaded plugins: fastestmirror, kmod
Loading mirror speeds from cached hostfile
Installed Packages
Name : libss7
Arch : i386
Version : 1.0.2
Release : 1_centos5
Size : 163 k
Repo : installed
Summary : Libss7, an open source implementation of Signalling System 7 (SS7)
URL : http://www.asterisk.org
License : GPL
Description: libss7 is a C implementation of the Signalling System 7 (SS7) specification.