> Whenever an SMS with concatenation set on arrives, put it > aside until all > parts have been received. Then when the entire message has > been received, > do whatever merge/etc. is needed. > > In this case, a suitable plcae for bundling would be smsbox, I guess. > Of course if some parts never arrive the rest are forever > queued, but that > is more like a fundamental question in multipart messages. >
To prevent a message leak, give the queued messages a life time (of maybe 5 minutes). Once this time expires, release them. Regards Jörg