Search results

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

    Calls not routing through new Gateway but only the old one

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

    Hello from Durban South Africa

    Hello, and welcome. You mentioned both FS PBX and FusionPBX? Which one are you using?
  6. 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
  7. 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.
  8. 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
  9. 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
  10. 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...
  11. P

    AI

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

    SS/TLS from GoDaddy

    Be cautious when the certificate expires. It will disconnect all TLS endpoints immediately until FreeSWITCH is restarted to apply the new certificate. This is the main disadvantage of using Let's Encrypt for Freeswitch TLS certificates.
  13. P

    Introducing the New FS PBX Provisioning Service

    We’re excited to introduce the new FS PBX Provisioning Service, designed to make phone provisioning easier to understand, easier to manage, and much more approachable for providers, admins, and end users. One of the biggest improvements is the new Key Templates system. Legacy FusionPBX...
  14. P

    SS/TLS from GoDaddy

    Let's Encrypt certs are generated for 3 months, as far as I know. So we will hear back from you soon. Does your auto-renewal script also restart FreeSWITCH?
  15. P

    How to change Gui lang

    @joseweb Perfect. Please give me some time to prepare the system for translation, and then we can collaborate on completing it. This will be a significant benefit for the community.
  16. P

    AI

    Can't say much about Fusion, but in FS PBX, we use AI for a few things. 1) AI voicemail transcriptions 2) AI call transcriptions with summaries 3) AI Test to speech for various recordings in the system. We are adding more AI features as we speak, but I can't reveal them just yet. AI is...
  17. P

    Time zone

    A common overlooked setting is the FreeSwitch time zone. The dashboard only adjusts the dashboard's timezone, but calls must also be stored in the database with the correct time zone. This is adjusted in Dialplan -> Dialplan Manager -> global-variables or Dialplan-> Dialplan...
  18. P

    How to change Gui lang

    Hi @joseweb, I've been waiting for someone to ask this question. It's not yet ready for multiple languages. But we can roll this out pretty quickly. What language are you interested in? And are you willing to help with the translation?
  19. P

    Audit Trail

    Transactions is an older module from FusionPBX. Now that we have replaced most of the components with FS PBX's own modules, transactions are no longer tracked in the same way. We have plans to introduce a complete replacement later this year that will integrate with the new modules. Our goal is...
  20. P

    Bug? Cannot bulk edit extensions when limits are set

    Making FS PBX better and better every day. Almost no FusionPBX is left in the system, which means we have way fewer bugs than ever.