[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.31,1.32

markster at lists.digium.com markster at lists.digium.com
Sun Oct 3 12:14:01 CDT 2004


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

Modified Files:
	extensions.conf.sample 
Log Message:
Allow you to use labels with + to be nice to Tilghman.


Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- extensions.conf.sample	3 Oct 2004 05:08:51 -0000	1.31
+++ extensions.conf.sample	3 Oct 2004 16:15:44 -0000	1.32
@@ -315,9 +315,10 @@
 
 ;exten => 6245,hint,SIP/Grandstream1&SIP/Xlite1 ; Channel hints for presence
 ;exten => 6245,1,Dial(SIP/Grandstream1,20,rt)	; permit transfer
-;exten => 6245,n,Dial(${HINT},20,rtT)		; Use hint as listed
+;exten => 6245,n(dial),Dial(${HINT},20,rtT)		; Use hint as listed
 ;exten => 6245,n,Voicemail(u6245)		; Voicemail (unavailable)
-;exten => 6245,s+100,Voicemail(b6245)		; Voicemail (busy)
+;exten => 6245,s+1,Hangup			; s+1, same as n
+;exten => 6245,dial+101,Voicemail(b6245)	; Voicemail (busy)
 ;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