Search results

  1. Felippe Silvestre

    Call Center Agents Not Ready & Login Time Tracking

    I'm using Python. import ESL server = ESL.ESLconnection(fs_esl['host'], fs_esl['port'], fs_esl['password']) if not server.connected(): exit server.events('PLAIN', 'ALL') while server.connected(): event = server.recvEvent() print(event.serialize('plain'))
  2. Felippe Silvestre

    Call Center Agents Not Ready & Login Time Tracking

    No donuts for "callcenter::info" unfortunately I'm listening ALL events. At first time with JSON and second with PLAIN mode, both with same results: No updates available at repo for freeswitch-application-callcenter-1.10.7.release.13-1.el7.x86_64 CentOS Linux release 7.9.2009 (Core)
  3. Felippe Silvestre

    Call Center Agents Not Ready & Login Time Tracking

    I've unable to get callcenter events. These are what I can retrieve: How can I force callcenter::info CUSTOM event to be enabled? Reloading mod_callcenter didn't show any error to create that subclass. Fusionpbx v4.5.32 FreeSWITCH Version 1.10.7-release.13~64bit (-release.13 64bit)
  4. Felippe Silvestre

    SOLVED Disable group_confirm_key for agents by gateway

    Finally, I've do two(1º e 3º) major things that probably helped. First -> With freeswitch DOWN, delete /var/cache/fusionpbx/configuration.callcenter.conf.{domain_name} Second -> Delete /var/lib/freeswitch/db/callcenter.db (Just to be sure that will be not recreated) Third -> Add a global...
  5. Felippe Silvestre

    SOLVED Disable group_confirm_key for agents by gateway

    I made changes on that file too and still got group_confirm_key at cached xml file (/var/cache/fusionpbx) I'll play with debug for some time. And how abouto use callcenter db at postgre and not sqlite? Once callcenter.conf.xml isn't read anytime in favor of config.lua, how can I achieve this...
  6. Felippe Silvestre

    SOLVED Disable group_confirm_key for agents by gateway

    Hi! I'm trying to disable group_confirm_key when use remote agents but i can't found the source at fusionpbx that are changing contact. I've tryed edit /var/www/fusionpbx/app/scripts/resources/scripts/app/xml_handler/resources/scripts/configuration/callcenter.conf.lua and changing confirm...