summaryrefslogtreecommitdiff
path: root/configs/rpt.conf.sample
diff options
context:
space:
mode:
authorJim Dixon <telesistant@hotmail.com>2004-06-27 20:16:58 +0000
committerJim Dixon <telesistant@hotmail.com>2004-06-27 20:16:58 +0000
commita9da00430530162f85540f94b84d3b498d253b9b (patch)
tree8f2fab7effeed61a7e83a29d63a5290a21593d72 /configs/rpt.conf.sample
parent88eede5218e386ead0729b803efea5dd6c0f3784 (diff)
Added 'polite ID' concept in app_rpt.c and fixed a couple of silly telemetry issues.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3326 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/rpt.conf.sample')
-rwxr-xr-xconfigs/rpt.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/rpt.conf.sample b/configs/rpt.conf.sample
index db4e83458..1d0a568a0 100755
--- a/configs/rpt.conf.sample
+++ b/configs/rpt.conf.sample
@@ -16,6 +16,9 @@
;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)
+politeid=30000 ; time in milliseconds before ID timer
+ ; expires to try and ID in the tail.
+ ; (optional, default is 30000).
; 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)
@@ -51,6 +54,9 @@
000 = context_A@1.2.3.4/1234
001 = context_B@5.6.7.8/4321
+;of course, you can also specify these with domain names, but why rely
+;on DNS working unnecessarily?
+
[memory]
; this example gives you 146.460, simplex, 100.0 HZ PL, hi-power, transmit PL
@@ -58,4 +64,8 @@
; this example gives you 146.940, minus offset, 100.0 HZ PL, low-power, no PL
01 = 146.940,100.0,-l
+; The format for these entries is: Receive-Freq,Receive-PL,Attrbutes
+; Attributes: l=low power, m=medium power, h=high power, -=minus offset,
+; s=simplex, +=plus offset, t=tx PL enable, r=rx PL enable
+