fullcircledesign

Member

Last active 11 years ago

  1. 11 years ago
    Wed Jul 17 20:31:37 2013

    Awesome that worked, thanks!

  2. Tue Jul 16 16:20:10 2013
    fullcircledesign started the conversation Installation Problem - Authentication keeps Failing on Test.

    I just installed FOP2 on my server and went though all the setup steps. I am running into a problem when I try to test the FOP2/Asterisk connection. See message below.

    [root@localhost ~]# /usr/local/fop2/fop2_server --test
    Flash Operator Panel 2 - Valid License (7)
    Use of uninitialized value in concatenation (.) or string at script/fop2_server.pl line 6683.
    Manager authentication failed. Check credentials!

    I verified that the passwords and usernames match accordingly but I keep getting the message. Below are my config files. Additionally I can load the fop2 dashboard and login with my extension but I get an error connecting to manager. I know this is because the authentication failed. I did simplify the password because I thought it might be an issue.

    Thoughts?

    fop2.cfg
    [general]
    ; AMI definitions
    manager_host= 127.0.0.1
    manager_port= 5038
    ager_user= admin
    manager_secret= test
    event_mask=agent,call,command,system,user,dialplan

    manager.conf
    [general]
    enabled = yes
    port = 5038
    bindaddr = 127.0.0.1
    displayconnects=no ;only effects 1.6+

    [admin]
    secret = test
    deny=0.0.0.0/0.0.0.0
    permit=127.0.0.1/255.255.255.0
    read = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
    write = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
    writetimeout = 5000

    #include manager_additional.conf
    #include manager_custom.conf