What if i set concatenation to false? Does this still apply?

Bruno David Rodrigues wrote:
> 
> A message could have 160 chars if one message, and 153 chars each message if
> more than one,
> because concatenation header occupies 6 bytes %00%03%00%01%02 and it remains
> 134 bytes
> to use, 134 of 8 bit data or 134 * 8 / 7 = 153,1428.. = 153 7-bit chars.
> 
> So, if you know that it will be more than 160 chars, split it at 153*n
> 
> ----- Original Message -----
> From: "Paul Juliano" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 11, 2002 9:49 AM
> Subject: split sms
> 
> > Hi,
> >
> > How does smsbox split a message? I have this URL that returns a maximum
> > of 480 characters.  I also set the max-messages in kannel.conf to 3.
> > When smsbox receives the result from my URL, I would assume that it will
> > split the result equally.  Thus, the result would be 3 messages with
> > each containing 160 characters.  However, this doesn't happen
> > everytime.  Sometimes, it's divided equally, sometimes it's not.
> >
> > Thanks.
> >
> >

Reply via email to