Changes

Jump to navigation Jump to search
Line 886: Line 886:     
=Telemetry Stanza=
 
=Telemetry Stanza=
 +
This stanza is named by the telemetry= key/value pair. Telemetry entries can be shared across all nodes on the Asterisk/app_rpt server, or defined for each node. Can be a tone sequence, morse string, or a file as follows:
 +
 +
|t - Tone escape sequence:
 +
Tone sequences consist of 1 or more 4-tuple entries (freq1, freq2, duration, amplitude). Single frequencies are created by setting freq1 or freq2 to zero.
 +
|m - Morse escape sequence:
 +
Sends Morse code at the telemetry amplitude and telemetry frequency as defined in the [morse] section. Follow with an alphanumeric string.
 +
|i - Morse ID escape sequence:
 +
Sends Morse code at the ID amplitude and ID frequency as defined in the [morse] section. Follow with an alphanumeric string.
 +
path to sound file
 +
Specify the path to a sound file on the server. Do not include file extension.
 +
 +
Sample:
 +
<pre>
 +
[telemetry]
 +
ct1=|t(350,0,100,2048)(500,0,100,2048)(660,0,100,2048)
 +
ct2=|t(660,880,150,2048) 
 +
ct3=|t(440,0,150,4096)
 +
ct4=|t(550,0,150,2048)
 +
ct4=|t(2475,0,250,768)
 +
ct5=|t(660,0,150,2048)
 +
ct6=|t(880,0,150,2048)
 +
ct7=|t(660,440,150,2048)
 +
ct8=|t(700,1100,150,2048)
 +
ct9=|t(1633,0,50,1000)(0,0,30,0)(1209,0,50,1000);
 +
;remotetx=|t(1633,0,50,3000)(0,0,80,0)(1209,0,50,3000);
 +
remotetx=|t(880,0,150,2048)
 +
remotemon=|t(1209,0,50,2048)
 +
cmdmode=|t(900,903,200,2048)
 +
functcomplete=|t(1000,0,100,2048)(0,0,100,0)(1000,0,100,2048)
 +
patchup=rpt/callproceeding
 +
patchdown=rpt/callterminated
 +
</pre>
    
=Morse Stanza=
 
=Morse Stanza=
896

edits

Navigation menu