Trouble with dial plan

Support zone
Post Reply
zargnut
Posts: 6
Joined: Tue Dec 23, 2014 3:00 pm

Trouble with dial plan

Post by zargnut » Tue Dec 23, 2014 4:46 pm

Hi,

I was able to register my provider and able to connect using my client... But when I try to place a call, I just get the default calling plan music.

I am unclear how to connect to my provider using your service and the simple wizard is not so simple :-P

I tried using this string and got a 403 forbidden error

sys.Dial("##########@sip at phonepower dot com")

If I registered my SIP provider is their an alternative syntax I should use to make outgoing calls? Do I need to do anything to receive incoming calls?

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

Re: Trouble with dial plan

Post by Aaron » Sun Dec 28, 2014 10:08 am

In your outgoing dialplan you need to use the name you have assigned to the SIP Provider rather than the SIP Provider's domain name. Assuming you have named your SIP Provider "phonepower" an example dialplan would be:

Code: Select all

sys.Dial("12345678@phonepower") 
I'd also recommend having a look at the Getting Started Guide http://www.sipsorcery.com/mainsite/Help which goes through the main concepts of getting up and running with the sipsorcery service.

Post Reply