From 5e98957f770f66c45bfba94d48a1f90b13802563 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 6 Sep 2007 20:05:50 +0000 Subject: 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 --- configs/extensions.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') 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) -- cgit v1.2.3