You are visiting:Home arrow IRLP Watchdog Timer Tuesday, 06 January 2009
Connection Status PDF Print
Written by Administrator   
Saturday, 09 February 2008
Request the current connection status of your IRLP node with this script.  Unlike nodes that do not have this handy script installed, you don't have to attempt a connection to another node/reflector in order to get the current connection status.  You can get the script here:
http://rob.pectol.com/irlp/scripts/connection_status

Save it to your /home/irlp/custom/ directory.  It uses a text to speech engine (Festival) to report back, in voice, whether or not your node is connected, and if so, to what node or reflector.  To make this work on your node, simply install Festival (do, "yum install festival" as root, without quotes, at the command prompt).  The connection_status script is designed to be called by a DTMF command sequence.  It even recognizes Echolink node numbers!  Simply add the following code to your /home/irlp/custom/custom_decode file in order to be able to invoke it from a DTMF command:

 

 # report the node connection_status
if [ "$1" = "SS" ]; then
    $CUSTOM/connection_status & > /dev/null 2>&1
    exit 1
fi

 

That would cause the node to execute the script upon receiving the DTMF sequence, "**" (double star).  Enjoy!  Wink

Last Updated ( Sunday, 10 February 2008 )
 
< Prev   Next >
  • JoomlaWorks AJAX Header Rotator
  • JoomlaWorks AJAX Header Rotator
Search My Site
Misc. Scripts
Connectivity Checker
PTT Timeout Override
IRLP Watchdog Timer
Uptime Announcer
Time Announcer
Send Serial Data
Node Rebooter
Connection Status
Audio Data Sensor
Star69