Hi,
My company using Vicidial and Asterisk to make calls (with SIP phones). Right now we are having a requirement to dial some numbers from MySQL database. Right now VICIDIAL uses AGI scripts to initiate calls from Asterisk. So is there a way to integrate MySQL into Asterisk? Or is there any other way to do so. Plz reply. Thank you in advance.
The best way is to create an AGI script which retrieves the needed informations from the mysql db and then set some channel variables, used later in the * dial plan, here you find an example: voip-info.org/wiki/view/Asterisk+AGI+php .