[Freeswitch-svn] [commit] r12176 - freeswitch/trunk/libs/esl/perl

FreeSWITCH SVN brian at freeswitch.org
Fri Feb 20 00:39:08 PST 2009


Author: brian
Date: Fri Feb 20 02:39:08 2009
New Revision: 12176

Log:
fix events.pl

Modified:
   freeswitch/trunk/libs/esl/perl/events.pl

Modified: freeswitch/trunk/libs/esl/perl/events.pl
==============================================================================
--- freeswitch/trunk/libs/esl/perl/events.pl	(original)
+++ freeswitch/trunk/libs/esl/perl/events.pl	Fri Feb 20 02:39:08 2009
@@ -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");
 



More information about the Freeswitch-svn mailing list