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>&lt;extension name=&quot;IVR&quot;&gt;<br>       &lt;condition field=&quot;destination_number&quot; expression=&quot;5000&quot;&gt;<br>
               &lt;action application=&quot;perl&quot; data=&quot;/tmp/test.pl&quot;/&gt;<br>       &lt;/condition&gt;<br>&lt;/extension&gt;<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 &lt;load module=&quot;mod_perl&quot;&gt;  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>