In my opinion, the Service Indication encoding does not depend by the transport protocol with the Operator SMS-C.

It depends only by the WAP Push specs.

 

I used the kannel gateway to send the Service Indication with a Wavecom modem and an UCP SMS-C, both works with the same encoding, but the protocol message is built accordingly to the SMS-C interface.

 

I do not know how the SMPP protocol works, but using the kannel gateway should solve the problem for you.

 

I hope this help.

 

Bye, Claudio.

 

 

-----Messaggio originale-----
Da: Victor Lamas Sanchez [mailto:[EMAIL PROTECTED]
Inviato: sabato 15 marzo 2003 22.54
A: c.m
[EMAIL PROTECTED]
Oggetto: Wap Push

 

Hello Claudio

 

I saw your email reponding to this:

 

Here is an example of what I am trying to encode:
       0x00,                // Transaction ID (Push ID)
       0x06,               // PDU Type (Push PDU) Apndx A Table 34
       0x01,               // Header Length (not sure why this is one)
       
       (byte)0xAE,     // Content Type=application/vnd.wap.sic (0x80 | 0x2E)
       0x02,               // <Version number - WBXML version 1.2>
       0x05,               // <SI 1.0 Public Identifier>
       0x6A,              // <Charset=UTF-8 (MIBEnum 106)> WAP-230 table 42
       0x00,              // <String table length>
       0x45,              // <SI element start, with content 0x05 | 0x40>
       (byte)0xC6,   // <indication element start, with content and attributes 0x06 | 0x40>
       0x0C,             // (0C http://)
       0x03              // next is an ASCII string 0x00 terminated
        ~~~~~~~~~
        <URL LINK>
        <String Description of URL>
 

 

I am doing a proyect in the university and I would like to know how to send a wap alert to a mobile phone.

I have a connection to one operator (Vodafone) wich uses SMPP.

I have read a lot but I do not where I can find the codes to send throug an SMPP connection, how to know the hexadecimal code that you use in the example.

 

Can you help me?

 

Thanks in advance,

 

Victor Lamas

Reply via email to