summaryrefslogtreecommitdiff
path: root/configs/extensions.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-09-16 00:19:01 +0000
committerMark Spencer <markster@digium.com>2004-09-16 00:19:01 +0000
commitd2385517acddc4c13a858cd3112c98220ca30247 (patch)
treeff89521edf1a477e1f179117a2ed24a378fc088c /configs/extensions.conf.sample
parent3fc2609468e351c0f3c311425554b7e657b3c202 (diff)
Fix sample macro
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3790 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/extensions.conf.sample')
-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 fab4047f0..be262fc8c 100755
--- 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