Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: jibe on June 23, 2008, 11:14:05 AM

Title: About the operator panel...
Post by: jibe 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.
Title: Re: About the operator panel...
Post by: SARK devs 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

Title: Re: About the operator panel...
Post by: jibe 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 :-)