Plugins not displaying in panel

Good Day :-)

I have a standalone asterisk and the panel is working GREAT!! All expected features work as defined.

I want to try out a few plugins and ultimately want to try out the full wall board.

I downloaded the busycounter and queuecounter as simple test plugins.

I believe i have everything that should be needed, and have tried to run the server in debug to see if there are any errors found, and i do not see anything related to the plugins, its as if they are just not present. "./fop2_server --logdir ./ --debuglevel 3"

here is my configuration, I'm sure its just me missing something.

[root@mybox fop2]# ./fop2_server --version
fop2_server version 2.29.02


fop2.cfg

[general]
; AMI definitions
manager_host=localhost
manager_port=5038
manager_user=fop2
manager_secret=fop2pass

listen_port = 4445
web_dir = /var/www/html/fop2

; Global Config
poll_interval = 86400
poll_voicemail = 1
monitor_ipaddress = 0

blind_transfer = 0
supervised_transfer = 1

monitor_filename=/var/spool/asterisk/monitor/auto-${ORIG_EXTENSION}-%Y%m%d-%h%i%s-${UNIQUEID}
monitor_format=wav
monitor_mix=true

voicemail_path=/var/spool/asterisk/voicemail/

plugin=busycounter:/var/www/html/fop2/admin/plugins/busycounter
plugin=queuecounter:/var/www/html/fop2/admin/plugins/queuecounter

ssl_certificate_file=/etc/pki/tls/certs/localhost.crt
ssl_certificate_key_file=/etc/pki/tls/private/localhost.key

[ALL-Groups]
user=2004:1234:dial,meetme,transfer,chat,hangupself,recordself,preferences,broadcast,queueagent::busycounter,queuecounter
buttonfile=ALL-Groups.cfg
[Sales-Only]
user=2003:4567:dial,meetme,transfer,chat,hangupself,recordself,preferences,broadcast,queueagent::queuecounter
buttonfile=Sales-Only.cfg
[Sales-Admin]
user=2013:7890:dial,meetme,transfer,chat,hangupself,recordself,preferences,broadcast,queueagent::busycounter
buttonfile=Sales-Admin.cfg

Here is a listin got the plugins

[root@mybox]# ls -l /var/www/html/fop2/admin/plugins/busycounter
total 24
-rw-r--r-- 1 apache apache 0 Feb 27 2014 busycounter.css
-rw-r--r-- 1 apache apache 8711 Jun 17 00:37 busycounter.js
-rw-r--r-- 1 apache apache 8 Jun 6 17:18 busycounter.pl
drwxr-xr-x 2 apache apache 4096 Oct 15 2014 lang
-rw-r--r-- 1 apache apache 461 Jun 17 00:38 plugin.xml

[root@mybox]# ls -l /var/www/html/fop2/admin/plugins/queuecounter/
total 28
drwxr-xr-x 2 apache apache 4096 Oct 15 2014 lang
-rw-r--r-- 1 apache apache 1888 Jun 16 19:37 plugin.xml
-rw-r--r-- 1 apache apache 0 Feb 27 2014 queuecounter.css
-rw-r--r-- 1 apache apache 258 Feb 23 2015 queuecounter.ini
-rw-r--r-- 1 apache apache 12205 Jun 16 19:31 queuecounter.js
-rw-r--r-- 1 apache apache 1129 Jun 6 17:18 queuecounter.pl

Any assistance in how to debug this issue further would be appreciated.

~ron



Comments

  • Which plugins ? Did you enable it in the admin for this user and provided the rights ?
  • sorry All i found the issue to being that the server was a different version than the html section. Once i got them both on the same version all is working well

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file