Changes

Jump to navigation Jump to search
no edit summary
Line 9: Line 9:  
The easiest way to change your exiting configuration files to use pttlink.org servers is to as follows:
 
The easiest way to change your exiting configuration files to use pttlink.org servers is to as follows:
 
# Login to the node you wish to switch to using PTTLink
 
# Login to the node you wish to switch to using PTTLink
# Run the following commands to update your node configuration files:<syntaxhighlight lang="shell">
+
# Run the following commands to update your node configuration files:<syntaxhighlight lang="text">
 
sudo sed -i 's/allstarlink.org/pttlink.org/g' /usr/local/bin/rc.updatenodelist
 
sudo sed -i 's/allstarlink.org/pttlink.org/g' /usr/local/bin/rc.updatenodelist
 
sudo sed -i 's/allstarlink.org/pttlink.org/g' /usr/local/bin/NodeNameUpdate.sh
 
sudo sed -i 's/allstarlink.org/pttlink.org/g' /usr/local/bin/NodeNameUpdate.sh
Line 17: Line 17:  
sudo sed -i 's/allstarlink.org/pttlink.org/g' /etc/asterisk/extensions.conf
 
sudo sed -i 's/allstarlink.org/pttlink.org/g' /etc/asterisk/extensions.conf
 
</syntaxhighlight>
 
</syntaxhighlight>
#Restart your node with:<syntaxhighlight lang="bash">
+
#Restart your node with:<syntaxhighlight lang="text">
 
sudo service asterisk restart
 
sudo service asterisk restart
 
</syntaxhighlight>
 
</syntaxhighlight>
#Login to your node, start asterisk and verify your node is registered with:<syntaxhighlight>
+
#Login to your node, start asterisk and verify your node is registered with:<syntaxhighlight lang="text">
 
KG7QIN*CLI> iax2 show registry  
 
KG7QIN*CLI> iax2 show registry  
 
Host                  dnsmgr  Username    Perceived            Refresh  State
 
Host                  dnsmgr  Username    Perceived            Refresh  State

Navigation menu