luganet

Member

Last active 14 years ago

  1. 14 years ago
    Fri Aug 27 12:27:36 2010

    Ah I foud the problem, it was the firewall that deny the port 4445.
    Thanks

  2. Fri Aug 27 11:40:15 2010

    Thanks for the reply,
    the fop1 service is stoped.
    If I make the following command "netstat -anp | grep 4445" the output is:
    tcp 0 0 0.0.0.0:4445 0.0.0.0:* LIST EN 13499/fop2_server

    in the fop.cfg i wrote manager_host=127.0.0.1

    Is not a browser plugin problem because I insalled the fop2 in the exactly same mode on another asterisk and it work.

    Other ideas?

  3. Fri Aug 27 08:56:47 2010
    luganet started the conversation Connecting to localhost:5038 (Server 0) failed.

    Hi,
    I made an installation of fop2, the service start, the test pass /usr/local/fop2/fop2_server --test
    Flash Operator Panel 2 - No valid license found. Demo Mode
    Connection to manager OK!
    But when I try to login via web doesn't work (Could not connect to server)
    If I start the fop in debug mode I see MANAGER CONNECTION Connecting to localhost:5038 (Server 0) failed.
    fop2.cfg
    [general]
    ; AMI definitions
    manager_host=127.0.0.1
    manager_port=5038
    manager_user=admin
    manager_secret=amp111
    ;event_mask=call,agent

    manager.conf
    ;
    [general]
    enabled = yes
    port = 5038
    bindaddr = 127.0.0.1

    [admin]
    secret = amp111
    deny=0.0.0.0/0.0.0.0
    permit=127.0.0.1/255.255.255.0
    permit=172.23.1.50/255.255.255.255
    read = all,system,call,log,verbose,command,agent,user,originate
    write = all,system,call,log,verbose,command,agent,user,originate

    I Made the same config on another sercer and all works great.
    What can I check?
    thanks