Hello group, The company I'm working in need access to specific SMSC which doesn't provide SMPP access. I'm forced to use their HTTP API and connect to it using Kannel HTTP-based relay (generic system-type). Everything works fine if message is up to 160 chars. Above Kannel splits messages as normally, adds UDH for each part and sends it independently to SMSC.
But the SMSC doesn't support UDH, and it want to get one long message (in one string) - splitting and concatenating is done at their side. If kannel splits message, the recipient receives several messages which are not concatenated on his mobile but they are independent ones. Is it possible to configure Kannel to not splitting messages when using http based relay (generic) but to send them at one part to SMSC? BR, Tomasz
