summaryrefslogtreecommitdiff
path: root/configs/extensions.conf.sample
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-09-06 20:05:50 +0000
committerRussell Bryant <russell@russellbryant.com>2007-09-06 20:05:50 +0000
commit235417dbd0d6a31351919d047699b35b656502ac (patch)
treee520d08c3d31122b99b345cf3c979c0ea246059a /configs/extensions.conf.sample
parent9f865889a256b59b1b95449fdd406cea1125fd4a (diff)
Fix the syntax of declaring a hint with a name to be compatible with trunk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81781 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/extensions.conf.sample')
-rw-r--r--configs/extensions.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index dd57b273b..ae9272393 100644
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -534,7 +534,7 @@ include => demo
; room to overlap extensions and menu options without conflict. You can alias
; them with names, too, and use global variables
-;exten => 6245,hint,SIP/Grandstream1&SIP/Xlite1,Joe Schmoe ; Channel hints for presence
+;exten => 6245,hint,SIP/Grandstream1&SIP/Xlite1(Joe Schmoe) ; Channel hints for presence
;exten => 6245,1,Dial(SIP/Grandstream1,20,rt) ; permit transfer
;exten => 6245,n(dial),Dial(${HINT},20,rtT) ; Use hint as listed
;exten => 6245,n,Voicemail(6245,u) ; Voicemail (unavailable)