search for: dialvmb

Displaying 1 result from an estimated 1 matches for "dialvmb".

Did you mean: dialvm
2006 Jan 06
3
Macro DialPlan
Hi All I am trying to simplify a dialplan for a few thousand users. Would what I have below work? If someone dials exten 710001 would it go through answer and then to the macro to try dialing the SIP phone thats registered on 710001 and then onto voicemail if no answer or not signed on? exten => 71XXXX,1,Answer() exten => 71XXXX,2,Macro(71macro,${EXTEN}) exten => 71XXXX,3,Hangup()