Recent content by pbxgeek

  1. 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...
  2. 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!
  3. 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.
  4. 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)
  5. P

    Error in ring group creation with version 1.6.0

    Apologies. The urgent fix has been pushed. Please update and try again.
  6. 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...
  7. 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
  8. 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...
  9. 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.
  10. 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...
  11. 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?
  12. 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...
  13. 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.
  14. P

    Create a new Trunk to MSC

    They are not sending you a response, or they don't know how to send you a response. In your provider settings (their portal, not your PBX), did you tell them to use port 5080? If not, chances are they are sending the traffic back to you on port 5060. You also need to whitelist their IP address...