[Freeswitch-users] Complex IVRs using data from MySQL

Brian Foster bdfoster at davri.com
Sat May 18 20:49:59 MSD 2013


Whether or not you hand it back to mod_ivr or not, to set a channel
variable in Lua:

session:setVariable("varname", "varvalue");

This has the same effect as using the set application in the dialplan:

<action application="set" data="varname=varvalue"/>

You can read the variable in Lua like this:

varname = session:getVariable("varname");

-BDF
On May 18, 2013 12:35 PM, "Telecube - John" <john at telecube.com.au> wrote:

> Ok, if someone could point me in the right direction I would be very
> grateful.
>
> I need to integrate database lookups into multi level IVRs to gather
> call routing info.
>
> The lookups are for variable multi digit keypress data as well as
> multiple sets of routing information.
>
> So far I can see my options are xml_curl or hand the call off to a lua
> script to handle the processing.
>
> I can catch the multi digit keypresses with regex and give that detail
> to a lua script, no problem.
>
> I'm hoping to be able to use the mod_ivr process as much as possible but
> I'm struggling to see how I can get data back into the call flow after
> dishing the duty off to lua.
>
> Can anyone point me down the right path please?
>
> Should I be happy to pass it off to lua and finish the lookups and
> routing in there?
>
> Should I try to keep as much as possible in the core ivr?
>
> Thanks..
>
> - John
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130518/e58d6b0f/attachment.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list