Re: [Flash Operator Panel] flash toolbar operator_panel.swf
I don't know how I missed that...
Thanks!
However, even if I set show_security_code=0, the security code input box still
pops up if a user clicks on a phone/led icon.
Would it be possible to set it up so that any password taken from the user is
*always* wrong?
For example, in op_server.cfg:
[mycontext]
security_code=INVALID
or something of the sort.
I've also found it interesting in my case to set the following in
operator_panel.pl:
if(varpath == undefined)
varpath="";
var archivo = varpath+"variables"+context+".txt?aldope="+dummyVar;
So that I can then specify the path to variables*.txt in dhtml/variables.php
and flash/index.{html,php}:
operator_panel.swf?varpath=../../freepbx/panel/&context=<?php echo
$_GET["context"]; ?>
This in turn allows me to quickly setup different htdocs directories which all
point to the correct location of variables*.txt and not touch apache.
--- On Thu, 2/5/09, arles rodriguez <arles.rodriguez@xxxxxxxxx> wrote:
Sorry man is op_style.cfg then you can see something like this: show_security_code=1 show_clid_info=0 show_btn_help=3 show_btn_debug=0 show_btn_reload=2 show_status=4 2009/2/5 Vieri <rentorbuy@xxxxxxxxx>Thanks. I'm using 0.29 and I reviewedop_server.cfg with no luck.There is apparently no config option to remove"flash actions" from FOP.What I would like to do is use the Flash version justlike the DHTML"read-only"/monitor-only version (justbecause flash is prettier and theDHTML version has a small glitch I reported earlier). I'll hack the ming perl script. Thanks anyway. --- On Thu, 2/5/09, arles rodriguez<arles.rodriguez@xxxxxxxxx> wrote:Review settings in op_server.cfg. 2009/2/4 Vieri <rentorbuy@xxxxxxxxx>Can the flash toolbar (open security codeinput box,etc.) be removedwithout hacking operator_panel.pl?
|