Difference between revisions of "Telemetry"

From AllStarLink Wiki
Jump to navigation Jump to search
imported>Wd6awp
imported>Wd6awp
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
Telemetry is the message you hear when connecting to or disconnecting from another node and when another node connects or disconnects to your node.
+
Telemetry is a data message that is sent between nodes when connecting to or disconnecting from another node. Telemetry is silently sent to all other connected nodes through digital (out-of-band, non-audio) data over the VoIP connection. It is purely up to each local system to decide what to do with this information. It can announce it, ignore it or even change the message. The node owner/admin determines what is appropriate for their individual node.  
 
 
Asterisk/app_rpt sends its telemetry information to all other connected systems through digital (out-of-band, non-audio)  
 
data over the VoIP connection. It is purely up to each local system to decide what to do with this
 
information. It can announce it, ignore it or even change the message. The node owner/admin determines what is appropriate for their individual node.
 
 
 
The configuration options mentioned below only apply to what is heard on a specific channel type;
 
out-of-band telemetry is silently forwarded to all other compatible nodes connected in transceive mode.
 
  
 
There are configuration and mode options allowing all telemetry (both local and obtained from other nodes) to be:
 
There are configuration and mode options allowing all telemetry (both local and obtained from other nodes) to be:
Line 14: Line 7:
 
* Announced only when a function is locally executed and for short time thereafter
 
* Announced only when a function is locally executed and for short time thereafter
  
Note: These features document the operation of app_rpt.c version 0.186 or later.
+
There are 5 telemetry channels which can be individually managed:
 +
* Local Node - This node
 +
* Foreign Node - A connected node
 +
* Phone - Autopatch, phone portal
 +
* Echolink - Echolink connections
 +
* GUI - IAXrpt, SIP phone display, VoIP clients
  
There are 5 telemetry channels which can be individually managed:
+
''Note'': Requires app_rpt.c version 0.186 or later.
 +
 
 +
[[Category: How to]]

Revision as of 20:24, 10 October 2017

Telemetry is a data message that is sent between nodes when connecting to or disconnecting from another node. Telemetry is silently sent to all other connected nodes through digital (out-of-band, non-audio) data over the VoIP connection. It is purely up to each local system to decide what to do with this information. It can announce it, ignore it or even change the message. The node owner/admin determines what is appropriate for their individual node.

There are configuration and mode options allowing all telemetry (both local and obtained from other nodes) to be:

  • Always announced
  • Never announced
  • Announced only when a function is locally executed and for short time thereafter

There are 5 telemetry channels which can be individually managed:

  • Local Node - This node
  • Foreign Node - A connected node
  • Phone - Autopatch, phone portal
  • Echolink - Echolink connections
  • GUI - IAXrpt, SIP phone display, VoIP clients

Note: Requires app_rpt.c version 0.186 or later.