Changes

Jump to navigation Jump to search
m
Line 132: Line 132:  
The RTCM/VOTER connect to AllStar (Asterisk) using the voter channel driver. Make sure you have that set up in rpt.conf, something like:
 
The RTCM/VOTER connect to AllStar (Asterisk) using the voter channel driver. Make sure you have that set up in rpt.conf, something like:
   −
<pre>
+
<syntaxhighlight lang="ini">rxchannel=voter/<nodenumber></syntaxhighlight>
rxchannel=voter/<nodenumber>
  −
</pre>
      
The rest of the configuration is done in voter.conf. We won't go in to all the details on the options here, but will go through some basic settings to get on the air and levels lined up.
 
The rest of the configuration is done in voter.conf. We won't go in to all the details on the options here, but will go through some basic settings to get on the air and levels lined up.
Line 140: Line 138:  
You are going to want to start with something basic in voter.conf like:
 
You are going to want to start with something basic in voter.conf like:
   −
<pre>
+
<syntaxhighlight lang="ini">[general]
[general]
   
port = 667
 
port = 667
 
buflen = 500
 
buflen = 500
Line 153: Line 150:  
txctcss = 100.0 ; set to your desired TRANSMIT PL tone, MUST set it to SOMETHING
 
txctcss = 100.0 ; set to your desired TRANSMIT PL tone, MUST set it to SOMETHING
 
txctcsslevel = 0 ; set to 0 for now, until audio alignment is done later
 
txctcsslevel = 0 ; set to 0 for now, until audio alignment is done later
txtoctype = phase ; the type of "reverse burst" to send when de-keying
+
txtoctype = phase ; the type of "reverse burst" to send when de-keying</syntaxhighlight>
</pre>
      
That takes care of the basic settings required in AllStar. During the audio alignment, the txctcsslevel will be adjusted for the correct deviation.
 
That takes care of the basic settings required in AllStar. During the audio alignment, the txctcsslevel will be adjusted for the correct deviation.

Navigation menu