Changes

Jump to navigation Jump to search
m
no edit summary
Line 6: Line 6:  
:AllStarLink
 
:AllStarLink
   −
== How do I install ASL? ==
+
== How do I install PTTLink? ==
:ASL is available as a installer for i386/AMD (PC) and as a SD card image for Raspberry Pi and other ARM boards.If you have ever installed Linux you know how to install ASL. The images are available from the [[Main Page]] Related Links.  
+
:PTTLink is available as a installer for i386/AMD (PC) and as a SD card image for Raspberry Pi and other ARM boards.If you have ever installed Linux you know how to install PTTLink. The images are available from the [[Main Page]] Related Links.  
   −
== Can ASL be installed on an existing Linux install, for example on a VM running Debian? ==
+
== Can PTTLink be installed on an existing Linux install, for example on a VM running Debian? ==
 
: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:
   Line 27: Line 27:  
</pre>
 
</pre>
   −
== Will ASL run on Windows? ==
+
== Will PTTLink run on Windows? ==
: No, ASL is a Linux application.
+
: No, PTTLink is a Linux application.
   −
== How do I login to ASL once it is installed? ==
+
== How do I login to PTTLink once it is installed? ==
:The initial user  login ID is '''repeater''' with a password of '''allstarlink'''. When you login the first time you will be forced to change the password. The user repeater has sudo rights. You can then continue the customization process. To enable console root login you will need to set a password for user root.
+
:The initial user  login ID is '''repeater''' with a password of '''pttlink'''. When you login the first time you will be forced to change the password. The user repeater has sudo rights. You can then continue the customization process. To enable console root login you will need to set a password for user root.
   −
==How is a ASL Node configured? ==
+
== How is a PTTLink Node configured? ==
:Briefly, a single node configuration is straight forward. Once you are logged in run asl-menu. The system will walk you through a first time setup of your node by asking you a number of questions. You'll need to have created an PTTLink account, created a server, requested a node number and have your node's password.  
+
:Briefly, a single node configuration is straight forward. Once you are logged in run pttlink-menu. The system will walk you through a first time setup of your node by asking you a number of questions. You'll need to have created an PTTLink account, created a server, requested a node number and have your node's password.  
   −
== How many nodes can ASL support on a single server? ==
+
== How many nodes can PTTLink support on a single server? ==
 
:It depends on the hardware. A high power Intel box may support 25 or more RTCM clients. A the other end of the spectrum, a Raspberry Pi 3 would be good for 2 USB nodes.
 
:It depends on the hardware. A high power Intel box may support 25 or more RTCM clients. A the other end of the spectrum, a Raspberry Pi 3 would be good for 2 USB nodes.
   −
== When using ACID I had (insert feature here) Now it's gone. When will ASL support this feature? ==
+
== When using ACID I had (insert feature here) Now it's gone. When will PTTLink support this feature? ==
:ASL supports all the same channel drivers, features and apps that ACID supported. Under ASL, modules are not loaded by default. They must be enabled in /etc/asterisk/modules.conf.  
+
:PTTLink supports all the same channel drivers, features and apps that ACID supported. Under PTTLink, modules are not loaded by default. They must be enabled in /etc/asterisk/modules.conf.  
   −
== Will ASL run as a hub / reflector? ==
+
== Will PTTLink run as a hub / reflector? ==
: Yes, ASL will run as a hub. To build a hub set rxchannel = dahdi/pseudo in rpt.conf and set noload => chan_simpleusb.so in modules.conf
+
: Yes, PTTLink will run as a hub. To build a hub set rxchannel = dahdi/pseudo in rpt.conf and set noload => chan_simpleusb.so in modules.conf
   −
== Do I need a monitor and keyboard to run ASL? ==
+
== Do I need a monitor and keyboard to run PTTLink? ==
:No, ASL can be managed via SSH on port 22. The port can be changed in /etc/ssh/sshd.conf. ASL for the Raspberry Pi does require a monitor and keyboard to install.
+
:No, PTTLink can be managed via SSH on port 22. The port can be changed in /etc/ssh/sshd.conf. PTTLink for the Raspberry Pi does require a monitor and keyboard to install.
    
== What is the IP address of my new node? ==
 
== What is the IP address of my new node? ==
:ASL configures the machine via DHCP. Check your DHCP server for the address. The machine defaults to repeater.allstarlink.org. This can be changed with asl-menu.
+
:PTTLink configures the machine via DHCP. Check your DHCP server for the address. The machine defaults to repeater.pttlink.org. This can be changed with pttlink-menu.
   −
== Does my remote access program (insert IAXRPT, Web Transceiver, Zoiper, AndroidIAX here) work with ASL? ==
+
== Does my remote access program (insert IAXRPT, Web Transceiver, Zoiper, AndroidIAX here) work with PTTLink? ==
 
:Yes, either using the sample configuration files or your custom files.
 
:Yes, either using the sample configuration files or your custom files.
   Line 57: Line 57:  
:By default, SIP is not enabled. If you want to enable it, see /etc/asterisk/modules.conf
 
:By default, SIP is not enabled. If you want to enable it, see /etc/asterisk/modules.conf
   −
== What audio file format does ASL use? ==
+
== What audio file format does PTTLink use? ==
:By default, ASL installs the ulaw formatted audio files installed in /var/lib/asterisk/sounds/.
+
:By default, PTTLink installs the ulaw formatted audio files installed in /var/lib/asterisk/sounds/.
   −
== What version of app_rpt is ASL built with? ==
+
== What version of app_rpt is PTTLink built with? ==
: ASL is built from the current version of asterisk taken from the github. As of now, The version of the code from the github is 1.01 2/13/2018
+
: PTTLink is built from the current version of asterisk taken from the github. As of now, The version of the code from the github is 1.01 2/13/2018
   −
== ASL is built on Debian 9, why Debian, why not (insert distro here)? ==
+
== PTTLink is built on Debian 9, why Debian, why not (insert distro here)? ==
 
: 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 ASL? ==
+
== I run a custom script (insert script here). Does it work with 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 ASL.
+
: 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.
    
== I updated my kernel now what? ==
 
== I updated my kernel now what? ==
:ASL uses DKMS to manage the installation of kernel modules. DKMS will update when you install a new kernel.
+
:PTTLink uses DKMS to manage the installation of kernel modules. DKMS will update when you install a new kernel.
   −
== I need a Linux program that is not in ASL, what do I do? ==
+
== I need a Linux program that is not in PTTLink, what do I do? ==
 
:apt-get is the Debian utility to install, remove and upgrade programs. apt-get install foo will install the program foo if it is available.
 
:apt-get is the Debian utility to install, remove and upgrade programs. apt-get install foo will install the program foo if it is available.
    
== I have a question not covered in this FAQ, how do I get an answer? ==
 
== I have a question not covered in this FAQ, how do I get an answer? ==
: There is a wealth of information on AllStarLink Asterisk at on this [[Main Page|wiki]] There is also a user mail list at [http://lists.keekles.org/cgi-bin/mailman/listinfo/app_rpt-users http://lists.keekles.org/]
+
: There is a wealth of information on PTTLink Asterisk at on this [[Main Page|wiki]] There is also a user mail list at [http://lists.keekles.org/cgi-bin/mailman/listinfo/app_rpt-users http://lists.keekles.org/]
    
== How do I change my network (adapter) setup? ==
 
== How do I change my network (adapter) setup? ==
:Use asl-menu
+
:Use pttlink-menu
    
== How do I change my DNS setup?==
 
== How do I change my DNS setup?==
:Use asl-menu
+
:Use pttlink-menu
 
:
 
:
 
==  How do I restart Asterisk? ==
 
==  How do I restart Asterisk? ==
Line 91: Line 91:     
== On some x86 and some raspberry pi2's, I have noticed dtmf falsing and would like to recompile app_rpt to set the radio relax feature off to reduce/eliminate the false dtmf tones that get decoded from voice transmissions. ==
 
== On some x86 and some raspberry pi2's, I have noticed dtmf falsing and would like to recompile app_rpt to set the radio relax feature off to reduce/eliminate the false dtmf tones that get decoded from voice transmissions. ==
: ASL has radio relax turned off..
+
: PTTLink has radio relax turned off..
   −
== I exited the firsttime script for setting up a ASL system, and would now like to run it. How is this accomplished? ==
+
== I exited the first-time script for setting up a PTTLink system, and would now like to run it. How is this accomplished? ==
 
: Do the following:  sudo touch /etc/asterisk/firsttime && sudo /usr/local/sbin/first-time
 
: Do the following:  sudo touch /etc/asterisk/firsttime && sudo /usr/local/sbin/first-time
   Line 126: Line 126:     
== Does app_rpt work through NAT routers? ==
 
== Does app_rpt work through NAT routers? ==
Yes. Port 4569 should be forwareded to the Asterisk machine behind the router to accept incoming connections. In addition, it will work when both ends are behind a NAT router.
+
Yes. Port 4569 should be forwarded to the Asterisk machine behind the router to accept incoming connections. In addition, it will work when both ends are behind a NAT router.
    
== Is a static IP address required? ==
 
== Is a static IP address required? ==

Navigation menu