freeswitch/libs/esl/php/test.php
Anthony Minessale 2cb9db8c0f up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12117 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 21:41:06 +00:00

6 lines
125 B
PHP

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