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

10 lines
204 B
Perl
Raw Normal View History

add #!
2014-03-21 15:33:38 -05:00
#!/usr/bin/perl
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);
FS-7769 More features add var=val member lookup usable wherver member_id is valid in api commands add bgimg to layouts with api command or config for global setting fix bug with overlap layouts combined with odd sized layers improve switch_img_fit to take a modifier for fit, streach or both at once
2015-07-28 19:40:14 -05:00
my $con = new ESL::ESLconnection("127.0.0.1", "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: 206ms Template repo/home: 2ms
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