Changes

Jump to navigation Jump to search
m
Line 1: Line 1:  +
 +
{{Infobox PTTLink
 +
| image = Frequently_Asked_Questions.jpeg
 +
| caption = Frequently Asked Questions
 +
| category = How to
 +
}}
 +
The AllStarLink/PTTLink Frequently Asked Questions (FAQ
    
== What is AllStarLink Asterisk (ASL)? ==
 
== What is AllStarLink Asterisk (ASL)? ==
Line 12: Line 19:  
:Yes it can. More information to follow. But if you have no other option you could do this:
 
:Yes it can. More information to follow. But if you have no other option you could do this:
   −
<pre>
+
<syntaxhighlight lang="bash">
 
cd /tmp
 
cd /tmp
 
wget http://dvswitch.org/install-allstarlink-repository
 
wget http://dvswitch.org/install-allstarlink-repository
Line 25: Line 32:  
apt-get update
 
apt-get update
 
apt-get install allstarlink -y
 
apt-get install allstarlink -y
</pre>
+
</syntaxhighlight>
    
== Will PTTLink run on Windows? ==
 
== Will PTTLink run on Windows? ==
Line 66: Line 73:  
: There are a lot of great Linux distributions available. Debian is a 20+ year old distribution with a large developer base. Many of the other distributions are based on Debian.
 
: There are a lot of great Linux distributions available. Debian is a 20+ year old distribution with a large developer base. Many of the other distributions are based on Debian.
   −
== I run a custom script (insert script here). Does it work with PTTLink? ==
+
== I run a custom script (insert script here). Does it work with ASL/PTTLink? ==
: Unless the script does something really strange or uses something specific to only one Linux distribution, The script should be made to work. We will be happy to work with script writers to move their script to PTTLink.
+
: Node operators have the freedom to use and install any custom scripts that run on Linux. Unless the script does something really strange or uses something specific to only one Linux distribution, the script can be modified to work. We will be happy to work with script writers to move their script to ASL.
    
== I updated my kernel now what? ==
 
== I updated my kernel now what? ==
Line 97: Line 104:     
== Q. How do I obtain the software? ==
 
== Q. How do I obtain the software? ==
:The easy way is to download the iso image from [[PTTLink|https://github.com/pttlink/Asterisk/releases]], make an install CD, follow the instructions, and run the auto install disk.
+
:The easy way is to download the iso image from [https://github.com/pttlink/Asterisk/releases PTTLink Github Repository], make an install CD, follow the instructions, and run the auto install disk.
    
For those who are technically savvy, and want to control the installation process to a fine level of granularity, app_rpt is an application which comes bundled with Asterisk, however, a later version may be available on our source repository. All you need to do is go to asterisk.org, download asterisk, configure the asterisk to build app_rpt by modifying the Makefile in the asterisk/apps directory, and then compile and install it. You can get the latest version of app_rpt.c along with the sound files, and sample configuration files from our repository mentioned in the developers section of this website.
 
For those who are technically savvy, and want to control the installation process to a fine level of granularity, app_rpt is an application which comes bundled with Asterisk, however, a later version may be available on our source repository. All you need to do is go to asterisk.org, download asterisk, configure the asterisk to build app_rpt by modifying the Makefile in the asterisk/apps directory, and then compile and install it. You can get the latest version of app_rpt.c along with the sound files, and sample configuration files from our repository mentioned in the developers section of this website.
Line 123: Line 130:     
== What ports need to be opened on my router? ==
 
== What ports need to be opened on my router? ==
:Port 4569/UDP for IAX2, and optionally port 22/TCP for SSH.
+
: If you wish to have incoming connections to your node, you must forward:
 +
 
 +
: <code>Port 4569 UDP</code>
 +
 
 +
: You may optionally forward port 22 for external SSH access, '''but do this at your own risk. Ensure you have a strong password set on your account.'''
    
== Does app_rpt work through NAT routers? ==
 
== Does app_rpt work through NAT routers? ==
Line 153: Line 164:     
To be able to:
 
To be able to:
 
+
*Change something if you don't like the way it works.
Change something if you don't like the way it works.
+
*Use full duplex audio connections everywhere.
 
+
*To be able to connect to a remote base anywhere in the world.
Use full duplex audio connections everywhere.
+
*To make phone calls over VOIP from any node.
 
+
*Remotely command any node from any other node.
To be able to connect to a remote base anywhere in the world.
  −
 
  −
To make phone calls over VOIP from any node.
  −
 
  −
Remotely command any node from any other node.
      
== Can I connect to an app_rpt node with my computer? ==
 
== Can I connect to an app_rpt node with my computer? ==

Navigation menu