aboutsummaryrefslogtreecommitdiffstats
path: root/configs/rpt.conf.sample
diff options
context:
space:
mode:
authorjim <jim@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-23 14:37:46 +0000
committerjim <jim@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-23 14:37:46 +0000
commit393905e04482c2b64e7e4d4a271d6e9a594fe527 (patch)
treefbbc76c1df8a0af98b5dff1dab9b495df13147a7 /configs/rpt.conf.sample
parent3ce80140ef51b18d7cd8dcc8d3f67d2dff1dd02f (diff)
Fixed bug in remote base part of app_rpt, and updated rpt.conf.sample to
reflect new changes in operation. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3285 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/rpt.conf.sample')
-rwxr-xr-xconfigs/rpt.conf.sample32
1 files changed, 26 insertions, 6 deletions
diff --git a/configs/rpt.conf.sample b/configs/rpt.conf.sample
index 546a61dee..3cc787e80 100755
--- a/configs/rpt.conf.sample
+++ b/configs/rpt.conf.sample
@@ -1,17 +1,13 @@
; Radio Repeater / Remote Base configuration file (for use with app_rpt)
;
-;[oakhurst] ; Name of First Repeater
+;[000] ; Node ID of first repeater
;rxchannel = Zap/1 ; Rx audio/signalling channel
; 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
+;tonezone = us ; use US tones (default)
;simple = no ; Not in "simple" mode
;context = default ; dialing context for phone
;callerid = "WB6NIL Repeater" <(559) 692-1234> ; Callerid for phone calls
@@ -24,3 +20,27 @@
; The default values for hangtime, time-out time, and id interval time are
; 5 seconds (5000 ms), 3 minutes (180000 ms), and 5 minutes (300000 ms)
; respectively
+
+;[001] ; Node ID of second repeater
+
+;rxchannel = Zap/3 ; Rx audio/signalling channel
+; 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/4 ; Tx audio/signalling channel
+;tonezone = us ; use US tones (default)
+;simple = no ; Not in "simple" mode
+;context = default ; dialing context for phone
+;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)
+;totime=100000 ; transmit time-out time (in ms) (optional)
+;idtime=30000 ; id interval time (in ms) (optional)
+
+;[002] ; Node ID of remote base
+
+;rxchannel = Zap/5 ; Rx audio/signalling channel
+; 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/6 ; Tx audio/signalling channel
+;remote = yes