Koozali.org: home of the SME Server

About the operator panel...

Offline jibe

  • ****
  • 128
  • +0/-0
About the operator panel...
« on: June 23, 2008, 11:14:05 AM »
Hi,

The Operator Panel doen't work on my Windows XP clients, when it's working fine on my Linux clients (always with Firefox...). Problem with the flash plugin ? Has sb experienced that ?

Another question : is there a way to obtain the Opertator panel out of the server-manager ? The Telephone Operator is not always the system admin  ;-)

Thanks.

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: About the operator panel...
« Reply #1 on: June 23, 2008, 03:26:11 PM »
Quote
The Operator Panel doen't work on my Windows XP clients, when it's working fine on my Linux clients (always with Firefox...). Problem with the flash plugin ? Has sb experienced that ?

Never seen any peoblems with it unless Flash isn't present on the PC.

Quote
s there a way to obtain the Opertator panel out of the server-manager ? The Telephone Operator is not always the system admin

http://your-sark-box/fop

However, you must permit access from the local sub-net in the asterisk manager...

Code: [Select]
[fop]
secret=xxxxxxxx
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0  <==========================
;
;writetimeout=100
;
;Authorization
read=system,call,log,verbose,command,agent,user
write=system,call,log,verbose,command,agent,user

You can find the manager.conf entries in headers=>manager.conf


Offline jibe

  • ****
  • 128
  • +0/-0
Re: About the operator panel...
« Reply #2 on: June 23, 2008, 05:22:50 PM »
Thanks for your reply !

It was a problem with firefox plugin. Working fine with IE.

Good also to have fop directly :-)