aboutsummaryrefslogtreecommitdiffstats
path: root/configs/rpt.conf.sample
diff options
context:
space:
mode:
authorjim <jim@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-26 16:00:38 +0000
committerjim <jim@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-26 16:00:38 +0000
commit6be9629202ba7f809eb3a0e23a9d27ea5d791b35 (patch)
tree526a0b3c2d1dde0106a17ec6bc70148834220e77 /configs/rpt.conf.sample
parent1f0b4c34e7229e55b615614d4ae7cfe02e89e343 (diff)
Many changes and new stuff including Reverse Autopatch and completely new authentication system no longer requiring static IP address assignment.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6855 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/rpt.conf.sample')
-rwxr-xr-xconfigs/rpt.conf.sample28
1 files changed, 22 insertions, 6 deletions
diff --git a/configs/rpt.conf.sample b/configs/rpt.conf.sample
index 6e6ef2fcc..a66e50b92 100755
--- a/configs/rpt.conf.sample
+++ b/configs/rpt.conf.sample
@@ -1,4 +1,5 @@
; Radio Repeater / Remote Base configuration file (for use with app_rpt)
+; As of app_rpt version 0.36, 10/26/2005
;
;[000] ; Node ID of first repeater
@@ -10,13 +11,18 @@
;functions = functions-repeater ; DTMF function list
;; specify this for a different function list then local when on link
;;link_functions = functions-different ; DTMF function list for link
+;;phone_functions = functions-phone ; (optional) different functions for 'P' mode
+;;dphone_functions = functions-dphone ; (optional) different functions for 'D' mode
+;;nodes = nodes-different ; (optional) different node list
;tonezone = us ; use US tones (default)
;context = default ; dialing context for phone
-;callerid = "WB6NIL Repeater" <(559) 692-1234> ; Callerid for phone calls
+;callerid = "WB6NIL Repeater" <(213) 555-0123> ; Callerid for phone calls
;idrecording = wb6nil ; id recording
;accountcode=RADIO ; account code (optional)
;funcchar = * ; function lead-in character (defaults to '*')
;endchar = # ; command mode end character (defaults to '#')
+;;nobusyout=yes ; (optional) Do not busy-out reverse-patch when
+ ; normal patch in use
;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)
@@ -30,19 +36,27 @@
; 5 seconds (5000 ms), 3 minutes (180000 ms), and 5 minutes (300000 ms)
; respectively
-;[001] ; Node ID of second repeater
+;[001] ; Node ID of first 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
+;functions = functions-repeater ; DTMF function list
+;; specify this for a different function list then local when on link
+;;link_functions = functions-different ; DTMF function list for link
+;;phone_functions = functions-phone ; (optional) different functions for 'P' mode
+;;dphone_functions = functions-dphone ; (optional) different functions for 'D' mode
+;;nodes = nodes-different ; (optional) different node list
;tonezone = us ; use US tones (default)
;context = default ; dialing context for phone
-;callerid = "WB6NIL Repeater" <(559) 692-1234> ; Callerid for phone calls
+;callerid = "WB6NIL Repeater" <(213) 555-0123> ; Callerid for phone calls
;idrecording = wb6nil ; id recording
;accountcode=RADIO ; account code (optional)
;funcchar = * ; function lead-in character (defaults to '*')
;endchar = # ; command mode end character (defaults to '#')
+;;nobusyout=yes ; (optional) Do not busy-out reverse-patch when
+ ; normal patch in use
;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)
@@ -59,7 +73,8 @@
; specify the rxchannel and the txchannel will be assumed from the rxchannel
;txchannel = Zap/6 ; Tx audio/signalling channel
;functions = functions-remote
-;remote = rbi ; Set remote=y for dumb remote or
+;remote = ft897 ; Set remote=y for dumb remote or
+ ; remote=ft897 for Yaesu FT-897 or
; remote=rbi for Doug Hall RBI1
;iobase = 0x378 ; Specify IO port for parallel port (optional)
@@ -145,8 +160,9 @@
;[nodes]
-;000 = context_A@1.2.3.4/1234
-;001 = context_B@5.6.7.8/4321
+;000 = context_A@foo.bar.com/1234,foo.bar.com
+;001 = context_B@baz.waldo.com/4321,baz.waldo.com
+;002 = context_C@pepper.salt.com/5678,pepper.salt.com,y ; this is a remote
;of course, you can also specify these with domain names, but why rely
;on DNS working unnecessarily?