Search results

  1. P

    adding members to ring group not working

    To show the caller ID prefix for ring groups, simply enable the permission to see it. It will work the same as on the Phone Number page. I'll think of ways to redesign the Add Ring Group Members button to make it more visible. Thanks to all for your feedback.
  2. P

    autoprovision yealink t58v

    The setting in the default settings only applies to any future added lines to devices. It doesn't override what's already saved for current devices. You need to go to Device Line settings -> Advanced and switch to TLS there and adjust the port, then save the line. No other settings need to be...
  3. P

    SSL from GoDaddy

    Oh, that changes the story. You can buy a single domain certificate. Your phones should be registered to the same domain. Usually, your main DNS record points to your server. Only if you prefer dual registration in the future, when you have 2 servers, and if your phones support it, then you...
  4. P

    SSL from GoDaddy

    Just use a single domain Let's Encrypt certificate until then. It's free. With FS PBX you don't need a to have a certificate that covers each tenant domain. Everyone will be logging in using your main PBX domain and their email. https://www.fspbx.com/docs/configuration/web-server/lets-encrypt/
  5. P

    SSL from GoDaddy

    Do you have one FSPBX server or two redundant servers?
  6. P

    7 digit dialing with local numbers

    Yes, just use the copy button.
  7. P

    7 digit dialing with local numbers

    You posted your question in the FS PBX subforum, not FusionPBX. It's important to note that these are two distinct products. FS PBX was forked from FusionPBX and redesigned for everyday use, with a new admin portal. Overall, it's a more mature product for daily PBX management. More information...
  8. P

    7 digit dialing with local numbers

    Your REGEX is not working. You should use mine. Also, your proposed solution will have the call go through the dialplan twice instead of once before it reached the bridge command
  9. P

    1.6.5 2fa on by default?

    Yes, more work will be done towards that goal in the future as time permits.
  10. P

    1.6.5 2fa on by default?

    It was turned on by accident in the previous update and rolled back in the latest update. So it won’t be on by default for new installs. However, I highly recommend turning it on as soon as the email feature is configured. It will protect your PBX from an unauthorized access.
  11. P

    1.6.5 2fa on by default?

    if you didn’t run into any issues you are good to go. Some people that had enabled prior might need may need to git stash. Here’s the official tutorial how to enable it for all new installs. It won’t be on by default. https://www.fspbx.com/docs/configuration/enable-2fa/
  12. P

    Copy VM to other Extension Bug

    Fixed in the latest commit
  13. P

    Cannot get incoming call to route through incoming

    Are you sending calls to port 5080?
  14. P

    7 digit dialing with local numbers

    Create a new dialplan like this (order 100). In my example, it's for area code 909. Regex could be better, but this one would work just fine.
  15. P

    autoprovision yealink t58v

    You don't need all the files to provision the phone. mac.cfg is enough. It fails to download the other files, and it's ok. It's true for all phones. They always look for a bunch of files and only download what's available and needed.
  16. P

    FS PBX Messaging Module Now Available in Version 1.5.0

    FS PBX relays inbound messages to Ringotel via API integration. If a mobile app exists, we prioritize delivering messages there. To send outbound messages, change the SMS settings in the Ringotel connection from "Integrations" to "API." Integrations enable direct message sending and receiving...
  17. P

    autoprovision yealink t58v

    Try to switch to T44U (v1.0.x). When you have a version at the end these are new FS PBX templates. The provisioning URL will be different when you use the new templates. https://pbx.mydomain.com/prov/ccb8a81b8090.cfg once you switch to this template try to open that URL in the browser.
  18. P

    autoprovision yealink t58v

    T58v. I see. You wrote t85v in the subject. I’ll check on my test server and let you know. To be honest you can probably use any Yealink template. They are very much similar. For example try t44+. That one works very well.
  19. P

    autoprovision yealink t58v

    Can you send a screenshot of which exact template you used? P.s. that domain you are not sure about needs to be changed to yours. Or whatever works with your proxy. But this doesn’t affect you right now. The issue is somewhere else.
  20. P

    Update to v 1.6.5

    What may be causing the confusion is the use of the labels Server A and Server B. Those labels are not important by themselves. What matters is the order in which the steps are performed. To make this clearer, it is better to think in terms of the actual server locations, such as Miami and New...