aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 20:05:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 20:05:50 +0000
commit5e98957f770f66c45bfba94d48a1f90b13802563 (patch)
treee520d08c3d31122b99b345cf3c979c0ea246059a /configs
parent879f901a50dd1b29aa3e25e95d599e370f71d739 (diff)
Fix the syntax of declaring a hint with a name to be compatible with trunk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81781 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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)