search for: _009

Displaying 2 results from an estimated 2 matches for "_009".

Did you mean: 2009
2005 Jul 25
1
sendDTMF at pickup
...send the DTMF only if the phone is answered. [voip] exten=>i,1,NoCDR() exten=>i,2,Hangup() exten=>s,1,Wait(2) exten=>s,2,Background(beep||) exten=>s,3,DigitTimeout(6) exten=>s,4,ResponseTimeout(10) exten=>s,5,SendDTMF(c) exten=>t,1,NoCDR() exten=>t,2,Hangup() exten=>_009[13456789].,1,Dial(SIP/operador/${EXTEN},60,tr) exten=>_009[2].,1,Dial(SIP/operador/${EXTEN},60,tr) exten=>_00[12345678].,1,Dial(SIP/operador/${EXTEN},60,tr) exten=>_6[0123456789].,1,Dial(SIP/operador/${EXTEN},60,tr) exten=>_9[123456789].,1,Dial(SIP/operador/${EXTEN},60,tr) thanks ____...
2005 Jul 09
2
Modifying astcc
Hi: Astcc is working fine, except for one thing. It doesn't give the called party enough time to answer the phone. If nobody picks up in two rings, astcc reports back no answer and hangs-up. The only instant NOANSWER "value" was mentioned in astcc.agi script is: elsif ($res eq "NOANSWER") { $res = &mystreamfile("astcc-noanswer");