Google Voice Outbound Call Plain USA Dial Plans Update

Catalog of dial plans
Post Reply
gvtricks
Posts: 81
Joined: Wed Aug 12, 2009 2:48 pm

Google Voice Outbound Call Plain USA Dial Plans Update

Post by gvtricks » Sat Nov 21, 2009 6:03 pm

Plain and Simple Complete USA Google Voice Dial Plans :

This Dial Plans are the Simplest to get you started till the moment, for a more elaborated up to date Dial plans please visit the MikeTelis Posts:

http://www.mysipswitch.com/forum/viewtopic.php?t=1678

Edited again as per Mike Tellis Suggestion.

Thank you Mike.

####################################################
###### GIZMO 5 OUTBOUND CALL FROM GOOGLE VOICE ###############
####################################################

Code: Select all

sys.GoogleVoiceCall("me@gmail.com","GV_Password","17475551212","#{req.URI.User}",".*",7)
sys.Log("Sorry, Google Voice Call failed.")

####################################################
###### SIPGATE OUTBOUND CALL FROM GOOGLE VOICE ###############
####################################################

Code: Select all

sys.GoogleVoiceCall("me@gmail.com","GV_Password","4155551212","#{req.URI.User}",".*",1)
sys.Log("Sorry, Google Voice Call failed.")

####################################################
###### IPKALL OUTBOUND CALL FROM GOOGLE VOICE ################
####################################################

Code: Select all

sys.GoogleVoiceCall("me@gmail.com","GV_Password","2065551212","#{req.URI.User}",".*",1)
sys.Log("Sorry, Google Voice Call failed.")

####################################################
###### IPcomms OUTBOUND CALL FROM GOOGLE VOICE ###############
####################################################

Code: Select all

sys.GoogleVoiceCall("me@gmail.com","GV_Password","6035551212","#{req.URI.User}",".*",1)
sys.Log("Sorry, Google Voice Call failed.")


2065551212 your IPKall Number
4155551212 your Sipgate Number
7475551212 your Gizmo 5 Number
6035551212 your IPcomms Number. New SIP Delivery from ipcomms.net at ( http://www.ipcomms.net/product-freedid.html ) Works very good. You can get your Free DID a number in about 5 min, the only way to register this number with sipsorcery is going to your control panel at http://sipconnect.ipcomms.net/index.php , make sure you login using your sip credentials not your email,
Then edit your SIP destination field on the lower right (sip/username@sipsorcery.com), then add this number as a "home" forwarding number in your GV account.


For details go to:

https://www.sipsorcery.com/help/dialplans.html
Last edited by gvtricks on Sat Jan 30, 2010 7:49 pm, edited 3 times in total.

gvtricks
Posts: 81
Joined: Wed Aug 12, 2009 2:48 pm

Post by gvtricks » Wed Jan 27, 2010 5:37 pm

Updated

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

Post by MikeTelis » Wed Jan 27, 2010 9:00 pm

Since when /^/ is always true, the dialplan can be reduced to 2 lines, like this:

Code: Select all

sys.GoogleVoiceCall("me@gmail.com","GV_Password","17475551212","#{req.URI.User}",".*",7) 
sys.Log("Sorry, Google Voice Call failed.")

gvtricks
Posts: 81
Joined: Wed Aug 12, 2009 2:48 pm

Post by gvtricks » Wed Jan 27, 2010 11:28 pm

Yes, Mike thank you those two lines are all you need.

USA, Canada and Hawaii all free calls!!!!
:D

Gvtricks

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

Post by MikeTelis » Thu Jan 28, 2010 5:33 am

gvtricks wrote:USA, Canada and Hawaii all free calls!!!!
Good news, thank you! I have updated my Flexible table-controlled dialplan, optimized for US, GV.

beaver
Posts: 241
Joined: Tue Feb 09, 2010 5:32 am
Location: Beaverton USA (PST, GMT - 8)

Post by beaver » Fri Feb 19, 2010 6:57 am

I have to admitted, I was mislead by the Gizmo5 example. I thought the phone number should be applied in 11 digital, i.e. 1.xxx.xxx.xxxx. actually, the correct format should be 10 digital. i.e. no "1". Straight xxx.xxx.xxxx. it took me a while to realize this mistake. My updated ss note tells me "Input phone number in 10-digital format instead of 11-digital.

Post Reply