Google Voice Dial Out

New features you'd like see on SIP Sorcery

Postby djon » Thu Aug 13, 2009 4:02 pm

jay235 wrote:
djon wrote:
richardtaur wrote:djon,

I tried it both with and without it, but I am consistently getting the 500 server error. Never had it work once.
I feel your pain. On 1 out of 6 GV accounts am getting the 500 error. Works smoothly on the other 5. Haven't got that to work on that account yet. This is a GC to GV account.
djon
 
Posts: 61
Joined: Wed Jun 10, 2009 10:29 am

The call back from Google is ringing the phone again

Postby gibbo » Thu Aug 13, 2009 4:08 pm

Hello there,

I thought the call should connect directly without a callback ring. I have set everything up and it works good except that when I place a call I hear the ring tone and then my phone rings again as if I'm receiving another call. When I pick the other call up GV connects me and proceed, if I do not pick the other call up it just fails. I thought Aron fixed that.

I'm using sipgate. Have Sipgate registered on Sipsorcery and connect my soft phone x-Lite to SipSorcery. The sipgate number is registered with GV and is the number I'm sending in the dial plan.

Aron, didn't you say the call should now work seemlesly without having to answer the call back from GV?
gibbo
 
Posts: 3
Joined: Thu Aug 13, 2009 3:57 pm

Postby gibbo » Thu Aug 13, 2009 4:13 pm

djon wrote:
jay235 wrote:
djon wrote:
richardtaur wrote:djon,

I tried it both with and without it, but I am consistently getting the 500 server error. Never had it work once.
I feel your pain. On 1 out of 6 GV accounts am getting the 500 error. Works smoothly on the other 5. Haven't got that to work on that account yet. This is a GC to GV account.


I know it sounds crazy, but try turning off call presentation and call screening in GV. My setup didn't work until I did that.
gibbo
 
Posts: 3
Joined: Thu Aug 13, 2009 3:57 pm

Re: The call back from Google is ringing the phone again

Postby emoci » Thu Aug 13, 2009 4:28 pm

gibbo wrote:Hello there,

I thought the call should connect directly without a callback ring. I have set everything up and it works good except that when I place a call I hear the ring tone and then my phone rings again as if I'm receiving another call. When I pick the other call up GV connects me and proceed, if I do not pick the other call up it just fails. I thought Aron fixed that.

I'm using sipgate. Have Sipgate registered on Sipsorcery and connect my soft phone x-Lite to SipSorcery. The sipgate number is registered with GV and is the number I'm sending in the dial plan.

Aron, didn't you say the call should now work seemlesly without having to answer the call back from GV?


-The CallBack matching (so that you don't have to hang up and wait for a call) is only working with Gizmo at the moment ... (since you're using SipGate that's the problem)

-For those using Gizmo, when you set Gizmo up in SipSorcery use your 1747xxxx number as the user id not your alphanumeric username for Gizmo ...
emoci
 
Posts: 125
Joined: Mon Aug 20, 2007 11:27 pm

Postby venk25 » Thu Aug 13, 2009 4:29 pm

gibbo wrote:I know it sounds crazy, but try turning off call presentation and call screening in GV. My setup didn't work until I did that.

No go for me even with those settings :(
venk25
 
Posts: 74
Joined: Sun Dec 16, 2007 3:33 pm

Postby Aaron » Thu Aug 13, 2009 4:51 pm

emoci has hypothesised that it may be a timing thing http://sipsorcery.wordpress.com/2009/08 ... /#comments.

Maybe the failing accounts will just start working after a while.
User avatar
Aaron
Site Admin
 
Posts: 2549
Joined: Thu Jul 12, 2007 12:13 am

Postby jay235 » Thu Aug 13, 2009 5:12 pm

gibbo wrote:
djon wrote:
jay235 wrote:
djon wrote:
richardtaur wrote:djon,

I tried it both with and without it, but I am consistently getting the 500 server error. Never had it work once.
I feel your pain. On 1 out of 6 GV accounts am getting the 500 error. Works smoothly on the other 5. Haven't got that to work on that account yet. This is a GC to GV account.


I know it sounds crazy, but try turning off call presentation and call screening in GV. My setup didn't work until I did that.


gibbo,

I had those settings already.. but doesn't work.. I also changed the SIP credentials to the number and not the username in sipsorcery but to no avail.
jay235
 
Posts: 21
Joined: Wed Aug 12, 2009 2:15 pm

Re: The call back from Google is ringing the phone again

Postby Grampa » Thu Aug 13, 2009 5:37 pm

emoci wrote:-The CallBack matching (so that you don't have to hang up and wait for a call) is only working with Gizmo at the moment ... (since you're using SipGate that's the problem)

I know Aaron has his hands full getting this to work for those of us who are "dialplan challenged," but I wonder whether part of the problem might be because the script is designed to work only with Gizmo5? I have found G5 to be quirky at best. For example, it is the only service that I cannot get to work with my old UTStarcom adapter even when the adapter registers fine with the G5 servers. G5 also apparently blocks access from 3cx pbx.

In principle, couldn't a similar script be written to work with any provider, so long as there is a DID for Google Voice to call to? I think that would be a real step forward. This is not something I have the skill to do, so I am hesitant to suggest it, but I'm sure many of us would be grateful to be freed from having to use Gizmo5 with Google Voice.
Grampa
 
Posts: 45
Joined: Sun Apr 19, 2009 7:19 pm

Postby mxnerd » Thu Aug 13, 2009 6:30 pm

I'm new to Ruby and dial plan and my Google voice calling using sipsorcery is functioning.

But can anyone enlighten me a bit?

I'm using code like

Code: Select all
sys.Trace = false

case req.URI.User
when /^1/
     sys.Log(" Dialing USA #{req.URI.User} through Google Voice service\t")
     sys.GoogleVoiceCall("myname@gmail.com","mypass","1747xxxxxxx","#{req.URI.User}")
end


is req.URI.User = dst ?
what's the difference between #{req.URI.User} and ${dst} ?

what should I code if I want to use 10 digits and 7 digits fomat?
And why console does not show anything except "username=" message but nothing else

Thanks.
mxnerd
 
Posts: 63
Joined: Fri Jul 17, 2009 1:50 am

Postby jay235 » Thu Aug 13, 2009 7:10 pm

mxnerd wrote:
Code: Select all
sys.Trace = false

case req.URI.User
when /^1/
     sys.Log(" Dialing USA #{req.URI.User} through Google Voice service\t")
     sys.GoogleVoiceCall("myname@gmail.com","mypass","1747xxxxxxx","#{req.URI.User}")
end


is req.URI.User = dst ?
what's the difference between #{req.URI.User} and ${dst} ?

what should I code if I want to use 10 digits and 7 digits fomat?
And why console does not show anything except "username=" message but nothing else

Thanks.


I can answer the console issue for you as I am new to the coding myself.

On the console, after hitting connect - type your username at the bottom and hit enter. Followed by your password. For filter type "event *" then you should be able to see everything.
jay235
 
Posts: 21
Joined: Wed Aug 12, 2009 2:15 pm

PreviousNext

Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 0 guests