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:
3fc2609
)
Fix sample macro
author
Mark Spencer
<markster@digium.com>
Thu, 16 Sep 2004 00:19:01 +0000
(
00:19
+0000)
committer
Mark Spencer
<markster@digium.com>
Thu, 16 Sep 2004 00:19:01 +0000
(
00:19
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3790
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
fab4047
..
be262fc
100755
(executable)
--- a/
configs/extensions.conf.sample
+++ b/
configs/extensions.conf.sample
@@
-192,7
+192,7
@@
exten => s-NOANSWER,2,Goto(default,s,1) ; If they press #, return to start
exten => s-BUSY,1,Voicemail(b${ARG1}) ; If busy, send to voicemail w/ busy announce
exten => s-BUSY,2,Goto(default,s,1) ; If they press #, return to start
-exten => s-.,1,Goto(s-NOANSWER,1) ; Treat anything else as no answer
+exten => _s-.,1,Goto(s-NOANSWER,1) ; Treat anything else as no answer
exten => a,1,VoicemailMain(${ARG1}) ; If they press *, send the user into VoicemailMain