-
#5872 |
We are planing on using the Dial plan to speed the development.
and for the reading look great.we havent downloaded the sample yet, but soon
1)
how easy is to create a simple dial plan that
when you Press 1.An ivr Askyou for an account in a database and then speek something like
a teorical sample.
the account and total point are stored in a MySQL Database.
Thank for your Reply
PS: Sorry about English, My Main is not English.
#5873 |Hello Oper,
This should be very easy to develop with Visual Dialplan.
Check these two youtube moves to get up to speed with Visual Dialplan and most of the dial plan logic you described you will find in the second example.Lesson 1 – Basic dialplan elements and “Hello world” dialplan:
Lesson 2 – Simple Voice Menu, Special extensions, Dial block and Voicemail:
You do not need all that but check it anyway, those are short movies that will give you all you need to get started.
The easiest way to work with MySQL (and any other database) is to use DbQuery component (Apstel Integration Server). Check this article:
http://www.apstel.com/visual-dialplan-tutorials/database-connectivity/What Asterisk distribution do you use?
The dial plans develooped in these lessons are for the Plain Asterisk distribution.
If you use Free PBX based distribution (Elastix, PIAF, trixbox etc.) you should just change the name of the context from “inbound” to “vdp-inbound”.
Also make sure to select “Free PBX” for Asterisk server type at Preferences window.If you have any trouble with this feel free to contact Apstel support team directly.
Best regards,
Danie MinitchApstel support team
http://www.Apstel.com-
This reply was modified 10 years, 6 months ago by
admin.
#5874 |Thank,
2 More Question:
1) I want to read 2000 members and speak the total point after call process, flag the record that it was already dailed. if another record is inserted in database asterisk should dial asap and speak there points. is this posible or similar workaround?
2) What about Text to Speech?
This 2 question are for another project.
we will test how easy is the frist example.
#5875 |Hello Oper,
1) I am not sure if I understood the question correctly but using Visual Dialplan you can combine work with databases(update, select, insert records) with dial plan call flow.
2) Visual Dialplan supports several Text-To-Speech (TTS) applications like Cepstral (TTS), Festival (TTS)..
I hope this answers your questions.
Best regards,
Michael DenichApstel support team
http://www.Apstel.com -
This reply was modified 10 years, 6 months ago by
You must be logged in to reply to this topic.