From: Brian West Date: Fri, 20 Feb 2009 08:39:08 +0000 (+0000) Subject: fix events.pl X-Git-Tag: v1.0.4~1924 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1a9d091e2f3f4faf491614991d23ffa01d8eec;p=thirdparty%2Ffreeswitch.git fix events.pl git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12176 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/perl/events.pl b/libs/esl/perl/events.pl index 73e3de6981..dd01818eb7 100644 --- a/libs/esl/perl/events.pl +++ b/libs/esl/perl/events.pl @@ -1,6 +1,6 @@ require ESL; -my $con = new ESL::eslConnection("localhost", "8021", "ClueCon"); +my $con = new ESL::ESLconnection("localhost", "8021", "ClueCon"); $con->events("plain", "all");