Changes

Jump to navigation Jump to search
Line 320: Line 320:  
The LICENSETAG argument is used to enforce
 
The LICENSETAG argument is used to enforce
 
tx frequency limits. Need info [txlimits].
 
tx frequency limits. Need info [txlimits].
 +
 +
= Settings to name other Stanzas =
 +
Within the node stanza, some key=value pairs point to other stanzas. This allows nodes on the same Asterisk/app_rpt server to have the same settings (without duplicate entries) or different settings in some cases. For example the phone patch command may be *6 on one node, yet *61 on another.
 +
 +
For example:
 +
[1000]
 +
functions=functionsVHF
 +
 +
[1001]
 +
functions=functionsVHF
 +
 +
[1002]
 +
functions=functionsUHF
 +
 +
[functionsVHF]
 +
; Two meter Autopatch up is *6
 +
6=autopatchup,noct=1,farenddisconnect=1,dialtime=20000
 +
0=autopatchdn      ; Autopatch down
 +
 +
[functionsUHF]
 +
; 440 Autopatch up is *61
 +
61=autopatchup,noct=1,farenddisconnect=1,dialtime=20000  ; Autopatch up
 +
0=autopatchdn      ; Autopatch down
 +
* controlstates=
 +
* functions=
 +
* link_functions=
 +
* macro=
 +
* phone_functions=
 +
* telemetry=
 +
* wait_times=
    
=Node Number Stanza=
 
=Node Number Stanza=
Line 364: Line 394:  
<pre>
 
<pre>
 
controlstates = controlstates  ; points to control state stanza
 
controlstates = controlstates  ; points to control state stanza
 +
    
[controlstates]
 
[controlstates]

Navigation menu