Search results

  1. P

    Hello from Abruzzo, Italy!

    I hope you like it, @dmattone. Watching the video on the new provisioning process and how we manage templates for devices and keys will provide insight into the FS PBX method and our goal to simplify PBX management. You can compare this with the current process and see a clear improvement and...
  2. P

    Hello from Abruzzo, Italy!

    Welcome @dmattone. Given your experience managing FusionPBX, you might want to explore FS PBX. We forked FusionPBX some time ago and developed a version that is much simpler to manage. You will likely find that many of the issues you're facing have been addressed, starting with very easy updates...
  3. P

    Issue with Barge-In

    In my experience, this typically occurs when two legs are on different codecs. Freeswitch attempts to transcribe a conversation while passing it to the barging phone, which results in the sound you described.
  4. P

    Hello from Durban South Africa

    Welcome to FS PBX!
  5. P

    fs pbx new installation

    I don't see any request for any other type of authentication. The current setup works for major email providers such as Gmail, smpttogo, Office 365, etc. Right now, the error states that the username and password combination don't work. Does the password have any special characters? You may...
  6. P

    Issue when sending fax from FXPBX

    Please update and retest. We made adjustments.
  7. P

    fs pbx new installation

    Update your server and use this variable MAIL_VERIFY_PEER=false This should bypass server certificate validation.
  8. P

    Can not add contacts

    Perhaps you are using an old link to open this page? Use this page instead: https://fspbx.yourdomain.net/speed-dial Before you go there, run the updates. There was a small bug that I just corrected
  9. P

    fs pbx new installation

    Hang on. I'll push the update, and you'll be able to configure to bypass certificate validation.
  10. P

    fs pbx new installation

    The one you sent earlier had nothing to do with the certificate, as I've seen it many times on various systems. So if you have a new error, please post it here.
  11. P

    fs pbx new installation

    Can you send me the exact error from the log so I can investigate and find a solution? I'm pretty sure this can be done.
  12. P

    fs pbx new installation

    What this means is that you didn't fill MAIL_FROM_ADDRESS MAIL_FROM_NAME In the .env file. Once you do you need to run php artisan config:cache and then try sending email again.
  13. P

    fs pbx new installation

    Yes, the old fusion settings will be removed in future versions. They are no longer used. The official way to set up email in FS PBX is via the .env file. Can you follow the troubleshooting steps in this article, tail the main log, and then try sending an email to see what shows up as an error...
  14. P

    fs pbx new installation

    Hi @willy Lafort. After configuring your email settings in the .env file, you can create new users and click the password reset button. It will email the link with login instructions.
  15. P

    Share Trunk Default number Option

    Don't set one up on the trunk level. Set one up on the tenant level in Dialplan->Dialplan manager-> DEFAULT CALLER ID Fill the values with your preferred CALLER ID. When the MAIN COMPANY NUMBER is selected on the extension level, the one set on this screen will be used.
  16. P

    Calls not routing through new Gateway but only the old one

    Make sure the new gateway is started and it's configured with the higher priority in your Dialplan. I assume you didn't forget to create an outbound route using that gateway? Also, a very good place to troubleshoot is fs_cli.
  17. P

    Fax failing to receive

    @dbz195 Inbound fax is handled directly by a Freeswitch module. There isn't much difference between FusionPBX and FS PBX. This is likely a misconfiguration issue. Our defaults should've worked. If you changed something, there is a chance of a misconfiguration, but it could also be on the SIP...
  18. P

    Location of the FreeSwitch repo directory

    @kenn10 We thought we had carefully orchestrated that, but I guess it was not perfect. I apologize for the inconvenience. /usr/share/freeswitch/scripts is simlinked to a directory inside FS PBX - /var/www/fspbx/resources/freeswitch_scripts You should create a directory inside of it, and call...
  19. P

    Calls not routing through new Gateway but only the old one

    Missing a cache flush after your changes, by any chance?
  20. P

    Hello from Durban South Africa

    Hello, and welcome. You mentioned both FS PBX and FusionPBX? Which one are you using?