aboutsummaryrefslogtreecommitdiffstats
path: root/configs/rpt.conf.sample
diff options
context:
space:
mode:
authorjim <jim@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-27 20:16:58 +0000
committerjim <jim@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-27 20:16:58 +0000
commit37da1f798268d68f5170cfee634281d14a69130e (patch)
tree8f2fab7effeed61a7e83a29d63a5290a21593d72 /configs/rpt.conf.sample
parent5e82d80f14cb2693938e46ea85577564002b7236 (diff)
Added 'polite ID' concept in app_rpt.c and fixed a couple of silly telemetry issues.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3326 f38db490-d61c-443f-a65b-d21fe96a405b
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
+