Size limit of SMS
Hi
I am developing application that sends sms using imified. I need to know whether there is any size limit for the message content and facts related to it.
Awaiting your reply
Avinash K
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Dave Hoff on 16 Mar, 2010 06:03 PM
Yes, your sms messages should not be longer than 160 characters (including
spaces). Currently our system will split the messages and send them out in
chunks if they are longer, but this functionality will be changing soon.
Safe way is to limit to 160 chars.
Dave
3 Posted by Avinash CITV on 16 Mar, 2010 06:17 PM
Dave,
Thanks for the help.
4 Posted by Andres on 08 May, 2010 11:30 AM
I have a case where some messages exceed 160 characters. When i test it only the first SMS gest to my phone and the rest is truncated. I manually split it in several 160 character messages, but when they arrived in my phone the order had been shuffled and it was impossible to read the message.
s there a correct way to way to split long messages into shorter ones? What is the best way to deal with long messages?
Thanks
5 Posted by alwi on 11 May, 2010 04:12 AM
simply add prefix like (1/3) in the beginning of your sms.
say for example your message has to be split into 3 chunks. add (1/3) in beginning of your first sms, (2/3) in second sms and (3/3) in the last sms.
6 Posted by Andres on 31 May, 2010 09:24 PM
Hi Alwi,
thanks for the tip. it will definitely help, but has not solved the problem since the SMS messages are not always going out... (really wish I knew why...)
here is the code I am using:
if($last == "condition") {
}
Is there a better way so I can specify the order, pauses or automate the situation? I not only think this is a "dirty" solution, but it involves a ton of work in splitting up the messages manually. It also doesn't allow me any room for growth if I want to connect this to a database and have dynamic messages be generated.
BTW: here is what I was doing before in hopes it would split the message:
if($last == "condition") {
}
THANKS!!!
7 Posted by mlucas on 18 Oct, 2010 07:37 PM
Sorry for the late response regarding your issue. Is this still an issue that you are currently experiencing? I will be monitoring this page for a reply and I look forward to helping resolve this for you.
-Matt Lucas
IMified Support
8 Posted by Avinash Kalarikkal on 19 Oct, 2010 03:51 AM
On Tue, Oct 19, 2010 at 1:09 AM, mlucas <
***@tenderapp.com<tender%***@tenderapp.com>
> wrote:
The problem has been resolved. You can close this ticket.
mlucas closed this discussion on 19 Oct, 2010 02:45 PM.