[Home]

Summary:ASTERISK-06511: MixMonitor stops recording after a random period
Reporter:Gary Richardson (garyrichardson)Labels:
Date Opened:2006-03-09 12:05:37.000-0600Date Closed:2006-03-09 12:16:40.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_mixmonitor
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:If I use MixMonitor to record a call, at some point the call will stop recording. No error messages are generated.

The call continues on as normal. When the person hangs up the phone, an "End MixMonitor Recording" shows up.

The issue can be reproduced regardless of call volumne or system load. I previously reported that it may have to do with loud sounds, but it appears I was off the mark with that one..

This problem has affected me on the 1.2.4 and 1.2.5 revisions of asterisk.

****** ADDITIONAL INFORMATION ******

The system I'm using is a:

- P4 2.4 GHz, HT enabled
- 1GB of RAM
- 3ware 9500 card with a SATA mirror
- CentOS 4.2
- currently about 20 users, max 12 concurrent calls

This is the macro I use to record calls:

[macro-record-call]
exten => s,1,MixMonitor(${CALLERIDNAME}-${ARG1:1}-${STRFTIME(,,%Y%m%d%H%M%S)}.wav,b)
exten => s,2,Goto(to-pstn,${ARG1},1)

The issue also exists when recording to gsm.
Comments: