browser-1.0.3 plugin
I am trying to get the browser plugin to show up on my panel (I have left everything defaulted except the browser.ini
The other plugins are working as expected busycounter, queuecounter :-) I just see nothing regarding browser plugin
I have added the plugin definition like all my other plugins to the fop2.cfg
I have the permission in the user settings
browser.ini
My understanding is that when user 1001 logs in they would see a mini browser embedded into the operator panel and it would have displayed the webpage http://help.websiteos.com/websiteos/example_of_a_simple_html_page.htm
Im wondering if the mini browser is only visible if there is some sort of pop sent to the panel.
Anyone who can tell me what to look for in the "fop2_server -X 55" or higher debug if needed, I would be most appreciative.
~ron
The other plugins are working as expected busycounter, queuecounter :-) I just see nothing regarding browser plugin
I have added the plugin definition like all my other plugins to the fop2.cfg
plugin=browser:/var/www/html/fop2/admin/plugins/browser
I have the permission in the user settings
user=1001:1234:dial,hangupself,transfer,voicemail,preferences::browser,busycounter,queuecounter
browser.ini
initial_url = "http://help.websiteos.com/websiteos/example_of_a_simple_html_page.htm"
show_controls = 1
My understanding is that when user 1001 logs in they would see a mini browser embedded into the operator panel and it would have displayed the webpage http://help.websiteos.com/websiteos/example_of_a_simple_html_page.htm
Im wondering if the mini browser is only visible if there is some sort of pop sent to the panel.
Anyone who can tell me what to look for in the "fop2_server -X 55" or higher debug if needed, I would be most appreciative.
~ron
Comments
Some plugins add a new permission that must be assigned to users so they can load it, such as callhistory or browser. Be sure your users have the 'browser' permission set.
Plugin should show no matter if you have popups configured or not.
Added the permissions and all is well and functional.
THX