[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.36,1.37
markster at lists.digium.com
markster at lists.digium.com
Mon Jan 31 19:52:02 CST 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv20826/configs
Modified Files:
extensions.conf.sample
Log Message:
Allow hints to have names (bug #3471)
Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- extensions.conf.sample 13 Jan 2005 05:14:56 -0000 1.36
+++ extensions.conf.sample 1 Feb 2005 01:53:24 -0000 1.37
@@ -392,7 +392,7 @@
; 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 ; 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(u6245) ; Voicemail (unavailable)
More information about the svn-commits
mailing list