Google Voice Dial Out

New features you'd like see on SIP Sorcery
mel2000
Posts: 184
Joined: Fri Jun 05, 2009 11:27 pm

Post by mel2000 » Tue Oct 13, 2009 5:53 pm

Good thing I keep a little cash in my Future-Nine account for outbound calls. I'm now using Sipgate for free inbound and F9 for 1¢/minute outbound until a GV solution is found.

MikeTelis
Posts: 1582
Joined: Wed Jul 30, 2008 6:48 am

Post by MikeTelis » Tue Oct 13, 2009 7:49 pm

Failover to GizmoVoice works. Limit is 3 minutes, though.

pavand671
Posts: 5
Joined: Sun Jul 05, 2009 5:12 pm

Post by pavand671 » Tue Oct 13, 2009 10:42 pm

Outbound calls are working for me now. Thanks...

webtron
Posts: 36
Joined: Thu Jan 15, 2009 1:35 am

Post by webtron » Tue Oct 27, 2009 11:25 pm

Hey everyone,

This GV Application is great.

Can you please help me with my problem.

I am wondering that when I replace the destination number in the GV String with "${dst}" I am not able to dial the destination number anywhere. I just here a ringtone.

The String looks like this:

when /^2424$/ then sys.GoogleVoiceCall("GV EMAIL ADDRESS", "PASSWORD", "MY NUMBER GV HAS", "${dst}", true)

Am I understand that the destination number feature only works with /^\*2 pattern. Is this true? If so then how do I dial a number that SipSorcery will use as the destination number when using Google Voice.

Thanks everyone for your support

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Post by Aaron » Tue Oct 27, 2009 11:46 pm

Hi webtron,

The ${dst} string cannot be used with the GoogleVoiceCall app (the only place it can be used is the Dial app).

Instead you can use req.URI.User which is exactly the same thing.

when /^2424$/ then sys.GoogleVoiceCall("GV EMAIL ADDRESS", "PASSWORD", "MY NUMBER GV HAS", req.URI.User)

In that case you have to be using Gizmo for your GoogleVoice callbacks.

Regards,

Aaron

webtron
Posts: 36
Joined: Thu Jan 15, 2009 1:35 am

Post by webtron » Tue Oct 27, 2009 11:52 pm

Thanks for your reply.

I have IPKall. So I get a call on my IPKall number which is forwarded to my phone through SipSorcery.

Will that work?

rmp25
Posts: 64
Joined: Tue Aug 18, 2009 4:45 pm

Post by rmp25 » Wed Oct 28, 2009 3:05 am

People,
Almost ready to drop ATT and use VOIP only in my home, little scary, I want some security.
I use GV/G5 currently and time from time phone is not working.
Tried different dialplans found on this site, always some problems.
Some dialplans used to work then suddenly stoped.
Looking for best working dialplan with failovers from G5 to Sipgate and Ipkall. I have F9 account as well.
Please point me to the right direction.
Thanks.

webtron
Posts: 36
Joined: Thu Jan 15, 2009 1:35 am

Post by webtron » Wed Oct 28, 2009 9:35 pm

Hi,

Will this string work with IPKall numbers:

when /^2424$/ then sys.GoogleVoiceCall("GV EMAIL ADDRESS", "PASSWORD", "MY NUMBER GV HAS", req.URI.User)

I get a call back on my IPKall number from Google Voice that is forwarded to my Cell Phone. Will that allow me to dial any number? And when exactly do I enter the number I want to dial?

Thanks

sharynriddlest
Posts: 1
Joined: Thu Jan 28, 2010 11:07 am
Location: USA

Re: Google Voice Dial Out

Post by sharynriddlest » Sat Apr 03, 2010 2:32 pm

can it be set up to use any computer in the house? if i set up with a softphone using a headset I mean. I assume I would have to set up each computer independently but once done, I can use the headset with any one of my 3 pcs?

Post Reply