Search found 7 matches

by siwuxie
Sat Nov 27, 2010 3:20 am
Forum: Use Cases
Topic: Flexible table-controlled dialplan, Version 2
Replies: 56
Views: 147373

Re: Flexible table-controlled dialplan, Version 2

Hi, Mike I added a SIP account as follow. RK = VSP.new '#5', ' ${EXTEN}@raketu', 'raketu' I'm using this to make international calls. I call China with prefix 011 plus country code 86. However, everytime when I dial like this pattern #5011868714648283, the call doesn't go through. I also got the fol...
by siwuxie
Sat Jul 03, 2010 1:00 am
Forum: Use Cases
Topic: Flexible table-controlled dialplan, optimized for US, GV
Replies: 49
Views: 25982

Re: Flexible table-controlled dialplan, optimized for US, GV

Thanks Mike, it works great!
by siwuxie
Fri Jul 02, 2010 2:20 am
Forum: Use Cases
Topic: Flexible table-controlled dialplan, optimized for US, GV
Replies: 49
Views: 25982

Re: Flexible table-controlled dialplan, optimized for US, GV

Mike, Google Voice works. Here is the event * Console log of the call. DialPlan 02:18:22:487 sip1: New call from udp:69.172.121.20:5060 successfully authenticated by digest. DialPlan 02:18:22:519 sip1: Using dialplan default for Out call to sip:6464344619@sipsorcery.com. NewCall 02:18:22:519 sip1: E...
by siwuxie
Wed Jun 30, 2010 10:58 pm
Forum: Use Cases
Topic: Flexible table-controlled dialplan, optimized for US, GV
Replies: 49
Views: 25982

Re: Flexible table-controlled dialplan, optimized for US, GV

Or, you can treat Freephoneline's failure as a special case and handle it in a patch to dial method, like this: sys.Dial(@num,*args) # Dial status() # We shouldn't be here! Get error code... sys.Log("Call failed: code #{@code}, #{@reason}") # *** workaround for GV begin *** # if @num =~ /^1([^@]+)@F...
by siwuxie
Wed Jun 23, 2010 5:06 pm
Forum: Technical Support
Topic: Please help for my Dial Plan
Replies: 1
Views: 520

Please help for my Dial Plan

Hi guys, I need your help to setup my specific dial plan please. Here is my situation: 1. I added four SIP providers (Freephoneline, Gizmo, Raketu, localphone) under sipsorcery.com 2. I have Google Voice account, I added my Gizmo sip number(1747xxxyyyy) as forwarding number under google voice and I ...
by siwuxie
Wed Jun 23, 2010 5:58 am
Forum: Use Cases
Topic: Flexible table-controlled dialplan, optimized for US, GV
Replies: 49
Views: 25982

Re: Flexible table-controlled dialplan, optimized for US, GV

Hi Mike, I need you help to setup my dial plan please. Here is my situation: 1. I added four SIP providers (Freephoneline, Gizmo, Raketu, localphone) under sipsorcery.com 2. I have Google Voice account, I added my Gizmo sip number(1747xxxyyyy) as forwarding number under google voice and I want to us...
by siwuxie
Tue Jun 22, 2010 5:06 am
Forum: Use Cases
Topic: Flexible table-controlled dialplan, optimized for US, GV
Replies: 49
Views: 25982

Re: Flexible table-controlled dialplan, optimized for US, GV

Hi MikeTelis, I need your help please. I have a 3rd party VOIP provider which is freephoneline.ca, and I use it (1416xxxyyyy)as the google voice forward number. What I want is to use Google Voice + freephoneline + sipsorcery.com = Free Inbound/outbound Calling. In this case, what dialplan I should u...