From 235417dbd0d6a31351919d047699b35b656502ac Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Thu, 6 Sep 2007 20:05:50 +0000
Subject: [PATCH] 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
---
 configs/extensions.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index dd57b273b4..ae92723934 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)
-- 
GitLab