Search results

  1. P

    Call center "Ring All" strategy appears to ignore Tier Level

    The ring-all strategy doesn't follow the tier levels. Try one of these: sequentially-by-agent-order top-down ring-progressively (not sure if this one is available in FusionPBX, it is available in FreeSwitch)
  2. P

    Feature Request - Call Center

    @kenn10 We have our own Contact Center Module, but the old one should still work if you open the old link. You can add it to your menu if you wish. Go to Advanced->Menu Manager. Edit the FSPBX menu and add the link.
  3. P

    Forgot your password - 500 ERROR

    Great! you are welcome
  4. 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...
  5. P

    Forgot your password - 500 ERROR

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

    Default setting : switch variable

    No, those are definitely missing some critical variables. Most likely the install didn't finish correctly.
  7. 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.
  8. 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.
  9. 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.
  10. 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
  11. P

    Issue with send fax

    @pbxer I pushed a fix for this. Please try again. Thank you for reporting this.
  12. 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
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. P

    Issue with send fax

    Show me a new screenshot, please
  18. P

    Call flow feature code missing

    I dial with the star to toggle
  19. P

    Issue with send fax

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