git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12112 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-02-17 20:17:12 +00:00
parent 573e967638
commit 00dbfc6dd9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ my $aleg_cid_num = "0987654321";
my $bleg_cid_num = "1234567890";
my $q = new CGI;
my $c = new ESL::eslConnection("localhost", "8021", "ClueCon");
my $c = new ESL::ESLconnection("localhost", "8021", "ClueCon");
print $q->header;
if($q->param()) {