Thanks Aarno! Yes, the compiled xml-document was wrong. The php-configuration was wrong, magic_quotes_gpc must be Off not On, so all 0x00 were converted to 0x5c 0x30. The php-script sends the push to a sms-daemon which builds the pdu and there the xml-content was wrong. Now it works.
Guido -----Urspr�ngliche Nachricht----- Von: Aarno Syv�nen [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 8. Juli 2003 10:32 An: Guido Meyer Cc: [EMAIL PROTECTED] Betreff: Re: Push PDU On Tuesday, July 1, 2003, at 02:08 PM, Guido Meyer wrote: > Hi list, > > Has anyone a working PDU for a si push message? > I have tried to send a push to various phones over the ppg with a > script > building the PDU. The PDU is send with a Nokia Cardphone 2.0. But the > phones reject them (do nothing, no notification) or the phone-software > even crashed. SMS works fine. > > Here the Test-PDU: > > 0041080c9194ffffffffff0015740605040b8423f0010603aeaf82 So far everything is good. (But you do not need add X-WAP-Application-Id: wml.ua; this is the default). > 5c300620aea94d446f > 6353534c5c30963132372e302e302e313a353038305c3088808dbdb48002056a5c3045 > c > 6 > 0d0368616c6c6f2e64655c30110331383634406d656e74616e612e64655c30070ac3072 > 0 > 03062611594101036e6575657220746573745c300101 But the si document is strange. See WAP-167-ServiceInd-20010731-a, it contain a quite good example document. Aarno
