fix events.pl

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12176 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-02-20 08:39:08 +00:00
parent 69fe38ad79
commit ff1a9d091e
1 changed files with 1 additions and 1 deletions

View 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");