Hi! I'm setting up my IVR system, how can I register in a mysql database the IVR menus accessed by the clients ? Thanks a lot, Szasz Szabolcs
You could use func_odbc in your dialplan, check here : http://www.voip-info.org/wiki/index.php?page=Asterisk+func+func_odbc Yves. On Thu, 2008-08-21 at 14:57 +0300, Szasz Szabolcs wrote:> Hi! > > I'm setting up my IVR system, how can I register in a mysql database the > IVR menus accessed by the clients ? > > Thanks a lot, > > Szasz Szabolcs > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2008 - September 22 - 25 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Sorry, maybe I misunderstood your question. If you want the dialplan to be in a MySQL dabtase, check here : http://www.voip-info.org/wiki/view/Asterisk+configuration+from+database Works great, but the documentation is sometimes a bit outdated. Good luck. Yves. On Thu, 2008-08-21 at 14:57 +0300, Szasz Szabolcs wrote:> Hi! > > I'm setting up my IVR system, how can I register in a mysql database > the > IVR menus accessed by the clients ? > > Thanks a lot, > > Szasz Szabolcs > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2008 - September 22 - 25 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
> I'm setting up my IVR system, how can I register in a mysql database the > IVR menus accessed by the clients ?Just use the MYSQL-Functions in the dialplan to write the menues name (and datetime maybe) in a table. To access MYSQL from the dialplan you need to have the asterisk-addons. Christian