I'm trying to write a PHP script to concatenate messages to pass to
Kannel. It works to the point that the message gets to the phone, but
then the phone says it cannot display the message when I try to open
it.
Here's what I'm sending:
Message 1:
UDH: %05%00%03%EA%02%01
Message: This is part one
Message 2:
UDH: %05%00%03%EA%02%02
Message: This is part two
Kannel accepts it ok, but the phone (Nokia E61) seems to be having an
issue with it. Seems to be reassembling ok but won't let me display
the message.
Am I missing something?
unless you're trying to do something i'm not aware of, concatenation=true
is what you use to send multi-part messages. put it in your sendsms-user
group.
cheers
iain