Tag Archives: library

PyQuery – Bringing jQuery Syntax to Python

If BeautifulSoup has ever felt unwieldily or you’ve looked upon Ruby’s NokoGiri with envy then you may find this funky Python library interesting. PyQuery brings jQuery selector syntax to Python. If you’re already familiar with jQuery selectors you’ll be right at home. Even if you don’t its easy enough to pick up. Here’s a quick [...]

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