Asterisk cmd PHP
PHP()
exten => 1,1,PHP(some.php|hello|world)
Description
Asterisk PHP allows you to control the dial-plan and write applications for Asterisk in PHP. This is faster and more flexible than phpAGI.res_php is located at http://eder.us/projects/asterisk_php/
See also
Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ

Comments
333Succes on * 1.2.1
for example: asterisk_exec gives me an segmentation fault
anyone any idea?