Hi Alejandro, I have tested your script and it works perfectly :-), I received the push in the Motorola C385... now the question is... why ? ;-)
The PDU sent is the following: 005100098196995776F10004A7 2B0605040B8423F01B0601AE02056A0045C60C037761702E6E6F6B69612E646500010350696E636861000101 It differs very much from the one sent by kannel PPG using my PAP and SI documents. I guess that your hardcoded PDU belongs to a PAP/SI different from the ones I am using and that should be the reason why the PDUs differ. So, if I used that PAP/SI documents, the PDU generated by Kannel should be the same as your hardcoded PDU. Do you have that PAP/SI documents ? It will be also great to get the specifications of WP to know what each byte in the PDU means (it is incredible but I cannot find it anywhere) and that way I could also build the PAP/SI documents from the PDU. P.D: You have won a beer my friend ! I would be happy to invite you. Thanks, Alberto On Tuesday 29 August 2006 19:56, Alejandro Guerrieri wrote: > Alberto, > > http://www.mail-archive.com/[email protected]/msg03255.html > > Hope it helps, > > On 8/29/06, Alberto Devesa <[EMAIL PROTECTED]> wrote: > > I am posting the PDU sent by the bearernode after a test_ppg push (smsc > > is at2): > > > > 0051000B914396995776F10004A7 > > 4B0605040B8423F00B061AAE8713806561676C65657965006561676C65657965008DA7C39 > >302056A0045C60C03726967612E636F6D000AC3072004120410294008010350696E6368610 > >00101 > > > > I have not found your PHP script to compare the generated PDU. I am > > contacting you in private. > > > > Thanks for your help, > > Alberto > > > > On Monday 28 August 2006 23:46, Alejandro Guerrieri wrote: > > > AFAIK, any correctly compiled wap-push should work. I use a php script > > > to manually encode the wap-pushes and, besides not being notified, > > > never had any problems with motorolas. The source it's on the list > > > archives (let me know if you cant' find it). > > > > > > Are you in Spain? I can also try sending a wap-push from our platform > > > to "that" Motorola so you can discard a phone bug or any other > > > network-related problem. Contact me in private if you wish (I speak > > > spanish if you prefer). > > > > > > Hope it helps, > > > > > > On 8/28/06, Alberto Devesa <[EMAIL PROTECTED]> wrote: > > > > Thank you Linkas and Alejandro for your response. > > > > > > > > I have checked every where in the configuration of the phone and I > > > > can't see the message anywhere. > > > > > > > > Indeed what is more strange is that I have tested downloading a > > > > melody from a third party vendor (I think it was from movilisto) and > > > > the wappush gets delivered perfectly. > > > > > > > > Do you know if wp to Motorola has to be encoded in a different way > > > > from the ones to Nokia, Sony, etc ? > > > > > > > > Regards, > > > > Alberto > > > > > > > > On Sunday 27 August 2006 23:35, Linkas wrote: > > > > > Also Sony Ericsson P800 don't notify, but saves the wappushes into > > > > > the bookmarks! > > > > > > > > > > J > > > > > > > > > > Alejandro Guerrieri ha scritto: > > > > > > Are you sure that they are not being delivered unnoticed? > > > > > > > > > > > > Some Motorolas doesn't notify you when the wap-push arrives. I > > > > > > don't know why, but they seem to do just that. I'm not sure if > > > > > > it's a design "feature", a bug or if you should set some flag on > > > > > > the wap-push pdu to make them behave the right way and notify you > > > > > > when a wap-push arrives. > > > > > > > > > > > > Try manually checking on the "Service Inbox" if the messages are > > > > > > not just lying there unnoticed, it happened to me before... > > > > > > > > > > > > Also check if your phone message memory's not full. Try deleting > > > > > > some messages from the inboxes. > > > > > > > > > > > > Hope it helps, > > > > > > > > > > > > Alejandro. > > > > > > > > > > > > On 8/26/06, Alberto Devesa <[EMAIL PROTECTED]> > > > > wrote: > > > > > >> Hello, > > > > > >> > > > > > >> I have not any problem sending wap pushes to several models of > > > > > >> Nokia and Sony > > > > > >> phones but it seems that the Motorolas ignore the messages. I > > > > > >> have tried with > > > > > >> V3 and C385 models. Do this phones need something different to > > > > > >> get the wp > > > > > >> delivered ? > > > > > >> > > > > > >> I have tested it from Java code as well with the familiar > > > > > >> test_ppg using the > > > > > >> following pap and si files: > > > > > >> > > > > > >> <?xml version="1.0"?> > > > > > >> <!DOCTYPE pap PUBLIC "-//WAPFORUM//DTD PAP 1.0//EN" > > > > > >> "http://www.wapforum.org/DTD/pap_1.0.dtd"> > > > > > >> <pap> > > > > > >> <push-message push-id="xxxxxxxxxxxx" > > > > > >> source-reference="EagleEye"> > > > > > >> <address address-value="WAPPUSH=+34xxxxxxxxx/TYPE=PLMN"/> > > > > > >> <quality-of-service > > > > > >> delivery-method="unconfirmed" > > > > > >> network="GSM" bearer="SMS"/> > > > > > >> </push-message> > > > > > >> </pap> > > > > > >> > > > > > >> > > > > > >> <?xml version="1.0"?> > > > > > >> <!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN" > > > > > >> "http://www.wapforum.org/DTD/si.dtd"> > > > > > >> <si> > > > > > >> <indication href="http:/riga.com" > > > > > >> created="2004-12-04T10:29:40Z" > > > > > >> action="signal-high">Alert</indication> > > > > > >> </si> > > > > > >> > > > > > >> > > > > > >> Regards, > > > > > >> Alberto
