mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-08 05:54:45 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2658 d0543943-73ff-0310-b7d9-9358b9ac24b2
25 lines
772 B
PHP
25 lines
772 B
PHP
<?php
|
|
|
|
/* ----------------------------------------------------------------------------
|
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
|
* Version 1.3.21
|
|
*
|
|
* This file is not intended to be easily readable and contains a number of
|
|
* coding conventions designed to improve portability and efficiency. Do not make
|
|
* changes to this file unless you know what you are doing--modify the SWIG
|
|
* interface file instead.
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
global $FREESWITCH_LOADED__;
|
|
if ($FREESWITCH_LOADED__) return;
|
|
$FREESWITCH_LOADED__ = true;
|
|
|
|
/* if our extension has not been loaded, do what we can */
|
|
if (!extension_loaded("php_freeswitch")) {
|
|
if (!dl("php_freeswitch.so")) return;
|
|
}
|
|
|
|
|
|
|
|
?>
|