Search results

  1. P

    forwarding the CID to external extension in ringgroup

    Fusion is partially used in FS PBX. But make sure you don't update it. Only update FS PBX when needed. @kenn10 confirmed it works in FS PBX for him as long as the carrier allows it.
  2. P

    forwarding the CID to external extension in ringgroup

    Then do not update Fusion. It will break things badly. You can see the latest version of FS PBX when you open the dashboard, and the pop-up at the bottom shows up. The current version is 1.6.1.
  3. P

    forwarding the CID to external extension in ringgroup

    I didn't realize you were using FusionPBX. You posted in the FS PBX thread.
  4. P

    Create a new Trunk to MSC

    If you chose to use port 5055, you need to verify that you configured your external profile correctly to use that port and the firewall is open to accept traffic on this port.
  5. P

    forwarding the CID to external extension in ringgroup

    What happens if you don't enter anything under the Advanced > Outbound Caller ID Number?
  6. P

    Ring Group - when a user ignores it does not go to the RG Exit Action

    I checked your most recent code, and the bug is still there and easily reproducible by following the above directions.
  7. P

    S3 Storage

    There it is. It can't find the settings you set up. It checks the tenant settings, then defaults to the default settings. Make sure you added them all correctly and that you don't have duplicate settings with empty values. I use AWS S3
  8. P

    S3 Storage

    @ou812 do the following. Enable advanced messaging debug by adding this to your .env file MESSAGING_WEBHOOK_DEBUG=true run this to apply php artisan config:cache Then tail the log. This is a continuous command that you'll need to keep running while trying to send a message. tail -f...
  9. P

    call transcriptions and summaries

    We have a flat rate per extension right now, too. @Yoni_NVG is correct, there are always light users to offset the price for heavier clients. Email logs alone aren't enough to determine how much a particular client would cost us. One client can have 5 call 2 hours each and the other may have...
  10. P

    FS PBX Messaging Module Now Available in Version 1.5.0

    If there's enough interest, why not? Or if someone sponsors this project. It's quite a large project to take on. Right now, we have a bunch of features we want to deliver to everyone within the next few months. What FS PBX is today is just the beginning!
  11. P

    FS PBX Messaging Module Now Available in Version 1.5.0

    This is the ideal use case for the new Messaging app. All of this functionality can now be accessed from the FS PBX dashboard.
  12. P

    FS PBX Messaging Module Now Available in Version 1.5.0

    We added the ability to send MMS messages in version 1.6.1 (requires carrier support)
  13. P

    Error in ring group creation with version 1.6.0

    Apologies. The urgent fix has been pushed. Please update and try again.
  14. P

    New Feature: Voicemail Escalation

    New Feature: Voicemail Escalation We’ve added a new Voicemail Escalation feature to FS PBX. This feature helps make sure important voicemail messages get attention quickly. When a new voicemail is left in a mailbox, FS PBX can automatically call internal extensions and external phone numbers...
  15. P

    break HA and replace secondary node

    I normally install a fresh copy of a new server. Then stop the existing replication and run the scripts to re-enable the replication. It works every time. Fireall and Variables need to be updated to accomodate the change
  16. P

    Ring Group - when a user ignores it does not go to the RG Exit Action

    I reviewed the ring group script and confirmed there was a bug impacting both FusionPBX and FS PBX, as we relied on that script to some extent. We've fixed it for FS PBX, and this fix will be included in the next update for everyone. Thanks to @andre96 and @dcitelecom for providing the precise...
  17. P

    Ring Group - when a user ignores it does not go to the RG Exit Action

    Have you looked at the FS CLI log? There is probably an explanation for why it drops the call.
  18. P

    Using different Extension Number & AUTH User ?

    You may need to just bite the bullet and reconfigure the phones. Whatever workaround you end up finding will cost you more in future management time. It's better to just do it right from the beginning. It looks like these phones were possibly connected to an Asterisk-based system before, which...
  19. P

    Ring Group - when a user ignores it does not go to the RG Exit Action

    What happens when the user rejects a call? Does the call get dropped instead of going to the exit destination?