Changes

Jump to navigation Jump to search
→‎Miscellaneous: Added in information from the top of chan_echolink.c regarding its currently supported features and remote text commands using netcat. Organized this information along with debugging into subcategories under Miscellaneous
Line 91: Line 91:  
|}
 
|}
 
=Miscellaneous=
 
=Miscellaneous=
 +
==Connectivity Issues==
 
When debugging EchoLink connectivity issues with your AllStar node, remember the following:
 
When debugging EchoLink connectivity issues with your AllStar node, remember the following:
 
*Never run the EchoLink application from your mobile device (cell phone/tablet/etc) using the '''same network''' as your AllStar node.  This will lead to problems with one or the other not being able to connect to/register/use the EchoLink servers or other EchoLink nodes.  (This also applies to running the Windows application on the same network as your AllStar node).
 
*Never run the EchoLink application from your mobile device (cell phone/tablet/etc) using the '''same network''' as your AllStar node.  This will lead to problems with one or the other not being able to connect to/register/use the EchoLink servers or other EchoLink nodes.  (This also applies to running the Windows application on the same network as your AllStar node).
Line 99: Line 100:  
</pre>
 
</pre>
    +
==Caveats==
 +
The chan_echolink driver currently:
 +
 +
* Does not send its station info.
 +
* Does not process chat text.
 +
* Only recognizes a few remote text commands.
 +
* Does not have a busy, deaf or mute feature.
 +
* Does not have capacity limits.
 +
* Does not have a banned or private station list.  (Access controls are rudimentary at best.)
 +
* Does not have an admin list, only local 127.0.0.1 access.
 +
* Does not have a customizable welcome text message.
 +
* Does not support login or connect timeouts.
 +
* Does not have a max TX time limit.
 +
* Does not support activity reporting.
 +
* Does not have event notifications.
 +
* Does not have any stats.
 +
* Does not have any callsign prefix restrictions.
 +
* Does not announce on on connects/disconnects (these come from app_rpt's telemetry instead using the 3xxxxxx node number format).
 +
* Does not have any loop detection.
 +
* Allows "doubles"
 +
 +
==Remote Commands==
 +
The following '''''remote text commands''''' can be sent to the chan_echolink driver running on your AllStar link node using ''netcat'':
 +
 +
{| class="wikitable"
 +
! Command !! Function
 +
|-
 +
| o.conip <IPaddress>  || Request a connect
 +
|-
 +
| o.dconip <IPaddress> || Request a disconnect
 +
|-
 +
| o.rec || Turn on/off recording
 +
|}
    
[[Category:Node Configuration]]
 
[[Category:Node Configuration]]

Navigation menu