[arm-allstar] saypublicip.sh Not Working

James R. Pilgram jim.pilgram at gmail.com
Mon Aug 29 11:04:48 EST 2016




  Original Message  
From:arm-allstar at hamvoip.org
Sent:August 29, 2016 06:03
To:arm-allstar at hamvoip.org
Reply-to:arm-allstar at hamvoip.org
Cc:kb4fxc at inttek.net
Subject:Re: [arm-allstar] saypublicip.sh Not Working


Hi John,


The saypublicip.sh script in V1.02 uses a web server that has become 
overloaded and unresponsive, most of the time, unfortunately.

Here is a new script that should work. This new version is included in our 
recent V1.5 alpha, which is soon to be released.

#---------------------------------------------------------------------------------
#!/bin/bash
# updated to use hamvoip.org for search - WA3DSP 8/2016

if [ -z "$1" ]
  then
    echo "No node number supplied - saypublicip.sh <node> "
    exit 1
fi

ip=`curl -s http://myip.hamvoip.org/ 2>&1`

cat /var/lib/asterisk/sounds/letters/i.gsm /var/lib/asterisk/sounds/letters/p.gsm /var/lib/asterisk/sounds/address.gsm > /tmp/ip.gsm

asterisk -rx "rpt localplay $1 /tmp/ip"
sleep 1
/usr/local/sbin/speaktext.sh $ip $1

rm /tmp/ip.gsm
#---------------------------------------------------------------------------------



73, David KB4FXC



_______________________________________________

arm-allstar mailing list
arm-allstar at hamvoip.org
http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar

Visit the BBB and RPi2 web page - http://hamvoip.org


More information about the arm-allstar mailing list