OBiTALK Community

Region Specific Technical / Service Provider Support => North America - Including Google Voice, Skype, etc. => Topic started by: PeterG on October 18, 2018, 10:39:04 PM

Title: Can't call out using Google Voice - dead air
Post by: PeterG on October 18, 2018, 10:39:04 PM
I just set up my Obi200 with 2 GV accounts and 1 SIP VoIP number.
Both GV accounts are both set up to forward to the VoIP number with one of the GV SPs set up as the primary outgoing line.  Dashboard status shows all SPs connected/registered.

Incoming calls ring the handset, but when I attempt outgoing calls through either line, nothing but dead air.  The call status shows the correct information but remains trying/calling forever.

I never get any audio response on the calls, it hangs in the trying/calling state.

Note that the echo back test works fine and incoming calls as well.
Any ideas?
Thanks!
Title: Re: Can't call out using Google Voice - dead air
Post by: SteveInWA on October 18, 2018, 11:05:44 PM
Hi Peter:

It's likely that you have some sort of configuration error on the OBiTALK device.  But first, a simple test should prove whether or not there's a problem with your Google Voice numbers.

Sign into one of the Google accounts and go to the settings page:  https://voice.google.com/settings (https://voice.google.com/settings)

Confirm that you do, in fact, see a Google Voice phone number at the top of the page.  If so, then press Ctrl-T to open another browser tab and go to:  https://hangouts.google.com/ (https://hangouts.google.com/).  Try to make an outbound call to some other phone number, NOT another Google Voice number and NOT the linked/forwarding phone number.  The expected behavior is that the called party's phone rings, and your Google Voice phone number appears on that phone's caller ID display.  Does that work?
Title: Re: Can't call out using Google Voice - dead air
Post by: PeterG on October 19, 2018, 10:59:45 AM
I have had Google Voice set up for years and use it exclusively.  I can call out via hangouts successfully and do so frequently.
One other test I tried despite not having an IP phone, I imported my Google contacts successfully (ObiExtras -> Settings).  Not sure where that data goes! :D

I have not yet enabled logging in my router to confirm that something is indeed attempted beyond the Obi.  I will do that tonight, though.
Are there any useful logging tools within the Obi that I can investigate with as well?
Title: Re: Can't call out using Google Voice - dead air
Post by: drgeoff on October 19, 2018, 12:20:03 PM
The OBi device can send logging data to a syslog server.

http://www.obitalk.com/forum/index.php?topic=14812.0
https://web.archive.org/web/20160224124305/http://www.obihai.com/docs/syslogd.zip
Title: Re: Can't call out using Google Voice - dead air
Post by: PeterG on October 19, 2018, 01:16:49 PM
Thanks!
I found the syslog setup under System Management -> Device Admin.
Being non-windows, the download doesn't help me, but my Synology NAS has a syslog server on it.

Setting that up tonight as well.  Another fun night of network debugging for me ::)
Title: Re: Can't call out using Google Voice - dead air
Post by: PeterG on October 19, 2018, 11:23:10 PM
No good info from logs.  :(
For some other reason I can't upload a screen capture of the log window, but it shows GTT outgoing call to the correct number, GTALK init session and then GTALK sess state changed from 0 to 2 and nothing relevant beyond that.

I see nothing interesting in my router logs either, noting only that there is an established connection from the Obi's IP to a Google IP.

I ***8 reset and will try a full reset reinstall tomorrow. :'(
Title: Re: Can't call out using Google Voice - dead air
Post by: PeterG on December 28, 2018, 08:56:33 PM
To close out my problem:
As I originally posted, I connected my OBI200, updated the firmware and connected to Google Voice, received incoming calls but was not able to place outgoing calls.
As a last resort, I finally decided to delete the device from my account, do a full hard factory reset, and re-configure from scratch.
This, in fact, fixed the problem and I'm able to dial out via either of my connected Google Voice accounts!
Title: Re: Can't call out using Google Voice - dead air
Post by: rsyslogdfan2020 on October 17, 2020, 02:06:11 AM
I may not have found this post had I not gone through the pain of enabling syslog. (It was exacerbated by the fact I am not on windows.) Your solution worked for me as well. Thank you!

It appears whatever was done to the auto update pathway, didn't allow for an Obi that sat in a drawer for a spell. :'( I wonder how many people just assumed theirs was trash?

After deleting the device from obitalk.com and using the reset in the `Device Update` menu, I was greeted with a new firmware with different branding.

For the curious, getting syslogs for me looked like:
sudo rsyslogd -f /usr/local/etc/rsyslog.conf -i /usr/local/var/run/rsyslogd.pid
/usr/local/etc/rsyslog.conf:

module(load="imudp") # udp logs
input(type="imudp" port="514")
*.* /tmp/syslog.log

then:
tail -f /tmp/syslog.log