[Asterisk-cvs] asterisk/configs rpt.conf.sample,1.4,1.5
jim at lists.digium.com
jim at lists.digium.com
Sun Jun 27 16:31:05 CDT 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv5014/configs
Modified Files:
rpt.conf.sample
Log Message:
Added 'polite ID' concept in app_rpt.c and fixed a couple of silly telemetry issues.
Index: rpt.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/rpt.conf.sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rpt.conf.sample 26 Jun 2004 18:06:17 -0000 1.4
+++ rpt.conf.sample 27 Jun 2004 20:16:58 -0000 1.5
@@ -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 at 1.2.3.4/1234
001 = context_B at 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
+
More information about the svn-commits
mailing list