Can we store dtmf digits in MySQL. Our customers call in a number and recording their contact number. I want them to type in the number and somehow save these in MySQL along with the recording file.
Is this possible with VDP?
Sure you can do this, there are even some dial plan examples bundled with Visual Dialplan that shows how you can collect digits and do database query.
Check Single select and Multiselect database examples that comes with VDP.
You may also want to check the following tutorial that describes how to work with databases in Asterisk: http://www.apstel.com/visual-dialplan-tutorials/database-connectivity/
This reply was modified 10 years, 6 months ago by admin.