I have read all other login problem threads and checked my configs but I still can't login.
I doubt that the passwords are incorrect because I can see no port 5038 traffic between fop2 and asterisk.
I had manually installed fop2 to work with an asterisk 1.6.1.1 on a Centos 5.0 box. Asterisk is working well.
1. fop2_server --test works i.e:
[asterisk@phone1 fop2]$ ./fop2_server --test
Flash Operator Panel 2 - No valid license found. Demo Mode
Connection to manager OK!
and is reported on the asterisk console:
phone1*CLI>
== Manager 'flash' logged on from 127.0.0.1
== Manager 'flash' logged off from 127.0.0.1
phone1*CLI>
2. A manual login also works i.e:
[asterisk@phone1 ~]$ telnet localhost 5038
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Asterisk Call Manager/1.1
3. When I start fop2 as a service I see no traffic on port 5038.
4. I can connect to the the web pages from a client and enter the extension a password.
---------------------- fop2.cfg -----------------------
[general]
; AMI definitions
manager_host=localhost
manager_port=5038
manager_user=flash
manager_secret=pl41nt3xt
;event_mask=call,agent
; Daemon definitions
listen_port = 4445 Display IP Address as tooltips for SIP peers
monitor_ipaddress = 0
web_dir = /var/www/http/fop2
; Force blind transfer on asterisk 1.6
blind_transfer = 0
;master_key = 5678
; USER LIST
user=2691:2692:all
user=2692:2692:all
;user=622:1234:all
;user=623:1234:all
;buttonfile=buttons.cfg
;#exec autoconfig-users-freepbx.sh
The user password match the voicemail password
------------------- etc/asterisk/manage.conf --------------
[general]
enabled = yes
webenabled = yes
port = 5038
bindaddr = 0.0.0.0
debug = on ; enable some debugging info in AMI messages (default off).
; Also accessible through the "manager debug" CLI command.
[flash]
secret = pl41nt3xt
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write = system,call,agent,user,config,command,reporting,originate
displayconnects = yes ; Display on CLI user login/logoff
------------- buttons.cfg --------------------
[SIP/2691]
type=extension
extension=2691
context=willow
label=2691
mailbox=2691@default
extenvoicemail=*620@from-internal
[SIP/2692]
type=extension
extension=2692
context=willow
label=2692
mailbox=2692@default
extenvoicemail=*621@from-internal