Search results

  1. P

    Bandwidth IP Based Gateway Setup

    Show us your gateway settings for this trunk. Maybe we can see where you made a mistake. Inbound calls are easier to fix. Also show sngrep log when you make an inbound call, showing that the call actually reached your system. Lastly Freeswitch log would be nice to see and figure out where the...
  2. P

    CDR - Calls Forwarded TO VM showing up as "missed" instead of "VoiceMail"

    You need to either report the bug to FusionPBX developers or fix it yourself. The CDR upload script has many bugs. It took me 2 years to get it straight.
  3. P

    Can not email

    This is only lines 61 through 69 of the last error. I need the first few lines. Run the tail command before you attempt to send the email to see full log. Also make sure that you run cd /var/www/fspbx php artisan app:update after any changes you make in the .env file. Otherwise, they don't...
  4. P

    Can not email

    Did you add email settings to the .env file in the/var/www/fspbx directory? If so, run this in the console: tail -f /var/www/fspbx/storage/logs/laravel.log Then, try to send an email and post the errors here so we can identify the issue.
  5. P

    Ringotel User Limit

    The old device page is still available if you navigate to it manually. We have been trying to obscure the SIP credentials fields for devices for security reasons. However, if demand grows, we can reconsider and add them to the new interface as well.
  6. P

    SMS App-Messages + Telnyx + Twilio + SignalWire | Help

    You might've wanted to post this in FusionPBX subforum. This subforum is for FS PBX discussions and we do SMS very differently
  7. P

    Forwarding Calls with Original Caller ID

    I would start with the dial plan that sets the caller ID and check if one has already been passed to you. Then, leave it as is and do not override it.
  8. P

    Ringotel User Limit

    We can add the limit for apps in one of the future releases. Could you please open a GitHub issue so we can track the progress of this feature request? Provisioning is another story. Right now provisioning is handled by the FusionPBX side, and it sends SIP credentials to the phones. How do you...
  9. P

    STIR/SHAKEN

    Please send me a private message for a demo.
  10. P

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    Possibly. If clients decide that's a worthy feature. Right now, everyone who uses FS PBX is asking to rebuild the old FusionPBX Time Conditions page to make it user-friendly. That's what we are going to focus on in he next month or so.
  11. P

    New “Active Calls” Dashboard Widget — Feedback Wanted!

    @whut those are to connect to the ESL socket and run commands, but none of them for event subscription for notifications from Freeswitch. ESL works both ways.
  12. 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...
  13. 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.
  14. 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.
  15. 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...
  16. 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...
  17. 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.
  18. P

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

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