jf_archer

Member

Last active 15 years ago

  1. 15 years ago
    Fri Jul 24 09:43:23 2009
    jf_archer started the conversation Login Problems - Unable to connect to server.

    Hi guys,

    Just been trying to test fop2 but seem to be having no joy.
    Installed it via the centos tarball, running the make install.

    modified the fop2.cfg to fit around my setup

    [general]
    ; AMI definitions
    manager_host=localhost
    manager_port=5038
    manager_user=admin
    manager_secret=amp111
    ;event_mask=call,agent
    
    ; Daemon definitios
    ;listen_port      = 4445
    ;restrict_host    = www.asternic.org
    web_dir          = /var/www/html/fop2
    
    ; Global Config
    language           = en
    poll_interval      = 86400
    poll_voicemail     = 1
    
    ; Display IP Address as tooltips for SIP peers
    monitor_ipaddress  = 0
    
    ; Force blind transfer on asterisk 1.6
    blind_transfer     = 0
    
    
    master_key = 5678
    
    
    ; USER LIST
    ;user=620:1234:all
    ;user=621:1234:all
    ;user=622:1234:all
    ;user=623:1234all
    ;buttonfile=buttons.cfg
    
    user=1014:12345:all
    buttonfile=autobuttons.cfg

    The fop2_server --test seems to output correctly

    Flash Operator Panel 2 - No valid license found. Demo Mode
    Connection to manager OK!

    and service fop2 status says its running ok,
    ps -ef|grep fop shows it running fine

    I've modified the init script to turn up the debug and monitored the output log file

    I get the logon screen and upon attempting to login as 1014 i get "Connecting to server, attempt number : 1" right up to 10 then it fails.

    any ideas?