git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12117 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-02-17 21:41:06 +00:00
parent bab0728ae0
commit 2cb9db8c0f
11 changed files with 1903 additions and 469 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
require_once('ESL.php');
$esl = new eslConnection('127.0.0.1', '8021', 'ClueCon');
echo $esl->sendRecv("api status");