Yes, Kannel does support concatenated messages. And
concatenation=true enables this. But remember to set
max-messages properly.
Aarno
On 9.3.2005, at 11:45, Deen wrote:
On Friday 11 March 2005 12:25 am, Julien Buratto wrote:
Check http://kannel.org/download/1.4.0/userguide-1.4.0/userguide.html
concatenation bool Long messages can be sent as independent SMS
messages with concatenation = false or as concatenated messages with
concatenation = true. Concatenated messages are reassembled into one
long message by the receiving device.
split-chars string Allowed characters to split the message into
several
messages. So, with "#!" the message is split from last '#' or '!',
which
is included in the previous part.
I'm to concern splitting SMS from program, until I miss that kannel
options. :-)
currently my program run the DLR from the Program itself, so I comment
dlr-url
from kannel configuration. Is this Ok with
concatenation = true ?
thank you for all.