Re: WAP Push over SMS
Aarno Syvänen <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Wiral Ltd |
| Message-ID | <[email protected]> |
Hi, Anarchy wrote: > need some info desperately... how do u translate the PAP/SI data into an 8-bit > SMS? i'm writing a program (in java, if possible) to form a push message from > some input parameters, w/o going thru test_ppg... > > more specifically, i need to know which attribute maps to which byte in the > message... any idea where i can find some quick reference on this? or perhaps > some kannel function or any other API that can do this? Function si_compile, in module gw/wap_push_si_compiler.c, tokenizes a SI document. (PAP data never goes to SM, it is used only for control purposes.) But you need WSP headers, too. See userguide, chapter 7, an example push (tokenized SI) document. Aarno