fusionpbx

  1. E

    Recommended Billing Software for FusionPBX Users

    FusionPBX provides a customisable PBX platform built on FreeSWITCH, offering call routing, IVR and multi-tenant support. While robust for call management, its native tools lack advanced billing requiring integration with external systems for financial automation, compliance and detailed...
  2. B

    Installing FS PBX on existing FusionPBX install?

    I am currently migrating a small installation (30 DID, 5 tenants) from another PBX to FusionPBX, which I've used in the past and found very powerful as compared to other open source PBX's such as FreePBX and the like. I also like the FreeSWITCH platform much better than Asterisk. I installed...
  3. M

    User Permission

    I’m facing an issue in FusionPBX where users can see all CDR records and call recordings, even those not related to their extension. I removed permissions like xml_cdr_all, xml_cdr_recording_download, etc., and enabled limit_cdr_view = true in Default Settings → xml_cdr, but it still doesn’t...
  4. M

    User Permission

    I’m facing an issue in FusionPBX where users can see all CDR records and call recordings, even those not related to their extension. I removed permissions like xml_cdr_all, xml_cdr_recording_download, etc., and enabled limit_cdr_view = true in Default Settings → xml_cdr, but it still doesn’t...
  5. P

    Introducing the New Business Hours Module – Goodbye Time Conditions!

    Hello everyone, I’m excited to share that FS PBX now includes a fully redesigned Business Hours module—your long-awaited replacement for the old Time Conditions page. This intuitive modern interface makes configuring your office schedule and holiday exceptions easier than ever. What’s Changed...
  6. V

    Toll Allow

    Hello community, Is there a way to pre-populate a drop-down list of 'Tollallow' options, instead of the default free-form text field for Tollallow? I was looking through the code in `extension_edit.php` and found the below piece of code. By the looks of it, it does look for an array type...
  7. P

    How to Create and Manage Ring Groups in FS PBX (Full Walkthrough)

    Hey everyone, I just published a full step-by-step video tutorial on how to create and manage Ring Groups in FS PBX, and thought it might help others working on FS PBX or migrating from FusionPBX. What’s Covered: Creating a new Ring Group Adding a greeting (Text-to-Speech or file upload)...
  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. L

    SOLVED BulkVS and FusionPBX

    I have outbound calling with BulkVS working fine however inbound calling fails without even ringing. Here are logs, where 10123456789 is the sanitized (not the actual number) number I'm calling in from, and 162.249.171.198 is BulkVS's IP address. Any idea what I should look into? I'm using...
  10. V

    Webhooks with FusionPBX

    Hello everyone, Has anyone ever tried to build webhook functionality within FusionPBX? What I have in mind is that whenever there are changes made to certain applications in FusionPBX database via WebUI, a webhook is triggered to a pre-defined URL with the new changes. I see that there is that...
  11. V

    FusionPBX Maintenance app

    Came across this new FusionPBX Maintenance app a week or two ago, so decided to give it a try. Found a couple things broken in it. FusionPBX 5.3.1 master, updated to-date Switch version: 1.10.11 PHP version: 8.1.28 1/ After installing the app, Status > Maintenance > Logs, always throws an...
  12. P

    FusionPBX and Shoutcast/Icecast Streams

    Hello fellow FusionPBX and FreeSwitch users. I'm looking for some advice about how to build my application. I have an Icecast stream that will be broadcasting only at certain times. I have a phone number that people can dial in to hear this stream. If the stream is not live, I'd like to play a...
  13. V

    Emergency logs

    Just curious, what these 'Emergency logs' are and how are they used/populated. Couldn't find any documentation or any previous discussion about it here.
  14. Q

    Call Center calls dont get redirected to agents

    I tryed to install callcenter on fusion pbx but it doesnt redirect the calls to the agents
  15. B

    FusionPBX Gateway without ACL

    Hi, Trying to set up a gateway to a asterisk box by having FusionPBX register to asterisk. The registration seems fine and shows registered on both ends. However, on an SIP invite from asterisk to fusionpBX, I get challenged for auth and FusionPBX xml_handler queries the PostgreSQL DB for...
  16. J

    Call recording with shared gateway

    Hi I have a fresh(ish) install of fusionPBX , version 5.1.0 with 6 or so domains on it currently. I have configured a gateway for our voice provider (Simwood in the UK) , which I have shared amongst all of the tenants by setting the domain to global. In the 'From Domain' I have tried using...
  17. T

    Fusionpbx backup size

    Hello, I have FusionPBX 5.1.0 RC1 installation and I was watching the backup .sql files in size. The first few days it was increasing steadily, which is normal. Now looking at the size some have 20 or 90MB, then one of 700MB. Is there any explanation what can cause such an increase in the sql...
  18. T

    I can't make outbound calls through amazon chime voice connector!!! & Inbound is working Fine.

    I got error in xlite CALL FAILED - Bad Request I set the outbound routes format E164 North America Can anybody help ???
  19. M

    SMS app issue

    Hi i have installed SMS app from below given URL: https://github.com/fusionpbx/fusionpbx-apps/tree/master/sms on my 1 month old server , it is working fine with Telnyx. Today i did a fresh install of FusionPBX and then installed SMS app.When i Click Application->SMS I get following error as...
  20. C

    Transcoding fusionpbx incoming codecs to g711

    Hello dears, I hope you're doing great! I need your help to find the correct way to transcode any incoming calls with any incoming codecs to go with PCMU,PCMA (g711). So first I had the rejection code 488 as soon as I send the call with g726 codec for example, so I added these lines to my...