search for: voicemailmai

Displaying 2 results from an estimated 2 matches for "voicemailmai".

Did you mean: voicemailmain
2007 Jul 04
1
Dialout Macro and transfer call in progress
...exten => s-BUSY,4,Voicemail(b${ARG1}) ; If busy, send to voicemail w/ busy announce exten => s-BUSY,5,Goto(s,5) ; If they press #, return to ring the interface exten => _s-.,1,Goto(s-NOANSWER,1) ; Treat anything else as no answer exten => a,1,VoicemailMain(${ARG1}@default) ; If they press *, send the user into VoicemailMai [from-internal] exten => 200,1,Macro(stdexten,200,SIP/user200) ... Thanks in advance, Dominik -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-us...
2007 Jul 01
0
Transfer outgoing call - macro
...exten => s-BUSY,4,Voicemail(b${ARG1}) ; If busy, send to voicemail w/ busy announce exten => s-BUSY,5,Goto(s,5) ; If they press #, return to ring the interface exten => _s-.,1,Goto(s-NOANSWER,1) ; Treat anything else as no answer exten => a,1,VoicemailMain(${ARG1}@default) ; If they press *, send the user into VoicemailMai features.conf: [featuremap] blindxfer => # ; Blind transfer ;disconnect => *0 ; Disconnect ;automon => *2 ; One Touch Record atxfer => *2 ; Attend...