It depends on which coding you're sending. if it's 7bit (coding=0), than messages will be splitted in this scenario:
1) 160 symbols - 1 sms 2) each part of long concatenated sms is 153 symbols for 8bit (coding=1) 1) 140 symbols - 1 sms 2) each part of long concatenated sms is 134 symbols for UCS-2 (coding=2) (mainly used for unicode symbols etc, russian language for exampl, your own language) 1) 70 symbols - 1 sms 2) each part of long concatenated sms is 67 symbols read more here - http://en.wikipedia.org/wiki/Short_Message_Service you can specify to kannel which coding you'd like to use with either &coding= to smsbox or in sqlbox you coding parameter in send_sms table. 2012/6/5 Tapan Thapa <[email protected]> > Hello, > > If i am sending multi-part text messages (some times 320,480 or bigger > character length message) then how many messages kannel will submit to > upstream smsc. > > Regards > Tapan Thapa >
