Recent content by pbxgeek

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

    Calls not routing through new Gateway but only the old one

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

    Hello from Durban South Africa

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

    Changing dialplan condition other way round

    You should look up how to use toll_allow for extensions and make the use of that variable
  11. P

    Changing dialplan condition other way round

    I don't know what your original intent was, so I answered your direct question on how to make an "Allow everyone EXCEPT" rule. It now seems like you might be overcomplicating your dialplan or approaching your solution incorrectly, since a lot of things broke.
  12. P

    Changing dialplan condition other way round

    that makes sense you are not allowing that extension to call. Other variables that might be helpful are direction and toll allow. There are examples how to use those in this forum
  13. P

    Changing dialplan condition other way round

    Hi @jeroentjed, are you using FS PBX? Try this ^(?!(?:300|301|302|303|310)$).+$ This would mean: Allow everyone EXCEPT 300, 301, 302, 303, and 310
  14. P

    FreeSwitch Upgade

    @kenn10 I would hold off installing the newest version until they work out all the bugs. We have been manually adding the required updates to the 1.10.12 version, which ultimately became part of the 1.11 version. This is how we made FS PBX compatible with Debian 13 in the first place. One of...
  15. P

    AI

    It may be a good time to reconsider this. FS PBX is leading in AI features.