Sipsorcery for no XMPP calling with Google Voice

<< < (6/10) > >>

AntonS:
It seems that Google is blocking Sipsorcery from accessing my account, as its login originates from an unknown location. I got emails from Google about this referring me to web a page where I could click to say that this was me (or change my password if it wasn't me), but after clicking that it was me,  I still got "Browser sign-in attempt (prevented)" on my next attempt and I can't see on Google's webpages how to get around that. On that same webpage it says:"For your security, we will continue to display these events for 2 weeks." Maybe this means that after 2 weeks it will start working.

AntonS:
I found though some Googling that going to the page:
https://accounts.google.com/DisplayUnlockCaptcha
one gets around login issue, but somehow the callback did not happen fast enough and timed out:
ContactRegisterInProgress 03:27:22:926 sip1(1740): Initiating registration for user on sip:callcentric.com.
ContactRegistered 03:27:23:020 sip1(1740): Contact successfully registered for user on sip:callcentric.com, expiry 65s.
DialPlan 03:27:32:957 sip1(17704): Google Voice Call timed out waiting for callback.
DialPlan 03:27:33:004 sip1(17704): Google Voice Call to  was successfully cancelled.

azrobert:
The 20 (last parm) is a timeout value. 20 seconds should be more than enough, but you can set it higher.
Make sure the DID type matches how you defined the Forwarding number in GV. It won't work if it doesn't match.

 sys.GoogleVoiceCall("GVuserID", "password", "12121234567", "#{dialnum}", ".*", 1, 20)
# GVuserID without @gmail.com
# 12121234567 = Callcentric DID
# Next to last parm = GV forwarding DID type. 1=Home, 2=Mobile, 3=Work

azrobert:
I made several changes to my last post because I didn't carefully read your posts.

You have dual registrations to Callcentric. One registration from the OBi and another from SipSorcery. The call from GV should be routed to both.  You can try unregistering Callcentric on the OBi and see if that makes a difference.

AntonS:
I am away from my home Obi so I can't test your suggestions. I am at another location where I have another Obi which calls via a speed dial out over Google Voice on  my Home Obi. As an experiment I registered that second Obi with Sipsorcery and tried to dial out to a number prepending the number with **2. As all my outgoing calls are redirected to my first Obi I got the Obi attendant and pressing 1 the call continued, but kept ringing (while an answering machine should have picked it up), so I am not sure that worked. I don't want to mess too much with this second Obi right now (as it is my most reliable phone connection), so I'll wait until I'm back home to try this again.

Navigation

[0] Message Index

[#] Next page

[*] Previous page