can't login with 2.24 on PIAF 2.0621 on CentOS 6.2
I installed the demo version to test on the recently released PIAF 2.0621 on CentOS 6.2. I have followed the various suggestions for other similar posts on this forum, but I can't seem to login.
fop2_server --test yields:
Flash Operator Panel 2 - No valid license found. Demo Mode
Connection to manager OK!
so I know fop2 is connecting to asterisk. The only thing resembling an error in debug mode is:
127.0.0.1 <- Response: Error
127.0.0.1 <- ActionID: getvar!custom!CF/4310
127.0.0.1 <- Message: Database entry not found
127.0.0.1 <- Server: 0
However, I see that mailbox in the fop2users table in the asterisk database.
Is the demo mode only for a pre-defined login or something and I need to purchase a license to do this?
fop2_server --test yields:
Flash Operator Panel 2 - No valid license found. Demo Mode
Connection to manager OK!
so I know fop2 is connecting to asterisk. The only thing resembling an error in debug mode is:
127.0.0.1 <- Response: Error
127.0.0.1 <- ActionID: getvar!custom!CF/4310
127.0.0.1 <- Message: Database entry not found
127.0.0.1 <- Server: 0
However, I see that mailbox in the fop2users table in the asterisk database.
Is the demo mode only for a pre-defined login or something and I need to purchase a license to do this?
Comments
The --test switch shows that the manager connection is ok, but it does not tell you if fop2_server is indeed running, if the server is not running because fop1 is binding to port 4445, then you must stop and disable fop1. To check if fop2 is running run:
pgrep fop2
If its running, then be sure you have port top 4445 opened/redirected.
Best regards
From browser on network, I can login just fine.
Steve