Displaying 5 results from an estimated 5 matches for "security_cod".
Did you mean:
security_code
2006 Mar 15
1
Maintaining a selection list
In one of my partials, I have a selection list to allow the user to
maintain a code against the User model object:
<%= options = [["Select security question", ""]] + User::SECURITY_CODES
select("user", "security_code", options) %></p>
When rendered by the New controller everything is OK. When rendered by
the Edit controller, the "Select security question" is the default
option. I want the the current code displayed as the default. Is ther...
2006 Mar 20
1
Is it possible to turn off password for transfers on FOP
Hi,
Is it possible to turn off the request for a security code when
transferring in FOP (Flash Operator Panel)? If not can the security code
be set to use the SIP or voicemail passwords? I know there is a forum
for FOP but no one seems to be answering there... so I thought I would
see if anyone here might have experience with FOP.
Thanks
2004 Dec 03
1
FOP Asterisk Manager Login Failed?
...; port to listen for
inbound
; flash connections
web_hostname=asterisk.rosecompanies.com ; must be the same
hostname or ip address used
; to contact the
webserver
security_code=a2h3c2c ; secret code for
performing hangups and
; transfers
flash_dir=/var/www/html/panel ; location of the .swf
file in your disk
; (must reside
somewh...
2005 Mar 07
5
[Asterisk-Dev] Flash Operator Panel
Skipped content of type multipart/alternative-------------- next part --------------
_______________________________________________
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
2004 Apr 08
0
RE: Asterisk-Users digest, Vol 1 #3368 - 12 msgs
...;;
#
# parameters for the op_server
my $web_hostname = "192.168.0.1"; # must be the same address you use
to contact the web server
my $listen_port = 4445;
my $security_code = 'd39i393kd'; # secret code for performing
hangups and transfers
#
# location of variables.txt needed by the flash applet
# (must be the same directory a...