Search results

  1. A

    SOLVED Freeswitch process not running on FusionPBX fresh install

    script started working again as of yesterday 14:00
  2. A

    SOLVED Freeswitch process not running on FusionPBX fresh install

    Seems as spandsp may be causing the compiler to stop checking for spandsp >= 3.0... configure: error: no usable spandsp; please install spandsp3 devel package or equivalent make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop. Reading...
  3. A

    FusionPBX to GPT4

    It's scary accurate on ticket responses, a little too scary. I will post the finish Lua code when debugging is completed for you to test it.
  4. A

    FusionPBX to GPT4

    Using Microsoft TTS or Voice RSS is actually fast. Currently working on using GPT to automatically answer osticket user questions to reset passwords, suggest level 1 trouble shooting steps over the phone. The text-to-speech processes very fast only a slight slow response from openai gpt API.
  5. A

    FusionPBX to GPT4

    I could write a function to use Amazon pollytts or I could write a function to use pico which will generate the audio files locally
  6. A

    FusionPBX to GPT4

    Remember to uncomment this line session:speak("Welcome to the ChatGPT phone service. To ask a question, speak clearly after the beep, then press #") -- TESTING
  7. A

    FusionPBX to GPT4

    Connect Fusionbpx to Chat GPT4 Prerequisites https://platform.openai.com/account Signup for an account and assign it to the api_key variable https://azure.microsoft.com/en-us/free/cognitive-services and assign it to the SPEECH_KEY variable The following lua packages installed using lua-rocks...
  8. A

    Voicemail to Email - Always 'Failed' Status

    I'm having the same issue. did you get it resolved
  9. A

    presence_id passing incorrect ID for call park

    Think I resolved it by adding: presence_id=${destination_number}@${domain_name} in Dialplan > Dialplan Manager > variables. don't know if it's correct way but the buttons are now turning red again and park is monitoring presence again.
  10. A

    presence_id passing incorrect ID for call park

    Hi, Thanks for reading my question. I'm running the latest version of freeswitch 1.6.20 and now I'm having an issue with call park and presence. I'm using yealink phones and before 1.6.20 I was able to place a call in predefined parking lot slot and have the call park button assigned to the...