<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pttlink.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=N4IRS</id>
	<title>&quot;PTTLink Wiki&quot; - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pttlink.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=N4IRS"/>
	<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/wiki/Special:Contributions/N4IRS"/>
	<updated>2026-04-26T09:43:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=PTTLink_FAQ&amp;diff=958</id>
		<title>PTTLink FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=PTTLink_FAQ&amp;diff=958"/>
		<updated>2018-05-26T20:13:44Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
:'''Q''': What is AllStarLink Asterisk (ASL)?&lt;br /&gt;
:'''A''': ASL is the software used to create an AllStar node. It consists of Linux, Asterisk and app_rpt. ASL uses the Debian version of Linux. Asterisk is the OpenSource PBX. App_rpt is an Asterisk application giving it the radio node functions. ASL runs on x86 or on the Raspberry Pi (ARM version).&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What does ASL stand for?&lt;br /&gt;
:'''A''':  AllStarLink&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I install ASL?&lt;br /&gt;
:'''A''': 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. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': Can ASL be installed on an existing Linux install, for example on a VM running Debian?&lt;br /&gt;
:'''A''': Yes it can. More information to follow. But if you have no other option you could do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget http://dvswitch.org/install-allstarlink-repository&lt;br /&gt;
&lt;br /&gt;
chmod +x install-allstarlink-repository&lt;br /&gt;
./install-allstarlink-repository&lt;br /&gt;
&lt;br /&gt;
If Raspbian: apt-get install raspberrypi-kernel-headers -y&lt;br /&gt;
&lt;br /&gt;
Otherwise: apt-get install linux-headers-`uname -r` -y&lt;br /&gt;
&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install allstarlink -y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Will ASL run on Windows?&lt;br /&gt;
:'''A''': No, ASL is a Linux application.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I login to ASL once it is installed?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How is a ASL Node configured? &lt;br /&gt;
:'''A''': 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 AllStar account, created a server, requested a node number and have your node's password. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': How many nodes can ASL support on a single server?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': When using ACID I had (insert feature here) Now it's gone. When will ASL support this feature?&lt;br /&gt;
:'''A''':  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. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': Will ASL run as a hub / reflector?&lt;br /&gt;
:'''A''': YES, ASL will run as a hub. To build a hub set rxchannel = dahdi/pseudo in rpt.conf and set noload =&amp;gt; chan_simpleusb.so in modules.conf&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Do I need a monitor and keyboard to run ASL?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What is the IP address of my new node?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Does my remote access program (insert IAXRPT, Web Transceiver, Zoiper, AndroidIAX here) work with ASL?&lt;br /&gt;
:'''A''': Yes, either using the sample configuration files or your custom files.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What about SIP support?&lt;br /&gt;
:'''A''': By default, SIP is not enabled. If you want to enable it, see /etc/asterisk/modules.conf&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What audio file format does ASL use?&lt;br /&gt;
:'''A''': By default, ASL installs the ulaw formatted audio files installed in /var/lib/asterisk/sounds/.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What version of app_rpt is ASL built with?&lt;br /&gt;
:'''A''': 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&lt;br /&gt;
&lt;br /&gt;
:'''Q''': ASL is built on Debian 9, why Debian, why not (insert distro here)?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I run a custom script (insert script here). Does it work with ASL?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I updated my kernel now what?&lt;br /&gt;
:'''A''': ASL uses DKMS to manage the installation of kernel modules. DKMS will update when you install a new kernel.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I need a Linux program that is not in ASL, what do I do?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I have a question not covered in this FAQ, how do I get an answer?&lt;br /&gt;
:'''A''': There is a wealth of information on AllStar Asterisk at http://wiki.allstarlink.org[http://docs.allstarlink.org/drupal/ /] There is also a user mail list at http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I change my network (adapter) setup?&lt;br /&gt;
:'''A''': Use asl-menu&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I change my DNS setup?&lt;br /&gt;
:'''A''': Use asl-menu&lt;br /&gt;
:&lt;br /&gt;
:'''Q''': How do I restart Asterisk?&lt;br /&gt;
:'''A''': Asterisk can be restarted by running the script &amp;lt;code&amp;gt;astres.sh&amp;lt;/code&amp;gt; or stoped with &amp;lt;code&amp;gt;astdn.sh&amp;lt;/code&amp;gt; and started with &amp;lt;code&amp;gt;astup.sh&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What are the specific differences between a single node, and a hub, to which can accept many connections?&lt;br /&gt;
:'''A''': Any node can be a &amp;quot;HUB&amp;quot;. A node is not limited to one connection. There may be hardware limitations about the number of connections a given piece of hardware and internet connection can support. Typically, a HUB is located on a higher bandwidth Internet connection and is running a more &amp;quot;stout&amp;quot; piece of hardware. A HUB usually does not have a node radio connected to it, but there is no reason it can't. A HUB usually runs DAHDI/pseudo for it's rxchannel. This is changed in the rpt.conf file.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': 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.&lt;br /&gt;
:'''A''': ASL has radio relax turned off..&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I exited the firsttime script for setting up a ASL system, and would now like to run it. How is this accomplished?&lt;br /&gt;
:'''A''': Do the following:&lt;br /&gt;
sudo touch /etc/asterisk/firsttime &amp;amp;&amp;amp; sudo /usr/local/sbin/first-time&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=PTTLink_FAQ&amp;diff=957</id>
		<title>PTTLink FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=PTTLink_FAQ&amp;diff=957"/>
		<updated>2018-05-24T10:02:26Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: Add error checking to script.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
:'''Q''': What is AllStarLink Asterisk (ASL)?&lt;br /&gt;
:'''A''': ASL is the software used to create an AllStar node. It consists of Linux, Asterisk and app_rpt. ASL uses the Debian version of Linux. Asterisk is the OpenSource PBX. App_rpt is an Asterisk application giving it the radio node functions. ASL runs on x86 or on the Raspberry Pi (ARM version).&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What does ASL stand for?&lt;br /&gt;
:'''A''':  AllStarLink&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I install ASL?&lt;br /&gt;
:'''A''': 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. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': Can ASL be installed on an existing Linux install, for example on a VM running Debian?&lt;br /&gt;
:'''A''': Yes it can. More information to follow. But if you have no other option you could do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget wget http://dvswitch.org/install-allstarlink-repository&lt;br /&gt;
&lt;br /&gt;
chmod +x install-allstarlink-repository&lt;br /&gt;
./install-allstarlink-repository&lt;br /&gt;
&lt;br /&gt;
If Raspbian: apt-get install raspberrypi-kernel-headers -y&lt;br /&gt;
&lt;br /&gt;
Otherwise: apt-get install linux-headers-`uname -r` -y&lt;br /&gt;
&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install allstarlink -y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Will ASL run on Windows?&lt;br /&gt;
:'''A''': No, ASL is a Linux application.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I login to ASL once it is installed?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How is a ASL Node configured? &lt;br /&gt;
:'''A''': 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 AllStar account, created a server, requested a node number and have your node's password. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': How many nodes can ASL support on a single server?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': When using ACID I had (insert feature here) Now it's gone. When will ASL support this feature?&lt;br /&gt;
:'''A''':  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. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': Will ASL run as a hub / reflector?&lt;br /&gt;
:'''A''': YES, ASL will run as a hub. To build a hub set rxchannel = dahdi/pseudo in rpt.conf and set noload =&amp;gt; chan_simpleusb.so in modules.conf&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Do I need a monitor and keyboard to run ASL?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What is the IP address of my new node?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Does my remote access program (insert IAXRPT, Web Transceiver, Zoiper, AndroidIAX here) work with ASL?&lt;br /&gt;
:'''A''': Yes, either using the sample configuration files or your custom files.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What about SIP support?&lt;br /&gt;
:'''A''': By default, SIP is not enabled. If you want to enable it, see /etc/asterisk/modules.conf&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What audio file format does ASL use?&lt;br /&gt;
:'''A''': By default, ASL installs the ulaw formatted audio files installed in /var/lib/asterisk/sounds/.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What version of app_rpt is ASL built with?&lt;br /&gt;
:'''A''': 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&lt;br /&gt;
&lt;br /&gt;
:'''Q''': ASL is built on Debian 9, why Debian, why not (insert distro here)?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I run a custom script (insert script here). Does it work with ASL?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I updated my kernel now what?&lt;br /&gt;
:'''A''': ASL uses DKMS to manage the installation of kernel modules. DKMS will update when you install a new kernel.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I need a Linux program that is not in ASL, what do I do?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I have a question not covered in this FAQ, how do I get an answer?&lt;br /&gt;
:'''A''': There is a wealth of information on AllStar Asterisk at http://wiki.allstarlink.org[http://docs.allstarlink.org/drupal/ /] There is also a user mail list at http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I change my network (adapter) setup?&lt;br /&gt;
:'''A''': Use asl-menu&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I change my DNS setup?&lt;br /&gt;
:'''A''': Use asl-menu&lt;br /&gt;
:&lt;br /&gt;
:'''Q''': How do I restart Asterisk?&lt;br /&gt;
:'''A''': Asterisk can be restarted by running the script &amp;lt;code&amp;gt;astres.sh&amp;lt;/code&amp;gt; or stoped with &amp;lt;code&amp;gt;astdn.sh&amp;lt;/code&amp;gt; and started with &amp;lt;code&amp;gt;astup.sh&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What are the specific differences between a single node, and a hub, to which can accept many connections?&lt;br /&gt;
:'''A''': Any node can be a &amp;quot;HUB&amp;quot;. A node is not limited to one connection. There may be hardware limitations about the number of connections a given piece of hardware and internet connection can support. Typically, a HUB is located on a higher bandwidth Internet connection and is running a more &amp;quot;stout&amp;quot; piece of hardware. A HUB usually does not have a node radio connected to it, but there is no reason it can't. A HUB usually runs DAHDI/pseudo for it's rxchannel. This is changed in the rpt.conf file.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': 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.&lt;br /&gt;
:'''A''': ASL has radio relax turned off..&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I exited the firsttime script for setting up a ASL system, and would now like to run it. How is this accomplished?&lt;br /&gt;
:'''A''': Do the following:&lt;br /&gt;
sudo touch /etc/asterisk/firsttime &amp;amp;&amp;amp; sudo /usr/local/sbin/first-time&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=945</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=945"/>
		<updated>2018-05-08T15:21:15Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: Point to directory&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AllStarLink WiKi. AllStarLink is a world wide network of [https://en.wikipedia.org/wiki/Amateur_radio Amateur Radio] repeaters, remote base stations and hot spots accessible to each other via the Internet and/or private IP networks. AllStarLink runs on a dedicated Linux computer (including the Rasperry Pi) that you host at your home, radio site or computer center. It is based on the open source Asterisk PBX. The app_rpt module it makes a powerful radio/repeater controller. AllStarLink is open source GPL software free for anyone to use.&lt;br /&gt;
&lt;br /&gt;
Recently we've moved some things off of this front page. If you don't see what you are looking for look at the [[:Category:How to|How To's]] or use search located on the top of every page. Also check our old docs site [http://docs.allstarlink.org docs.allstarlink.org]. We're gradually moving content from there to this WiKi.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=AllStarLink Menu=&lt;br /&gt;
*[[The Organization - AllStarLink Inc. ]] - Who is AllStarLink?&lt;br /&gt;
*[[ASL FAQ]] - Questions and answers about the AllStarLink software distribution.&lt;br /&gt;
*[[Features]] - List of AllStarLink Features &lt;br /&gt;
*[[:Category:How to|How To's]] - A collection of AllStarLink how to's.&lt;br /&gt;
*[[:Category:Node Configuration|Node Configuration]] - Detail configuration settings.&lt;br /&gt;
*[[Radio Connections]] - Instructions to Connect Radios, Repeaters and Other Devices to AllStar.&lt;br /&gt;
&lt;br /&gt;
=Downloads=&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Intel-AMD/Stretch/ ASL AMD] Latest AllStarLink installer for x86/AMD &lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Raspberry_Pi/Stretch/ Pi] Latest AllStarLink image for the Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/ ASL Repo] AllStarLink Image Repository&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
* [[Audio Filters]] - Optional filters for making the audio wider on both the lower and upper frequency limit.&lt;br /&gt;
&lt;br /&gt;
=Related Links=&lt;br /&gt;
* [https://allstarlink.org/ AllStarLink Portal] - If you are looking to set up your own AllStarLink node.&lt;br /&gt;
* [http://stats.allstarlink.org/ AllStarLink Stats] - shows all the existing public nodes.&lt;br /&gt;
* [http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users AllStarLink users mailing list]- This is the app_rpt mailing list for discussion, help and helping others.&lt;br /&gt;
* [https://allstar.aargdmr.net/ Development Portal Site] - Our Portal development site. Check out the searchable and sortable [https://allstar.aargdmr.net/nodelist/ Node List].&lt;br /&gt;
* [https://github.com/AllStarLink/ Source Code] - All of the source code for the AllStarLink Asterisk and app_rpt is available on GitHub. &lt;br /&gt;
&lt;br /&gt;
=History=&lt;br /&gt;
* [[History]] from the Duuude, Jim Dixon WB6NIL SK 12/16/2016.&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=PTTLink_FAQ&amp;diff=902</id>
		<title>PTTLink FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=PTTLink_FAQ&amp;diff=902"/>
		<updated>2018-03-26T01:45:31Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: add back ticks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
:'''Q''': What is AllStarLink Asterisk (ASL)?&lt;br /&gt;
:'''A''': ASL is the software used to create an AllStar node. It consists of Linux, Asterisk and app_rpt. ASL uses the Debian version of Linux. Asterisk is the OpenSource PBX. App_rpt is an Asterisk application giving it the radio node functions. ASL runs on x86 or on the Raspberry Pi (ARM version).&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What does ASL stand for?&lt;br /&gt;
:'''A''':  AllStarLink&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I install ASL?&lt;br /&gt;
:'''A''': 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. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': Can ASL be installed on an existing Linux install, for example on a VM running Debian?&lt;br /&gt;
:'''A''': Yes it can. More information to follow. But if you have no other option you could do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/install-repository&lt;br /&gt;
chmod +x /install-repository&lt;br /&gt;
./install-repository&lt;br /&gt;
&lt;br /&gt;
If Raspbian: apt-get install raspberrypi-kernel-headers -y&lt;br /&gt;
&lt;br /&gt;
Otherwise: apt-get install linux-headers-`uname -r` -y&lt;br /&gt;
&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install allstarlink -y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Will ASL run on Windows?&lt;br /&gt;
:'''A''': No, ASL is a Linux application.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I login to ASL once it is installed?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How is a ASL Node configured? &lt;br /&gt;
:'''A''': 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 AllStar account, created a server, requested a node number and have your node's password. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': How many nodes can ASL support on a single server?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': When using ACID I had (insert feature here) Now it's gone. When will ASL support this feature?&lt;br /&gt;
:'''A''':  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. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': Will ASL run as a hub / reflector?&lt;br /&gt;
:'''A''': YES, ASL will run as a hub. To build a hub set rxchannel = dahdi/pseudo in rpt.conf and set noload =&amp;gt; chan_simpleusb.so in modules.conf&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Do I need a monitor and keyboard to run ASL?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What is the IP address of my new node?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Does my remote access program (insert IAXRPT, Web Transceiver, Zoiper, AndroidIAX here) work with ASL?&lt;br /&gt;
:'''A''': Yes, either using the sample configuration files or your custom files.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What about SIP support?&lt;br /&gt;
:'''A''': By default, SIP is not enabled. If you want to enable it, see /etc/asterisk/modules.conf&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What audio file format does ASL use?&lt;br /&gt;
:'''A''': By default, ASL installs the ulaw formatted audio files installed in /var/lib/asterisk/sounds/.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What version of app_rpt is ASL built with?&lt;br /&gt;
:'''A''': 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&lt;br /&gt;
&lt;br /&gt;
:'''Q''': ASL is built on Debian 9, why Debian, why not (insert distro here)?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I run a custom script (insert script here). Does it work with ASL?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I updated my kernel now what?&lt;br /&gt;
:'''A''': ASL uses DKMS to manage the installation of kernel modules. DKMS will update when you install a new kernel.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I need a Linux program that is not in ASL, what do I do?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I have a question not covered in this FAQ, how do I get an answer?&lt;br /&gt;
:'''A''': There is a wealth of information on AllStar Asterisk at http://wiki.allstarlink.org[http://docs.allstarlink.org/drupal/ /] There is also a user mail list at http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I change my network (adapter) setup?&lt;br /&gt;
:'''A''': Use asl-menu&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I change my DNS setup?&lt;br /&gt;
:'''A''': Use asl-menu&lt;br /&gt;
:&lt;br /&gt;
:'''Q''': How do I restart Asterisk?&lt;br /&gt;
:'''A''': Asterisk can be restarted by running the script &amp;lt;code&amp;gt;astres.sh&amp;lt;/code&amp;gt; or stoped with &amp;lt;code&amp;gt;astdn.sh&amp;lt;/code&amp;gt; and started with &amp;lt;code&amp;gt;astup.sh&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What are the specific differences between a single node, and a hub, to which can accept many connections?&lt;br /&gt;
:'''A''': Any node can be a &amp;quot;HUB&amp;quot;. A node is not limited to one connection. There may be hardware limitations about the number of connections a given piece of hardware and internet connection can support. Typically, a HUB is located on a higher bandwidth Internet connection and is running a more &amp;quot;stout&amp;quot; piece of hardware. A HUB usually does not have a node radio connected to it, but there is no reason it can't. A HUB usually runs DAHDI/pseudo for it's rxchannel. This is changed in the rpt.conf file.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': 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.&lt;br /&gt;
:'''A''': ASL has radio relax turned off..&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I exited the firsttime script for setting up a ASL system, and would now like to run it. How is this accomplished?&lt;br /&gt;
:'''A''': Do the following:&lt;br /&gt;
sudo touch /etc/asterisk/firsttime &amp;amp;&amp;amp; sudo /usr/local/sbin/first-time&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=PTTLink_FAQ&amp;diff=900</id>
		<title>PTTLink FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=PTTLink_FAQ&amp;diff=900"/>
		<updated>2018-03-23T17:38:38Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: add to install via apt-get&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
:'''Q''': What is AllStarLink Asterisk (ASL)?&lt;br /&gt;
:'''A''': ASL is the software used to create an AllStar node. It consists of Linux, Asterisk and app_rpt. ASL uses the Debian version of Linux. Asterisk is the OpenSource PBX. App_rpt is an Asterisk application giving it the radio node functions. ASL runs on x86 or on the Raspberry Pi (ARM version).&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What does ASL stand for?&lt;br /&gt;
:'''A''':  AllStarLink&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I install ASL?&lt;br /&gt;
:'''A''': 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. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': Can ASL be installed on an existing Linux install, for example on a VM running Debian?&lt;br /&gt;
:'''A''': Yes it can. More information to follow. But if you have no other option you could do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/install-repository&lt;br /&gt;
chmod +x /install-repository&lt;br /&gt;
./install-repository&lt;br /&gt;
&lt;br /&gt;
If Raspbian: apt-get install raspberrypi-kernel-headers -y&lt;br /&gt;
&lt;br /&gt;
Otherwise: apt-get install linux-headers-uname -r -y&lt;br /&gt;
&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install allstarlink -y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Will ASL run on Windows?&lt;br /&gt;
:'''A''': No, ASL is a Linux application.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I login to ASL once it is installed?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How is a ASL Node configured? &lt;br /&gt;
:'''A''': 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 AllStar account, created a server, requested a node number and have your node's password. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': How many nodes can ASL support on a single server?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': When using ACID I had (insert feature here) Now it's gone. When will ASL support this feature?&lt;br /&gt;
:'''A''':  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. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': Will ASL run as a hub / reflector?&lt;br /&gt;
:'''A''': YES, ASL will run as a hub. To build a hub set rxchannel = dahdi/pseudo in rpt.conf and set noload =&amp;gt; chan_simpleusb.so in modules.conf&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Do I need a monitor and keyboard to run ASL?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What is the IP address of my new node?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Does my remote access program (insert IAXRPT, Web Transceiver, Zoiper, AndroidIAX here) work with ASL?&lt;br /&gt;
:'''A''': Yes, either using the sample configuration files or your custom files.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What about SIP support?&lt;br /&gt;
:'''A''': By default, SIP is not enabled. If you want to enable it, see /etc/asterisk/modules.conf&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What audio file format does ASL use?&lt;br /&gt;
:'''A''': By default, ASL installs the ulaw formatted audio files installed in /var/lib/asterisk/sounds/.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What version of app_rpt is ASL built with?&lt;br /&gt;
:'''A''': 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&lt;br /&gt;
&lt;br /&gt;
:'''Q''': ASL is built on Debian 9, why Debian, why not (insert distro here)?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I run a custom script (insert script here). Does it work with ASL?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I updated my kernel now what?&lt;br /&gt;
:'''A''': ASL uses DKMS to manage the installation of kernel modules. DKMS will update when you install a new kernel.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I need a Linux program that is not in ASL, what do I do?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I have a question not covered in this FAQ, how do I get an answer?&lt;br /&gt;
:'''A''': There is a wealth of information on AllStar Asterisk at http://wiki.allstarlink.org[http://docs.allstarlink.org/drupal/ /] There is also a user mail list at http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I change my network (adapter) setup?&lt;br /&gt;
:'''A''': Use asl-menu&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I change my DNS setup?&lt;br /&gt;
:'''A''': Use asl-menu&lt;br /&gt;
:&lt;br /&gt;
:'''Q''': How do I restart Asterisk?&lt;br /&gt;
:'''A''': Asterisk can be restarted by running the script &amp;lt;code&amp;gt;astres.sh&amp;lt;/code&amp;gt; or stoped with &amp;lt;code&amp;gt;astdn.sh&amp;lt;/code&amp;gt; and started with &amp;lt;code&amp;gt;astup.sh&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What are the specific differences between a single node, and a hub, to which can accept many connections?&lt;br /&gt;
:'''A''': Any node can be a &amp;quot;HUB&amp;quot;. A node is not limited to one connection. There may be hardware limitations about the number of connections a given piece of hardware and internet connection can support. Typically, a HUB is located on a higher bandwidth Internet connection and is running a more &amp;quot;stout&amp;quot; piece of hardware. A HUB usually does not have a node radio connected to it, but there is no reason it can't. A HUB usually runs DAHDI/pseudo for it's rxchannel. This is changed in the rpt.conf file.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': 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.&lt;br /&gt;
:'''A''': ASL has radio relax turned off..&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I exited the firsttime script for setting up a ASL system, and would now like to run it. How is this accomplished?&lt;br /&gt;
:'''A''': Do the following:&lt;br /&gt;
touch /etc/asterisk/firsttime&lt;br /&gt;
/usr/local/sbin/first-time&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=887</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=887"/>
		<updated>2018-03-22T15:46:21Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AllStarLink WiKi. AllStarLink is a world wide network of [https://en.wikipedia.org/wiki/Amateur_radio Amateur Radio] repeaters, remote base stations and hot spots accessible to each other via the Internet and/or private IP networks. AllStarLink runs on a dedicated Linux computer (including the Rasperry Pi) that you host at your home, radio site or computer center. It is based on the open source Asterisk PBX. The app_rpt module it makes a powerful radio/repeater controller. AllStarLink is open source GPL software free for anyone to use.&lt;br /&gt;
&lt;br /&gt;
Recently we've moved some things off of this front page. If you don't see what you are looking for look at the [[:Category:How to|How To's]] or use search located on the top of every page. Also check our old docs site [http://docs.allstarlink.org docs.allstarlink.org]. We're gradually moving content from there to this WiKi.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=AllStarLink Menu=&lt;br /&gt;
*[[DIAL FAQ|ASL FAQ]] - Questions and answers about the AllStarLink software distribution.&lt;br /&gt;
*[[Features]] - List of AllStarLink Features &lt;br /&gt;
*[[:Category:How to|How To's]] - A collection of AllStarLink how to's.&lt;br /&gt;
*[[:Category:Node Configuration|Node Configuration]] - Detail configuration settings.&lt;br /&gt;
*[[Radio Connections]] - Instructions to Connect Radios, Repeaters and Other Devices to AllStar.&lt;br /&gt;
&lt;br /&gt;
=Downloads=&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Intel-AMD/Stretch/ASL_1.01-20180228-amd64-i386-debian-stretch-netinst.zip ASL AMD] Latest AllStarLink installer for x86/AMD &lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Raspberry_Pi/Stretch/ASL_1.01-20180228-armhf-raspbian-stretch-image.zip ASL Pi] Latest AllStarLink image for the Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/ ASL Repo] AllStarLink Image Repository&lt;br /&gt;
&lt;br /&gt;
=Related Links=&lt;br /&gt;
* [https://allstarlink.org/ AllStarLink Portal] - If you are looking to set up your own AllStarLink node.&lt;br /&gt;
* [http://stats.allstarlink.org/ AllStarLink Stats] - shows all the existing public nodes.&lt;br /&gt;
* [http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users AllStarLink users mailing list]- This is the app_rpt mailing list for discussion, help and helping others.&lt;br /&gt;
* [https://allstar.aargdmr.net/ Development Portal Site] - Our Portal development site. Check out the searchable and sortable [https://allstar.aargdmr.net/nodelist/ Node List].&lt;br /&gt;
* [https://github.com/AllStarLink/ Source Code] - All of the source code for the AllStarLink Asterisk and app_rpt is available on GitHub. &lt;br /&gt;
&lt;br /&gt;
=History=&lt;br /&gt;
* [[History]] from the Duuude, Jim Dixon WB6NIL SK.&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=886</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=886"/>
		<updated>2018-03-22T15:44:34Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AllStarLink WiKi. AllStarLink is a world wide network of [https://en.wikipedia.org/wiki/Amateur_radio Amateur Radio] repeaters, remote base stations and hot spots accessible to each other via the Internet and/or private IP networks. AllStarLink runs on a dedicated Linux computer (including the Rasperry Pi) that you host at your home, radio site or computer center. It is based on the open source Asterisk PBX. The app_rpt module it makes a powerful radio/repeater controller. AllStarLink is open source GPL software free for anyone to use.&lt;br /&gt;
&lt;br /&gt;
Recently we've moved some things off of this front page. If you don't see what you are looking for look at the [[:Category:How to|How To's]] or use search located on the top of every page. Also check our old docs site [http://docs.allstarlink.org docs.allstarlink.org]. We're gradually moving content from there to this WiKi.&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=AllStarLink Menu=&lt;br /&gt;
*[[ASL FAQ]] - Questions and answers about the AllStarLink software distribution.&lt;br /&gt;
*[[Features]] - List of AllStarLink Features &lt;br /&gt;
*[[:Category:How to|How To's]] - A collection of AllStarLink how to's.&lt;br /&gt;
*[[:Category:Node Configuration|Node Configuration]] - Detail configuration settings.&lt;br /&gt;
*[[Radio Connections]] - Instructions to Connect Radios, Repeaters and Other Devices to AllStar.&lt;br /&gt;
&lt;br /&gt;
=Downloads=&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Intel-AMD/Stretch/ASL_1.01-20180228-amd64-i386-debian-stretch-netinst.zip ASL AMD] Latest AllStarLink installer for x86/AMD &lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Raspberry_Pi/Stretch/ASL_1.01-20180228-armhf-raspbian-stretch-image.zip ASL Pi] Latest AllStarLink image for the Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/ ASL Repo] AllStarLink Image Repository&lt;br /&gt;
&lt;br /&gt;
=Related Links=&lt;br /&gt;
* [https://allstarlink.org/ AllStarLink Portal] - If you are looking to set up your own AllStarLink node.&lt;br /&gt;
* [http://stats.allstarlink.org/ AllStarLink Stats] - shows all the existing public nodes.&lt;br /&gt;
* [http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users AllStarLink users mailing list]- This is the app_rpt mailing list for discussion, help and helping others.&lt;br /&gt;
* [https://allstar.aargdmr.net/ Development Portal Site] - Our Portal development site. Check out the searchable and sortable [https://allstar.aargdmr.net/nodelist/ Node List].&lt;br /&gt;
* [https://github.com/AllStarLink/ Source Code] - All of the source code for the AllStarLink Asterisk and app_rpt is available on GitHub. &lt;br /&gt;
&lt;br /&gt;
=History=&lt;br /&gt;
* [[History]] from the Duuude, Jim Dixon WB6NIL SK.&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=PTTLink_FAQ&amp;diff=885</id>
		<title>PTTLink FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=PTTLink_FAQ&amp;diff=885"/>
		<updated>2018-03-22T15:41:52Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: Replace DIAL with ASL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
:'''Q''': What is AllStarLink Asterisk (ASL)?&lt;br /&gt;
:'''A''': ASL is the software used to create an AllStar node. It consists of Linux, Asterisk and app_rpt. ASL uses the Debian version of Linux. Asterisk is the OpenSource PBX. App_rpt is an Asterisk application giving it the radio node functions. ASL runs on x86 or on the Raspberry Pi (ARM version).&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What does ASL stand for?&lt;br /&gt;
:'''A''':  AllStarLink&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I install ASL?&lt;br /&gt;
:'''A''': 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. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': Can ASL be installed on an existing Linux install, for example on a VM running Debian?&lt;br /&gt;
:'''A''': Yes it can. More information to follow. But if you have no other option you could do this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://github.com/AllStarLink/DIAL/raw/master/repository/install-repository&lt;br /&gt;
chmod +x install-repository&lt;br /&gt;
./install-repository&lt;br /&gt;
apt-get install allstarlink -y&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Will ASL run on Windows?&lt;br /&gt;
:'''A''': No, ASL is a Linux application.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I login to ASL once it is installed?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How is a ASL Node configured? &lt;br /&gt;
:'''A''': 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 AllStar account, created a server, requested a node number and have your node's password. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': How many nodes can ASL support on a single server?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': When using ACID I had (insert feature here) Now it's gone. When will ASL support this feature?&lt;br /&gt;
:'''A''':  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. &lt;br /&gt;
&lt;br /&gt;
:'''Q''': Will ASL run as a hub / reflector?&lt;br /&gt;
:'''A''': YES, ASL will run as a hub. To build a hub set rxchannel = dahdi/pseudo in rpt.conf and set noload =&amp;gt; chan_simpleusb.so in modules.conf&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Do I need a monitor and keyboard to run ASL?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What is the IP address of my new node?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': Does my remote access program (insert IAXRPT, Web Transceiver, Zoiper, AndroidIAX here) work with ASL?&lt;br /&gt;
:'''A''': Yes, either using the sample configuration files or your custom files.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What about SIP support?&lt;br /&gt;
:'''A''': By default, SIP is not enabled. If you want to enable it, see /etc/asterisk/modules.conf&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What audio file format does ASL use?&lt;br /&gt;
:'''A''': By default, ASL installs the ulaw formatted audio files installed in /var/lib/asterisk/sounds/.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What version of app_rpt is ASL built with?&lt;br /&gt;
:'''A''': 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&lt;br /&gt;
&lt;br /&gt;
:'''Q''': ASL is built on Debian 9, why Debian, why not (insert distro here)?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I run a custom script (insert script here). Does it work with ASL?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I updated my kernel now what?&lt;br /&gt;
:'''A''': ASL uses DKMS to manage the installation of kernel modules. DKMS will update when you install a new kernel.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I need a Linux program that is not in ASL, what do I do?&lt;br /&gt;
:'''A''': 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.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I have a question not covered in this FAQ, how do I get an answer?&lt;br /&gt;
:'''A''': There is a wealth of information on AllStar Asterisk at http://wiki.allstarlink.org[http://docs.allstarlink.org/drupal/ /] There is also a user mail list at http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I change my network (adapter) setup?&lt;br /&gt;
:'''A''': Use asl-menu&lt;br /&gt;
&lt;br /&gt;
:'''Q''': How do I change my DNS setup?&lt;br /&gt;
:'''A''': Use asl-menu&lt;br /&gt;
:&lt;br /&gt;
:'''Q''': How do I restart Asterisk?&lt;br /&gt;
:'''A''': Asterisk can be restarted by running the script &amp;lt;code&amp;gt;astres.sh&amp;lt;/code&amp;gt; or stoped with &amp;lt;code&amp;gt;astdn.sh&amp;lt;/code&amp;gt; and started with &amp;lt;code&amp;gt;astup.sh&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': What are the specific differences between a single node, and a hub, to which can accept many connections?&lt;br /&gt;
:'''A''': Any node can be a &amp;quot;HUB&amp;quot;. A node is not limited to one connection. There may be hardware limitations about the number of connections a given piece of hardware and internet connection can support. Typically, a HUB is located on a higher bandwidth Internet connection and is running a more &amp;quot;stout&amp;quot; piece of hardware. A HUB usually does not have a node radio connected to it, but there is no reason it can't. A HUB usually runs DAHDI/pseudo for it's rxchannel. This is changed in the rpt.conf file.&lt;br /&gt;
&lt;br /&gt;
:'''Q''': 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.&lt;br /&gt;
:'''A''': ASL has radio relax turned off..&lt;br /&gt;
&lt;br /&gt;
:'''Q''': I exited the firsttime script for setting up a ASL system, and would now like to run it. How is this accomplished?&lt;br /&gt;
:'''A''': Do the following:&lt;br /&gt;
touch /etc/asterisk/firsttime&lt;br /&gt;
/usr/local/sbin/first-time&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=884</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=884"/>
		<updated>2018-03-18T12:25:22Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: /* Downloads */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AllStarLink WiKi. AllStarLink is a world wide network of [https://en.wikipedia.org/wiki/Amateur_radio Amateur Radio] repeaters, remote base stations and hot spots accessible to each other via the Internet and/or private IP networks. AllStarLink runs on a dedicated Linux computer (including the Rasperry Pi) that you host at your home, radio site or computer center. It is based on the open source Asterisk PBX. The app_rpt module it makes a powerful radio/repeater controller. AllStarLink is open source GPL software free for anyone to use.&lt;br /&gt;
&lt;br /&gt;
Recently we've moved some things off of this front page. If you don't see what you are looking for look at the [[:Category:How to|How To's]] or use search located on the top of every page. Also check our old docs site [http://docs.allstarlink.org docs.allstarlink.org]. We're gradually moving content from there to this WiKi.&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=AllStarLink Menu=&lt;br /&gt;
*[[DIAL FAQ]] - Questions and answers about the AllStarLink software distribution.&lt;br /&gt;
*[[Features]] - List of AllStarLink Features &lt;br /&gt;
*[[:Category:How to|How To's]] - A collection of AllStarLink how to's.&lt;br /&gt;
*[[:Category:Node Configuration|Node Configuration]] - Detail configuration settings.&lt;br /&gt;
*[[Radio Connections]] - Instructions to Connect Radios, Repeaters and Other Devices to AllStar.&lt;br /&gt;
&lt;br /&gt;
=Downloads=&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Intel-AMD/Stretch/ASL_1.01-20180228-amd64-i386-debian-stretch-netinst.zip ASL AMD] Latest AllStarLink installer for x86/AMD &lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Raspberry_Pi/Stretch/ASL_1.01-20180228-armhf-raspbian-stretch-image.zip ASL Pi] Latest AllStarLink image for the Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/ ASL Repo] AllStarLink Image Repository&lt;br /&gt;
&lt;br /&gt;
=Related Links=&lt;br /&gt;
* [https://allstarlink.org/ AllStarLink Portal] - If you are looking to set up your own AllStarLink node.&lt;br /&gt;
* [http://stats.allstarlink.org/ AllStarLink Stats] - shows all the existing public nodes.&lt;br /&gt;
* [http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users AllStarLink users mailing list]- This is the app_rpt mailing list for discussion, help and helping others.&lt;br /&gt;
* [https://allstar.aargdmr.net/ Development Portal Site] - Our Portal development site. Check out the searchable and sortable [https://allstar.aargdmr.net/nodelist/ Node List].&lt;br /&gt;
* [https://github.com/AllStarLink/ Source Code] - All of the source code for the DIAL, Asterisk and app_rpt is available on GitHub. &lt;br /&gt;
&lt;br /&gt;
=History=&lt;br /&gt;
* [[History]] from the Duuude, Jim Dixon WB6NIL SK.&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=883</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=883"/>
		<updated>2018-03-18T12:24:26Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: /* Downloads */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AllStarLink WiKi. AllStarLink is a world wide network of [https://en.wikipedia.org/wiki/Amateur_radio Amateur Radio] repeaters, remote base stations and hot spots accessible to each other via the Internet and/or private IP networks. AllStarLink runs on a dedicated Linux computer (including the Rasperry Pi) that you host at your home, radio site or computer center. It is based on the open source Asterisk PBX. The app_rpt module it makes a powerful radio/repeater controller. AllStarLink is open source GPL software free for anyone to use.&lt;br /&gt;
&lt;br /&gt;
Recently we've moved some things off of this front page. If you don't see what you are looking for look at the [[:Category:How to|How To's]] or use search located on the top of every page. Also check our old docs site [http://docs.allstarlink.org docs.allstarlink.org]. We're gradually moving content from there to this WiKi.&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=AllStarLink Menu=&lt;br /&gt;
*[[DIAL FAQ]] - Questions and answers about the AllStarLink software distribution.&lt;br /&gt;
*[[Features]] - List of AllStarLink Features &lt;br /&gt;
*[[:Category:How to|How To's]] - A collection of AllStarLink how to's.&lt;br /&gt;
*[[:Category:Node Configuration|Node Configuration]] - Detail configuration settings.&lt;br /&gt;
*[[Radio Connections]] - Instructions to Connect Radios, Repeaters and Other Devices to AllStar.&lt;br /&gt;
&lt;br /&gt;
=Downloads=&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Intel-AMD/Stretch/ASL_1.01-20180228-amd64-i386-debian-stretch-netinst.zip ASL AMD] Latest AllStarLink for x86/AMD &lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Raspberry_Pi/Stretch/ASL_1.01-20180228-armhf-raspbian-stretch-image.zip ASL Pi] Latest AllStarLink for the Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/ ASL Repo] AllStarLink Image Repository&lt;br /&gt;
&lt;br /&gt;
=Related Links=&lt;br /&gt;
* [https://allstarlink.org/ AllStarLink Portal] - If you are looking to set up your own AllStarLink node.&lt;br /&gt;
* [http://stats.allstarlink.org/ AllStarLink Stats] - shows all the existing public nodes.&lt;br /&gt;
* [http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users AllStarLink users mailing list]- This is the app_rpt mailing list for discussion, help and helping others.&lt;br /&gt;
* [https://allstar.aargdmr.net/ Development Portal Site] - Our Portal development site. Check out the searchable and sortable [https://allstar.aargdmr.net/nodelist/ Node List].&lt;br /&gt;
* [https://github.com/AllStarLink/ Source Code] - All of the source code for the DIAL, Asterisk and app_rpt is available on GitHub. &lt;br /&gt;
&lt;br /&gt;
=History=&lt;br /&gt;
* [[History]] from the Duuude, Jim Dixon WB6NIL SK.&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=882</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=882"/>
		<updated>2018-03-18T12:17:28Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: Add link to repository&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AllStarLink WiKi. AllStarLink is a world wide network of [https://en.wikipedia.org/wiki/Amateur_radio Amateur Radio] repeaters, remote base stations and hot spots accessible to each other via the Internet and/or private IP networks. AllStarLink runs on a dedicated Linux computer (including the Rasperry Pi) that you host at your home, radio site or computer center. It is based on the open source Asterisk PBX. The app_rpt module it makes a powerful radio/repeater controller. AllStarLink is open source GPL software free for anyone to use.&lt;br /&gt;
&lt;br /&gt;
Recently we've moved some things off of this front page. If you don't see what you are looking for look at the [[:Category:How to|How To's]] or use search located on the top of every page. Also check our old docs site [http://docs.allstarlink.org docs.allstarlink.org]. We're gradually moving content from there to this WiKi.&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=AllStarLink Menu=&lt;br /&gt;
*[[DIAL FAQ]] - Questions and answers about the AllStarLink software distribution.&lt;br /&gt;
*[[Features]] - List of AllStarLink Features &lt;br /&gt;
*[[:Category:How to|How To's]] - A collection of AllStarLink how to's.&lt;br /&gt;
*[[:Category:Node Configuration|Node Configuration]] - Detail configuration settings.&lt;br /&gt;
*[[Radio Connections]] - Instructions to Connect Radios, Repeaters and Other Devices to AllStar.&lt;br /&gt;
&lt;br /&gt;
=Downloads=&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Intel-AMD/Stretch/ASL_1.01-20180228-amd64-i386-debian-stretch-netinst.zip ASL AMD] Latest ASL for x86/AMD &lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Raspberry_Pi/Stretch/ASL_1.01-20180228-armhf-raspbian-stretch-image.zip ASL Pi] Latest ASL for the Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/ ASL Repo] AllStarLink Image Repository&lt;br /&gt;
&lt;br /&gt;
=Related Links=&lt;br /&gt;
* [https://allstarlink.org/ AllStarLink Portal] - If you are looking to set up your own AllStarLink node.&lt;br /&gt;
* [http://stats.allstarlink.org/ AllStarLink Stats] - shows all the existing public nodes.&lt;br /&gt;
* [http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users AllStarLink users mailing list]- This is the app_rpt mailing list for discussion, help and helping others.&lt;br /&gt;
* [https://allstar.aargdmr.net/ Development Portal Site] - Our Portal development site. Check out the searchable and sortable [https://allstar.aargdmr.net/nodelist/ Node List].&lt;br /&gt;
* [https://github.com/AllStarLink/ Source Code] - All of the source code for the DIAL, Asterisk and app_rpt is available on GitHub. &lt;br /&gt;
&lt;br /&gt;
=History=&lt;br /&gt;
* [[History]] from the Duuude, Jim Dixon WB6NIL SK.&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=881</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=881"/>
		<updated>2018-03-18T12:06:04Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: Update link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AllStarLink WiKi. AllStarLink is a world wide network of [https://en.wikipedia.org/wiki/Amateur_radio Amateur Radio] repeaters, remote base stations and hot spots accessible to each other via the Internet and/or private IP networks. AllStarLink runs on a dedicated Linux computer (including the Rasperry Pi) that you host at your home, radio site or computer center. It is based on the open source Asterisk PBX. The app_rpt module it makes a powerful radio/repeater controller. AllStarLink is open source GPL software free for anyone to use.&lt;br /&gt;
&lt;br /&gt;
Recently we've moved some things off of this front page. If you don't see what you are looking for look at the [[:Category:How to|How To's]] or use search located on the top of every page. Also check our old docs site [http://docs.allstarlink.org docs.allstarlink.org]. We're gradually moving content from there to this WiKi.&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=AllStarLink Menu=&lt;br /&gt;
*[[DIAL FAQ]] - Questions and answers about the AllStarLink software distribution.&lt;br /&gt;
*[[Features]] - List of AllStarLink Features &lt;br /&gt;
*[[:Category:How to|How To's]] - A collection of AllStarLink how to's.&lt;br /&gt;
*[[:Category:Node Configuration|Node Configuration]] - Detail configuration settings.&lt;br /&gt;
*[[Radio Connections]] - Instructions to Connect Radios, Repeaters and Other Devices to AllStar.&lt;br /&gt;
&lt;br /&gt;
=Downloads=&lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Intel-AMD/Stretch/ASL_1.01-20180228-amd64-i386-debian-stretch-netinst.zip ASL AMD] Latest ASL for x86/AMD &lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Raspberry_Pi/Stretch/ASL_1.01-20180228-armhf-raspbian-stretch-image.zip ASL Pi] Latest ASL for the Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
=Related Links=&lt;br /&gt;
* [https://allstarlink.org/ AllStarLink Portal] - If you are looking to set up your own AllStarLink node.&lt;br /&gt;
* [http://stats.allstarlink.org/ AllStarLink Stats] - shows all the existing public nodes.&lt;br /&gt;
* [http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users AllStarLink users mailing list]- This is the app_rpt mailing list for discussion, help and helping others.&lt;br /&gt;
* [https://allstar.aargdmr.net/ Development Portal Site] - Our Portal development site. Check out the searchable and sortable [https://allstar.aargdmr.net/nodelist/ Node List].&lt;br /&gt;
* [https://github.com/AllStarLink/ Source Code] - All of the source code for the DIAL, Asterisk and app_rpt is available on GitHub. &lt;br /&gt;
&lt;br /&gt;
=History=&lt;br /&gt;
* [[History]] from the Duuude, Jim Dixon WB6NIL SK.&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=880</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=880"/>
		<updated>2018-03-18T12:04:30Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: Update link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AllStarLink WiKi. AllStarLink is a world wide network of [https://en.wikipedia.org/wiki/Amateur_radio Amateur Radio] repeaters, remote base stations and hot spots accessible to each other via the Internet and/or private IP networks. AllStarLink runs on a dedicated Linux computer (including the Rasperry Pi) that you host at your home, radio site or computer center. It is based on the open source Asterisk PBX. The app_rpt module it makes a powerful radio/repeater controller. AllStarLink is open source GPL software free for anyone to use.&lt;br /&gt;
&lt;br /&gt;
Recently we've moved some things off of this front page. If you don't see what you are looking for look at the [[:Category:How to|How To's]] or use search located on the top of every page. Also check our old docs site [http://docs.allstarlink.org docs.allstarlink.org]. We're gradually moving content from there to this WiKi.&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=AllStarLink Menu=&lt;br /&gt;
*[[DIAL FAQ]] - Questions and answers about the AllStarLink software distribution.&lt;br /&gt;
*[[Features]] - List of AllStarLink Features &lt;br /&gt;
*[[:Category:How to|How To's]] - A collection of AllStarLink how to's.&lt;br /&gt;
*[[:Category:Node Configuration|Node Configuration]] - Detail configuration settings.&lt;br /&gt;
*[[Radio Connections]] - Instructions to Connect Radios, Repeaters and Other Devices to AllStar.&lt;br /&gt;
&lt;br /&gt;
=Downloads=&lt;br /&gt;
* [http://dvswitch.org/files/AllStarLink/allstar-firmware-8.7.1-amd64-i386-netinst.tar.gz DIAL AMD] Latest DIAL for x86/AMD &lt;br /&gt;
* [http://dvswitch.org/files/ASL_Images/Raspberry_Pi/Stretch/ASL_1.01-20180228-armhf-raspbian-stretch-image.zip ASL Pi] Latest ASL for the Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
=Related Links=&lt;br /&gt;
* [https://allstarlink.org/ AllStarLink Portal] - If you are looking to set up your own AllStarLink node.&lt;br /&gt;
* [http://stats.allstarlink.org/ AllStarLink Stats] - shows all the existing public nodes.&lt;br /&gt;
* [http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users AllStarLink users mailing list]- This is the app_rpt mailing list for discussion, help and helping others.&lt;br /&gt;
* [https://allstar.aargdmr.net/ Development Portal Site] - Our Portal development site. Check out the searchable and sortable [https://allstar.aargdmr.net/nodelist/ Node List].&lt;br /&gt;
* [https://github.com/AllStarLink/ Source Code] - All of the source code for the DIAL, Asterisk and app_rpt is available on GitHub. &lt;br /&gt;
&lt;br /&gt;
=History=&lt;br /&gt;
* [[History]] from the Duuude, Jim Dixon WB6NIL SK.&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Rpt.conf&amp;diff=688</id>
		<title>Rpt.conf</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Rpt.conf&amp;diff=688"/>
		<updated>2017-10-26T19:50:38Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: Add simple table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Rpt.conf is where the majority of user-facing features, such as the node's CW and voice ID, DTMF commands and timers are set. There is a lot of capability here which can be difficult to grasp. Fortunately the default [https://github.com/AllStarLink/DIAL/blob/master/configs/rpt.conf DIAL rpt.conf] is well commented and will work fine for most node admins.  &lt;br /&gt;
&lt;br /&gt;
=DTMF Commands=&lt;br /&gt;
DTMF commands are placed in any one of three [[Structure of Config Files|named stanzas]]. Function stanzas control access to DTMF commands that a user can issue from various &lt;br /&gt;
control points.&lt;br /&gt;
* The [[#Functions Stanza|fuctions stanza]] - to decode DTMF from the node's local receiver.&lt;br /&gt;
* The [[#Link Functions Stanza|link_functions stanza]] - to decode DTMF from linked nodes.&lt;br /&gt;
* The [[#Phone Functions Stanza|phone_functions stanza]] - to decode DTMF from telephone connects.&lt;br /&gt;
 &lt;br /&gt;
A function stanza key/value pair has the following format:&lt;br /&gt;
&lt;br /&gt;
dtmfcommand=functionclass,[functionmethod],[parameters]&lt;br /&gt;
Where:&lt;br /&gt;
* dtmfcommand is a DTMF digit sequence '''minus''' the [[#funcchar=|start character]] (usually *)&lt;br /&gt;
* functionclass is a string which defines what class of command; link, status or COP&lt;br /&gt;
* functionmethod defines the optional method number to use in the function class.&lt;br /&gt;
* functionoptions are one or more optional comma separated parameters which further define a command.&lt;br /&gt;
&lt;br /&gt;
==Status Commands==&lt;br /&gt;
Status commands (functioncalss 'status') provide general information about the node. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
712 = status,12   ; Give Time of Day (local only)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Status !! Description&lt;br /&gt;
|-&lt;br /&gt;
|  1 || Force ID (global)&lt;br /&gt;
|-&lt;br /&gt;
|  2 || Give Time of Day (global)&lt;br /&gt;
|-&lt;br /&gt;
|  3 || Give software Version (global)&lt;br /&gt;
|-&lt;br /&gt;
|  4 || Give GPS location info&lt;br /&gt;
|-&lt;br /&gt;
|  5 || Speak the last (dtmf) user &lt;br /&gt;
|-&lt;br /&gt;
|  11 || Force ID (local only)&lt;br /&gt;
|-&lt;br /&gt;
|  12 || Give Time of Day (local only)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Link Commands==&lt;br /&gt;
Link commands (functioncalss 'link') connect to, disconnect from, monitor (Rx only) other nodes and give link status. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
3 = ilink,3   ; Connect specified link -- transceive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! ilink !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Disconnect specified link&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Connect specified link -- monitor only&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Connect specified link -- tranceive&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Enter command mode on specified link&lt;br /&gt;
|-&lt;br /&gt;
| 5 || System status&lt;br /&gt;
|-&lt;br /&gt;
| 6 || Disconnect all links&lt;br /&gt;
|-&lt;br /&gt;
| 7 || Last Node to Key Up&lt;br /&gt;
|-&lt;br /&gt;
| 8 || Connect specified link -- local monitor only&lt;br /&gt;
|-&lt;br /&gt;
| 9 || Send Text Message (9,&amp;lt;destnodeno or 0 (for all)&amp;gt;,Message Text, etc.&lt;br /&gt;
|-&lt;br /&gt;
| 10 || Disconnect all RANGER links (except permalinks)&lt;br /&gt;
|-&lt;br /&gt;
| 11 || Disconnect a previously permanently connected link&lt;br /&gt;
|-&lt;br /&gt;
| 12 || Permanently connect specified link -- monitor only&lt;br /&gt;
|-&lt;br /&gt;
| 13 || Permanently connect specified link -- tranceive&lt;br /&gt;
|-&lt;br /&gt;
| 15 || Full system status (all nodes)&lt;br /&gt;
|-&lt;br /&gt;
| 16 || Reconnect links disconnected with &amp;quot;disconnect all links&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 17 || MDC test (for diag purposes)&lt;br /&gt;
|-&lt;br /&gt;
| 18 || Permanently Connect specified link -- local monitor only&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==COP Commands==&lt;br /&gt;
Control operator (functionclass 'cop') commands are privileged commands. Node admins may provide some of these to their user community based on personal preference. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
99 = cop,7   ; enable timeout timer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some COP commands can take multiple parameters. For example this COP 48 would send #3#607 on command.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;900 = cop,48,#,3,#,6,0,7&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! COP !! Description&lt;br /&gt;
|-&lt;br /&gt;
|  1  || System warm boot&lt;br /&gt;
|-&lt;br /&gt;
 |  2  || System enable&lt;br /&gt;
|-&lt;br /&gt;
|  3  || System disable&lt;br /&gt;
|-&lt;br /&gt;
|  4  || Test Tone On/Off&lt;br /&gt;
|-&lt;br /&gt;
|  5  || Dump System Variables on Console (debug)&lt;br /&gt;
|-&lt;br /&gt;
|  6  || PTT (phone mode only)&lt;br /&gt;
|-&lt;br /&gt;
|  7  || Time out timer enable&lt;br /&gt;
|-&lt;br /&gt;
|  8  || Time out timer disable&lt;br /&gt;
|-&lt;br /&gt;
|  9  || Autopatch enable&lt;br /&gt;
|-&lt;br /&gt;
|  10 || Autopatch disable&lt;br /&gt;
|-&lt;br /&gt;
|  11 || Link enable&lt;br /&gt;
|-&lt;br /&gt;
|  12 || Link disable&lt;br /&gt;
|-&lt;br /&gt;
|  13 || Query System State&lt;br /&gt;
|-&lt;br /&gt;
|  14 || Change System State&lt;br /&gt;
|-&lt;br /&gt;
|  15 || Scheduler Enable&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|  16 || Scheduler Disable&lt;br /&gt;
|-&lt;br /&gt;
|  17 || User functions (time, id, etc) enable&lt;br /&gt;
|-&lt;br /&gt;
|  18 || User functions (time, id, etc) disable&lt;br /&gt;
|-&lt;br /&gt;
|  19 || Select alternate hang timer&lt;br /&gt;
|-&lt;br /&gt;
|  20 || Select standard hang timer &lt;br /&gt;
|-&lt;br /&gt;
|  21 || Enable Parrot Mode&lt;br /&gt;
|-&lt;br /&gt;
|  22 || Disable Parrot Mode&lt;br /&gt;
|-&lt;br /&gt;
|  23 || Birdbath (Current Parrot Cleanup/Flush)&lt;br /&gt;
|-&lt;br /&gt;
|  24 || Flush all telemetry&lt;br /&gt;
|-&lt;br /&gt;
|  25 || Query last node un-keyed&lt;br /&gt;
|-&lt;br /&gt;
|  26 || Query all nodes keyed/unkeyed&lt;br /&gt;
|-&lt;br /&gt;
|  27 || Reset DAQ minimum on a pin&lt;br /&gt;
|-&lt;br /&gt;
|  28 || Reset DAQ maximum on a pin&lt;br /&gt;
|-&lt;br /&gt;
|  30 || Recall Memory Setting in Attached Xcvr&lt;br /&gt;
|-&lt;br /&gt;
|  31 || Channel Selector for Parallel Programmed Xcvr&lt;br /&gt;
|-&lt;br /&gt;
|  32 || Touchtone pad test: command + Digit string + # to playback all digits pressed&lt;br /&gt;
|-&lt;br /&gt;
|  33 || Local Telemetry Output Enable&lt;br /&gt;
|-&lt;br /&gt;
|  34 || Local Telemetry Output Disable&lt;br /&gt;
|-&lt;br /&gt;
|  35 || Local Telemetry Output on Demand&lt;br /&gt;
|-&lt;br /&gt;
|  36 || Foreign Link Local Output Path Enable&lt;br /&gt;
|-&lt;br /&gt;
|  37 || Foreign Link Local Output Path Disable&lt;br /&gt;
|-&lt;br /&gt;
|  38 || Foreign Link Local Output Path Follows Local Telemetry&lt;br /&gt;
|-&lt;br /&gt;
|  39 || Foreign Link Local Output Path on Demand&lt;br /&gt;
|-&lt;br /&gt;
|  42 || Echolink announce node # only&lt;br /&gt;
|-&lt;br /&gt;
|  43 || Echolink announce node Callsign only&lt;br /&gt;
|-&lt;br /&gt;
|  44 || Echolink announce node # &amp;amp; Callsign&lt;br /&gt;
|-&lt;br /&gt;
|  45 || Link Activity timer enable&lt;br /&gt;
|-&lt;br /&gt;
|  46 || Link Activity timer disable&lt;br /&gt;
|-&lt;br /&gt;
|  47 || Reset &amp;quot;Link Config Changed&amp;quot; Flag &lt;br /&gt;
|-&lt;br /&gt;
|  48 || Send Page Tone (Tone specs separated by parenthesis)&lt;br /&gt;
|-&lt;br /&gt;
|  49 || Disable incoming connections (control state noice)&lt;br /&gt;
|-&lt;br /&gt;
|  50 || Enable incoming connections (control state noicd)&lt;br /&gt;
|-&lt;br /&gt;
|  51 || Enable sleep mode&lt;br /&gt;
|-&lt;br /&gt;
|  52 || Disable sleep mode&lt;br /&gt;
|-&lt;br /&gt;
|  53 || Wake up from sleep&lt;br /&gt;
|-&lt;br /&gt;
|  54 || Go to sleep&lt;br /&gt;
|-&lt;br /&gt;
|  55 || Parrot Once if parrot mode is disabled&lt;br /&gt;
|-&lt;br /&gt;
|  56 || Rx CTCSS Enable&lt;br /&gt;
|-&lt;br /&gt;
|  57 || Rx CTCSS Disable&lt;br /&gt;
|-&lt;br /&gt;
|  58 || Tx CTCSS On Input only Enable&lt;br /&gt;
|-&lt;br /&gt;
|  59 || Tx CTCSS On Input only Disable&lt;br /&gt;
|-&lt;br /&gt;
|  60 || Send MDC-1200 Burst (cop,60,type,UnitID[,DestID,SubCode])&lt;br /&gt;
Type is 'I' for PttID, 'E' for Emergency, and 'C' for Call &lt;br /&gt;
(SelCall or Alert), or 'SX' for STS (ststus), where X is 0-F.&lt;br /&gt;
DestID and subcode are only specified for  the 'C' type message.&lt;br /&gt;
UnitID is the local systems UnitID. DestID is the MDC1200 ID of&lt;br /&gt;
the radio being called, and the subcodes are as follows: &lt;br /&gt;
Subcode '8205' is Voice Selective Call for Spectra ('Call')&lt;br /&gt;
Subcode '8015' is Voice Selective Call for Maxtrac ('SC') or&lt;br /&gt;
Astro-Saber('Call')&lt;br /&gt;
Subcode '810D' is Call Alert (like Maxtrac 'CA')&lt;br /&gt;
|-&lt;br /&gt;
|  61 || Send Message to USB to control GPIO pins (cop,61,GPIO1=0[,GPIO4=1].....)&lt;br /&gt;
|-&lt;br /&gt;
|  62 || Send Message to USB to control GPIO pins, quietly (cop,62,GPIO1=0[,GPIO4=1].....)&lt;br /&gt;
|-&lt;br /&gt;
|  63 || Send pre-configred APRSTT notification (cop,63,CALL[,OVERLAYCHR])&lt;br /&gt;
|-&lt;br /&gt;
|  64 || Send pre-configred APRSTT notification, quietly (cop,64,CALL[,OVERLAYCHR]) &lt;br /&gt;
|-&lt;br /&gt;
|  65 || Send POCSAG page (equipped channel types only)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Remote Base Commands==&lt;br /&gt;
Remote base commands (functionclass 'remote') provide remote base control. This stanza is [[Structure of Config Files#Settings to name other Stanzas|named by]] the remote base [[#Remote Base Functions=|Remote Base Functions]] key/value pair.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! remote !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Retrieve Memory&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Set freq.&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Set tx PL tone&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Set rx PL tone&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Long status query&lt;br /&gt;
|-&lt;br /&gt;
| 99,CALLSIGN,LICENSETAG || Remote Base login&lt;br /&gt;
|-&lt;br /&gt;
| 100 || Rx PL off&lt;br /&gt;
|-&lt;br /&gt;
| 101 || Rx PL on&lt;br /&gt;
|-&lt;br /&gt;
| 102 || Tx PL off&lt;br /&gt;
|-&lt;br /&gt;
| 103 || Tx PL on&lt;br /&gt;
|-&lt;br /&gt;
| 104 || Low Power&lt;br /&gt;
|-&lt;br /&gt;
| 105 || Medium Power&lt;br /&gt;
|-&lt;br /&gt;
| 106 || High Power&lt;br /&gt;
|-&lt;br /&gt;
| 107 || Bump -20&lt;br /&gt;
|-&lt;br /&gt;
| 108 || Bump -100&lt;br /&gt;
|-&lt;br /&gt;
| 109 || Bump -500&lt;br /&gt;
|-&lt;br /&gt;
| 110 || Bump +20&lt;br /&gt;
|-&lt;br /&gt;
| 111 || Bump +100&lt;br /&gt;
|-&lt;br /&gt;
| 112 || Bump +500&lt;br /&gt;
|-&lt;br /&gt;
| 113 || Scan - slow&lt;br /&gt;
|-&lt;br /&gt;
| 114 || Scan - quick&lt;br /&gt;
|-&lt;br /&gt;
| 115 || Scan - fast&lt;br /&gt;
|-&lt;br /&gt;
| 116 || Scan + slow&lt;br /&gt;
|-&lt;br /&gt;
| 117 || Scan + quick&lt;br /&gt;
|-&lt;br /&gt;
| 118 || Scan + fast&lt;br /&gt;
|-&lt;br /&gt;
| 119 || Tune&lt;br /&gt;
|-&lt;br /&gt;
| 140 || Short status query&lt;br /&gt;
|-&lt;br /&gt;
| 210 || Send a *&lt;br /&gt;
|-&lt;br /&gt;
| 211 || Send a #&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Not all commands above are supported by all radios. For example radios which don't support SSB, would not be able to be placed in LSB or USB mode.&lt;br /&gt;
&lt;br /&gt;
===Remote Base Login===&lt;br /&gt;
When [[#authlevel=|authlevel=]] is greater than zero, remote 99 is used to define a different dtmf sequence for each user authorized to use the remote base. The remote base will announce the callsign as access is granted.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
9139583 = remote,99,WB6NIL,G   ; grant access to Jim (general)&lt;br /&gt;
9148351 = remote,99,WA6ZFT,E   ; grant access to Steve (extra)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
When the remote base is disconnected from the originating node, the&lt;br /&gt;
user will be logged out. &lt;br /&gt;
&lt;br /&gt;
The LICENSETAG argument is used to enforce&lt;br /&gt;
tx frequency limits. Need info [txlimits].&lt;br /&gt;
&lt;br /&gt;
=Node Number Stanza=&lt;br /&gt;
The node number stanza is the first stanza in rpt.conf. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[1999]    ; Replace with your assigned node number&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The node number stanza contains the following key/value pairs. &lt;br /&gt;
==althangtime===&lt;br /&gt;
This controls the length of the repeater hang time when the alternate hang timer is selected with a control operator function. It is specified in milliseconds. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
althangtime=4000   ; 4 seconds&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==beaconing===&lt;br /&gt;
When set to 1 will send the repeater ID at the idtime interval regardless of whether there was repeater activity or not. This feature appears to be required in the UK, but is probably illegal in the US.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
beaconing=1   ;Set to 1 to beacon. Defaults to 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==callerid===&lt;br /&gt;
This setting allows the autopatch on the node to be identified with a specific caller ID. The default setting is as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
callerid=&amp;quot;Repeater&amp;quot; &amp;lt;0000000000&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Note'': The value in quotes is the name of the autopatch caller, and the numbers in angle brackets are the originating telephone number to use.&lt;br /&gt;
&lt;br /&gt;
==context===&lt;br /&gt;
&lt;br /&gt;
This setting directs the autopatch for the node to use a specific context in extensions.conf for outgoing autopatch calls. The default is to specify a context name of radio.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
context=radio&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==controlstates===&lt;br /&gt;
This setting defines the name of the [[Structure of Config Files|variable named]] control state stanza. Control states are an optional feature which allows groups of control operator commands to be executed all at once. To use control states, define an entry in your node stanzas to point to a dedicated control state stanza like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
controlstates = controlstates   ; points to control state stanza&lt;br /&gt;
&lt;br /&gt;
[controlstates]&lt;br /&gt;
0 = rptena,lnkena,apena,totena,ufena,noicd  ; Normal operation                                  &lt;br /&gt;
1 = rptena,lnkena,apdis,totdis,ufena,noice  ; Net and news operation                                             &lt;br /&gt;
2 = rptena,lnkdis,apdis,totena,ufdis,noice  ; Repeater only operation&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[#Control States Stanza|control state stanza]] describes these mnemonics.&lt;br /&gt;
&lt;br /&gt;
==duplex===&lt;br /&gt;
The duplex key/value pairs sets the duplex mode for desired radio operation. Duplex mode 2 is the default if none specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Duplex Mode !! Description &lt;br /&gt;
|- &lt;br /&gt;
| 0 || Half duplex with no telemetry tones or hang time. Special Case: Full duplex if linktolink is set to yes. This mode is preferred when interfacing with an external multiport repeater controller. Comment out idrecording and idtalkover to suppress IDs.&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Half duplex with telemetry tones and hang time. Does not repeat audio. This mode is preferred when interfacing a simplex node.&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Full Duplex with telemetry tones and hang time. This mode is preferred when interfacing a repeater. &lt;br /&gt;
|- &lt;br /&gt;
| 3 || Full Duplex with telemetry tones and hang time, but no repeated audio.&lt;br /&gt;
|- &lt;br /&gt;
| 4 || Full Duplex with telemetry tones and hang time. Repeated audio only when the autopatch is down.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
duplex = 0     ; 0 = Half duplex with no telemetry tones or hang time.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==endchar===&lt;br /&gt;
This setting allows the end character used by some control functions to be changed. By default this is a #. The endchar value must not be the same as the funcchar default or overridden value.&lt;br /&gt;
&lt;br /&gt;
==erxgain===&lt;br /&gt;
Echolink receive gain adjustment in +/- db-volts. Used to balance Echolink recieve audio on an app_rpt node. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
erxgain = -3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[:Category:How to|Echolink How to]]&lt;br /&gt;
&lt;br /&gt;
==etxgain===&lt;br /&gt;
Echolink transmit gain adjustment in +/- db-volts. Used to balance Echolink transmit audio on an app_rpt node. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
etxgain = 3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[:Category:How to|Echolink How to]]&lt;br /&gt;
&lt;br /&gt;
==funcchar===&lt;br /&gt;
This setting can be used to change the default function starting character of * to something else. Please note that the new value chosen must not be the same as the default or overridden value for endchar=.&lt;br /&gt;
&lt;br /&gt;
==functions===&lt;br /&gt;
This [[Structure of Config Files#Settings to name other Stanzas|names (points to)]] the [[#Functions Stanza|function stanza]].&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
functions = functionsUHF   ; pointer to 440 repeater functions stanza&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==hangtime===&lt;br /&gt;
This controls the length of the repeater hang time. It is specified in milliseconds. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
hangtime = 1000   ;Set hang time for 1 second&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==holdofftelem===&lt;br /&gt;
This node stanza configuration key forces all telemetry to be held off until a local user on the receiver or a remote user over a link unkeys. There is one exception to this behavior: When an ID needs to be sent and there is activity coming from a linked node.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
holdofftelem = 1   ;Set to 1 to hold off. Default is 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==idrecording===&lt;br /&gt;
The identifier message is stored in the node stanza using the idrecording key. It can be changed to a different call sign by changing the value to something different. The value can be either a morse code identification string prefixed with |i, or the name of a sound file containing a voice identification message. When using a sound file, the default path for the sound file is /var/lib/asterisk/sounds. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
idrecording = |iwa6zft/r   ; Morse Code ID&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
idrecording = /var/lib/asterisk/sounds/myid   ; Voice ID&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
''Note'': ID recording files must have extension gsm,ulaw,pcm, or wav. The extension is left off when it is defined as the example shows above. File extensions are used by Asterisk to determine how to decode the file. All ID recording files should be sampled at 8KHz. See [[Recording Audio Files|Recording audio files]]&lt;br /&gt;
&lt;br /&gt;
==idtalkover===&lt;br /&gt;
The ID talkover message is stored in the node stanza using the idtalkover setting. The purpose of idtalkover is to specify an alternate ID to use when the ID must be sent over the top of a user transmission, This can be a shorter voice ID or an ID in morse code. The value can be either a morse code identification string prefixed with |i, or the name of a sound file containing a voice identification message. When using a sound file, the default path for the sound file is /var/lib/asterisk/sounds. Example usages are as follows:&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
idtalkover = |iwa6zft/r   ; Morse Code ID&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
idtalkover = /var/lib/asterisk/sounds/myid   ; Voice ID&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
''Note'': ID recording files must have extension gsm,ulaw,pcm, or wav. The extension is left off when it is defined as the example shows above. File extensions are used by Asterisk to determine how to decode the file. All ID recording files should be sampled at 8KHz. See [[Recording Audio Files|Recording audio files]]&lt;br /&gt;
&lt;br /&gt;
==inxlat===&lt;br /&gt;
The inxlat setting allows complete remapping of the funcchar and endchar digits to different digits or digit sequences.&lt;br /&gt;
inxlat acts on the digits received by the radio receiver on the node.&lt;br /&gt;
&lt;br /&gt;
Format: inxlat = funchars,endchars,passchars,dialtone&lt;br /&gt;
&lt;br /&gt;
where:&lt;br /&gt;
&lt;br /&gt;
* funcchars is the digit or digit sequence to replace funcchar&lt;br /&gt;
* endchars is the digit or digit sequence to replace endchar&lt;br /&gt;
* passchars are the digits to pass through (can be used to block certain digits)&lt;br /&gt;
* dialtone is optional. Set to Y for dial tone on successful funcchars.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
inxlat = #56,#57,0123456789ABCD ; string xlat from radio port to sys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==link_functions===&lt;br /&gt;
This [[Structure of Config Files#Settings to name other Stanzas|names (points to)]] the link_functions stanza.&lt;br /&gt;
&lt;br /&gt;
The link_functions setting directs the node to use a particular function stanza for functions dialed by users accessing the node via a link from another node. The traditional default is to point it to a function stanza named &amp;quot;functions&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
link_functions = functions ; pointer to the Link Function stanza&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==linkmongain===&lt;br /&gt;
Link Monitor Gain adjusts the audio level of monitored nodes when a signal from another node or the local receiver is received. If linkmongain is set to a negative number the monitored audio will decrease by the set amount in db. If linkmongain set to a positive number monitored audio will increase by the set amount in db. The value of linkmongain is in db. The default value is 0 db.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
linkmongain = -20   ; reduce link volume 20dB&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==linktolink===&lt;br /&gt;
When operating in duplex mode 0, this forces the radio interface to operate in full duplex mode, but keeps all the other duplex mode 0 semantics. This is used when a radio interface is connected to a multiport analog repeater controller. The linktolink= key can take two values: yes or no.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
linktolink = yes   ; set to yes to enable. Default is no.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==linkunkeyct===&lt;br /&gt;
The linkunkeyct setting selects the courtesy tone to send when a connected remote node unkeys. The default is no courtesy tone when a remote node unkeys.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
linkunkeyct = ct8  ; use courtesy tone 8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==macro===&lt;br /&gt;
The marco key/value points to by the [[#Macro Stanza|Macro Stanza]] key/value pair. Macros are DTMF shortcuts. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
macro=macro   ; use stanza names 'macros'&lt;br /&gt;
&lt;br /&gt;
[macro]&lt;br /&gt;
1 = *32000*32001     ; connect to nodes 2000 and 2001&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==nounkeyct===&lt;br /&gt;
The nounkeyct node stanza key completely disables the courtesy tone. This is useful for eliminating TX time in applications using simplex uplinks to repeaters on the repeater pair itself.  This practice is '''strongly''' discouraged.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
nounkeyct = yes  ; :(&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==politeid===&lt;br /&gt;
The politeid setting specified the number of milliseconds prior to the end of the id cycle where the controller will attempt to play the ID in the tail when a user unkeys. If the controller does not get a chance to send the ID in the tail, the ID will be played over the top of the user transmission. Optional, default 30000.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
politeid = 30000   ; 30 seconds&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==propagate_dtmf===&lt;br /&gt;
Takes either yes or no. When set to yes, DTMF will be regenerated from out-of-band signalling or from from the receiver dtmf decoder whenever a function start character is NOT detected and command decoding has not begun. When set to no, no tones will be regenerated. The default for this setting is no.&lt;br /&gt;
This setting is meant to be used in conjunction with linktolink, inxlat, and outxlat when interfacing a radio port to a multiport analog repeater controller on an RF-linked system.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
propagate_dtmf = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
''Note'': There is a separate setting propagate_phonedtmf for use by dial-in (phone and dphone) users.&lt;br /&gt;
&lt;br /&gt;
==remotect===&lt;br /&gt;
The remotect setting allows the selection of the remote linked courtesy tone so that the users can tell there is a [[:Category:Remote Base|remote base]] connected locally.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
remotect = ct3   ; use courtesy tone 3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==rxburstfreq===&lt;br /&gt;
If rx tone burst operation is desired, specify the frequency in hertz of the desired tone burst. Setting to 0 (or not specifying) indicates no tone burst operation.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rxburstfreq = 1000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==rxburstthreshold===&lt;br /&gt;
In rx toneburst mode, specifies the minimum signal to noise ratio in db that qualifies a valid tone.&lt;br /&gt;
Defaults to 16 (db).&lt;br /&gt;
&lt;br /&gt;
==rxbursttime===&lt;br /&gt;
For rx toneburst operation, specifies minimum amount of time that tone needs to be valid for recognition (in milliseconds). Defaults to 250.&lt;br /&gt;
&lt;br /&gt;
==rxchannel===&lt;br /&gt;
The rxchannel key/value pair selects the radio interface. There must be one (and only one) rxchannel per node. The selections are: &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Value !! Description &lt;br /&gt;
|- &lt;br /&gt;
| dahdi/pseudo || No radio, used for hubs&lt;br /&gt;
|- &lt;br /&gt;
| SimpleUSB/usb_1999 || SimpleUSB (limited DSP) &lt;br /&gt;
|- &lt;br /&gt;
| Radio/usb_1999 || USBRadio (full DSP) &lt;br /&gt;
|- &lt;br /&gt;
| voter/1990 || RTCM &lt;br /&gt;
|- &lt;br /&gt;
| Pi/1 || Raspberry Pi PiTA &lt;br /&gt;
|- &lt;br /&gt;
| Dahdi/1 || PCI Quad card &lt;br /&gt;
|- &lt;br /&gt;
| Beagle/1 || BeagleBoard &lt;br /&gt;
|- &lt;br /&gt;
| USRP/127.0.0.1:34001:32001 || GNU Radio interface USRP&lt;br /&gt;
|}&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rxchannel = dahdi/pseudo     ; No radio (hub)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Note'': This is selecting what is known as (in Asterisk terminology) the channel driver.&lt;br /&gt;
&lt;br /&gt;
==scheduler===&lt;br /&gt;
This setting defines the scheduler stanza. The scheduler is used to execute commands at a particular time.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
scheduler = schedule   ; name scheduler to 'schedule'&lt;br /&gt;
&lt;br /&gt;
[schedule]&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==sleeptime===&lt;br /&gt;
This sets the inactivity period in seconds for no signal on the repeater receiver before the system goes to sleep. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sleeptime = 300   ; go to sleep after 5 mins of no activity&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==startup_macro===&lt;br /&gt;
The startup_macro is executed once on system startup. Each node can have one startup macro defined in its node stanza.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
startup_macro = *31000*31001*31002   ; Connect to 1000, 1001 and 1002 at startup&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==tailmessagelist===&lt;br /&gt;
The tailmessagelist setting allows a comma separated list of audio files to be specified for the tail message function. The tail messages will rotate from one to the next until the end of the list is reached at which point the first message in the list will be selected. If no absolute path name is specified, the directory var/lib/asterisk/sounds will be searched for the sound file. The file extension should be omitted.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tailmessagelist = welcome,clubmeeting,wx   ; rotate 3 tail messages&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Note'': ID recording files must have extension gsm,ulaw,pcm, or wav. The extension is left off when it is defined as the example shows above. File extensions are used by Asterisk to determine how to decode the file. All ID recording files should be sampled at 8KHz. See [[Recording Audio Files|Recording audio files]]&lt;br /&gt;
&lt;br /&gt;
==tailmessagetime===&lt;br /&gt;
This sets the amount of time in milliseconds between tail messages. Tail Messages are played when a user unkeys on the repeater input at the point where the hang timer expires after the courtesy tone is sent.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tailmessagetime = 900000   ; 15 minutes between tail messages&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==tailsquashedtime===&lt;br /&gt;
If a tail message is &amp;quot;squashed&amp;quot; by a user keying up over the top of it, a separate time value can be loaded to make the tail message be retried at a shorter time interval than the standard tailmessagetime= setting. The tailsquashedtime= setting takes a value in milliseconds.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tailsquashedtime = 300000   ; 5 minutes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==totime===&lt;br /&gt;
This defines the time out timer interval. The value is in milliseconds.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
totime = 180000   ;  3 minutes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==unlinkedct===&lt;br /&gt;
The unlinkedct setting selects the courtesy tone to be used when the system has no remote nodes connected and is operating as a standalone repeater.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
unlinkedct = ct2   ; use courtesy tone 2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==wait-times===&lt;br /&gt;
Wait-times points to the [[#Wait Times Stanza|Wait Times Stanza]].&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wait-times = wait-times   ; name wait-times to 'wait-times'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Functions Stanza=&lt;br /&gt;
The functions stanza is a named stanza [[Structure of Config Files#Settings to name other Stanzas|pointed to]] by the [[#functions=|function=]] key/value pair.  Functions within this stanza are used to decode DTMF commands when accessing the node from its receiver.  This stanza is typically named 'functions'.  &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
functions = functions   ; name the functions stanza 'functions'&lt;br /&gt;
&lt;br /&gt;
[functions]&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
See [[#DTMF Commands|DTMF Commands]] for the list of functions available.&lt;br /&gt;
&lt;br /&gt;
=Link Functions Stanza=&lt;br /&gt;
The link functions stanza is a named stanza [[Structure of Config Files#Settings to name other Stanzas|pointed to]] by the [[#link_functions=|link_function=]] key/value pair.  Functions within this stanza are used decode DTMF commands when accessing the node via a link from another node. The traditional usage is to point link_functions= to the same stanza as named  by [[#functions=|functions=]] thereby having functions from a linked node and from the local node the same.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
functions = functions        ; name the functions stanza 'functions'&lt;br /&gt;
link_functions = functions   ; use the same stanza &lt;br /&gt;
&lt;br /&gt;
[functions]&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If a different set of either limited or more capable functions is desired:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
functions = functions                ; name the functions stanza 'functions'&lt;br /&gt;
link_functions = my_link_functions   ; use a different stanza&lt;br /&gt;
&lt;br /&gt;
[functions]&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
[my_link_functions]&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
See [[#DTMF Commands|DTMF Commands]] for the list of functions available.&lt;br /&gt;
&lt;br /&gt;
=Phone Functions Stanza=&lt;br /&gt;
The phone functions stanza is a named stanza [[Structure of Config Files#Settings to name other Stanzas|pointed to]] by the [[#phone_functions=|phone_function=]] key/value pair.  Functions within this stanza are used decode DTMF commands when accessing the node from a telephone. The traditional usage is to point phone_functions= to the same stanza as named  by [[#functions=|functions=]] thereby having functions from a phone and from the local node the same. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
functions = functions         ; name the functions stanza 'functions'&lt;br /&gt;
phone_functions = functions   ; use the same stanza &lt;br /&gt;
&lt;br /&gt;
[functions]&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If a different set of either limited or more capable functions is desired:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
functions = functions                  ; name the functions stanza 'functions'&lt;br /&gt;
phone_functions = my_phone_functions   ; use a different stanza&lt;br /&gt;
&lt;br /&gt;
[functions]&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
[my_phone_functions]&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
See [[#DTMF Commands|DTMF Commands]] for the list of functions available.&lt;br /&gt;
&lt;br /&gt;
=Macro Stanza=&lt;br /&gt;
The marco stanza is named stanza pointed to by the [[#macro=|macro=]] key/value pair. Macros are DTMF shortcuts. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
macro=macro   ; use stanza names 'macros'&lt;br /&gt;
&lt;br /&gt;
[macro]&lt;br /&gt;
1 = *32000*32001     ; connect to nodes 2000 and 2001&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Remote Base Stanza=&lt;br /&gt;
Here are [[Structure of Config Files|key/value pairs]] required to configure a remote base.&lt;br /&gt;
&lt;br /&gt;
==authlevel===&lt;br /&gt;
The authlevel= key is used to enable or disable login requirements for a remote base.&lt;br /&gt;
&lt;br /&gt;
* authlevel=0 Disables all access control (not recommended, unsecured)&lt;br /&gt;
* authlevel=1 Enables access control, and waits for key up before prompting for the access code&lt;br /&gt;
* authlevel=2 Enables access control, and prompts for the access code at the time of connection&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
autllevel = 0   ; allow all comers &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==civaddr===&lt;br /&gt;
civaddr= is used with ICOM band radios to set the CIV address. The value is a 2 digit hexadecimal number. If this key is not specified, then the CIV address will be set to the default of 88. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
civaddr = 98  ; set CIV to 98&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Remote Base functions===&lt;br /&gt;
functions= is a pointer to a remote base function stanza. &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
functions = functions-remote   ; name the functions stanza 'functions-remote'&lt;br /&gt;
&lt;br /&gt;
[functions-remote]&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[#Remote Base Functions Stanza|Remote Base Functions Stanza]].&lt;br /&gt;
&lt;br /&gt;
==ioaddr===&lt;br /&gt;
ioaddr= refers to a parallel port I/O address. It is specified as a hexadecimal number with a 0x prefix. The parallel port is used when the Doug Hall RBI-1 interface is employed.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ioaddr = 0x378   ; set RB-1 address&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==ioport===&lt;br /&gt;
ioport= sets the serial port. On Linux Systems, these are typically path names to special files in the /dev directory.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ioport = /dev/ttyS1   ; Linux com1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Remote Base phone_functions===&lt;br /&gt;
phone_functions= is a pointer to a remote base phone function stanza. It is equivalent to phone_functions in the [[#Phone Functions Stanza|Phone Functions Stanza]] but provides a separate set of commands.  &lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
phone_functions = functions-remote&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==remote===&lt;br /&gt;
remote= sets the type of radio. It also ensures that the node will be defined as a remote base node and not a standard node.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
remote = xcat   ; set xcat interface&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Radio !! Value !! Comments&lt;br /&gt;
|-&lt;br /&gt;
| Dumb || y || Use for single channel remote base radios&lt;br /&gt;
|-&lt;br /&gt;
| FT-897 || ft897 || Must specify serial port using ioport=&lt;br /&gt;
|-&lt;br /&gt;
| TMG-707 || kenwood || Must specify serial port using ioport=&lt;br /&gt;
|-&lt;br /&gt;
| IC-706 || ic706 || Must specify serial port using ioport=. Must specify civaddr using civaddr=&lt;br /&gt;
|-&lt;br /&gt;
| TM-271 || tm271 || Must specify serial port using ioport=&lt;br /&gt;
|-&lt;br /&gt;
| Syntor Xcat || xcat || Must specify serial port using ioport=. Must specify civaddr using civaddr=&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==remote_inact_timeout===&lt;br /&gt;
&lt;br /&gt;
Specifies the amount of time without keying from the link. Set to 0 to disable timeout.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
remote_inact_timeout = 0   ; do not time out&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==remote_timeout===&lt;br /&gt;
Session time out for remote base. Set to 0 to disable.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
remote_timeout = 0   ; do not timeout&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==remote_timeout_warning===&lt;br /&gt;
&lt;br /&gt;
==remote_timeout_freq===&lt;br /&gt;
&lt;br /&gt;
==Remote Base rxchannel===&lt;br /&gt;
This should contain the name of a usb radio interface which has been defined in usbradio.conf or a zaptel interface number if using a Quad Radio PCI Card.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rxchannel = usbRadio/usb1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sample Remote Configuration==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[1234]&lt;br /&gt;
; Rx audio/signaling channel                                                                                   &lt;br /&gt;
rxchannel = Radio/usb&lt;br /&gt;
&lt;br /&gt;
; Serial port for control&lt;br /&gt;
ioport = /dev/ttyS1&lt;br /&gt;
&lt;br /&gt;
; Radio Type                &lt;br /&gt;
remote = ft897 &lt;br /&gt;
&lt;br /&gt;
; Function list from link                                          &lt;br /&gt;
functions = functions-remote  &lt;br /&gt;
&lt;br /&gt;
; Function list from phone         &lt;br /&gt;
phone_functions = functions-remote&lt;br /&gt;
&lt;br /&gt;
; Authorization level                                         &lt;br /&gt;
authlevel = 0      &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Nodes Stanza=&lt;br /&gt;
The [nodes] stanza is a list of nodes, their IP addresses, port and &amp;quot;NONE&amp;quot; for non-remote base nodes. The nodes stanza is used to identify which node is mapped to which Internet call and to determine the destination to send the call to. If you are using automatic update for Allstar link (public) nodes, no Allstar link nodes should be defined here. Only place a definition for your local nodes, and private (off of allstar link) nodes or nodes behind the same NAT router here.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[nodes]&lt;br /&gt;
1000 = radio@127.0.0.1/1000,NONE               ; Private hub on this server&lt;br /&gt;
1001 = radio@host.domain.com/1001,NONE         ; Private node on another server&lt;br /&gt;
2501 = radio@127.0.0.1/2501,NONE               ; Public node on this server&lt;br /&gt;
2502 = radio@127.0.0.1/2502,NONE               ; Another public node on this server&lt;br /&gt;
2503 = radio@192.168.1.20:4570/2503,NONE       ; Public node behind the same NAT router&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The [nodes] stanza performs a function similar to an OS hosts file. When looking up node information, app_rpt looks in the [nodes] stanza first then searches (what could be called the Allstar DNS) the /var/lib/asterisk/rpt_extnodes file.&lt;br /&gt;
&lt;br /&gt;
=Telemetry Stanza=&lt;br /&gt;
This stanza is named by the telemetry= key/value pair. Telemetry entries can be shared across all nodes on the Asterisk/app_rpt server, or defined for each node. Can be a tone sequence, morse string, or a file as follows:&lt;br /&gt;
&lt;br /&gt;
* |t - Tone escape sequence:&lt;br /&gt;
** Tone sequences consist of 1 or more 4-tuple entries (freq1, freq2, duration, amplitude). Single frequencies are created by setting freq1 or freq2 to zero.&lt;br /&gt;
* |m - Morse escape sequence:&lt;br /&gt;
**Sends Morse code at the '''telemetry amplitude and telemetry frequency''' as defined in the [morse] section. Follow with an alphanumeric string.&lt;br /&gt;
* |i - Morse ID escape sequence:&lt;br /&gt;
**Sends Morse code at the '''ID amplitude and ID frequency''' as defined in the [morse] section. Follow with an alphanumeric string.&lt;br /&gt;
* Path to sound file:&lt;br /&gt;
**Specify the path to a sound file on the server. Do not include file extension.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[telemetry]&lt;br /&gt;
ct1=|t(350,0,100,2048)(500,0,100,2048)(660,0,100,2048)&lt;br /&gt;
ct2=|t(660,880,150,2048)  &lt;br /&gt;
ct3=|t(440,0,150,4096) &lt;br /&gt;
ct4=|t(550,0,150,2048)&lt;br /&gt;
ct4=|t(2475,0,250,768)&lt;br /&gt;
ct5=|t(660,0,150,2048)&lt;br /&gt;
ct6=|t(880,0,150,2048)&lt;br /&gt;
ct7=|t(660,440,150,2048)&lt;br /&gt;
ct8=|t(700,1100,150,2048)&lt;br /&gt;
ct9=|t(1633,0,50,1000)(0,0,30,0)(1209,0,50,1000); &lt;br /&gt;
;remotetx=|t(1633,0,50,3000)(0,0,80,0)(1209,0,50,3000);&lt;br /&gt;
remotetx=|t(880,0,150,2048) &lt;br /&gt;
remotemon=|t(1209,0,50,2048) &lt;br /&gt;
cmdmode=|t(900,903,200,2048)&lt;br /&gt;
functcomplete=|t(1000,0,100,2048)(0,0,100,0)(1000,0,100,2048)&lt;br /&gt;
patchup=rpt/callproceeding&lt;br /&gt;
patchdown=rpt/callterminated&lt;br /&gt;
&lt;br /&gt;
What the numbers mean,&lt;br /&gt;
 (000,000,010,000)&lt;br /&gt;
   |   |   |   |-------amplitude&lt;br /&gt;
   |   |   |-------------duration&lt;br /&gt;
   |   |-------------------Tone 2&lt;br /&gt;
   |-------------------------Tone 1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Morse Stanza=&lt;br /&gt;
Morse code parameters, these are common to all nodes on a given Asterisk/app_rpt server.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[morse]&lt;br /&gt;
speed = 20            ; Approximate speed in WPM&lt;br /&gt;
frequency = 900       ; Morse Telemetry Frequency&lt;br /&gt;
amplitude = 4096      ; Morse Telemetry Amplitude&lt;br /&gt;
idfrequency = 746     ; Morse ID Frequency  &lt;br /&gt;
idamplitude = 768     ; Morse ID Amplitude&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Wait Times Stanza=&lt;br /&gt;
This stanza is named by the [[#wait-times=|wait-times=]] key/value pair. The wait time stanza is used to set delay time between various node actions and their response. Values are in milliseconds.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wait-times = wait-times   ; name the stanza 'wait-times'&lt;br /&gt;
&lt;br /&gt;
[wait-times]                                                                                                 &lt;br /&gt;
telemwait = 2000&lt;br /&gt;
idwait = 500&lt;br /&gt;
unkeywait = 2000&lt;br /&gt;
calltermwait = 2000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Remote Base Memory Stanza=&lt;br /&gt;
Remote base memories are in the format of:&lt;br /&gt;
&lt;br /&gt;
memory = rxfreq,plfreq,txpower,offset,tone&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[memory]&lt;br /&gt;
00 = 146.580,100.0,m&lt;br /&gt;
01 = 147.030,103.5,m+t&lt;br /&gt;
02 = 147.240,103.5,m+t&lt;br /&gt;
03 = 147.765,79.7,m-t&lt;br /&gt;
04 = 146.460,100.0,m&lt;br /&gt;
05 = 146.550,100.0,m&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Control States Stanza=&lt;br /&gt;
&lt;br /&gt;
There are several predefined nmemonics (keywords) used in the control state stanza to enable and disable the various features of the controller. These nmemonics correspond to the control operator command to be executed and most of these are the same groups of letters sent back when a single control operator command is executed on the controller.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Nmemonic !! Description !! COP Method&lt;br /&gt;
|-&lt;br /&gt;
| rptena || Repeater Enable || 2&lt;br /&gt;
|-&lt;br /&gt;
| rptdis || Repeater Disable || 3&lt;br /&gt;
|-&lt;br /&gt;
| totena || Timeout Timer Enable || 7&lt;br /&gt;
|-&lt;br /&gt;
| totdis || Timeout Timer Disable || 8&lt;br /&gt;
|-&lt;br /&gt;
| apena || Autopatch Enable || 9&lt;br /&gt;
|-&lt;br /&gt;
| apdis || Autopatch Disable || 10&lt;br /&gt;
|-&lt;br /&gt;
| lnkena || Link Enable || 11&lt;br /&gt;
|-&lt;br /&gt;
| lnkdis || Link Disable || 12&lt;br /&gt;
|-&lt;br /&gt;
| skena || Scheduler Enable || 15&lt;br /&gt;
|-&lt;br /&gt;
| skdis || Scheduler Disable || 16&lt;br /&gt;
|-&lt;br /&gt;
| ufena || User Functions Enable || 17&lt;br /&gt;
|-&lt;br /&gt;
| ufdis || User Functions Disable || 18&lt;br /&gt;
|-&lt;br /&gt;
| atena || Alternate Hangtime Enable || 19&lt;br /&gt;
|-&lt;br /&gt;
| atdis || Alternate Hangtime Disable || 20&lt;br /&gt;
|-&lt;br /&gt;
| noice || No Incoming Connections Enable || 49&lt;br /&gt;
|-&lt;br /&gt;
| noicd || No Incoming Connections Disable || 50&lt;br /&gt;
|-&lt;br /&gt;
| slpen || Sleep Mode Enable || 51&lt;br /&gt;
|-&lt;br /&gt;
| slpds || Sleep Mode Disable || 52&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Schedule Stanza=&lt;br /&gt;
The scheduler can execute commands at certain times. For example for a net on Tuesday nights at 8 PM.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
scheduler=schedule   ; name the stanza 'schedule'&lt;br /&gt;
&lt;br /&gt;
[schedule]                                                                      &lt;br /&gt;
;dtmf_function =  m h dom mon dow  ; ala cron, star is implied                                                  &lt;br /&gt;
52 = 00 00 * * *   ; at midnight every day, execute macro 2.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=DAQ List Stanza=&lt;br /&gt;
&lt;br /&gt;
=Meter Faces Stanza=&lt;br /&gt;
&lt;br /&gt;
=Alarms Stanza=&lt;br /&gt;
&lt;br /&gt;
[[Category:Node Configuration]]&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Radio_Connections&amp;diff=663</id>
		<title>Radio Connections</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Radio_Connections&amp;diff=663"/>
		<updated>2017-10-26T18:43:20Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: /* Tate */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Instructions for connecting radios, repeaters AllStarLink interfaces including the RTCM, GPS', URI/URI X and like devices.  &lt;br /&gt;
=GPS=&lt;br /&gt;
* [[Media:RTCM 2 Trimble.pdf|Trimble RTCM Interface Cable]]&lt;br /&gt;
* [[Media:RTCM 321 Cable.graffle.pdf|Trimble to Two RTCMs and Lady Heather Cable]]&lt;br /&gt;
* [[Media:RTCM to BG7TBL Cable.pdf|BG7TBL GPS / RTCM Cable]]&lt;br /&gt;
&lt;br /&gt;
=Motorola=&lt;br /&gt;
&lt;br /&gt;
==CDM==&lt;br /&gt;
&lt;br /&gt;
==MTR-2000==&lt;br /&gt;
&lt;br /&gt;
==Quantar==&lt;br /&gt;
* [[Media:QUANTAR-RTCM INTERFACE CABLE.pdf|Quantar/RTCM Interface Cable]]&lt;br /&gt;
* [[Media:RTCM 2 Quantar.pdf|Another Quantar/RTCM Interface Cable]]&lt;br /&gt;
* [[Media:RTCM to Astro-TAC Cable.pdf|Astro-TAC / RTCM Interface Cable]]&lt;br /&gt;
&lt;br /&gt;
==VRM-850==&lt;br /&gt;
&lt;br /&gt;
=Kenwood=&lt;br /&gt;
&lt;br /&gt;
=Repeater Controler=&lt;br /&gt;
&lt;br /&gt;
[[Media:RTCMwithController.pdf|Typical Repeater Controller]]&lt;br /&gt;
&lt;br /&gt;
=Tait=&lt;br /&gt;
&lt;br /&gt;
=Vertex=&lt;br /&gt;
* [[Media:RTCM 2 VRX-5000.pdf|VRX-5000 / RTCM Interface Cable]]&lt;br /&gt;
&lt;br /&gt;
[[Category:How to]]&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Radio_Connections&amp;diff=619</id>
		<title>Radio Connections</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Radio_Connections&amp;diff=619"/>
		<updated>2017-10-26T16:47:39Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: Start adding radios&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
VRM-850&lt;br /&gt;
&lt;br /&gt;
MTR-2000&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=618</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=618"/>
		<updated>2017-10-26T16:44:54Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: Add Motorola page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AllStarLink Wiki. We're gradually moving content from [http://docs.allstarlink.org docs.allstarlink.org] to this new Wiki site. &lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=AllStarLink Menu=&lt;br /&gt;
*[[DIAL FAQ]] - Questions and answers about the AllStarLink software distribution.&lt;br /&gt;
*[[:Category:How to|How To's]] - A collection of AllStarLink how to's.&lt;br /&gt;
*[[:Category:Node Configuration|Node Configuration]] - Detail configuration settings.&lt;br /&gt;
&lt;br /&gt;
=Downloads=&lt;br /&gt;
* [http://dvswitch.org/files/AllStarLink/allstar-firmware-8.7.1-amd64-i386-netinst.tar.gz DIAL AMD] Latest DIAL for x86/AMD &lt;br /&gt;
* [http://dvswitch.org/files/AllStarLink/RAT_RC1.tar.gz DIAL Pi] Latest DIAL for the Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
=RTCM Menu=&lt;br /&gt;
The Radio Thin Client Module (RTCM) is commercially available hardware for interfacing radios to an AllStarLink computer. &lt;br /&gt;
*[[RTCM Client]] - About the RTCM hardware itself.&lt;br /&gt;
*[[RTCM Channel Driver]] - About the RTCM server software. &lt;br /&gt;
&lt;br /&gt;
== Radio / Repeater connection Menu ==&lt;br /&gt;
Connection information for various radios and repeaters&lt;br /&gt;
* [[Motorola]]&lt;br /&gt;
* Kenwood&lt;br /&gt;
* Tait&lt;br /&gt;
* Vertex&lt;br /&gt;
&lt;br /&gt;
=Related Links=&lt;br /&gt;
* [https://allstarlink.org/ AllStarLink Portal] - If you are looking to set up your own AllStarLink node.&lt;br /&gt;
* [http://stats.allstarlink.org/ AllStarLink Stats] - shows all the existing public nodes.&lt;br /&gt;
* [https://allstar.aargdmr.net/ Development Portal Site]. - Our development Portal site and not always up to date.&lt;br /&gt;
&lt;br /&gt;
=WiKi Getting started=&lt;br /&gt;
* You do not need an account on this site to use it. However, if you would like to help us document AllStar then please do request an account using the link above. &lt;br /&gt;
* Consult the [https://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=617</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Main_Page&amp;diff=617"/>
		<updated>2017-10-26T16:33:22Z</updated>

		<summary type="html">&lt;p&gt;N4IRS: Start to add connection information for RF equipment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the AllStarLink Wiki. We're gradually moving content from [http://docs.allstarlink.org docs.allstarlink.org] to this new Wiki site. &lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=AllStarLink Menu=&lt;br /&gt;
*[[DIAL FAQ]] - Questions and answers about the AllStarLink software distribution.&lt;br /&gt;
*[[:Category:How to|How To's]] - A collection of AllStarLink how to's.&lt;br /&gt;
*[[:Category:Node Configuration|Node Configuration]] - Detail configuration settings.&lt;br /&gt;
&lt;br /&gt;
=Downloads=&lt;br /&gt;
* [http://dvswitch.org/files/AllStarLink/allstar-firmware-8.7.1-amd64-i386-netinst.tar.gz DIAL AMD] Latest DIAL for x86/AMD &lt;br /&gt;
* [http://dvswitch.org/files/AllStarLink/RAT_RC1.tar.gz DIAL Pi] Latest DIAL for the Raspberry Pi&lt;br /&gt;
&lt;br /&gt;
=RTCM Menu=&lt;br /&gt;
The Radio Thin Client Module (RTCM) is commercially available hardware for interfacing radios to an AllStarLink computer. &lt;br /&gt;
*[[RTCM Client]] - About the RTCM hardware itself.&lt;br /&gt;
*[[RTCM Channel Driver]] - About the RTCM server software. &lt;br /&gt;
&lt;br /&gt;
== Radio / Repeater connection Menu ==&lt;br /&gt;
Connection information for various radios and repeaters&lt;br /&gt;
* Motorola&lt;br /&gt;
* Kenwood&lt;br /&gt;
* Tait&lt;br /&gt;
* Vertex&lt;br /&gt;
&lt;br /&gt;
=Related Links=&lt;br /&gt;
* [https://allstarlink.org/ AllStarLink Portal] - If you are looking to set up your own AllStarLink node.&lt;br /&gt;
* [http://stats.allstarlink.org/ AllStarLink Stats] - shows all the existing public nodes.&lt;br /&gt;
* [https://allstar.aargdmr.net/ Development Portal Site]. - Our development Portal site and not always up to date.&lt;br /&gt;
&lt;br /&gt;
=WiKi Getting started=&lt;br /&gt;
* You do not need an account on this site to use it. However, if you would like to help us document AllStar then please do request an account using the link above. &lt;br /&gt;
* Consult the [https://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>N4IRS</name></author>
	</entry>
</feed>