search for: vmcallback

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

Did you mean: callback
2007 May 24
1
vmoutcall]
...e. If this function ; is enabled and there is a call file in the form ; of ${EXTEN}.call, then Asterisk will call the ; phone number contained within the .call file 150 ; seconds after a voicemail has been left. ; *********************************************** exten => 80*,1,Set(CALLBACK=${DB(vmcallback/${CALLERIDNUM})}) exten => 80*,2,GotoIf($["${CALLBACK}" = "YES"]?80*,3:80*,101) exten => 80*,3,Set(DB(vmcallback/${CALLERIDNUM})=NO) exten => 80*,4,Playback(local/stutter) exten => 80*,5,Playback(de-activated) exten => 80*,6,Hangup() exten => 80*,101,Set(DB(vmc...
2006 Mar 15
2
Do Not Disturb?
I looked on the voip-info wiki and found sparse and conflicting information on how to do this with Asterisk... My incoming lines are all on Zaptel. Is there a simple why to implement a '*363" (do not disturb) toggle via the dialplan? It would be nice to be able to pick up an extension, dial *363, and have all calls sent to voicemail without ringing the extensions. Doing it again would
2006 Oct 10
10
Voicemail Press '0'
Crikey. I can't get this to work! Allegedly, you can press 0 while in the voicemail greeting and be dropped to the 'o' extension. For some reason, I can't get it to work. The 'docs' aren't clear about what context the o extension should be in. The voip wiki says "the context for the voicemail box that we're looking for in the dialplan for the jump to the
2006 Oct 30
1
dealing with blind transfers to invalid extensions
Running Asterisk 1.2.8 kernel 2.6.13.4-1. Everything in my dialplan seems to be working well except for one problem. When calls are blind transferred to an invalid extension I would like the call to go to the operator on ext 1000? What is the best way to do this? Thanks in advance Here's a snippet of my extensions.conf [default] exten=>_10XX,1,Macro(stdexten,${EXTEN},SIP/${EXTEN})