From c51934cd7081ab4da462306d5ad96932d65623de Mon Sep 17 00:00:00 2001 From: James Golovich Date: Fri, 11 Jun 2004 21:09:27 +0000 Subject: 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 --- configs/extensions.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') 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] ; -- cgit v1.2.3