Changes

Jump to navigation Jump to search
m
no edit summary
Line 28: Line 28:  
# Edit the rpt.conf file. Make a copy of your Node stanza in rpt.conf
 
# Edit the rpt.conf file. Make a copy of your Node stanza in rpt.conf
 
# Paste the copy just below the original node stanza 1234
 
# Paste the copy just below the original node stanza 1234
# Change the node stanza of the copy to the new node number 5678. and change rxchannel to point to the name of the device in usbradio.conf: <code>[1234]</code><code>rxchannel=usb</code><code>.</code><code>.</code><code>.</code><code>[5678]</code><code>rxchannel=usb1</code><code>.</code><code>.</code><code>.</code>
+
# Change the node stanza of the copy to the new node number 5678. and change rxchannel to point to the name of the device in usbradio.conf:
 +
<code>[1234]</code>
 +
<code>rxchannel=usb</code>
 +
<code>.</code>
 +
<code>.</code>
 +
<code>.</code>
 +
<code>[5678]</code>
 +
<code>rxchannel=usb1</code>
 +
<code>.</code>
 +
<code>.</code>
 +
<code>.</code>
 
# Change any configuration settings in the new node stanza to suit the new radio
 
# Change any configuration settings in the new node stanza to suit the new radio
# Add a second local entry for node 5678 to the nodes stanza to allow local connections to be made: <code>[nodes]</code><code>1234 = radio@127.0.0.1/1234,NONE</code><code>5678 = radio@127.0.0.1/5678,NONE</code>
+
# Add a second local entry for node 5678 to the nodes stanza to allow local connections to be made: <code>[nodes]</code><code>1234 = radio@127.0.0.1/1234,NONE</code>
 +
<code>5678 = radio@127.0.0.1/5678,NONE</code>
 
# Save the new rpt.conf file
 
# Save the new rpt.conf file
 
# Edit the iax.conf file
 
# Edit the iax.conf file
# Add an additional register statement for the second node, 5678 just below the first statement. <code>register=1234:12345678@register.allstarlink.org ; First Node</code><code>register=5678:12345678@register.allstarlink.org ; Second Node</code>
+
# Add an additional register statement for the second node, 5678 just below the first statement. <code>register=1234:12345678@register.allstarlink.org ; First Node</code>
 +
<code>register=5678:12345678@register.allstarlink.org ; Second Node</code>
 
# Save the new iax.conf file.
 
# Save the new iax.conf file.
 
# Edit the extensions.conf file
 
# Edit the extensions.conf file
# Add the 5678 extension in the radio-secure context to call the rpt application using the new node number: <code>[radio-secure]</code><code>exten => 1234,1,rpt,1234</code><code>exten => 5678,1,rpt,5678</code>
+
# Add the 5678 extension in the radio-secure context to call the rpt application using the new node number:  
 +
<code>[radio-secure]</code>
 +
<code>exten => 1234,1,rpt,1234</code>
 +
<code>exten => 5678,1,rpt,5678</code>
 
# Save extensions.conf and exit the text editor.
 
# Save extensions.conf and exit the text editor.
 
# Stop and restart asterisk
 
# Stop and restart asterisk
 
# Adjust the signal levels on the new interface using the usbradio audio setup procedure documented in the previous HOWTO. Issue the command radio active usb1 from the Asterisk CLI to switch to the new USB interface (usb1) before starting the audio adjustment process.
 
# Adjust the signal levels on the new interface using the usbradio audio setup procedure documented in the previous HOWTO. Issue the command radio active usb1 from the Asterisk CLI to switch to the new USB interface (usb1) before starting the audio adjustment process.

Navigation menu