summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-06-11 21:09:27 +0000
committerJames Golovich <james@gnuinter.net>2004-06-11 21:09:27 +0000
commitc51934cd7081ab4da462306d5ad96932d65623de (patch)
tree8beacae3fb93fc8796a6bc1dbdcc5e110457b441 /configs
parent481a59e92e76b4c211fc81d063091f5deb045070 (diff)
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
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/extensions.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index a93bdb42e..b500f0252 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]
;