<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Josh Luthman wrote:
<blockquote
 cite="mid:961092e10803261509n2e10521evd5b4ebfee83d626f@mail.gmail.com"
 type="cite">our $IPPHONE = "<a moz-do-not-send="true"
 href="http://172.16.0.152">172.16.0.152</a>";<br>
our $USER = '9375522343';<br>
our $PASSWORD = 'joshisthebestpersonintheworld';<br>
our $display_colors="yellow,red";<br>
our $showgreen=1;<br>
our $BBDISPLAY="<a moz-do-not-send="true"
 href="http://bbserver.imaginenetworksllc.com">bbserver.imaginenetworksllc.com</a>";<br>
our $BB="/home/shire/server/bin/bb";<br>
our $CGI_HOST="74.218.x.x";<br>
our $CGI_URL=<a class="moz-txt-link-rfc2396E" href="http://$CGI_HOST/perl/hobbit.cgi">"http://$CGI_HOST/perl/hobbit.cgi"</a>;<br>
our $refresh_timer=0;<br>
our $alert_sound="ring6.raw";<br>
our $play_alert=1;<br>
  <br>
Does this configuration look right?  I execute it at the prompt as the
cron job would and I don't get anything on my phone =(<br>
</blockquote>
That looks fine to me. Things you should double-check:<br>
* See if you can telnet from your bb server to port 80 of your phone
(in this case 172.16.0.152)<br>
* Make sure that the apache user can execute the bb command (in this
case /home/shire/server/bin/bb)<br>
* Make sure that the hobbit.cgi is accessible, and that its working
properly (from your browser go to <a class="moz-txt-link-freetext" href="http://74.218.x.x/perl/hobbit.cgi">http://74.218.x.x/perl/hobbit.cgi</a> and
you should get some XML code back in your browser window)<br>
* do a tail -f of your apache access_log, and see if you get a hit from
the IPPhone when you run hobbit.cgi, you should see something like
this: 10.216.100.54 - - [23/Mar/2008:04:21:36 -0700] "GET
/perl/hobbit.cgi?action=execute_push HTTP/1.1" 200 260 "-"
"Allegro-Software-WebClient/3.12"<br>
<br>
-Charles<br>
<br>
</body>
</html>