Skip to content
lgaetz edited this page Jun 1, 2012 · 5 revisions

Queue Callers is a simple php page for near real-time monitoring of callers and agents in a FreePBX queue.

June 1, 2012

In its current form you need to manually download and copy the contents to a folder in the webroot of your PBX. In PBX in a Flash (or other Centos based system):

  1. Create the folder/var/www/html/queue/
  2. Download and copy in the project files, change ownership of the folder and files to asterisk:asterisk
  3. with a browser navigate to: http://<pbx ip address>/queue
  4. Select a queue from the dropdown menu and and you should instantly get all the details

The page attempts to get FreePBX credentials automatically, but non PIAF users may have to edit the file: queue/inc/defines.php and add their PBX credentials.

Clone this wiki locally