aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorjim <jim@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-31 16:04:10 +0000
committerjim <jim@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-31 16:04:10 +0000
commitf48d4f750d021765b4d6b1b68108a36b82898238 (patch)
tree2f913772b83fde4f1af5052378bc1d04e8f7c381 /configs
parentf91947fbe68b00682c8465a6b7671ed7a7ca776d (diff)
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.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3117 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/rpt.conf.sample10
1 files changed, 8 insertions, 2 deletions
diff --git a/configs/rpt.conf.sample b/configs/rpt.conf.sample
index c9704092b..546a61dee 100755
--- a/configs/rpt.conf.sample
+++ b/configs/rpt.conf.sample
@@ -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)