Search results

  1. 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`...
  2. 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?
  3. whut

    Editing device type list

    https://docs.fusionpbx.com/en/latest/accounts/devices.html#device-vendors
  4. 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.
  5. 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.
  6. 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.
  7. 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.
  8. 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...
  9. 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
  10. 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...
  11. whut

    when change Sip Profile, it is not affect

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

    when change Sip Profile, it is not affect

    restart freeswitch after making changes to sip profiles
  13. 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...
  14. 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...
  15. 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...
  16. 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.
  17. 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.
  18. whut

    Using default setting variables

    All of this is conjecture and you will need to test the suggestions!
  19. whut

    Using default setting variables

    I believe you could use the freeswitch variables as you are thinking, but I have not tried it. As an example of how you may need to reference the variables you create in freeswitch variables I would filter them on 'us-ring'. You will see the 'us-ring' variable is defined in Ringtones but then is...
  20. whut

    SOLVED A little feedback on the update to 5.3.3

    You need to run the database and app updates for the default settings to be created. I would delete the custom and try again.