[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.27,1.28

markster at lists.digium.com markster at lists.digium.com
Fri Sep 24 12:38:25 CDT 2004


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv1409/configs

Modified Files:
	extensions.conf.sample 
Log Message:
Document hints in extensions.conf.sample (Astricon suggestion)


Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- extensions.conf.sample	16 Sep 2004 00:19:01 -0000	1.27
+++ extensions.conf.sample	24 Sep 2004 16:41:45 -0000	1.28
@@ -305,8 +305,9 @@
 ; 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
 ;exten => 6245,1,Dial(SIP/Grandstream1,20,rt)	; permit transfer
-;exten => 6245,1,Dial(SIP/Grandstream1&SIP/Xlite1,20,rtT)
+;exten => 6245,1,Dial(${HINT},20,rtT)
 ;exten => 6361,1,Dial(IAX2/JaneDoe,,rm)		; ring without time limit
 ;exten => 6389,1,Dial(MGCP/aaln/1 at 192.168.0.14)
 ;exten => 6394,1,Dial(Local/6275/n)		; this will dial ${MARK}




More information about the svn-commits mailing list