[Asterisk-cvs] asterisk/configs rpt.conf.sample,1.1,1.2

jim at lists.digium.com jim at lists.digium.com
Mon May 31 11:48:25 CDT 2004


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

Modified Files:
	rpt.conf.sample 
Log Message:
Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor changes in chan_zap (to allow pseudo-channels to work properly (finally!)) and in dsp.c to allow for super-relaxed DTMF decoding which radio systems need to function properly.


Index: rpt.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/rpt.conf.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rpt.conf.sample	20 Nov 2002 18:31:26 -0000	1.1
+++ rpt.conf.sample	31 May 2004 16:04:10 -0000	1.2
@@ -1,4 +1,4 @@
-; Radio Repeater configuration file (for use with app_rpt)
+; Radio Repeater / Remote Base configuration file (for use with app_rpt)
 ;
 
 ;[oakhurst]				; Name of First Repeater
@@ -7,8 +7,14 @@
 ; Note: if you use a unified interface (tx/rx on one channel), only
 ; specify the rxchannel and the txchannel will be assumed from the rxchannel
 ;txchannel = Zap/2			; Tx audio/signalling channel
+;remote_rxchannel = Zap/3		; Remote Base Rx audio/signalling channel
+; Note: if you use a unified interface (tx/rx on one channel), only
+; specify the remote_rxchannel and the remote_txchannel will be assumed from the rxchannel
+;remote_txchannel = Zap/4		; Remote Base Tx audio/signalling channel
+;tonezone = us				; use US tones
+;simple = no				; Not in "simple" mode
 ;context = default			; dialing context for phone
-;callerid = "WB6NIL Repeater" <(818) 325-2757>  ; Callerid for phone calls
+;callerid = "WB6NIL Repeater" <(559) 692-1234>  ; Callerid for phone calls
 ;idrecording = wb6nil			; id recording
 ;accountcode=RADIO			; account code (optional)
 ;hangtime=1000				; squelch tail hang time (in ms) (optional)




More information about the svn-commits mailing list