Again with the PHP code! This time its a bit more exciting than a CakePHP component. If you’ve ever used Asterisk – an open source PBX – then you’ll know it comes with a manager interface which enables developers to send commands to the server to help administer the system and its connected peers and channels.
Visit the blog page for more info on the new PHP interface.
I think Asterisk Manager API is not very stable, so far. Your thoughts on this?
“Good post. I thought to let you know that ur website looks a bit messed up in the iCab 3 web browser.”
can you please specify how can we call a asterisk method alike asterisk(reload or asterisk -r) from a PHP page as we do in the linux terminal
i have carried out the task of calling “asterisk -r” from a php page but “reload” is not working a help would be acknowledged .
Problem as such occurs:-
No such command ‘dialplan’ (type ‘help’ for help) Verbosity is at least 21
Akhilesh,
The correct command would be asterisk -rx “reload”