[Freeswitch-trunk] [commit] r12461 - freeswitch/trunk/libs/esl/perl
FreeSWITCH SVN
anthm at freeswitch.org
Thu Mar 5 07:18:54 PST 2009
Author: anthm
Date: Thu Mar 5 09:18:54 2009
New Revision: 12461
Log:
revert
Modified:
freeswitch/trunk/libs/esl/perl/single_command.pl
Modified: freeswitch/trunk/libs/esl/perl/single_command.pl
==============================================================================
--- freeswitch/trunk/libs/esl/perl/single_command.pl (original)
+++ freeswitch/trunk/libs/esl/perl/single_command.pl Thu Mar 5 09:18:54 2009
@@ -4,5 +4,5 @@
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();
More information about the Freeswitch-trunk
mailing list