Thanks.. What Is the default values of sendsms URL for coding parameters if I am not setting any coding value?
Sent from my iPhone Regards Tapan Kumar Thapa Manager-Tech Support HT Mobile Solutions Limited Mob-919871701375 On Jun 5, 2012, at 4:27 PM, spameden <[email protected]> wrote: > 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 >
