**>From: "Zohar" <[EMAIL PROTECTED]> **>To: <[EMAIL PROTECTED]> **>Subject: sending UDH **>Date: Mon, 9 Jun 2003 09:55:08 +0200 **> **>Just tried (for the first time) to send a message with UDH and couldn't. I set a header in the HTTP POST message as follows: **>"X-Kannel-UDH": "%06%05%04%15%82%00%00" **> **>As a result of my request, Kannel sent an SMS message to another Kannel, which produced an HTTP message to an application I wrote that checks the headers. The "X-Kannel-UDH" header was missing. Why? **>
>From what I can remember, when sending an Operator Logo via HTTP POST, you will need the following headers: X-Kannel-Username: foo X-Kannel-Password: bar X-Kannel-To: +85212345678 X-Kannel-UDH: 06050415820000 X-Kannel-Alt-DCS: 1 Content-Type: application/octet-stream Content-Length: 12 000102030405060708090A0B The above is a rough example. I don't think my octets will be a valid Operator Logo. Regards, Davy Chan
