mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 11:13:09 +00:00
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
This commit is contained in:
@@ -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,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,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 => 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]
|
[demo]
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user