Problemas de Login

Hola, tengo un inconveniente con una instalación de FOP2 en un servidor remoto, al intentar realizar el login me rebota continuamente. No es problema de conexión a la Base de datos ya que desde el FOP2 Manager veo correctamente todas las configuraciones del FOP2, en el archivo de configuración de la BD estan bien seteados los datos y no tengo problemas.
Al iniciar el fop2 en modo puedo vero el siguiente error:
{ "btn": "0", "cmd": "incorrect", "data": "0", "slot": "" }

Comments

  • Same here. Using v2.31.30 on debian for mirtaPBX. modified $DBs variables in both location (./config.php and ./admin/config.php). Autogenerating users works fine, i can see sql correct queries in BD from fop2 asking for login user in the correct context.

  • 151349599-172.19.20.1:26937 <=
    151349683-
    151349684--- PROCESS_FLASH_COMMAND origen 1 accion auth destino 4444 password 2eedde38eeb93296f01d18c345154ea4
    151349785-
    151349786-** RECEIVING AUTH REQUEST for 4444
    151349822-
    151349823-TRYING TO VALIDATE USER 4444
    151349853-
    151349854:VALIDAR USUARIO 4444@0113
    151349880-
    151349881:VALIDAR USUARIO - rechazado: usuario (4444), contexto (0113) inexistente
    151349954-
    151349955-172.19.20.1:26937 => { "btn": "0", "cmd": "incorrect", "data": "0", "slot": "" }

    And in the actual asterisk db:

    mysql> select * from fop2users where exten = "4444";
    +-----+------------+-------+--------+--------------------------------------------+
    | id | context_id | exten | secret | permissions |
    +-----+------------+-------+--------+--------------------------------------------+
    | 987 | 450 | 4444 | 4444 | broadcast,chat,dial,hangup,pickup,transfer |
    +-----+------------+-------+--------+--------------------------------------------+
    1 row in set (0.01 sec)

    mysql> select * from fop2contexts where context = "0113";
    +-----+---------+-------+---------+
    | id | context | name | exclude |
    +-----+---------+-------+---------+
    | 450 | 0113 | Calor | 0 |
    +-----+---------+-------+---------+
    1 row in set (0.01 sec)

Sign In or Register to comment.