api

  1. P

    FS PBX API v1 is Live (External Integrations)

    Hi everyone — quick update for anyone integrating FS PBX with external systems. We’ve shipped the first set of FS PBX API v1 endpoints intended specifically for external use (CRMs, billing systems, automation tools, provisioning workflows, custom portals, etc.). The API is free to use. It's...
  2. 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...
  3. Z

    CustomPBX GUI and API for Freeswitch

    Hello. CustomPBX - Just another graphical interface (GUI) for Freeswitch. Built with Golang and Angular. Under MIT License. Have fun! GITHub
  4. S

    Skyetel and SMS configuration

    Hello everyone. First of all. Merry Christmas! So I have been following this outline (https://docs.fusionpbx.com/en/latest/applications/messages.html) of setting up SMS with Skyetel and FusionPBX. I also followed this thread here (https://www.pbxforums.com/threads/skyetel-sms.3531/). So I am...
  5. 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...
  6. B

    CDR - Call detail record Via API

    I once found a listing to be able to provide a link for a client to CDR via a link with an API instead of having them to log in every time. any help would be appreciated.
  7. C

    Explanation on creating the dialplan.{domain_name} cache file

    Hi guys, I'm working on my fusionpbx API, i need an explanation what happens when we create for example a time condition, i put all the information inside the database, i can view the time condition i create but when i try to put it in an incoming route the call stops. I noticed that the time...
  8. D

    Transfer between accounts on IVR

    Fixed
  9. R

    FusionPBX API

    Anyone know of any free API’s for FusionPBX
  10. A

    Fusion PBX API

    Hello Is there any fusionpbx API. Or any API documentation?? to create Android App Thank you
  11. W

    API / Automate Procedures within FusionPBX

    Hi, I'm looking for the best way of automating some tasks within FusionPBX. For example, when we add a new "client" or domain, domain settings need to be added, a domain admin account gets created, etc. All straightforward from within FusionPBX but we're looking at migrating from another PBX...
  12. J

    FusionPBX Auto Login (autologin)

    Hi Team, Is there a way to login into FusionPBX using API Key and stay signed in? I would like to create an external link on my dashboard, so clients can sign in from my service dashboard. Having multiple usernames and password is inconvenient. I used the API key to sign in and it works...
  13. B

    SOLVED Conference center room API printout

    Hi all, We have an API v6 enabled FusionPBX server. I can see/edit all the available conference centers with this command: https://FUSION_URL/app/api/6/conference_centers/ But within the conference_centers are conference_rooms, and I would like to view/edit them with the API. If I do...
  14. S

    PHP ESL

    Hi, There is any simple way we activate PHP ESL on Debial ? So I will be to us the api? For example I would like to run this script: <?php require_once('ESL.php'); if ($argc > 1) { array_shift($argv); $command = sprintf('%s', implode(' ', $argv)); printf("Command to run is: %s\n"...