a simple dial plan for gv, ss, ipkall, and an ata

Getting started with the SIP Sorcery
Post Reply
pokie
Posts: 12
Joined: Wed Aug 31, 2011 4:23 am

a simple dial plan for gv, ss, ipkall, and an ata

Post by pokie » Wed Sep 07, 2011 11:28 pm

i got my dial plan working and all thanks to mnipp, he is a genius. i use a cb number through ipkall, goggle voice, and sip sorcery and an ata, that is a Linksys PAP2T-NA. the dial plan allows me to phone local calls with seven digit calling and is very simple, allowing incoming and outgoing calls using a simple cordless house phone, again thanks to mnipp. it is as follows.




num = req.URI.User.to_s
num = "816" + num if num.length == 7
sys.GoogleVoiceCall("samp*******@gmail.com","pok*****","2537*****",num,".*",1)
sys.Log("Sorry, Google Voice Call failed.")

i hope this helps people like me whom has no coding experience a little.

smallwondermale
Posts: 6
Joined: Fri Oct 28, 2011 7:31 am

Re: a simple dial plan for gv, ss, ipkall, and an ata

Post by smallwondermale » Sun Oct 30, 2011 3:49 am

Glad to hear someone can get a Linksys PAP2T-NA to work, I also have a Linksys PAP2T-NA but can not get it to work. when I call out the phone being called rings one time, and my end goes to a busy tone. Would appreciate if you could tell me how your settings are setup. Thank you for any help you can give. Or that anyone can give. I have been trying for over a year to get this to work and I won't give up until I get it.

Post Reply