[asterisk-commits] russell: trunk r81781 - /trunk/configs/extensions.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 6 15:05:51 CDT 2007


Author: russell
Date: Thu Sep  6 15:05:50 2007
New Revision: 81781

URL: http://svn.digium.com/view/asterisk?view=rev&rev=81781
Log:
Fix the syntax of declaring a hint with a name to be compatible with trunk

Modified:
    trunk/configs/extensions.conf.sample

Modified: trunk/configs/extensions.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/extensions.conf.sample?view=diff&rev=81781&r1=81780&r2=81781
==============================================================================
--- trunk/configs/extensions.conf.sample (original)
+++ trunk/configs/extensions.conf.sample Thu Sep  6 15:05:50 2007
@@ -534,7 +534,7 @@
 ; 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)




More information about the asterisk-commits mailing list