[Freeswitch-users] How to run IVR application

Lei Tang lei.tlfly at gmail.com
Tue Nov 24 18:03:04 PST 2009


you can do this in follow steps:
1.edit default.xml diaplan config file in your fs config
directory(FS/conf/dialplan/default.xml), and section
     <extension name="ivr_demo2">
      <condition field="destination_number" expression="^\*114$">
        <action application="lua" data="../ivr/test.lua"/>
      </condition>
     </extension>
2. edit your ivr script, your can refer to
http://wiki.freeswitch.org/wiki/Mod_lua for how to write ivr script in lua.
3. connect your sip phone to fs, and dial 114, this will launch your ivr
application


2009/11/24 ovvenkat <ovvenkatesan at gmail.com>

> Hi to all,
>
> I am very new this platform . I just downloaded freeswitch to my windows xp
> machine , compiled successfully and run. After that I dont have any idea
> what to do :( . I am not finding simple kind of tutorial on the net. could
> you please suggest me, how I have to proceed. My requirement is;  I need to
> run IVR application on machine using SIP phone. I am very sorry to my bad
> English.
>
> Thanks and Regards,
> Venkat.
>
> --
>
> If you have come to help me, you are wasting your time.
> If you have come to because your liberation is bound up in mine, we can
> work together.
>
>
> Regards
> Venkatesan OV.
>
> _______________________________________________
> 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
>
>


-- 
Lei.Tang
lei.tlfly at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091125/c8e49dd1/attachment-0002.html 


More information about the FreeSWITCH-users mailing list