aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-11 21:09:27 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-11 21:09:27 +0000
commit80dfe77777b7fda3b23e86ba070910d2a0b6bada (patch)
tree8beacae3fb93fc8796a6bc1dbdcc5e110457b441
parentff63224c39f632b006738ee8bdc848873036300b (diff)
Update sample extensions.conf macro-stdexten to include an a extension that sends the user into voicemailmain when * is pressed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3190 f38db490-d61c-443f-a65b-d21fe96a405b
-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]
;