Page 1 of 1

IVR MENU

PostPosted: Thu Feb 28, 2019 5:19 pm
by jfonseca10
Good afternoon,

I have an inbound campaing configured with the number 2211805 and I answered a recording which asks me for an
identification number, how can I do so at the time of the answer that data validates me if it is in a mysql database?

Sorry if I wrote wrong since I'm from Ecuador and I speak Spanish
Thanks

Re: IVR MENU

PostPosted: Wed Mar 13, 2019 12:34 am
by jmathew
this can be achieved by having an AGI script or running MYSQL query directly with ODBC.

Re: IVR MENU

PostPosted: Wed Mar 13, 2019 4:54 am
by mflorell
There are several examples of IVR AGI scripts within the VICIdial codebase that use MySQL to validate customer DTMF entries, just take a look in the 'agi' folder of the VICIdial codebase.

Re: IVR MENU

PostPosted: Wed Mar 13, 2019 7:45 am
by ambiorixg12
I think you can try https://github.com/inktel/Vicidial/blob ... cation.agi for this purpose, or if you have the skills Asterisk directly allow many options like ODBC, AGI() and System() to write directly to a DB