Search results

  1. J

    Mikrotik RB 3011 + FusionPBX (NAT)

    Hello everyone, I'm having trouble getting SIP to work on my Mikrotik. I have an RB3011 with a public IPv4 address, and on my local network, I have my FusionPBX server at the local IP 192.168.15.56. I completed the initial FusionPBX setup and now I want to make it accessible through my domin...
  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

    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...
  4. 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
  5. 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...
  6. 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...