Search results

  1. P

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    FusionPBX was not originally designed with workflow optimization in mind, and this limitation extends to most of the available open-source modules. While I suspect that some member applications may leverage it, this is more speculative than confirmed—especially since those modules are encrypted...
  2. P

    Make the callee (foreign accent) sound like a British man/woman when speaking to the caller

    This was not impersonation. It was still the same guy's voice, but without a heavy accent. I can see some uses for this technology, but it will create more outsourced tech support.
  3. P

    Ringotel App Causing Polycom Phones to Drop from Fusion PBX Registration

    Did you clear the cache, reload the SIP config, and for good measure, restart Freeswitch? If you didn't, chances are you are using a stale cached configuration without your changes.
  4. P

    STIR/SHAKEN

    Hi @mcs3ss2, In FS PBX, STIR/SHAKEN is handled entirely on the local system. There is a separate module for FS PBX that signs all outbound calls using your own certificate, which you’ll need to obtain from an authorized STIR/SHAKEN certificate provider. Unlike some third-party services that...
  5. P

    Make the callee (foreign accent) sound like a British man/woman when speaking to the caller

    I recently attended a conference where I experienced that myself. They put me in the booth, and I spoke with an individual from India with an accent. Then he flipped a button, and just like that, the accent was gone about 95%. There is a technology out there you can buy that doesn't do it. But...
  6. P

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

    Thank you, @ou812. Everything is separated the same way as it is in Fusion. I've already released several videos and will continue to share more as they become available.
  7. P

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

    @voipBull Thank you. That's what we aim for
  8. 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)...
  9. P

    IVR Limitations ?

    FusionPBX allows you to create duplicate extensions for everything. Chances are, you used already occupied extension. The best way to figure it out is by looking at the FS CLI and checking where the calls fail
  10. P

    SOLVED 5.0.10 to 5.3.6 auto provision

    check nginx error log. Maybe you have something there. If neither of the log have any entries than requests don't make it to your webserver
  11. P

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    It is a great widget. I suggest you use ESL for this instead of constantly polling the server,, which takes a toll onFreeswitchh. You can wait for Freeswitch to notify you about the new calls and status changes. This is push vs pull.
  12. P

    email to fax

    I heard from other clients that the Postmark price recently increased significantly. You used to be able to get a $10/mo plan, and now it's a lot more. I'm looking for an alternative hosted solution. So far, I have found Mailjet, and I was thinking about implementing it. I had never heard of...
  13. P

    email to fax

    It's very simple, actually. In your Postmark account you go to Servers->YourServername->Default Inbound Stream There you need to set up inbound webhook to point to your FS PBX URL in this format: https://your.fspbx.com/webhook/postmark And then set up an inbound domain that will receive...
  14. P

    email to fax

    Hello @mbogersr, Could you please clarify whether your inquiry pertains to FS PBX or FusionPBX? In FS PBX, we manage faxing in a distinct manner. After identifying several issues and limitations with the original FusionPBX faxing method, we redesigned our email-to-fax process in FS PBX. Rather...
  15. P

    I'm a technical founder and VoIP engineer with a passion for building efficient, scalable, and...

    I'm a technical founder and VoIP engineer with a passion for building efficient, scalable, and user-focused systems. I lead the development of FS PBX, a platform designed to solve long-standing industry problems by improving stability, performance, and user experience over traditional systems...
  16. P

    Enabling TLS Support for FS PBX

    @6EbULhkEoM I don't see why not. But I won't recommend it. Let's encrypt certs expire every 3 months, which means you will have to apply a new certificate and restart FreeSWITCH every 3 months.
  17. P

    FS PBX Now Installs in One Command – No More Separate FusionPBX Setup!

    @Jeff w How much RAM do you have on this server? You need at least 2 GB to compile without running out of resources.
  18. P

    Helppp...Can't find PW for extensions....

    Navigate to the Extensions list page, then click on the three dots and select SIP Credentials.
  19. P

    SUB domain

    @vuthy09 It doesn't check any of those variables when the session is set up. It writes all domains to the session variable as long as you have the domain_switch permission set to true for the user. The paid member feature probably modifies that in some capacity as per MrOscured.