Search results

  1. KNERD

    German voice prompts

    For an update, using ChatGTP 4o(API), I was able to tell it to translate the words. Here is the prompt I used: The 4o context window is quite limited, thus is only did about half of them. I am sure using o1 or a local LLM you could do the whole document. Here is a sample: Remember, this...
  2. KNERD

    German voice prompts

    Here ya go
  3. KNERD

    German voice prompts

    import csv import requests import subprocess import sys CHUNK_SIZE = 1024 url = "https://api.elevenlabs.io/v1/text-to-speech/<CUSTOM_VOICE>" headers = { "Accept": "audio/mpeg", "Content-Type": "application/json", "xi-api-key": "<YOUR_KEY>" } with open('prompts.txt') as f...
  4. KNERD

    German voice prompts

    You used this one for Eleven Labs? import csv import requests import subprocess import sys CHUNK_SIZE = 1024 url = "https://api.elevenlabs.io/v1/text-to-speech/<CUSTOM_VOICE>" headers = { "Accept": "audio/mpeg", "Content-Type": "application/json", "xi-api-key": "<YOUR_KEY>" } with...
  5. KNERD

    SOLVED Enabled TLS, but times out/won't connect

    Update: I restarted FreeSwitch and it registered
  6. KNERD

    German voice prompts

    No reply? If anyone is interested, I came across a Python script which someone shared which uses one of those AI services to translate all the sound prompts into another language. They took the time to type in all the sound files words by hand. Mind you this was targeted towards Asterisk, and...
  7. KNERD

    SOLVED Enabled TLS, but times out/won't connect

    Using the following guide, I have enabled TLS, but I cannot connect. Vervified connections with UDP and TLS. https://docs.fusionpbx.com/en/latest/additional_information/sip_tls.html# Looking on here for advice, but nothing helpful https://www.pbxforums.com/threads/tls-issues.8056/...
  8. KNERD

    SRTP not negotiated when using ring group

    I see a CODEC problem, not a TLS error
  9. KNERD

    Other multi tenant pbx

    That "app exchange" has been in the works for at least over three years now.
  10. KNERD

    Other multi tenant pbx

    Kazoo is a shell for sure these days, but not for selling addons. Version 5 was due around three years ago. Next they you know, they delisted it from Open Source, and said they wanted to give priority to a market store so they and others could sell addons. That has not appeared either. Their...
  11. KNERD

    FusionPBX registers over the internet and can receive calls but can't make calls

    The thing is they are saying cannot receive calls while on WiFI, I guess. Their statement seems to contract itself. With RTP problems, the call would still go through via SIP signalling, but would not hear audio on one or both sides. Maybe they meant can only call while on 5G
  12. KNERD

    Other multi tenant pbx

    There is open source Kazoo by 2600Hz, but they are not the most friendly/helpful people.
  13. KNERD

    FusionPBX registers over the internet and can receive calls but can't make calls

    Need to see logs else anything is just guessing.
  14. KNERD

    Switch_core_file.c:346 Invalid file format [wav] - For all of the Music on Hold Files

    From compiling FreeSwitch, I am getting the following errors which keep spewing endlessly over and over: This did not appear when I first compiled it, and now all of a sudden it is appearing. Turns out mod_sndfile is failing to load. When I try to manually load it: That error is not very...
  15. KNERD

    After upgrade from fusionpbx4 to fusionpbx5 blf keys only work as speeddials no notify - just a cross

    if you are referring to BLF for voicemail box,not everything gets upgraded. You will have to manually do it https://www.pbxforums.com/threads/shared-voicemail.996/
  16. KNERD

    Shared Voicemail

    Seems the FusionPBX updater is not updating correctly. Recent post on GitHub saying it works fine with a new installation. https://github.com/fusionpbx/fusionpbx/pull/6389
  17. KNERD

    Shared Voicemail

    I understand this is no longer functioning with newest updates?