Checking your GV Voice Mail with Google Voice Dial Out.

New features you'd like see on SIP Sorcery
Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Post by Aaron » Tue Aug 25, 2009 8:25 am

That is correct. To the best of my knowledge Google Voice does not currently expose any public SIP endpoints. The GoogleVoiceCall app used by the sipsorcery dialplan initiates the call with a HTTP request and the SIP call then comes into sipsorcery via Gizmo.

Regards,

Aaron

sirmikey1
Posts: 157
Joined: Mon May 25, 2009 11:19 pm

Post by sirmikey1 » Tue Aug 25, 2009 12:54 pm

These "Provider Select" prefixes and the "speed dials" may help with
voicemail and google calls for those with one or two GV accounts.

You would dial *222 as a prefix to call any number to use GV1
You would dial *333 as a prefix to call any number to use GV2

Code: Select all

#Service Provider Select (star+number)
#For GV Voicemail: Hold star key during call-in to stop ring & gain access 
    when /^\*111/ 
       sys.Log(" G5 GV-G5 FREE 3Minute USA CALLS, SIPs/Toll/Info, VM, etc...\t")
       sys.Log("*****************************************************\n")  
       sys.Dial("${dst:4}@gizmo5")
    when /^\*222/ 
       sys.Log(" GV1 Free USA Calls, SIPs/Toll/Info, VM, +VoiceMail Trick.\t")
       sys.Log("*****************************************************\n") 
       sys.GoogleVoiceCall(GV1_email,GV1_pwd,G51_SIPnum,"#{req.URI.User.to_str[4,50]}") #Del,Cks Digits 
    when /^\*333/ 
       sys.Log(" GV2 Free USA Calls, SIPs/Toll/Info, VM, +VoiceMail Trick.\t")
       sys.Log("*****************************************************\n") 
       sys.GoogleVoiceCall(GV2_email,GV2_pwd,G52_SIPnum,"#{req.URI.User.to_str[4,50]}") #Del,Cks Digits  

Code: Select all

#Speed Dials (star+number)
#For GV Voicemail: Hold star key during call-in to stop ring & gain access
    when /^(\*101|101)/
       sys.Log(" Trick to Call GV1 DID/VoiceMail. \t") 
       sys.Log("*****************************************************\n")
       sys.GoogleVoiceCall(GV2_email,GV2_pwd,G52_SIPnum,GV1_DID)
    when /^(\*102|102)/
       sys.Log(" Trick to Call GV2 DID/VoiceMail. \t") 
       sys.Log("*****************************************************\n")
       sys.GoogleVoiceCall(GV1_email,GV1_pwd,G51_SIPnum,GV2_DID)
Last edited by sirmikey1 on Thu Aug 27, 2009 11:39 pm, edited 12 times in total.

sirmikey1
Posts: 157
Joined: Mon May 25, 2009 11:19 pm

Post by sirmikey1 » Tue Aug 25, 2009 1:33 pm

Aaron,

I feel like a fumbling idiot with this GVoicemail issue.
How about if I give you all my gv2 login info so that all of
you can use it to access voicemail? How about creating one
for SS...

sys.GoogleVoiceCall(SipSorceryGV,YourGV_DID) #Hold Star Key During Call-In

Mikey

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

Post by gvtricks » Wed Aug 26, 2009 4:41 am

You got to check this out: Buy 1 GV Number for $0.99 get another one free.

LOL

http://cgi.ebay.com/Google-Voice-Invite ... 286.c0.m14

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

Post by gvtricks » Wed Aug 26, 2009 4:53 am

sirmikey1.

Thanks for the tip about holding the * key, I hate waiting for the system to answer before.
The speed dials are a nice touch too.

sirmikey1
Posts: 157
Joined: Mon May 25, 2009 11:19 pm

Post by sirmikey1 » Wed Aug 26, 2009 5:10 am

Hi gvtricks,

Did you get things working?

Wifi SIP Flip Phone...
http://www.youtube.com/watch?v=_fT3GtYq980

Mikey

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

Post by gvtricks » Wed Aug 26, 2009 5:39 am

sirmikey1 wrote:Hi gvtricks,

I still haven't decided what to do with the multiple accounts. I could use one for cell and one for home, I guess.

Did you get things working?

Wifi SIP Flip Phone...
http://images.google.com/images?q=dlink%20540

Mikey
I did not have any problems checking any the voice mail.
I try following your instruction on registering my cell but I have no luck.
Its from Metro Pcs and I tried to reg 3055551212@mymetropcs.com, but it did not want to register.
Any way I figured out in another way it was so simple I have to make a separated in dial plan but I wanted also to all my number ring my SIP phone (PAP2T and XLite) + my Cell Phone So this was what I put in my In dial plan very simple and short but it works now any one dialing any of my GV numbers (about 10 :D ) will make any of my phones ring.

Code: Select all

if sys.IsAvailable("me","sipsorcery.com") then
sys.Dial("me@local", 15)
sys.GoogleVoiceCall("caller@gmail.com","Pass","1747XXXXX59","3055551212(My Cell Phone)")
end
The only set back is the CID showing is the one from my others GV account. but I guess I can live with that.

I like the idea of having local numbers for my family in different states to call and when I call them it will show my local number for them just dialing from my contact list as you can see in my original dialing plan I started putting filters for each state and it works very good.
The other thing is I have to travel a lot out of the country and I wanted to be able to get all the calls in and out from my Soft Phone.

I appreciate all your support, and wanted to thank you.

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

Post by mxnerd » Wed Aug 26, 2009 5:24 pm

This is weird. Suddenly my Linksys PAP2NA registered with Sipsorcery can't receive Google voice calls and goes to directly to Google voice mail. Restaring the device does not help.

Yet all my softphones (X-Lite/PhonerLite) has no problem.

I made sure no hard SIP phone and softphone is open at the same time. What gives?
Last edited by mxnerd on Wed Aug 26, 2009 7:05 pm, edited 1 time in total.

LHM
Posts: 164
Joined: Tue Jul 28, 2009 7:11 pm

Post by LHM » Wed Aug 26, 2009 6:04 pm

No problem here. I also use PAP2NA w/SS registered

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

Post by mxnerd » Wed Aug 26, 2009 7:35 pm

I don't know why. But I have to reset PAP2NA to factory default and re-register sipsorcery account to get it going.

I swear I did not change any setting on PAP2NA. Oh, well.

It works now.

Post Reply