Just to clarify, my solution isn&#39;t the only way to do this. It is simply unique in that it requires no hardware, uses free (I get them free I think you can too) web services, and is pretty easy script for someone with the most modest skills. There are lots of things that the web services can do. I&#39;m just willing to take it as far as &quot;send a number and a string of text and either call and speak the text or send an SMS with it.&quot; It&#39;s close to that vtext thing that was mentioned, but is not specific to a network.<div>
<br></div><div>I&#39;ll whip it up this week.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Dec 10, 2012 at 4:18 PM, Vernard Martin <span dir="ltr">&lt;<a href="mailto:vernard@venger.net" target="_blank">vernard@venger.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 12/10/2012 09:15 AM, Richard Bronosky wrote:<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
For the ATT mobile hackathon on the 30th I made a project that uses call management web APIs. (Because it increased the prize pool from $300 to $500. This was a good choice as I ended up winning first prize.)<br>
<br>
One of the gems was that I learned how to use a simple curl command to call my phone. Now, doing something useful with that call (text to speech, speech to text, or IVR menu tree) gets pretty complex, however making the call can be pretty powerful alone. Let&#39;s say you put curl command in a script named &quot;callme&quot;. You can then go:<br>

rsync /path server:/path || callme<br>
<br>
Then, if that rsync command that you expected to take 4 hours fails, you get a call and don&#39;t lose half your day. Or, you can use a semicolon instead of the double pipe and it calls you no matter what. There will be no one on the other end of the call, but in this most basic form it is still pretty useful.<br>

<br>
With a little bit more work I ought to be able to make it except an argument that gets passed to the text to speech API. Then you could use it for alerts of a less binary nature:<br>
callme &quot;I just met you and this is crazy&quot;<br>
<br>
<br>
</blockquote></div>
Take a look at qpage (<a href="http://www.qpage.org" target="_blank">http://www.qpage.org</a>) This plus any analog modem plus a few TAP to SMS gateways and you can have your computer send you text messages. And since this uses a honest to goodness phone line that is &quot;out of band&quot; for most systems, i&#39;ll work when your network is down. I set this up originally at the Emory School of Public Health about 6 years ago and they are still using it to this day (new server and such but same basic design).<span class="HOEnZb"><font color="#888888"><br>

<br>
V<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>.!# RichardBronosky #!.<br>
</div>