Hi,

I have following problem. I'm using kannel to send sms messages via smsc =
osid. All sms messages are sent and received properly. But I can't send
wappush message.

I receive the following response:


2007-02-11 15:45:32 [18789] [7] INFO: OISD[ERASMSCDA] logged in.
2007-02-11 15:45:32 [18789] [7] DEBUG: OISD[ERASMSCDA]: sending Retrieve
Request request
2007-02-11 15:45:32 [18789] [7] DEBUG: OISD[ERASMSCDA]: received
2007-02-11 15:45:32 [18789] [7] DEBUG: OISD[ERASMSCDA]: sending message
2007-02-11 15:45:32 [18789] [7] DEBUG: OISD[ERASMSCDA]: Validity-Period:
24.0 hours
2007-02-11 15:45:32 [18789] [7] DEBUG: OISD[ERASMSCDA]: sending Submit SM
request
2007-02-11 15:45:32 [18789] [7] DEBUG: Octet string at 0x699280:
2007-02-11 15:45:32 [18789] [7] DEBUG:   len:  129
2007-02-11 15:45:32 [18789] [7] DEBUG:   size: 1024
2007-02-11 15:45:32 [18789] [7] DEBUG:   immutable: 0
2007-02-11 15:45:32 [18789] [7] DEBUG:   data: 8e 02 00 00 00 00 00 00 77 00
0c 2b 34 38 31 32   ........w..+4812
2007-02-11 15:45:32 [18789] [7] DEBUG:   data: 33 31 32 33 31 32 33 02 00 00
00 00 01 06 42 44   3123123.......BD
2007-02-11 15:45:32 [18789] [7] DEBUG:   data: 31 30 30 30 02 a7 04 00 00 12
53 53 06 05 04 0b   1000......SS....
2007-02-11 15:45:32 [18789] [7] DEBUG:   data: 84 23 f0 02 06 05 ae 8d c4 c3
93 02 05 6a 00 45   .#...........j.E
2007-02-11 15:45:32 [18789] [7] DEBUG:   data: c6 0c 03 73 6f 6d 65 2e 77 61
70 2e 73 69 74 65   ...some.wap.site
2007-02-11 15:45:32 [18789] [7] DEBUG:   data: 00 11 03 36 39 32 35 32 33 38
33 34 40 6d 79 2e   [EMAIL PROTECTED]
2007-02-11 15:45:32 [18789] [7] DEBUG:   data: 6d 61 69 6c 00 01 03 63 6c 69
63 6b 20 74 6f 20   mail...click to
2007-02-11 15:45:32 [18789] [7] DEBUG:   data: 67 65 74 20 63 6f 6e 74 65 6e
74 2e 00 01 01 00   get content.....
2007-02-11 15:45:32 [18789] [7] DEBUG:   data: 00
.
2007-02-11 15:45:32 [18789] [7] DEBUG: Octet string dump ends.
2007-02-11 15:45:42 [18789] [7] WARNING: OISD[ERASMSCDA]: SMSC is not
responding


To send push message a use test_ppg application. I have prepared SI XML and
push control XML

Si.xml

<?xml version="1.0"?>
<!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN"
"http://www.wapforum.org/DTD/si.dtd";>
<si>
        <indication href="http://some.wap.site";
si-id="[EMAIL PROTECTED]">click to get content.</indication>
</si>


Pcd.xml

<?xml version="1.0"?>
<!DOCTYPE pap PUBLIC "-//WAPFORUM//DTD PAP//EN"
"http://www.wapforum.org/DTD/pap_1.0.dtd";>
<pap>
        <push-message push-id="[EMAIL PROTECTED]"
                        deliver-before-timestamp="2007-02-11T23:59:59Z"
                        deliver-after-timestamp="2007-02-11T00:00:00Z"
                        progress-notes-requested="false">
                <address
address-value="WAPPUSH=+00123123123/[EMAIL PROTECTED]"/>
                <quality-of-service priority="low"
delivery-method="unconfirmed"/>
        </push-message>
</pap>

What should I look for to solve this problem? It looks like smsc I'm using
disallows sending push messages via SMS.

I've sucked and have no idea where to look for solution.

Greetings,
Marcin Raba



Reply via email to