Dialplan that works with GV-Sipgate

Discussions about using SIP Sorcery on your own computer/server
Post Reply
MikeJoe
Posts: 8
Joined: Mon Oct 18, 2010 3:02 am

Dialplan that works with GV-Sipgate

Post by MikeJoe » Sat Oct 23, 2010 3:03 am

Hi All,
Does anyone has a complex or simple dial plan script that works with SS local version for GV-Sipgate? I tried to search for it and I got different hits but couldn't make any one work.

Thank you,
Mike

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

Re: Dialplan that works with GV-Sipgate

Post by Aaron » Sat Oct 23, 2010 10:07 am

If you only want to make outgoing calls from your lcoal version with GV-sipgate there's no difference between sipsorcery.com and the local version. You only need a single line of:

Code: Select all

sys.GoogleVoiceCall("youremail@gmail.com", "yourpassword", "yoursipgatenumber", "2132701859", ".*")

MikeJoe
Posts: 8
Joined: Mon Oct 18, 2010 3:02 am

Re: Dialplan that works with GV-Sipgate

Post by MikeJoe » Sat Oct 23, 2010 6:48 pm

This plan initiate the call and the other side pick up the phone, but I still hear ringing tone and they hear nothing. Do you know what would be the problem?

Also, the incoming is not working at all.

It seems the the problem is with the ports. I check the following ports and they are all open (forwarded to my local machine):

Open UDP 5060 and 5061 ports (for SIP traffic)
Open TCP 80 port (for IIS)
Open TCP 8080 port (for provisioning service)

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

Re: Dialplan that works with GV-Sipgate

Post by Aaron » Sat Oct 23, 2010 9:25 pm

Have you configured the IP addresses at the top of proxyscript.py to match your machine?

MikeJoe
Posts: 8
Joined: Mon Oct 18, 2010 3:02 am

Re: Dialplan that works with GV-Sipgate

Post by MikeJoe » Sun Oct 24, 2010 3:20 am

Aaron wrote:Have you configured the IP addresses at the top of proxyscript.py to match your machine?
Well done. Now it's working perfectly.

I wish these steps were already in the sticky guide.

Thanks again,
Mike

Post Reply