Perhaps you should look at controlling calls via the FreeSWITCH event socket instead of from the dialplan. The nice thing about the event socket is that your call control can happen on a separate machine. There is a PHP module for the ESL (event socket library) and it would be relatively easy for you to get going. Here are some links to get you started:<br>
<br><a href="http://wiki.freeswitch.org/wiki/PHP_Event_Socket">http://wiki.freeswitch.org/wiki/PHP_Event_Socket</a><br><a href="http://wiki.freeswitch.org/wiki/Event_Socket">http://wiki.freeswitch.org/wiki/Event_Socket</a><br>
<br>If you absolutely MUST have call control with scripts inside of the dialplan then there simply is no better choice than Lua. You can learn Lua in a few hours, but getting mod_php finished and debugged will take time, money, and other resources that no one seems willing to spend. Here is some information to consider:<br>
<br><a href="http://wiki.freeswitch.org/wiki/Mod_lua">http://wiki.freeswitch.org/wiki/Mod_lua</a><br><br>Come join us on IRC (#freeswitch on <a href="http://irc.freenode.net">irc.freenode.net</a>) if you want to discuss this further.<br>
<br>-MC (IRC: mercutioviz)<br><br><br><div class="gmail_quote">2009/6/13 Christian Löschenkohl <span dir="ltr">&lt;<a href="mailto:christian.loeschenkohl@xpirio.com">christian.loeschenkohl@xpirio.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hello<br>
<br>
i am working for an austrian voip carrier.<br>
for a few months i work with freeswitch and it is simply great.<br>
it solves our needs in many places (high volume, flexible, stable).<br>
the only thing i really miss is the avalibilty of php as a call control language.<br>
mod_php or mod_freehp are not compiling anymore and my c++ knowledge isn&#39;t<br>
that good (or even there :-) ).<br>
i know there is perl, i also implemented some applications (conference system with provisioning,<br>
inbound call routing to our application servers, some tests as pbx), but what should i say -<br>
perl and me aren&#39;t compatible in the end.<br>
<br>
the greatest thing for us would be that mod_php comes alive again with the functional state<br>
of mod_perl (<a href="http://wiki.freeswitch.org/wiki/Mod_perl_functions_and_classes" target="_blank">http://wiki.freeswitch.org/wiki/Mod_perl_functions_and_classes</a>).<br>
there is also a bounty entry about mod_php, to pay for this would also be an option and<br>
could be discussed.<br>
<br>
keep on with the excellent work and greetings from austria<br>
<br>
--<br>
Ing. Christian Löschenkohl<br>
Technische Leitung, Forschung&amp;  Entwicklung VoIP<br>
<br>
xpirio<br>
Telekommunikation&amp;  Service GmbH<br>
Lakeside B04<br>
9020 Klagenfurt<br>
Austria<br>
<br>
T  +43 (0) 5 77 11 - 1000<br>
F  +43 (0) 5 77 11 - 1002<br>
E  <a href="mailto:christian.loeschenkohl@xpirio.com">christian.loeschenkohl@xpirio.com</a><br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>