search for: tolong

Displaying 3 results from an estimated 3 matches for "tolong".

Did you mean: tdlong
2007 May 24
1
vmoutcall]
..., play you've taken ; to long to dial and hangup. ; **************************************** exten => t,1,Set(COUNT=$[${COUNT} + 1]) exten => t,2,NoOP(${COUNT}) exten => t,3,GotoIf($[ ${COUNT} > 3 ]?103) exten => t,4,Goto(voice-mail-callback,s,5) exten => t,103,Playback(local/tolong-todial) exten => t,104,Playback(goodbye) exten => t,105,Hangup() exten => i,1,Playback(local/sorry-invalid-choice) exten => i,2,Set(COUNT=$[${COUNT} + 1]) exten => i,3,NoOP(${COUNT}) exten => i,4,Goto(voice-mail-callback,s,5) exten => h,1,NoOP(Hungup) Doug -- Ben Fra...
2006 May 18
2
Auto Dial Out Madness
Hi All, I have been struggling with the auto dial out in asterisk. I am trying to get a call to be auto dialed and play back a message once the line is answered. So far I have been unsuccessful. Currently what happens is I have my .call file. I mv it into /var/spool/asterisk/outgoing. The call is initiated and that all works, my problem is that it does not wait for the line to be
2006 Feb 19
3
Loops and Variables
..., play you've taken ; to long to dial and hangup. ; **************************************** exten => t,1,Set(COUNT=$[${COUNT} + 1]) exten => t,2,NoOP(${COUNT}) exten => t,3,GotoIf($[ ${COUNT} > 5 ]?103) exten => t,4,Goto(voice-mail-callback,s,4) exten => t,103,Playback(local/tolong-todial) exten => t,104,Playback(goodbye) exten => t,105,Hangup()