From: James Golovich Date: Fri, 11 Jun 2004 21:09:27 +0000 (+0000) Subject: Update sample extensions.conf macro-stdexten to include an a extension that sends... X-Git-Tag: 1.0.0-rc1~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c51934cd7081ab4da462306d5ad96932d65623de;p=thirdparty%2Fasterisk.git 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 --- diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample index a93bdb42e8..b500f0252e 100755 --- a/configs/extensions.conf.sample +++ b/configs/extensions.conf.sample @@ -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] ;