On Fri, Nov 05, 2004 at 02:03:52PM +0700, Nuri Abidin wrote: > dear all > > when receiving long sms, kannel will split the message into several chunks > (eg. 320char msg split into 2)
Kannel does not split the message. The message was already split by the mobile subscriber's handset for transmission over the GSM network, long before it even got to you. The only way to reassemble such a message is by taking a look at the UDH attached to each inbound message and cross checking it with the UDH of other messages. This is far from an easy or straightforward task. What makes this worse is that the mobile carriers in my country actually remove the UDH of such inbound messages and make the already difficult task of reassembling a concatenated message from UDH fragments automatically an impossible one... Maybe you will have better luck with the mobile providers in your country. -- dido We pledge allegiance to the Penguin, and to the software for which it stands. One nation, under Linux, with Free software and unlimited bandwidth for all.
