can't login with 2.24 on PIAF 2.0621 on CentOS 6.2

  1. 12 years ago

    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?

  2. admin

    13 Jan 2012 Administrator

    There is no need to purchase a license to use the software, if you cannot login it is not because of a license issue.

    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

  3. OK, I got this to work, but I'm not sure why it didn't work in my original configuration. I was connected to the system via ssh and tunneling port 80 through the connection. I would browse to localhost/fop2 and would receive the login page, but not be able to login. I'm guessing that fop2 runs client-side and needs to access additional ports on the server?

    From browser on network, I can login just fine.

    Steve

  4. admin

    16 Jan 2012 Administrator

    FOP2 uses port tcp 4445, you must also redirect that port. Best regards,

or Sign Up to reply!