[Freeswitch-users] breaking the ice with IVR

Julien Chavanton jc at atlastelecom.com
Fri Jul 11 12:28:03 PDT 2008


I am making test in order to experiment IVR application with Freeswitch, 
I have spent a few hours trying, reading and searching the wiki.

I am starting by looking for XML or Perl scripting.



- How do we call a perl script from a dialplan like "default_context.xml"

  <extension name="perl_test">
     <condition field="destination_number" expression="5000">
       <action application="perl" data="/tmp/xml.pl"/>
     </condition>
   </extension>

- I have tried to test the IVR application "conf/lang/en/demo/demo-ivr.xml"

   <extension name="ivr_demo">
     <condition field="destination_number" expression="5000">
       <action application="ivr" data="demo_ivr"/>
     </condition>
   </extension>


error:

 2008-07-11 10:04:18 [ERR] mod_dptools.c:1147 ivr_application_function() 
Unable to find menu


 Do I have to put the xml ivr file somewhere ?


Thanks,
Julien




More information about the FreeSWITCH-users mailing list