Visual Dialplan Tutorials and Dialplan examples

Dial plan examples

Dial plan code snippets

Other info

Visual Dialplan tutorials

Download, install and overview
Free PBX (Elastix, trixbox, PIAF ...)
Databases
Other

Contest - Win free Visual Dialplan Professional license

This is contest to find the most useful Asterisk dial plans developed with Visual Dialplan. The group of judges will review all received dial plans and select the winner. The winner will get the free Visual Dialplan Professional license (or other license of his/her choice for the same value).

This is not only about the free licenses but you will be helping your fellow Asterisk community members speed up their dial plan development, and you might find some useful code for yourself!

Read more





Hi,
please inform me to how to play two voice files simultaneosly in a dial plam
For example,
when a call is answered a along with the prompt a background music should play as long as call is active


Is there any forum can discuss the question when using Visual Dial Plan? I have one question need some advise. How should I set in DeadAGI for the following code?
DeadAGI(agi://127.0.0.1:4577/call_logHVcausesPRI-NODEBUG-${HANGUPCAUSE}-${DIALSTATUS}-${DIALEDTIME}-${ANSWEREDTIME})
Many thanks for any advice!


Tony, try this - use two agi building blocks, one after another, and configure them to get the following code in the build window.

First AGI block:

DeadAGI(agi://127.0.0.1:4577/call_logHVcausesPRINODEBUG${HANGUPCAUSE}${DIALSTATUS}${DIALEDTIME}--${ANSWEREDTIME}, )

Second AGI block:

AGI(agi://127.0.0.1:4577/call_log?HVcauses=true&PRI=true&NODEBUG=true&HANGUPCAUSE=${HANGUPCAUSE}&DIALSTATUS=${DIALSTATUS}&DIALEDTIME=${DIALEDTIME}&ANSWEREDTIME=${ANSWEREDTIME})

I didn't test it but it should work.

Brian.


Is/Will Visual Dialplan support the "official" Skype for Asterisk channel driver that is now available through Digium?


Yes, Visual Dialplan will support Skype for Asterisk in one of coming releases.


We could really use a forum for users to compare notes and ask questions.

Is the dbget, dbput, etc. using a ODBC database connection? How do database calls work here?


Hello Sean,

Thank you for your interest in Visual Dialplan.
We will be opening the forum in the next several weeks.

Visual Dialplan supports integrated Asterisk database and MySQL database (if you have installed Asterisk add-ons).
DBExists, DBget, DBput, DBdel and DBDelTree are designed to be used with integrated Asterisk database while building blocks with MySQL prefix are designed to be used with MySQL database.

Currently we are working on the new version that will support all other databases and will give user ability to add their own databases drivers (if/where needed).

Admin.


On the forums: Sweet.

On the database: just add a realtime gui element, parse extconfig.conf, present the families and fields as dropdowns. This will allow you to use all kinds of realtime frameworks.

Work out all the other details that I'm not smart enough to figure out, viola :)

Thanks folks...glad I bought it!


Anyone been able to get the Cepstral widget to work? We installed Cepstral, but when we try to use the widget the call drops.


What bug fixes were fixed in the new patch? Is there a log anywhere?


Hi Bobby,

I just added the page with the changelog info:
http://apstel.com/codezone/tiki-index.php?page=Visual+Dialplan+changelog (external link)

Best regards.
Admin


Following up on Sean's post, I would love a couple of database examples: How to set them up and how to query them. It appears that Visual Dial Plan has the ability to utilize a couple of database structures. Any additional information would be hugely helpful!


How to work with MySQL database in the dial plan:
http://apstel.com/codezone/tiki-index.php?page=Work+with+MySQL+database+in+the+dial+plan (external link)

More info will come soon after we release new module that will allow integration with all database types.

Admin.


hi,

i am very new to asterisks and after doing some programming in asterisk, i am badly stuck..
I just want to pass the incoming call stream to my speech engine which is running in backend..so is there any way to do this ? Firstly i thought to write the incoming call stream to a pipe/socket but i didn't found the actual code, where i need to modify these changes..

So plz help me doing this..
i will be very very thankful to you..thanks is advance..!!


Hello, any plans on supporting FreeSwitch instead of asterisk in the near future?

Thanks


> Anyone been able to get the Cepstral widget to work?

Jeff, I am using it for some time now. It works perfectly. Contact me of the list of you need some help on this.

Michael


You really make it seem so easy with your article but I find this topic to be really something which I think I would never understand. It seems too complicated and very broad for me. I am looking forward for your next post, I will try to get the hang of it! As a rule I download everything I need (all the books, articles and tutorials) by http://www.picktorrent.com (external link) but I'm really glad to find your site. keep up the good work!


Hello,

When we try to make an outbound call with the "Dial" tool, we get the circuit-busy message. If we create an outbound route in Elastix and in the dialplan us the "Goto" to call out, it works fine.

If we look at the log at the asterisk server we see the same line for the Dial function: Dial("SIP/504-09ece440", "SIP/Trunk1/0123456789")

We want to use the "Dial" tool because we need to continue with the dialplan after hangup (this works fine for inbound calls to an extension)

Anyone got any idea about why it isn't working?


Thanks in advance!

Matthijs


hi every body
how can i send sms with visual dial plan?


i have established a call in asterisk through sip.its a LAN connection.now i want to switch from LAN to WLAN how i may do that?the call will be routed through LAN to WLAN via SIP exchange?

Page: 1/2  [Next]
1  2 

Post new comment

big grin confused cool cry eek evil exclaim frown idea lol mad mr green neutral question razz redface rolleyes sad smile surprised twisted wink arrow santa




Anti-Bot verification code: Random Image
Enter the code you see above:
Post new comment

Open Posting comments
Use [http://www.foo.com] or [http://www.foo.com|Description] for links.
HTML tags are not allowed inside posts.