Create IVR for checking user account validity

Hello All,

I need an example for create an IVR that communicate with MySQL DB (ie. to check user account validity)

Could any body please advise?

Thanks & Regards

Winan

This is not a FreePBX issue. Custom programming interfaces with Asterisk.

FreePBX provides “hooks” in the dial plan to interface custom code and a file structure to place the code in (/etc/asterisk/externsions_custom.conf). Please see the development wiki for details.

http://www.asteriskdocs.org provides complete documentation on Asterisk API’s form interfacting with MySQL in the dial plan.

Hope this helps.