vaibhav3002 / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 0 forks source link

Google Voice accounts are not limited to @gmail.com and @googlemail.com domains #797

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
77  +           Account[] accounts = 
AccountManager.get(context).getAccountsByType("com.google");
78  +           for (Account account : accounts)
79  +             if (account.name.contains("@gmail.com") || 
account.name.contains("@googlemail.com")) {
80  +                 email = account.name;
81  +                 return true;
82  +             }

I have a google voice account using google apps and cannot do this easy setup 
since the button is not available.

Original issue reported on code.google.com by m...@mykohsu.com on 23 Dec 2010 at 7:17

GoogleCodeExporter commented 9 years ago
I am having a similar problem.

Is there a way to set up my google apps google voice number?  I have a google 
voice number on my regular gmail account, but I need to use this for business.

Thanks

Original comment by ajmorri...@gmail.com on 19 Feb 2011 at 2:49

GoogleCodeExporter commented 9 years ago
Make a gmail.com email as the first email account. You may need to delete
the existing one. Then after setting up pbx for gv in sipdroid you can
change the gv credentials from your pbx account.

for

Original comment by m...@mykohsu.com on 19 Feb 2011 at 2:53

GoogleCodeExporter commented 9 years ago
Awesome, that's exactly what I needed!

Also, in case anyone else comes searching, you change these credentials in the 
TRUNKS settings, just click on the existing one and change your email/password 
to match your google apps account.

Original comment by ajmorri...@gmail.com on 19 Feb 2011 at 2:59