Logo
Explore Help
Sign In
kenmirrors/freeswitch
1
0
Fork 0
You've already forked freeswitch
mirror of https://github.com/signalwire/freeswitch.git synced 2025-05-08 16:53:21 +00:00
Code Issues Projects Releases Wiki Activity
freeswitch/libs/esl/perl/single_command.pl

9 lines
188 B
Perl
Raw Normal View History

add c++ wrapper for esl and a perl module using swig (might need more work) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12074 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 00:27:28 +00:00
require ESL;
change example git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12181 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 16:54:08 +00:00
my $command = shift;
my $args = join(" ", @ARGV);
update esl git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12111 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 20:13:45 +00:00
my $con = new ESL::ESLconnection("localhost", "8021", "ClueCon");
revert git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12461 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-05 15:18:54 +00:00
my $e = $con->api($command, $args);
add c++ wrapper for esl and a perl module using swig (might need more work) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12074 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 00:27:28 +00:00
print $e->getBody();
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 693ms Template repo/home: 57ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API