[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.22,1.23
citats at lists.digium.com
citats at lists.digium.com
Fri Jun 11 16:05:40 CDT 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/home/citats/cvs/asterisk/configs
Modified Files:
extensions.conf.sample
Log Message:
Update sample extensions.conf macro-stdexten to include an a extension that sends the user into voicemailmain when * is pressed
Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- extensions.conf.sample 24 May 2004 15:09:34 -0000 1.22
+++ extensions.conf.sample 11 Jun 2004 21:09:27 -0000 1.23
@@ -185,7 +185,7 @@
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]
;
More information about the svn-commits
mailing list