-
Notifications
You must be signed in to change notification settings - Fork 15
Home
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):
- Create the folder/var/www/html/queue/
- Download and copy in the project files, change ownership of the folder and files to asterisk:asterisk
- with a browser navigate to:
http://<pbx ip address>/queue
- 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.