hi there,
I am using kannel 1.4.1 on a CentOS system. I have configured kannel to
receive long sms from SMSC and I am able to receive long message on the
kannel. My query is that is there any way I can know how many messages were
combined by kannel into one single long SMS.
For ex: user send a long message which was split by SMSC in 3 messages, all
these 3 messages were received by kannel which converted them into 1 single
long sms and submitted to my application. Is it possible that while
receiving long SMS from kannel, I also receive number of sms (in this case
3) that kannel got from SMSC.
if you divide by 160 and round up to the nearest integer that should work
right? standard length of one message is 160 afaik.
cheers
iain