search for: todial

Displaying 4 results from an estimated 4 matches for "todial".

Did you mean: dodial
2019 Jun 09
2
Dial(${PJSIP_DIAL_CONTACTS(Alice)} & ${PJSIP_DIAL_CONTACTS(Bob)}) how not to fail if one endpoint has no registered AOR?
Dear List It's probably been more than a year now I switched from chan_sip to pjsip. pjsip works much cleaner than chan_sip. But! I have come across a Problem I was not able to solve with Asterisk Dialplan Logic. With pjsip an endpoint can have multiple AOR, so you need to expand them with ${PJSIP_DIAL_CONTACTS()} to be able to Dial() all of them simultaneously. But there are also
2007 May 24
1
vmoutcall]
...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 Franklin q...
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
...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()