Search results

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

    Create a new Trunk to MSC

    You would need to post a call SIP log to find out. Without logs, your guess is as good as mine.
  5. P

    Extension import - default has voicemail - can that be set somewhere?

    We released an update to utilize the enabled_default setting. If this setting is disabled, a voicemail box will not be created when an extension is made or imported. This behavior can be overridden at the tenant level.
  6. P

    FS PBX Messaging Module Now Available in Version 1.5.0

    @RCCradio Run this command on your server supervisorctl restart all Turned out not all services start after this big update. We moved to PHP 8.4, and some services need a fresh start.
  7. P

    CDRs - status - some thoughts

    This is a Freeswitch thing, and there is not much way around it. If we show only one line per call, it will display the last leg's info. One line per call is the most desirable way to present the info, according to customer feedback. It works really well in most cases, but there are situations...
  8. P

    FS PBX Messaging Module Now Available in Version 1.5.0

    This is for any SMS-enabled numbers, both mobile and business.
  9. P

    FS PBX Messaging Module Now Available in Version 1.5.0

    We’re excited to announce that the new Messaging module is now available in FS PBX 1.5.0. The Messaging module adds a modern chat-style interface directly inside FS PBX, making it easy to manage conversations in the same platform you already use for business communications. It includes a...
  10. P

    Extension import - default has voicemail - can that be set somewhere?

    I think there are ways to improve this process. I'm going to think of something
  11. P

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

    Show us your ring group settings so we can see what we are working with. It's likely a misconfiguration
  12. P

    Create a new Trunk to MSC

    The proxy setting controls your outbound traffic. Not inbound. Most providers expect inbound traffic on port 5060.
  13. P

    Instructions for setting up ISP fail-over, not server fail-over

    For inbound, it may matter, but all providers can automatically fail over to another IP if there is no response from the primary IP. You just need to set up your trunks to do so.
  14. P

    Create a new Trunk to MSC

    In your screenshot, you clearly disabled the REGISTER option. But you only need it when you set up a provider to use registration vs IP authentication. For IP authentication, it's ok to have no registration.
  15. P

    Instructions for setting up ISP fail-over, not server fail-over

    Does the server have a local IP? Set up your .env file to work with the local IP. Use your local IP instead of a domain. https://www.fspbx.com/docs/troubleshooting/error-419/
  16. P

    SOLVED 1.5.0 update blank gui

    It made you run the command because it needed to update the file. It makes sense now. If we didn’t have an update for this file it wouldn’t have asked to do it.
  17. P

    SOLVED 1.5.0 update blank gui

    We upgraded to php 8.4 and introduced web sockets in this update. Perhaps one of those required changes to that file. This won’t be happening often. Another possible cause is if you used git stash command before the update.
  18. P

    SOLVED 1.5.0 update blank gui

    Check the logs and browser console for any errors. https://www.fspbx.com/docs/troubleshooting/retrieving-logs/
  19. P

    CDR detail in the DB

    These records probably take up very little space unless we are talking about millions of them over a few years. Voicemails and call recordings take way more space on the hard drive where they are stored than their reference records in the DB. Call detail records can take up significant space...