]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix events.pl
authorBrian West <brian@freeswitch.org>
Fri, 20 Feb 2009 08:39:08 +0000 (08:39 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 20 Feb 2009 08:39:08 +0000 (08:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12176 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/perl/events.pl

index 73e3de6981289020ed285b6209de515d939adaed..dd01818eb79f4d10c7296148ddffe28cdfd5bad7 100644 (file)
@@ -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");