PenguinPaul/google-voice-java

Cannot send mass texts

Closed this issue · 3 comments

What steps will reproduce the problem?
1. Try and send a text message to more than 8 people 
2. Only the first 8 people will get said text message 

What is the expected output? What do you see instead?
I was expecting everyone to get the text.

What version of the product are you using? On what operating system?
google-voice-java-1.8-java5 on ubuntu 11.04

Please provide any additional information below.
I am trying to use google voice to replace a current textmark keyword we have 
in place for a college group. 

Attached is the code that does not work. The number file that is put into an 
ArrayList is a list of numbers, in the form +11234567890 seperated by a '\n'. 

Is this a problem with google voice itself, the library, or did I miss 
something in my code? Thank you!



Original issue reported on code.google.com by zif...@zifnab06.net on 10 Aug 2011 at 6:01

Attachments:

I havent messed with it, but have you tried just texting the string of numbers, 
comma separated?

Google Voice does have SMS limits.  I know 150/day is one of them.  Not sure 
how many people you can message in one burst.

Google Voice is really only enabled for personal rather than mass messaging.

Original comment by malone.j...@gmail.com on 20 Aug 2011 at 7:42

I am going to close this issue, because I have gotten no further responses and 
I am not sure it is an API bug, merely a Google limitation

Original comment by malone.j...@gmail.com on 3 Feb 2012 at 3:32

Original comment by malone.j...@gmail.com on 3 Feb 2012 at 3:33

  • Changed state: WontFix