Re: split sms
"Bruno David Rodrigues" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <032a01c1caf1$7370b5a0$0a00a8c0@davi> |
Oh, yes, and if you have special characters (see extended table at document 23038 of 3gpp), you'll have a problem. You'll have to count with that in your application and assume that every of those chars will really occupy two char... ----- 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. > >