fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12112 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
573e967638
commit
00dbfc6dd9
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue