how can i set the maximum time for recordings?...for every extensions i set a monitoring like this..
exten => n.,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => n.,2,Monitor(gsm,${TIMESTAMP}_${CALLERIDNUM})
exten => n.,3,Dial(SIP/${EXTEN}@*****,30,tTo)
exten => n.,4,Hangup
it successfully created a sound file for the extensions
but only a partial of the whole conversation...
how can i record the whole conversation???
thnx mr.mflorell for the reply