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