rschilling / websmsdroid

Automatically exported from code.google.com/p/websmsdroid
0 stars 0 forks source link

Long messages not working with WebSMS Yallo connector #592

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using WebSMS with Yallo-connector only the first SMS is delivered in long 
messages. Using WebSMS version 4.1 and Yallo connector version 1.1. Tested with 
message that is 5 SMS long.

Original issue reported on code.google.com by braini...@gmail.com on 26 Sep 2011 at 4:44

GoogleCodeExporter commented 9 years ago
@koni: you need to remove line, setting the max length of a message (former 
used for not yet implemented name length checking(sorry for that.))

Original comment by f...@ub0r.de on 9 Oct 2011 at 1:04

GoogleCodeExporter commented 9 years ago
Unfortunately Yallo allows on their website only 1 free SMS at a time with a 
length of only 130 characters (normal SMS have 160 chars). At the end of every 
SMS they automatically put an advertising footer (/www.yallo.ch). So if I would 
allow sending large WebSMS with more than 130 characters you would get a 
www.yallo.ch advertisement after every 130 characters. I don't think you want 
that happen. So I do not change it at all - right?

Original comment by konir...@gmail.com on 27 Nov 2011 at 12:17

GoogleCodeExporter commented 9 years ago
you can set the connector to allow only 130chars on text input. ;)

Original comment by f...@ub0r.de on 27 Nov 2011 at 8:37

GoogleCodeExporter commented 9 years ago
OK fixed. I did set the limit length to 130 chars (see also comment 2 above).

Original comment by konir...@gmail.com on 27 Nov 2011 at 8:36