Skip to content
Snippets Groups Projects
Commit c51934cd authored by James Golovich's avatar James Golovich
Browse files

Update sample extensions.conf macro-stdexten to include an a extension that...

Update sample extensions.conf macro-stdexten to include an a extension that sends the user into voicemailmain when * is pressed


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 481a59e9
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ exten => s,2,Voicemail(u${ARG1}) ; If unavailable, send to voicemail w/ unava
exten => s,3,Goto(default,s,1) ; If they press #, return to start
exten => s,102,Voicemail(b${ARG1}) ; If busy, send to voicemail w/ busy announce
exten => s,103,Goto(default,s,1) ; If they press #, return to start
exten => a,1,VoicemailMain(${ARG1}) ; If they press *, send the user into VoicemailMain
[demo]
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment