Hi,
I have done some wap-push in my days, although not recently. There are 2
ways to about it:
1) wapbox. Advantage more options. Disadvantage more difficult.
2) smsbox. Advantage simple. Disadvantage can only push a URL to amobile
using standard settings.
(1) is detailed in UG. You need to to post a mime-encoded file which
consists of 2 xml parts: PAP and SI.
(2) You send a binary SMS with the URL with the sendsms interface. You need
special UDH headers, and wbxml encoded URL. If you search the archives you
will find a php script by Alex G who does just that.
BR,
Nikos
----- Original Message -----
From: "Cariotoglou Mike" <[email protected]>
To: <[email protected]>
Sent: Tuesday, September 21, 2010 5:36 PM
Subject: Question on WAP PUSH
Hi all.
I need a little help with WAP PUSH (I think).
let me describe the use case:
we need to download a java application (packaged as a .jad file) to a
large number of phones.
in the past, when we did not have a kannel installation, we used to do
it this way:
we would give our mobile provider a list of phone numbers, and he would
send a special SMS (I think a WAP PUSH SMS), containing the URL
of our distribution server, which contained the application image.
upon receipt of this SMS, a human operator would open this message, as a
result of which, the phone would (after confirmation) proceed to
download and install the application.
we need to do same, but this time, we have changed our corporate mobile
operator, and the new one is reluctant to do this for us.
instead, they have provided us with a connection to their smsc, and they
ask us to send "wap Push" SMS ourselves.
I am not sure on how to do this with kannel. I have succesfully set up
the connection to the smsc (SMPP), and I can send messages just fine.
however, when it comes to sending WAP PUSH messages, I am clueless, and
the documentation is rather terse on this, and assumes you know what you
are doing, which I don't...
The operator told me that they support wap push and that I have to set
DCS to 245. period.
could somebody that has done this before, help me with this, please ?