Search results

  1. P

    API

    @markjcrane, I appreciate the work you’ve done to introduce caching in FusionPBX, which significantly optimizes the system by avoiding expensive XML regeneration directly from the database. This approach has undoubtedly made the system more efficient. However, I noticed that the current...
  2. P

    API

    I was a bit surprised by the suggestion to modify the database directly, as this approach doesn’t take into account the additional steps required for the system to function as expected. Updating the database alone won’t reflect changes in the XML files used by FreeSWITCH, nor will it update the...
  3. P

    Issue with send fax

    The screenshot demonstrates that you are still on the old version. Go to the dashboard and look at the bottom popup; it shows your current version. How did you update? The correct procedure is cd /var/www/fspbx git pull php artisan app:update Then check your version again. It should say...
  4. P

    Issue with send fax

    Show me a new screenshot, please
  5. P

    Call flow feature code missing

    I dial with the star to toggle
  6. P

    Issue with send fax

    @Raven Download the latest updates. This issue has been resolved.
  7. P

    New Feature: SMS Notifications for Voicemails Now Available in FS PBX!

    Hey everyone, We’re excited to share a new feature for FS PBX: SMS notifications for new voicemails! What’s New: FS PBX can now automatically send SMS notifications to users when they receive a new voicemail. You can set domain-specific message templates and choose your sender ID. Currently...
  8. P

    Call flow feature code missing

    I checked one of mine, and it shows without a star, but it works. I checked the XML file, and it's written in there. You should be good.
  9. P

    FSPBX - trying to send fax error

    @ou812 update to the latest version (0.9.59 or later). It should work. The issue was with Canadian numbers.
  10. P

    Appending a text to caller_id_name before its connected to extension

    What is your use case for this? This means that every single call going to this extension or agent will have the prefix. Normally, you set up prefixes on a queue level, and then an agent gets to know which queue the call came from. For example, Sales queue or Support queue.
  11. P

    Appending a text to caller_id_name before its connected to extension

    Use the caller ID Prefix. It's available for phone numbers, ring groups, IVRs, and queues.
  12. P

    FSPBX - trying to send fax error

    We did a remote session and got it all fixed.
  13. P

    FSPBX - trying to send fax error

    Make sure FreeSWITCH is selecting this route when the fax call goes out. I have the service running smoothly for clients that send thousands of faxes every day.
  14. P

    FSPBX - trying to send fax error

    You need a route that is prefixed with 9999. See the screenshot attached. To separate regular routes and fax routes, we use a prefix.
  15. P

    FSPBX - trying to send fax error

    Are you entering a US-based number or another country? I can check if I get the same error and fix it for you?
  16. P

    419 Page Expired

    It's in this directory. You are correct. It's hidden. Run this command, and it will open. nano .env
  17. P

    API

    FS PBX (https://github.com/nemerald-voip/fspbx) We are currently developing the API. It should be released soon. FS PBX is a forked FusionPBX with lots of additions targeting specifically external integrations
  18. P

    FOP2 port for Fusion

    I sent you a private message regarding the rest of your questions.
  19. P

    FOP2 port for Fusion

    I already have 95% of it built in the FS PBX Contact center module.
  20. P

    FOP2 port for Fusion

    What specific features in FOP2 are you looking for that are not available in FusionPBX?