The Rubyists

QueueStatus component for Adhearsion DRb

One of my favorite things about the newest release of Adhearsion is it’s component system.

The component system is designed to provide an easy interface to developing plug-ins for Adhearsion that may be easily shared among the Adhearsion community.

I recently had to create a new component for my app, Queue-Tip. This component takes the result of the AMI command QueueStatus (ManagerInterface#send_action ‘QueueStatus’) via DRb and sorts it into a hash so that it can easily be used pragmatically.

Click here to read more