* @copyright Deakin University 2007,2008 * @package queXS * @subpackage voip * @link http://www.deakin.edu.au/dcarf/ queXS was writen for DCARF - Deakin Computer Assisted Research Facility * @license http://opensource.org/licenses/gpl-2.0.php The GNU General Public License (GPL) Version 2 * */ if (php_sapi_name() !== "cli") { die(); } /** * VoIP functions */ include("../functions/functions.voip.php"); $t = new voipWatch(); $t->connect(VOIP_SERVER,VOIP_ADMIN_USER,VOIP_ADMIN_PASS,true); $t->watch(); ?>