[asterisk-users] IVR question

2008-08-21 Thread Szasz Szabolcs
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 -

Re: [asterisk-users] IVR question

2008-08-21 Thread Yves Räber
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

Re: [asterisk-users] IVR question

2008-08-21 Thread Christian Victor
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.

Re: [asterisk-users] IVR question

2008-08-21 Thread Yves Räber
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

[asterisk-users] IVR question for asterisk

2007-06-23 Thread satish patel
Dear ALL I want to use IVR on my asterisk auto attendent call feature so basically how do i configure IVR and how do i tell to my asterisk which call is local or which call comming from outside world - Fussy? Opinionated? Impossible to please?

Re: [asterisk-users] IVR question for asterisk

2007-06-23 Thread Dean Collins
: [asterisk-users] IVR question for asterisk Dear ALL I want to use IVR on my asterisk auto attendent call feature so basically how do i configure IVR and how do i tell to my asterisk which call is local or which call comming from outside world Fussy

Re: [asterisk-users] IVR question for asterisk

2007-06-23 Thread Tzafrir Cohen
Hi On Sat, Jun 23, 2007 at 03:05:47AM -0700, satish patel wrote: Dear ALL I want to use IVR on my asterisk auto attendent call feature so basically how do i configure IVR and how do i tell to my asterisk which call is local or which call comming from outside world

[Asterisk-Users] IVR Question

2004-01-06 Thread tony banks
Hello In my IVR menu whenever user select the option number 1 then it should jump to echo context, I think call did jump to echo context but I always get the following warning and I hear couple of beeps and then call hung ups. -- Goto (echo,s,1) WARNING[1227879616]: File pbx.c, Line 1160

Re: [Asterisk-Users] IVR Question

2004-01-06 Thread Olle E. Johansson
tony banks wrote: Hello In my IVR menu whenever user select the option number 1 then it should jump to echo context, I think call did jump to echo context but I always get the following warning and I hear couple of beeps and then call hung ups. -- Goto (echo,s,1) WARNING[1227879616]: File