Search results

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

    FS PBX Messaging Module Now Available in Version 1.5.0

    This is for any SMS-enabled numbers, both mobile and business.
  6. 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...
  7. 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
  8. 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
  9. P

    Create a new Trunk to MSC

    The proxy setting controls your outbound traffic. Not inbound. Most providers expect inbound traffic on port 5060.
  10. 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.
  11. 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.
  12. 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/
  13. 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.
  14. 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.
  15. 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/
  16. 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...
  17. P

    Auto provisioning with digum card

    You can use anything, but some devices will require manual provisioning. Grandstreams can be provisioned automatically as long as they have a template in the system. Aastras are way too old, and they can't talk to any modern provisioning servers unless you disable authentication (I highly...
  18. P

    CDR detail in the DB

    Here is how to log in very easily: su postgres psql fusionpbx
  19. P

    CDR detail in the DB

    I suggest you continue to run your script and perform a vacuum periodically. It's not enough to just delete records