I am new to Freeswitch, I started to write a dial plan using perl instead of xml in the case of IVR.<br>I used the following statement in the dialplan/default.xml file<br><extension name="IVR"><br> <condition field="destination_number" expression="5000"><br>
<action application="perl" data="/tmp/test.pl"/><br> </condition><br></extension><br clear="all"><br>I am using Twinkle Soft phone.When I am calling to 5000 in the freeswitch console it tells the following error.<br>
Invalid application perl.<br><br>From that I understood there is no Perl module has been installed.Then I uncommented the line <load module="mod_perl"> from modules.conf.xml. Again I checked with my Perl version it also supports <br>
usemultiplicity.<br><br>Where I made a mistake?<br>Can anyone please solve my problem?<br>I want to execute the Perl script in the dial plan.<br><br><br>-- <br>Regards,<br>Thangappan.M<br>