[asterisk-users] conversation record prematurely

Rusty Newton rnewton at digium.com
Thu Sep 18 18:59:05 CDT 2014


On Thu, Sep 18, 2014 at 3:16 PM, Joseph <syscon780 at gmail.com> wrote:
> I have following line in a context:
>
> ...
> exten =>
> _587NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav)
> exten => _587NXXXXXX,n,MixMonitor(${recordfilename},b)
> ...
>
> It records the conversation but it ends prematurely, after 10min. Why?
> Where is the setting to records until a user hangup the handset.

Without further information the only reason I could see would be the
'b' option in use for MixMonitor. If the channels were no longer
bridged it would stop recording. That is according to the
documentation.. which every once in a while is wrong. Other than that,
it should record as long as the channel is bridged.

Can you pastebin a log showing that particular call?[1]

[1]: https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information

-- 
Rusty Newton
Digium, Inc. | Community Support Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct: +1 256 428 6200

Check us out at: http://digium.com & http://asterisk.org



More information about the asterisk-users mailing list