mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
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
This commit is contained in:
@@ -4,6 +4,6 @@ require ESL;
|
||||
my $command = shift;
|
||||
my $args = join(" ", @ARGV);
|
||||
|
||||
my $con = new ESL::ESLconnection("localhost", "8021", "ClueCon");
|
||||
my $con = new ESL::ESLconnection("127.0.0.1", "8021", "ClueCon");
|
||||
my $e = $con->api($command, $args);
|
||||
print $e->getBody();
|
||||
|
Reference in New Issue
Block a user