Confirmation number?

New features you'd like see on SIP Sorcery
Frozen
Posts: 13
Joined: Mon Jun 07, 2010 8:02 pm
Location: Canada

Re: Confirmation number?

Post by Frozen » Thu Jun 24, 2010 4:56 am

reraikes wrote:Temporarily get rid of your incoming dial plan (set it to blank in the drop-down menu). If necessary, limit your outgoing dialplan to just the sys.GoogleVoiceCall() function.

Keep things simple to start with. Get one thing working before you try to add more complexity.
Just did that, got the same thing.

Just left this:

Code: Select all

#psycodialiout v 1.0 by psycon psyconpgATgmail.com
#Check for updates at the freephoneline.ca forums
GV_USER = 'removed'             ###### your GV e-mail address (user@gmail.com)
GV_PASS = 'remove'                              ###### my GV password
CB_NUMBER = '3xxxxxxxxx'                    ####### your number that google voice forwards to
sys.Log "** Call from #{req.Header.From} to #{req.URI.User} **"
case req.URI.User
when /^1/ then sys.GoogleVoiceCall(GV_USER,GV_PASS,CB_NUMBER,"#{req.URI.User}") #GV Call Via Callback
end

djon
Posts: 70
Joined: Wed Jun 10, 2009 10:29 am

Re: Confirmation number?

Post by djon » Thu Jun 24, 2010 5:47 am

Need to update. Try this:
sys.GoogleVoiceCall(GV_USER,GV_PASS,CB_NUMBER,"#{req.URI.User}", ".*", 1)
GV phone type 1 for home 7 for gizmo5

you can also set the callback parameter. default is 30
sys.GoogleVoiceCall(GV_USER,GV_PASS,CB_NUMBER,"#{req.URI.User}", ".*", 1,15)

Frozen
Posts: 13
Joined: Mon Jun 07, 2010 8:02 pm
Location: Canada

Re: Confirmation number?

Post by Frozen » Thu Jun 24, 2010 6:51 am

djon wrote:Need to update. Try this:
sys.GoogleVoiceCall(GV_USER,GV_PASS,CB_NUMBER,"#{req.URI.User}", ".*", 1)
GV phone type 1 for home 7 for gizmo5

you can also set the callback parameter. default is 30
sys.GoogleVoiceCall(GV_USER,GV_PASS,CB_NUMBER,"#{req.URI.User}", ".*", 1,15)
Ahh, it works! Thanks a lot! 8)

Now that's done, is there anyway to make a incoming caller enter like a password to connect to the phone?

Also, can I setup more then one SIP phone on the same line? I'm thinking about setting up a line 2.

donaldlee417
Posts: 1
Joined: Mon Jun 27, 2011 5:44 am

Re: Confirmation number?

Post by donaldlee417 » Mon Jun 27, 2011 5:46 am

I had been a frequent user of the 1800GOOG411 service. It's a good feeling to know that information is just one phone call away. I was really disheartened when I heard of it shutting down sometime back. One of my friends suggested calling 1800-500-0000, a toll-free service by Justdial. This service will not cease to amaze you. It has human-assisted service, one ring pick up, and they also connect you to the local vendors. Simply amazing!

Post Reply