Changes

Jump to navigation Jump to search
m
Line 117: Line 117:     
This is the important one to actually turn on the discriminator audio output on the backplane when the station boots/reboots:
 
This is the important one to actually turn on the discriminator audio output on the backplane when the station boots/reboots:
<pre>
+
<syntaxhighlight lang="text">Description: DISC AUDIO ON
Description: DISC AUDIO ON
   
State: COLD RESET Cond: OR State: WARM RESET
 
State: COLD RESET Cond: OR State: WARM RESET
 
Action: RXDSC-AUXRX-ON
 
Action: RXDSC-AUXRX-ON
Inaction: NULL
+
Inaction: NULL</syntaxhighlight.
</pre>
      
This is how we allow external PTT, and gate the AUX TX audio from Pin 5 to the Exciter:
 
This is how we allow external PTT, and gate the AUX TX audio from Pin 5 to the Exciter:
<pre>
+
<syntaxhighlight lang="text">Description: TX AUDIO
Description: TX AUDIO
   
State: INPUT 9
 
State: INPUT 9
 
Action: DEKEY FROM WL; AUXTX-TX OFF
 
Action: DEKEY FROM WL; AUXTX-TX OFF
Inaction: KEY FROM WL; AUXTX-TX ON
+
Inaction: KEY FROM WL; AUXTX-TX ON</syntaxhighlight>
</pre>
      
=AllStar (Asterisk) Configuration=
 
=AllStar (Asterisk) Configuration=

Navigation menu