MO concatenation
MatthieuP <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel,gmane.comp.mobile.kannel.user |
|---|---|
| Message-ID | <[email protected]> |
Hi list,
We are using kannel to connect to several EMI SMSCs.
Our setup is asynchronous, so we never use the sms-service to send the
reply.
To do so, we have
max-messages = 0
And the application takes care of calling /cgi-bin/sendsms as many times
it needs
I'm wondering about the MO concatenation status. With this, as i
understand it, we would
receive only one call to our application server if we receive two or
more concatenated SMS
from the SMSC.
It does not seem very hard to implement on the application server side
by looking at the UDH,
but i'm wondering:
In the STATUS file of the 1.3.1 release, there is this:
----------------------------------------------------------------------------------------------------
"RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:"
* incoming concatenation ;)
Posted by: Bruno Rodrigues <[email protected]>
Status:
----------------------------------------------------------------------------------------------------
And in the latest CVS it does not appear anymore...
Does anybody knows?
Thanks,
Mat