Search found 7 matches

by netvoice
Tue Oct 29, 2013 2:32 am
Forum: Dial Plan Wizards (Telis & Simple)
Topic: Trying to divert an incoming call with dial plan
Replies: 3
Views: 23715

Re: Trying to divert an incoming call with dial plan

Hi Aaron,

If I have several numbers need to forward to MOH, what should I write in the rule? I try to put numbers like

Code: Select all

 if req.Header.From.FromURI.User =~ /123456789/564213789/
 sys.Dial("music@iptel.org")
But it doesn't wrok.

Thanks
by netvoice
Wed Apr 11, 2012 6:31 pm
Forum: Report a bug
Topic: FPL incoming call not working
Replies: 2
Views: 1568

Re: FPL incoming call not working

All incoming call through SIPSorcery are not working again.
by netvoice
Wed Apr 11, 2012 2:30 am
Forum: Report a bug
Topic: FPL incoming call not working
Replies: 2
Views: 1568

Re: FPL incoming call not working

It jsut suddendly works again. Incoming call from FPL works now. No idea what happen.

Thanks
by netvoice
Wed Apr 11, 2012 1:56 am
Forum: Report a bug
Topic: FPL incoming call not working
Replies: 2
Views: 1568

FPL incoming call not working

If I use sipsorcery to register Freephoneline, incoming call never ring my phone and the calling party only get 20 seconds silent and then busy signal. Here is the consol result: DialPlan 01:32:42:703 sip1(17276): No dialplan specified for incoming call to xxxx@sipsorcery.com, registered bindings wi...
by netvoice
Tue Apr 10, 2012 1:59 am
Forum: Report a bug
Topic: Problem: Unable to receive SipGate callbacks!
Replies: 6
Views: 4388

Re: Problem: Unable to receive SipGate callbacks!

out going call is ok but incoming totally dead.
by netvoice
Sun Jan 08, 2012 2:41 am
Forum: Technical Support
Topic: one way voice when call through SIPSorcery
Replies: 2
Views: 506

Re: one way voice when call through SIPSorcery

Thanks Aaron!

I search google and found a good website (http://think-like-a-computer.com/2011/0 ... udio-voip/). Use the method(reduce the SIP port range) to fix my problem. Now both side could hear each other.

Thanks
by netvoice
Sat Jan 07, 2012 7:54 pm
Forum: Technical Support
Topic: one way voice when call through SIPSorcery
Replies: 2
Views: 506

one way voice when call through SIPSorcery

Hi, I have a little problem when calling between two SIP accounts. For example, I have 2 accounts: 123@sipsorcery.com and abc@sipsorcery.com. I set a dialplan for 123 like: when "100" then sys.Dial("abc@sipsorcery.com") When I dial 100 from the phone register with 123@sipsorcery.com, the call connec...