search for: direct_vm

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

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})
2011 Apr 15
2
If voice mail not found dialplan
Hey guys, I have stdexten macro dialplan and I have to handle those who doesn't have voicemail box setup. Right now if someone call and if person unavailable the it's just hangup that call. I want it say "person doest have vm setup yet." smthing like that. How should I handle this in my dialplan ? -- Sent from my iPhone
2008 Jan 26
1
CHANUNAVAIL
I've got a setup where we have 100 DID's. Our default dialplan has one line that calls a macro: exten => _22XX,1,Macro(STDEXT,${EXTEN}) The macro is pretty basic: [macro-STDEXT] exten => s,1,NoOp exten => s,2,Dial(SIP/${ARG1},15,Tt) exten => s,3,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Voicemail(${ARG1}|u) exten => s-NOANSWER,n,Hangup exten =>