Tag Archives: pear

Tabs vs. Spaces

Every time I’ve seen one of these “vs” posts its gone into great length about the philosophy behind such and such.  You’ll never convince someone based on ‘religious argument’. So I’m going to take a different approach here and state who does what and hopefully the weight of ‘who does what’ will make the point [...]

Using the Asterisk Manager PHP API

Well it’s been a while since the PHP Asterisk Manager API was released and I’ve yet to produce a clear and definitive example of its use.  So here goes. Prerequisites Your Asterisk server must be set up correctly before this API can ‘speak’ to the server. First you’ll need to ensure the Manager interface is [...]

Asterisk Manager API [PHP]

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 [...]