Search results

  1. P

    Forgot your password - 500 ERROR

    after updating the .env file you always need to run this cd /var/www/fspbx php artisan config:cache If this doesn't help.. Run this command tail -f /var/www/fspbx/storage/logs/laravel.log Then try to reproduce the error again. Post the last error. The log could be long. Make sure to post...
  2. P

    Forgot your password - 500 ERROR

    Did you set up email settings in the .env file?
  3. P

    Default setting : switch variable

    No, those are definitely missing some critical variables. Most likely the install didn't finish correctly.
  4. P

    Extension import issue

    Do you have a device_address field in your upload spreadsheet? It says it's missing. You can download the template and see all the fields that are supported and their names.
  5. P

    TLS/SRTP Internal Call issues

    I'm all about TLS. It's the way to go. But some devices don't like it, and it causes issues. I have probably 99% of all devices on TLS, though.
  6. P

    TLS/SRTP Internal Call issues

    The issue with that is if you have a device that doesn't support TLS or SRTP, it will fail. I had an issue with an older paging system that only connected with UDP, and also some test softphones I used.
  7. P

    TLS/SRTP Internal Call issues

    I would love to hear some opinions on this too. I've done a lot of work with TLS but SRTP has been hit or miss between different manufacturers to the point that i just had to disable it sometimes
  8. P

    Issue with send fax

    @pbxer I pushed a fix for this. Please try again. Thank you for reporting this.
  9. P

    Uploading a custom VM greeting

    I'm pretty sure the name of the file should be greeting_1.wav. msgxxxx.wav is reserved for voicemail messages
  10. P

    Provisioning server

    FusionPBX provisioning server uses variables set up in the system to replace them with values. Such as SIP credentials and server info. If you run it on a separate server, it won't know the values. You may need to explore phone manufacturer provisioning portals. Each manufacturer has their own...
  11. 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...
  12. 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...
  13. 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...
  14. P

    Issue with send fax

    Show me a new screenshot, please
  15. P

    Call flow feature code missing

    I dial with the star to toggle
  16. P

    Issue with send fax

    @Raven Download the latest updates. This issue has been resolved.
  17. 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...
  18. 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.
  19. 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.
  20. 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.