projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
481a59e
)
Update sample extensions.conf macro-stdexten to include an a extension that sends...
author
James Golovich
<james@gnuinter.net>
Fri, 11 Jun 2004 21:09:27 +0000
(21:09 +0000)
committer
James Golovich
<james@gnuinter.net>
Fri, 11 Jun 2004 21:09:27 +0000
(21:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3190
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
configs/extensions.conf.sample
patch
|
blob
|
history
diff --git
a/configs/extensions.conf.sample
b/configs/extensions.conf.sample
index
a93bdb4
..
b500f02
100755
(executable)
--- 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]
;