[Freeswitch-dev] mod_php in SVN Trunk
Brian West
brian.west at mac.com
Thu Sep 7 16:29:59 EDT 2006
OK the Skeleton of mod_php is in SVN Trunk. Someone will need to
take this and extend its functionality as desired or needed.
This can embed php in freeswitch or freeswitch into php.
example:
<?
include("freeswitch.php");
fs_core_set_globals();
fs_core_init("");
fs_loadable_module_init();
fs_console_loop();
fs_core_destroy();
?>
Thats exactly the same as running the freeswitch binary but its
living inside of php. (mod_perl can do it also this way)
So anyone wants to pick this up and run with it let me know.
Thanks,
Brian
More information about the Freeswitch-dev
mailing list