Search results

  1. whut

    Voicemail Transcription not Working

    Voicemail transcription has moved to the newish transcription application. It is confusing if you have voicemail transcribe settings, which I believe, are no longer used. https://github.com/fusionpbx/fusionpbx-app-transcribe
  2. whut

    least cost routing in fusionpbx

    How to implement least cost routing in fusionpbx? I know you need to add the LCR module and that you need to load rate sheet(s). Where and how to you load rate sheets? What is the full implementation of LCR in fusionpbx?
  3. whut

    time to store call recording files and CDR per domain

    When you use the fusion maintenance script you can easily adjust it to "delete CDRs, call recordings, etc at N days old except where the domain is X, Y, or Z. Delete "mikeme" domain CDRs and call recording at X days old" There are 12 items or more that fusion is maintaining out of the box with...
  4. whut

    caller id when pickup call - group-intercept

    I believe you would want to set the caller ID in both groups of conditions. As you have it set I would interpret CID to only be set when you do not dial *8. With that, I would set the CID to the *8 group/block. Which points to dutifully test both the `group-intercept` and the `intercept-ext`...
  5. whut

    caller id when pickup call - group-intercept

    What information does the CDR display when you intercept the call? Have you tried adding the CID into the intercept dialplan?
  6. whut

    Editing device type list

    https://docs.fusionpbx.com/en/latest/accounts/devices.html#device-vendors
  7. whut

    Reset Default Settings

    Delete the variables that you want to reset back to default values and enablements. Run app detaults upgrade. Logout. Login. Start with only 1 variable to give yourself a greater comfort level before deleting all of your intended variables. Screenshots, SQL query, etc for more safeties.
  8. whut

    Inbound SMS from voip.ms gateway

    Recursively delete the sms directory. Run all fusion updates except for updates #1. Then as a cleanup review make sure the default settings variables were removed. If they somehow were not removed, then delete them.
  9. whut

    Change FusionPBX theme for screen reader accessibility?

    I believe you can disable the new styled dashboard items and enable the old styling items by the settings button on the dashboard page.
  10. whut

    Call Center and Call Center Agent Settings Not Having Any Effect

    Bugs must be submitted to Fusionpbx. Free Fusionpbx accounts are able to submit bugs. This forum is not an official FusionPBX resource. It is a bunch of guys and a few girls primarily discussing Fusionpbx.
  11. whut

    VM Cleanup

    the included maintenance script would be an easier modification since you can improve the voicemail section to not delete v_voicemail_messages.message_status = 'saved'. The files and the database records need to be maintained...
  12. whut

    Transfer a call and then call back the transferring extension if destination no answer

    You would also have a dialplan for each extension that you would ever use this transfer method on. yuck
  13. whut

    Transfer a call and then call back the transferring extension if destination no answer

    Blind transfer gets you quickly out of the call and you no longer have any control of the call. To accomplish this 'call back' function I would make a dialplan that uses a timeout and call back to the 'referred by' as the call park / valet park is doing. Your call timeout would need to be less...
  14. whut

    when change Sip Profile, it is not affect

    You can submit a pull request to fix the issue
  15. whut

    when change Sip Profile, it is not affect

    restart freeswitch after making changes to sip profiles
  16. whut

    Transcription not sent in emails first time, is sent on resend.

    openai is the default choice for both the text to speech and the speech to text modules. If you look at https://github.com/fusionpbx/fusionpbx-app-transcribe/tree/main/resources/classes and https://github.com/fusionpbx/fusionpbx-app-speech/tree/main/resources/classes you will see the currently...
  17. whut

    FusionPBX to OpenAi/GPT Voice Mode

    fusionpbx has text to speech and speech to text modules. You can configure each to be connected to multiple AI TTS and STT providers. https://github.com/fusionpbx/fusionpbx-app-speech https://github.com/fusionpbx/fusionpbx-app-transcribe Though I do not see instructions in the repositories on...
  18. whut

    Transcription not sent in emails first time, is sent on resend.

    Transcribe = speech to text Speech= text to speech Some services only provide 1 of these functions. Some functions use different settings (ex: API keys) if they provide both functions. There are more reasons why the services/applications are individualized. It seems that the email needs to...
  19. whut

    Transcription not sent in emails first time, is sent on resend.

    I have seen openai transcription in emails not be included far too often. The transcription does not seem to be returned quickly enough to be included in the email.
  20. whut

    Postgres as core database

    Don't chase sqlite squirrels and rabbits. When you have been locked out of gui and ssh start with all firewalls and vpns.