Re: [asterisk-users] conversation record prematurely

2014-09-23 Thread Rusty Newton
On Thu, Sep 18, 2014 at 7:14 PM, Joseph syscon...@gmail.com wrote: How do I find out/verify if b option is used with MixMonitor? In the help text for an application you'll find the available arguments and options. On the Asterisk CLI you can view an application's help text with core show

[asterisk-users] conversation record prematurely

2014-09-18 Thread Joseph
I have following line in a context: ... exten = _587NXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten = _587NXX,n,MixMonitor(${recordfilename},b) ... It records the conversation but it ends prematurely, after 10min. Why? Where is

Re: [asterisk-users] conversation record prematurely

2014-09-18 Thread Rusty Newton
On Thu, Sep 18, 2014 at 3:16 PM, Joseph syscon...@gmail.com wrote: I have following line in a context: ... exten = _587NXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten = _587NXX,n,MixMonitor(${recordfilename},b) ... It records