On 09/18/14 15:43, Joseph wrote:>In my context I have:
>
>exten => _NXXXXXX,1,Set(CHANNEL(musicclass)=default)
>exten =>
_NXXXXXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav)
>exten => _NXXXXXX,n,MixMonitor(${recordfilename},b)
>
>but the recorded conversation ended in 10min so it = 600sec
>I was looking in asterisk configuration file for "600" pertaining
recording but I couldn't fine any.
I don't have any maxduration set in any config file.
maxduration: maximum recording duration in seconds. If missing or 0, there is no
maximum.
--
Joseph