I need to enable long sms's to my kannel gateway. If someone sends a
message
greater than 160 characters it splits as two sms's and receive. is there
any
way to concatanate those 2 messages in to one in the receving process. this
is applicable to sending but i need to know a way to receive long sms's.
If you want to receive concatenated messages in combined state just place the
following lines in "core" configuration group:
sms-combine-concatenated-mo = 1
sms-combine-concatenated-mo-timeout = 1800
It works in CVS version but I'm not sure about stable release.
this doesn't work in 1.4.1 ... i wrote this script in php to do it:
http://www.workingsoftware.com.au/concatenate_mo.php.txt
cheers
iain