Recent content by juca

  1. J

    Release IPs from event_guard

    it would be something like this?
  2. J

    Release IPs from event_guard

    Is it possible to release an IP range from event guard? For example, I have network 100.64.1.1/24 and network 192.168.1.1/24 and I want the IPs in these networks not to be blocked in event_guard
  3. J

    Total number of records

    Do you know if it is possible to query the extension's login attempt log? in FreeSwitch (fs_cli) or in Postgresql. If possible, I can try to make a script with python + SQLite to save the extensions' login records.
  4. J

    Total number of records

    What does this do? How can I use it? I downloaded it and activated the permissions but I don't know what it's for and how to use it.
  5. J

    Total number of records

    Hello everyone, could you help me get access to the total number of authenticated extensions? There is the Status > Registrations, but it won't work at the moment because my client needs to know how many people have registered at some point. Example: I have 10 extensions, and I need to know...
  6. J

    Number of active extensions

    Muito obrigado, isso vai me ajudar muito!
  7. J

    Number of active extensions

    I use this version
  8. J

    Number of active extensions

    Is it possible to know the exact number of extensions that are active? type wanted to know how many users and which users are connected. the route "app/registrations/registrations.php" does not seem to be very effective and contains a lot of errors
  9. J

    Customizing FusionPBX: Adding a Client's Name to the Interface

    pt ~ Olá, tudo bem? Estou com uma dúvida simples, mas gostaria muito de sua ajuda. Estou tentando personalizar o FusionPBX para atender um pedido de um cliente. A ideia é trocar o nome padrão "FusionPBX" para algo como "<nome_do_meu_cliente> FusionPBX". Pesquisando, encontrei um arquivo de...
  10. J

    FastAPI ( Python ) CRUD extensions

    ~~en I understand, how does DjangoPBX work? My need is to be able to create extensions, and I thought of using FusionPBX for this, but then another need arose to manage the extensions (CRUD) through a different interface. That's why I'm trying to create this API. Can you help me build this API...
  11. J

    FastAPI ( Python ) CRUD extensions

    ~~ en I understand that my idea of creating this API for FusionPBX is to integrate the functionality currently available in the GUI (to create, delete, edit, and remove extensions) into a system we have for condominiums. With this API, we want to integrate some of the CRUD functionalities of...
  12. J

    FastAPI ( Python ) CRUD extensions

    Pessoal preciso de ajuda com um problema, ou tentar entender como eu posso implementar isso no FusionPBX. Fiz uma API com Python ( FastAPI ) que gerencia o PostgreSQL do FusionPBX, API funciona, eu consigo cirar, editar, buscar e apagar ramais no FusionPBX, mas de alguma forma as funcionaliades...