[asterisk-users] MixMonitor Problem

2008-11-17 Thread Sebastian
Hi, I'm noticing MixMonitor records 5 seconds aprox less of a call. The recording is iniciated via Queue and ends at the hungup. (gsm format), when I listen to the audio file, has 5 seconds missing at the end of the call. Any idea?? thanks ASt.1.6.0.1

Re: [asterisk-users] MixMonitor Problem

2008-11-17 Thread Trevor Peirce
Sebastian wrote: Hi, I’m noticing MixMonitor records 5 seconds aprox less of a call. The recording is iniciated via Queue and ends at the hungup. (gsm format), when I listen to the audio file, has 5 seconds missing at the end of the call. I'm not sure if this is relevant, but in

Re: [asterisk-users] MixMonitor Problem

2007-06-17 Thread Doug Lytle
Asif Raza wrote: exten = sss-NOANSWER,1,VoiceMail([EMAIL PROTECTED]) exten = sss-NOANSWER,2,Goto(salesivr,s,4) I want monitor to be disabled on priority s,3. Can someone please point out what I am doing wrong here. You can't have it disabled on priority 3, you need to do the following:

Re: [asterisk-users] MixMonitor Problem

2007-06-17 Thread Atis
On 6/16/07, Asif Raza [EMAIL PROTECTED] wrote: Hi, I am facing some issues while using MixMonitor and StopMonitor. My extensions logic is attached below: exten = s,1,MixMonitor(${CALLERID(num)}_${TIMESTAMP}.gsm,b) exten = s,2,Dial(SIP/101,13) exten = s,3,StopMonitor() exten = s,4,NoOp(Dial

[asterisk-users] MixMonitor Problem

2007-06-16 Thread Asif Raza
Hi, I am facing some issues while using MixMonitor and StopMonitor. My extensions logic is attached below: exten = s,1,MixMonitor(${CALLERID(num)}_${TIMESTAMP}.gsm,b) exten = s,2,Dial(SIP/101,13) exten = s,3,StopMonitor() exten = s,4,NoOp(Dial Status: ${DIALSTATUS}) exten =