Re: Concatenation of incoming SMS
"fred" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <039601c51b97$5755a750$0401a8c0@FRED4> |
rubbish - MO sends long messages as concatenated SMS, these pass thru the SMSC to your kannel (SMPP) kannel gets the separate message parts of the message, my code combines these in bearerbox, so the application then only needs to deal with the one message which can then be whatever long.... ----- Original Message ----- From: "Pommnitz, Jörg" <[email protected]> To: "devel" <[email protected]> Sent: Friday, February 25, 2005 7:51 PM Subject: AW: Concatenation of incoming SMS -#- MailID:PAAA I don't know your code, but SMS concatenation is a concept that is completely independent of the SMSC transport layer. If your code is SMPP specific, your design is almost certainly wrong. Regards Joerg -----Ursprüngliche Nachricht----- Von: fred [mailto:[email protected]] Gesendet: Freitag, 25. Februar 2005 02:42 An: devel Betreff: Concatenation of incoming SMS as it is better to merge catenated incoming messages at the kannel level, so the app needs only deal with a message, I have written code to do this, but then as i am only concerned with SMPP, not sure how other protocols would have the same issue ? I wrote the code at the bb_smscconn.c level, but i'm only worried about SMPP as i said. /*HTMLBody*/ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252"> <META content="MSHTML 6.00.2800.1126" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV> </DIV> <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"> <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma size=2>-----Ursprüngliche Nachricht-----<BR><B>Von:</B> fred [mailto:[email protected]]<BR><B>Gesendet:</B> Freitag, 25. Februar 2005 02:42<BR><B>An:</B> devel<BR><B>Betreff:</B> Concatenation of incoming SMS<BR><BR></FONT></DIV> <DIV><FONT face=Arial size=2>as it is better to merge catenated incoming messages at the kannel level, so the app needs only deal with a message,</FONT></DIV> <DIV><FONT face=Arial size=2>I have written code to do this, but then as i am only concerned with SMPP, not sure how other protocols would</FONT></DIV> <DIV><FONT face=Arial size=2>have the same issue ?</FONT></DIV> <DIV><FONT face=Arial size=2>I wrote the code at the bb_smscconn.c level, but i'm only worried about SMPP as i said.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV></BLOCKQUOTE></BODY></HTML> /*End HTMLBody*/