Re: Wap push sanity check

2006-08-29 Thread Alberto Devesa
First byte of UDH should be the udh lenght. In your example you have a UDHL of 0B while the lenght of your header is 06. Am i missing something ? On Thursday 24 August 2006 06:48, Mi Reflejo wrote: I post wappushes constructing the pdu by hand too. With some phones i has problems putting

Re: Wap push sanity check

2006-08-24 Thread Aarno Syvänen
if you use PPG instead, it would do all this work for you Aarno On 24 Aug 2006, at 06:48, Mi Reflejo wrote: I post wappushes constructing the pdu by hand too. With some phones i has problems putting the http://; Please try $submittedwappushurl = urlencode(www.google.com); // without http://

Re: Wap push sanity check

2006-08-22 Thread Alex Kinch
Hi Aarno Must admit I haven't tried it yet, I've just been using PHP to construct and send a wap push via the normal sendsms http interface. Also tried it via sqlbox and no luck. Will have a go with PPG and let you know how it goes.. Alex On 8/21/06, Aarno Syvänen [EMAIL PROTECTED] wrote:

Re: Wap push sanity check

2006-08-21 Thread Aarno Syvänen
Hello, does PPG work ? Aarno On 18 Aug 2006, at 23:12, Alex Kinch wrote: Hello, Seem to be having some problems with WAP push. The code to construct the UDH and message is below. It used to work, but then somewhere along the line it stopped. Tried to both Nokia and SonyEricsson handsets,

Wap push sanity check

2006-08-18 Thread Alex Kinch
Hello, Seem to be having some problems with WAP push. The code to construct the UDH and message is below. It used to work, but then somewhere along the line it stopped. Tried to both Nokia and SonyEricsson handsets, and both are ignoring the message. If someone could take a look and make sure