Search results

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

    when change Sip Profile, it is not affect

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

    when change Sip Profile, it is not affect

    restart freeswitch after making changes to sip profiles
  6. 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...
  7. 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...
  8. 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...
  9. 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.
  10. 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.
  11. whut

    Using default setting variables

    All of this is conjecture and you will need to test the suggestions!
  12. 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...
  13. 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.
  14. whut

    Internal call block

    Do as I had originally suggested with a condition of call direction = local. I would suggest other conditions like caller = xyz and caller = abc. I would also recommend thorough testing. What happens when an extension tries to transfer a call, as an example. Test from any and all scenarios a...
  15. whut

    Call Block problem with list.

    8.2 is supported https://github.com/fusionpbx/fusionpbx-install.sh/blob/master/debian/resources/php.sh
  16. whut

    Call Block problem with list.

    Run again
  17. whut

    Call Block problem with list.

    Run fusion updates. ALL fusion updates, 1 at a time, in order, log out and back in
  18. whut

    SOLVED Need to remove Privacy header

    unset it again in a later order dialplan. would that work?
  19. whut

    SOLVED Need to remove Privacy header

    o_O The unset, as suggested early, is the method that I would expect to work. o_O
  20. whut

    On again, Off again.

    networking issues. I would start by having the customer disable SIP ALG on their router. Test their domain from your network with your office phones being registered to the domain to prove to yourself and them that it is their networking. Use TCP instead of UDP since UDP has a very limited...