Difference between revisions of "Switching To PTTLink"
Tag: visualeditor |
Tag: visualeditor |
||
Line 34: | Line 34: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | #Verify that your node is showing up on the stats server at [http://stats.pttlink.rg http://stats.pttlink.org]. Note that it may take up to 5 minutes for your information to show up on this server. | ||
==== Configuring a new node ==== | ==== Configuring a new node ==== |
Revision as of 04:28, 27 August 2021
The following information should help anyone who is attempting to setup a node with or switch to PTTLink.
Switching to PTTLink
Creating an account
Go to https://pttlink.org/ and click on the <Login/Sign Up> link.
Next click the <Sign Up> link.
Your account will be submitted for verification by the administration team. You will either receive an email telling you your account has been verified within 24-48 hours, or one asking for additional information in order to verify your account.
Node Configuration
Changing the existing configuration to use PTTLink servers is easy.
Switching from allstarlink.org servers
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
- Run the following commands to update your node configuration files:
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/NodeUpdate.sh sudo sed -i 's/allstarlink.org/pttlink.org/g' /etc/asterisk/rpt.conf sudo sed -i 's/allstarlink.org/pttlink.org/g' /etc/asterisk/iax.conf sudo sed -i 's/allstarlink.org/pttlink.org/g' /etc/asterisk/extensions.conf
- Restart your node with:
sudo service asterisk restart
- Login to your node, start asterisk and verify your node is registered with:
KG7QIN*CLI> iax2 show registry Host dnsmgr Username Perceived Refresh State 178.32.160.85:4569 Y 41638 73.11.141.48:4569 120 Registered
- Verify that your node is showing up on the stats server at http://stats.pttlink.org. Note that it may take up to 5 minutes for your information to show up on this server.
Configuring a new node
Refer to Beginners Guide for details on how to setup a new for use with PTTLink.
Note: the instructions above are included as the last setup of the configuration process.