Changes

Jump to navigation Jump to search
m
Added some more terms
Line 7: Line 7:  
{| class="wikitable"
 
{| class="wikitable"
 
! Term !! Definition/Meaning
 
! Term !! Definition/Meaning
 +
|-
 +
|  Asterisk || Asterisk is a sofware PBX that we use to as the framework to implement Asterisk/app_rpt. Asterisk was conceived and written by Mark Spencer of Digium Inc. and is made available as open source software under the GPL.
 +
|-
 +
|  Channel Driver || A channel driver is a piece of code which runs in the Asterisk framework to allow conversion between a protocol such as IAX, or Echolink and the common interface used inside of Asterisk. Think of channel drivers as protocol interfaces. The channel drivers most frequently used with Asterisk/app_rpt are as follows: chan_echolink, chan_iax2, chan_usbradio, chan_zap, chan_simpleusb, chan_voter.
 +
|-
 +
|  COR      || In the old days, COR was an acronym for "Carrier Operated Relay" as there were radio receivers which literally had relays in them just for this purpose. Most radio receivers now use a solid state switch to serve this purpose. The purpose of the COR signal is to change state when there is a signal being received by the receiver.
 +
 +
Other names synonymous with this signal are "Carrier Detect" and "Carrier Operated Switch" (COS).
 +
|-
 +
|  CTCSS    || Continuously Tone Coded Squelch System (CTCSS) is a subduable tone (below 300 Hz) which controls access to radio systems. CTCSS has other names including PL (Private Line) and CG (Channel Guard). We use CTCSS rather than PL or CG throughout this document. For more information see http://en.wikipedia.org/wiki/Continuous_Tone-Coded_Squelch_System.
 +
|-
 +
|  PTT      || Push to Talk (PTT) is used to tell the transmitter to start transmitting. The name comes from the control wire leading to the switch on the microphone.
 +
|-
 +
|  Squelch Tail || A squelch tail is the burst of white noise that occurs in a receiver when the transmitting station unkeys. It's duration is the time it takes for the receiver to squelch once there is no more signal. Generally a shorter the squelch tail is more desirable. Some receivers have variable squelch tails where weaker signals will have a longer squelch tail to prevent premature squelching. The MICOR squelch circuit is famous for this.
 +
|-
 +
|  Hub Node || A hub is a Asterisk/app_rpt node with no radio attached and provides a central connection point to from a linked system of multiple nodes. Hubs may be located in a server room or other location where high bandwidth is available.
 +
 +
Because no radio is attached the chan_driver is set to rxchannel=Zap/pseudo in rpt.conf.
 +
|-
 +
|  Remote Base ||Remote base nodes have half duplex radios attached and may be frequency agile. Remote bases cannot be controlled from the radio, only from other radios on the network or, like all nodes, from the computer command line. Unlike all other nodes, remote base nodes only allow one connection at at time. This is to eliminate confusion of who is controlling the remote.
 +
 +
Remote bases have a considerably different rpt.conf.
 +
|-
 +
|  Repeater || A repeater node has a full duplex radio attached. Asterisk/app_rpt provides the repeat audio when duplex=2 is set in rpt.conf. Repeater nodes have all the features of a sophisticated repeater controller. Asterisk/app_rpt may be connected to a controller to provide only the linking function.
 +
|-
 +
|  Simplex Node  || A simplex node is half duplex radio such as a mobile or hand held. Simplex nodes are not repeaters. Simplex nodes generally have no courtesy tones or hang time as determined by duplex=0 in rpt.conf. However, duplex=1 will provide courtesy tones and hang time while still not repeating.
 
|-
 
|-
 
|  Stanza  || A section in the various AllStar Link/Asterisk configuration files that are defined using square brackets.  (i.e., [general] is a stanza)
 
|  Stanza  || A section in the various AllStar Link/Asterisk configuration files that are defined using square brackets.  (i.e., [general] is a stanza)
Line 15: Line 41:  
|-
 
|-
 
|  Hub      || A '''Node''' in the AllStar Link network that does not have any radio hardware connected to it.
 
|  Hub      || A '''Node''' in the AllStar Link network that does not have any radio hardware connected to it.
   
|}
 
|}
       
[[Category:Node Configuration]]
 
[[Category:Node Configuration]]

Navigation menu