Changes

Jump to navigation Jump to search
Line 872: Line 872:     
=Nodes Stanza=
 
=Nodes Stanza=
 +
The [nodes] stanza is a list of nodes, their IP addresses, port and "NONE" for non-remote base nodes. The nodes stanza is used to identify which node is mapped to which Internet call and to determine the destination to send the call to. If you are using automatic update for Allstar link (public) nodes, no Allstar link nodes should be defined here. Only place a definition for your local nodes, and private (off of allstar link) nodes or nodes behind the same NAT router here.
 +
 +
<pre>
 
[nodes]
 
[nodes]
 +
1000 = radio@127.0.0.1/1000,NONE              ; Private hub on this server
 +
1001 = radio@host.domain.com/1001,NONE        ; Private node on another server
 +
2501 = radio@127.0.0.1/2501,NONE              ; Public node on this server
 +
2502 = radio@127.0.0.1/2502,NONE              ; Another public node on this server
 +
2503 = radio@192.168.1.20:4570/2503,NONE      ; Public node behind the same NAT router
 +
</pre>
 +
The [nodes] stanza performs a function similar to an OS hosts file. When looking up node information, app_rpt looks in the [nodes] stanza first then searches (what could be called the Allstar DNS) the /var/lib/asterisk/rpt_extnodes file.
    
=Telemetry Stanza=
 
=Telemetry Stanza=
896

edits

Navigation menu