Active
Project:
VoIP Drupal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2012 at 17:57 UTC
Updated:
16 Apr 2012 at 19:14 UTC
If you send an SMS > 140 characters to Twilio it drops it, rather than truncating it, or sending it as a multi-part SMS. I'm guessing that most service providers don't do multi-part SMS; but they could. So it probably makes sense for voiptwilio to truncate any SMS that is too long before sending it?
Comments
Comment #1
leoburd commented- Actually, the limit is 160 characters/message: http://www.twilio.com/docs/errors/21605
What shall we do here? Trucate the text or send multiple sms to the same number?