[Home]

Summary:ASTERISK-19351: MeetMe does not record, WARNING: file.c:1168 ast_writefile: No such format ''
Reporter:Steven Wheeler (swheeler)Labels:
Date Opened:2012-02-13 11:30:57.000-0600Date Closed:2012-09-05 08:40:22
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:1.8.8.2 Frequency of
Occurrence
Related
Issues:
Environment:Cent OS x86Attachments:( 0) full
Description:MeetMe is not recording conferences, it gives the following message:
WARNING: file.c:1168 ast_writefile: No such format ''

I have tried manually setting MEETME_RECORDINGFORMAT to 'wav', but it still errors out.  The dialplan I used is:
exten => _X!,n,Set(MEETME_RECORDINGFILE=${temp_recording_path}${EPOCH}__${HASH(conference_info,confno)})
exten => _X!,n,Set(MEETME_RECORDINGFORMAT=wav)
exten => _X!,n,Set(conference_options=r${conference_options})
exten => _X!,n(start),MeetMe(${HASH(conference_info,confno)},${conference_options}${HASH(conference_info,options)})
Comments:By: Steven Wheeler (swheeler) 2012-02-13 11:32:55.651-0600

The debugging output while a test call was made.

By: Steven Wheeler (swheeler) 2012-02-21 16:44:25.763-0600

After further testing it appears that this has been fixed in v1.8.9.2 so you should be able to find the fix and back port it.

By: Matt Jordan (mjordan) 2012-09-05 08:40:22.152-0500

Closing out as fixed in 1.8.9.2