You are visiting:Home arrow Send Serial Data Tuesday, 19 August 2008
Star69 PDF Print
Written by Administrator   
Friday, 08 February 2008
Here's a simple, "star69" script that can be used to place an immediate callback to the incoming connection request while you are already connected to another node/reflector. Simply download my http://rob.pectol.com/irlp/scripts/star69

Put it in your /home/irlp/custom/ directory.  Make it executable (chmod 755 /home/irlp/custom/star69) and edit the, "user configurable settings" near the top if you want to have it take advantage of an AUX line PTT enabled node.  Otherwise there's nothing that needs to be configured in the script itself.  Simply add the following lines to your /home/irlp/custom/custom_decode file to be able to invoke it from your DTMF keypad:

 

 # call star69 script
if [ "$1" = "S69" ]; then
    $CUSTOM/star69 & >&/dev/null 2>&1
    exit 1
fi

 

This would cause the DTMF sequence, "*69" to call the star69 script.  Enjoy!   Wink

Last Updated ( Friday, 08 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