I have some problem sending m-notification-ind with kannel. the binary message should be OK except a "/r/n" that is introduced by javamail in the mime multipart message.
i posted to kannel ppg a multipart message that contains an xml file and a binary m-notification-ind
the phone receive two sms ( i can see this when i put the phone erricson t68i close to the monitor while the phone is receiving the sms but ignores the notification);so i set up a debug environment using nokia mobile toolkit 3.1 .
i captured the data received by the toolkit simulator and i attached to this email as jpeg image .
as i said before the only thing that looks different than the example binary data posted in this mailing list is that it has 0D0A at the begining
I have also attached the http post transaction and the multipart data encoded by java mail .
anyone has any idea about ?
 
 
 
 

<<attachment: mms_ind.jpg>>

POST /wappush HTTP/1.1
X-WAP-Application-Id: mms.ua
Content-Type: multipart/related; boundary=sidelimiter; type="application/xml"
User-Agent: Java1.3.1
Host: 192.168.168.60:9080
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
Content-length: 400



--sidelimiter
Content-Type: application/xml

<?xml version="1.0" encoding="UTF-8"?>
<push-message push-id="0@localhost"><address 
address-value="[EMAIL PROTECTED]"/><quality-of-service 
priority="high"/></push-message>
--sidelimiter
Content-Type: application/vnd.wap.mms-message

0d=-http://62.90.82.13:8000/mms_get/rawget
--sidelimiter--
HTTP/1.1 202 Foo
Server: Kannel/cvs-20020615
Content-Length: 393
Content-Type: application/xml
Content-Length: 393

<?xml version="1.0"?><!DOCTYPE pap PUBLIC "-//WAPFORUM//DTD PAP 1.0//EN" 
"http://www.wapforum.org/DTD/pap_1.0.dtd";><pap><push-response push-id="0@localhost" 
sender-name="solaris1; WAP/1.3 (Kannel/cvs-20020615)" 
reply-time="2002-07-11T06:58:58Z" 
sender-address="/wappush"></push-response><response-result code ="1001" desc="The 
request has been accepted for processing"></response-result></pap>

Attachment: mms_notification_ind.mms
Description: Binary data

Reply via email to