I tryed again with the conversion form that I found on the site but it's not working.
8c 82 // X-MMS-Message-Type: m-notification-ind 98 39 39 39 39 40 66 6c 79 65 72 6f 6e 65 2e 63 6f 6d 00 // X-MMS-Transaction-Id: [EMAIL PROTECTED] 8d 90 // X-MMS-Version: 1.0 8a 80 // X-MMS-Message-Class: Personal 8e 01 64 // X-MMS-Size: 100 88 06 80 04 3d 2b 32 4a // X-MMS-Expiry: an Absolute value, in the future 83 68 74 74 70 3a 2f 2f 77 77 77 2e 66 6c 79 65 72 6f 6e 65 2e 63 6f 6d 2f 00 // X-MMS-Content-Location: http://www.flyerone.com/ 84 be // Content-type: application/vnd.wap.mms-message Even if I copy the example of simple message that is on the site it's the same. test/test_http http://localhost:13013/cgi- > bin/sendsms?username=*'&'password=*'&' > to=*'&'udh=%06%05%04%0b%84%23%f0'&' > text=%0f%06%03%be%af%84%8c%82%98%39%39%39%35%40%66%6c%79%65%72 > %6f%6e%65%2e%6 > 3%6f%6d%00 > %8d%90%8a%80%8e%01%64%88%06%80%04%3d%64%8d%80% > 83%YourURI%00 I always get the messages but the telephone is dead! Thanx -----Messaggio originale----- Da: David Chkhartishvili [mailto:[EMAIL PROTECTED]] Inviato: mercoled� 11 settembre 2002 12.40 A: FERLA Alessandro Consultant Cc: '[EMAIL PROTECTED]' Oggetto: Re: MMS Push Problem Hi, You have to convert m-notification-ind.txt in binary form, otherwise you willn't get anything. FERLA Alessandro Consultant wrote: >Hi all, > I am trying to make working the MMS push but I have no results from >that. I write this command: > >./test_ppg -e base64 -a mms -c mms http://127.0.0.1:8080/wappush >notification-ind.txt papmms.txt > >With the content of the two files: > >notification-ind.txt: > >X-Mms-Message-Type: m-notification-ind >X-Mms-Transaction-Id: [EMAIL PROTECTED] >X-Mms-Version: 1.0 >X-Mms-Message-Class: Personal >X-Mms-Message-Size: 20 >X-Mms-Expiry: 2003 >X-Mms-Content-Location: http://www.brainstorm.co.uk/MMS >Subject: Test > > > >papmms.txt > > ><?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="2005-10-31T06:45:00Z" >deliver-after-timestamp="2001-02-28T06:45:00Z" >progress-notes-requested="false"> > <address >address-value="[EMAIL PROTECTED]"> > </address> > </push-message> ></pap> > > >Kannel logs two messages sent but and the telephone seems to receive them >because when it is near my monitor I can see the image vibrate but nothing >happen. >The telephones I used are NOKIA7650 and Ericsson T68i > >Is there anyone that can help me? > >Thanx > >================================= >"STRICTLY PERSONAL AND CONFIDENTIAL > >This message may contain confidential and proprietary material for the sole >use of the intended recipient. Any review or distribution by others is >strictly prohibited. If you are not the intended recipient please contact >the sender and delete all copies. >The contents of this message that do not relate to the official business of >our company shall be understood as neither given nor endorsed by it." > >================================= > > > > -- David Chkhartishvili Tel: 995 99 182418 ================================= "STRICTLY PERSONAL AND CONFIDENTIAL This message may contain confidential and proprietary material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies. The contents of this message that do not relate to the official business of our company shall be understood as neither given nor endorsed by it." =================================
