coryjsanders

Member

Last active 12 years ago

  1. 12 years ago
    Mon Oct 24 00:24:18 2011
    coryjsanders posted in Elastix 2.2 & FOP2 - unable to log in.

    Sorry if this is posted in the wrong place. Can't find a correct spot.
    /usr/local/fop2/fop2_server --test shows:
    Flash Operator Panel 2 - No valid license found. Demo Mode
    Connection to manager OK!
    I have a license but have not yet entered it.

    My problem is I can pull up the interface at myip/fop2 but I cannot log in with an extension using the extension and vm password or a password I set on an extension in fop2 Users. It tries 5 times and then times out.

    Extensions and a Group I created under the Manager Interface do not show up in fop2.conf

    I am running FreePBX2.9 using CSF. My PBX is colocated and sitting behind an ASA5909 that is wide open. the IP where i am is in csf.allow (thus I should not need to open any ports in tcp in). Though I do have 5038 and 4445 in tcp in in csf.conf

    In manager.conf I have:
    [general]
    enabled = yes
    port = 5038
    bindaddr = 127.0.0.1 <this was localhost by default. I changed it>
    displayconnects=no ;only effects 1.6+

    [admin]
    secret = Ae3kPhFrGC1W <this was the default given to me>
    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

    in fop2.conf:
    [general]
    ; AMI definitions
    manager_host=127.0.0.1 <I set this>
    manager_port=5038
    manager_user=admin
    manager_secret=Ae3kPhFrGC1W <I set this>
    ;event_mask=agent,call,command,system,user,dialplan

    ; Daemon definitios
    ;listen_port = 4445
    ;restrict_host = www.asternic.org
    ;web_dir = /var/www/html/operator/fop2

    ; Global Config
    poll_interval = 86400
    poll_voicemail = 1
    monitor_ipaddress = 0

    Thanks.