Search results

  1. P

    New in FS PBX — AI-Powered Call Transcriptions & Summaries (AssemblyAI + OpenAI)

    Oh good. I’m glad we figured it out! Enjoy FS PBX!
  2. P

    New in FS PBX — AI-Powered Call Transcriptions & Summaries (AssemblyAI + OpenAI)

    Let me get back to you on this. I’m testing something today for someone else that may help here as well. I’ll get back to you soon.
  3. P

    New in FS PBX — AI-Powered Call Transcriptions & Summaries (AssemblyAI + OpenAI)

    In that case it’s the settings in your .env file. You need to adjust everything to point to your domain. Then a proper URL will be created. Follow this article. It references all setting you need to adjust. https://www.fspbx.com/docs/troubleshooting/error-419/
  4. P

    New in FS PBX — AI-Powered Call Transcriptions & Summaries (AssemblyAI + OpenAI)

    When transcriptions work they don’t take more than 3-5 minutes. Those commands have to be run second time on some new installs. There was a lot going into getting the transcription configured and not everything starts up on a first try. We’ll optimize this in the future updates. Make sure...
  5. P

    New in FS PBX — AI-Powered Call Transcriptions & Summaries (AssemblyAI + OpenAI)

    And yes you need AasemblyAI to be able to reach your external URL and download the file for transcription. Only a link is sent to them instead of the actual file.
  6. P

    Issues with faxing

    This probably means you haven’t create a route with prefix 9999. By default it gets assigned to each fax number you create in the system. You have two options. Either delete the prefix from fax server settings in the advanced tab. Or you can create a copy of your external route with prefix 9999
  7. P

    New in FS PBX — AI-Powered Call Transcriptions & Summaries (AssemblyAI + OpenAI)

    Please run these two commands. It should fix it cd /var/www/fspbx php artisan app:update sudo supervisorctl restart all
  8. P

    Issues with faxing

    Probably it's coded that way somewhere. It converts it to E. 164 format.
  9. P

    Issues with faxing

    If the webhook is being delivered to FS PBX, then you can check the main log file. Here is an article on how to do it. You may see some errors that will help us determine the issue. https://www.fspbx.com/docs/troubleshooting/retrieving-logs/ Mailgun has its own logs so you can see what's...
  10. P

    Issues with faxing

    Yes enter your email credentials under Default Settings -> Email. Fax service still uses the old email settings. We are changing it soon
  11. P

    Issues with faxing

    Make sure you have these settings enabled. Flush cache for a good measure too
  12. P

    Password reset not working

    Yes, you can reset the password manually like this. https://www.fspbx.com/docs/configuration/users-and-groups/How-to-reset-Superadmin-password-or-create-a-new-Superadmin/
  13. P

    Yealink Wifi dongles alternatives

    Are you aware that some yealink phones come with built-in wifi? We use those instead
  14. P

    Yealink T46U Call Park

    Check Freeswitch logs. There might be something.
  15. P

    New in FS PBX — AI-Powered Call Transcriptions & Summaries (AssemblyAI + OpenAI)

    ASSEMBLYAI_WEBHOOK_HEADER=X-FSPBX-Webhook @pbxer
  16. P

    Yealink T46U Call Park

    In my experience, they operate differently. Between Polycom, Grandstream, and Yealink, I had to find a set of settings that worked for each phone, and they weren't the same when it came to TLS and SRTP. You can at least test without encryption and see if the park works. Just to make sure it's...
  17. P

    Yealink T46U Call Park

    You are partially correct. If you use SRTP, you also need to register the phone using TLS. That will dictate which port is used. I would check FS CLI too. It sounds like you may be able to see some info there related to this. I can assure you it works on Yealinks and TLS with SRTP as I have it...
  18. P

    Yealink T46U Call Park

    Is your call park working on another phone connected to the same domain?
  19. P

    Yealink T46U Call Park

    This works for all my yealinks. See the screenshot