[Freeswitch-users] ESL Mono/Managed

Brian West brian at freeswitch.org
Thu Jan 14 06:50:46 PST 2010


I need someone that knows C# to write up some examples using ESL in C#

cd libs/esl
make managedmod
cd managed

Look at the perl example single_command.pl
require ESL;

my $command = shift;
my $args = join(" ", @ARGV);

my $con = new ESL::ESLconnection("localhost", "8021", "ClueCon");
my $e = $con->api($command, $args);
print $e->getBody();


Need to write the same thing in C# and commit it as an example.  Also other examples exist in the perl directory those should be translated also if possible.

If you're interested please find me on IRC (bkw_)

Thanks,
Brina





More information about the FreeSWITCH-users mailing list