Changes

Jump to navigation Jump to search
m
no edit summary
Line 1: Line 1:  +
[[category:How to]]
 +
 
This how-to describes how to go from a 1 node system to a 2 node system.
 
This how-to describes how to go from a 1 node system to a 2 node system.
   Line 30: Line 32:  
# 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
 
# 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>[12324]</code>
+
<code>[1234]</code>
   −
<code>rxchannel=usb</code>
+
<code>rxchannel=SimpleUSB/usb</code>
    
<code>.</code>
 
<code>.</code>
Line 42: Line 44:  
<code>[5678]</code>
 
<code>[5678]</code>
   −
<code>rxchannel=usb1</code>
+
<code>rxchannel=SimpleUSB/usb1</code>
    
<code>.</code>
 
<code>.</code>
Line 59: Line 61:  
# 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.  
 
# 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=1234:12345678@register.pttlink.org ; First Node</code>
   −
<code>register=5678:12345678@register.allstarlink.org ; Second Node</code>
+
<code>register=5678:12345678@register.pttlink.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

Navigation menu