Deen wrote:
HI,
I'm new in this mailling list,


My Program using SIngle Send Command from CURL unit, and it's using http://localhost:13013/cgi-bin/sendsms interface

but the message may contain chars longer than 160 chars.
Can Kannel handle it into several parts automatically (not from the program) ?



Any experience from another using Nokia CDMA Phone for SMS Gateway ?

Thanks 4 the help




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.




Reply via email to