Search results

  1. P

    forwarding the CID to external extension in ringgroup

    I didn't realize you were using FusionPBX. You posted in the FS PBX thread.
  2. 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.
  3. P

    forwarding the CID to external extension in ringgroup

    What happens if you don't enter anything under the Advanced > Outbound Caller ID Number?
  4. 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.
  5. 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
  6. 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...
  7. 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...
  8. 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!
  9. 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.
  10. 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)
  11. P

    Error in ring group creation with version 1.6.0

    Apologies. The urgent fix has been pushed. Please update and try again.
  12. 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...
  13. 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
  14. 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...
  15. 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.
  16. 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...
  17. 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?
  18. P

    How can I tell what version of FSPBX is installed?

    On the main dashboard, you can see the version at the bottom of the screen. To check the current version, visit the GitHub releases page. https://github.com/nemerald-voip/fspbx We make minor fixes between major releases as they are reported to us. You can always run git pull on your server...
  19. P

    Create a new Trunk to MSC

    You would need to reconfigure your SIP profile to accommodate one of those ports. And open up the firewall to allow traffic to that port.