Update sample extensions.conf macro-stdexten to include an a extension that sends...
authorJames Golovich <james@gnuinter.net>
Fri, 11 Jun 2004 21:09:27 +0000 (21:09 +0000)
committerJames Golovich <james@gnuinter.net>
Fri, 11 Jun 2004 21:09:27 +0000 (21:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3190 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/extensions.conf.sample

index a93bdb4..b500f02 100755 (executable)
@@ -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 => 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]
 ;
 
 [demo]
 ;