freeswitch/libs/esl/php/test.php
Anthony Minessale 9089dddc6f add work-around for php
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12121 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 23:18:28 +00:00

8 lines
147 B
PHP

<?php
require_once('ESL.php');
$esl = new eslConnection('127.0.0.1', '8021', 'ClueCon');
$e = $esl->sendRecv("api status");
print $e->getBody();