Looking through the script - the server indicator does have a bug where the expiry date was hardcoded in the past - there was a patch to the devel list a short while ago which removed this bug - a simple way to change it is to comment out these lines in sendsms.php around line 236:
$fields['text'] .= "%0A" . "%C3%07%20%01%10%21%20%02%23"; # created= $fields['text'] .= "%10" . "%C3%04%20%02%06%30"; # valid= That should fix you problems. Also - if you grab the latest CVS, that would have those lines commented out... Regards, Bill. ----- Original Message ----- From: "TimS" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 26, 2003 1:00 PM Subject: wap push si/sl > This was on devel list yesterday, I am having a problem also using > sendsms.php. Specifically when sending push message, the message gets > sent and the phone seems tobe getting the message (as I see interference > on my monitor) but the message is not received. > > I am sending to 7650 from phone-as-smsc, and my settings are as below. > Any futher ideas? > > >That error arises because the php installation has > > > >register_globals = Off > > > >in php.ini > > > >If you add this to the top of sendsms.php, you should be fine. > > > ><?php extract($_REQUEST); ?> > ><html> > ><font size=-2> > ><?php > >etc... > > > > > > > > > >
