I use a python script to connect to the kannel, via HTTP. The headers look like this:
headers = {"Content-type": "text/plain",
"X-Kannel-UDH": "05040E06FDE8",
"X-Kannel-To": "+12345678",
"X-Kannel-Username": "bla",
"X-Kannel-Password": "bli"}
Main Topics
Browse All Topics





by: jimmackPosted on 2003-11-01 at 08:59:25ID: 9663184
I haven't used Kannel, but I have had a quick look through the docs. What you seem to be doing looks OK. Can you post the code that you use to create the message (just the part where you write the UDH should do to start with).
How do you prepare the UDH value?
I can't make any promises, but I'll help if I can ;-)