Simple wizard dial plan, where?

Getting started with the SIP Sorcery
Post Reply
junli53
Posts: 2
Joined: Thu Aug 25, 2011 9:28 pm

Simple wizard dial plan, where?

Post by junli53 » Thu Aug 25, 2011 9:33 pm

Hi, where can I find a actual sample of simple wizard dial plan? tks, junli53

junli53
Posts: 2
Joined: Thu Aug 25, 2011 9:28 pm

Re: Simple wizard dial plan, where?

Post by junli53 » Thu Aug 25, 2011 9:47 pm

I got it, but too much for me to go through it.

Is it possible to have sample of Ruby dial plan just for a single sip provider?

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

Re: Simple wizard dial plan, where?

Post by Aaron » Fri Aug 26, 2011 2:32 am

If all you want to do is process outgoing calls through a single provider then you can use:

Code: Select all

sys.Dial("yourprovider")

Post Reply