git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12461 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-03-05 15:18:54 +00:00
parent 3792a175f0
commit f070469b2c
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ my $command = shift;
my $args = join(" ", @ARGV);
my $con = new ESL::ESLconnection("localhost", "8021", "ClueCon");
my $e = $con->bgapi($command, $args);
my $e = $con->api($command, $args);
print $e->getBody();