You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Remind me how we are calling this? I'm wondering if the logging is appearing somewhere else (ie the asterisk files).
The script is running in the background, hence wouldn't send that information to the console.. We would have to do some redirections within the script to log it to a file in order for this to work I assume...
Yes. It is being called by Asterisk in the voicemail application. I ran a test by entering the container with a bash shell and executed a test script I created that has a print_debug and it worked. It did not show that output in the docker log, so it must be that it's not being redirected when run from a child process. I also did not find the Watson logs in any asterisk log files.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the following env variables set:
and running
docker-compose logs app
, I definitely see that debug logging is working.However, it doesn't appear that the
print_debug
calls here https://github.com/tiredofit/docker-freepbx/blob/15/install/usr/sbin/watson-transcription are working. The script is definitely being executed because I am getting emails with the transcription, but logging doesn't seem to work.The text was updated successfully, but these errors were encountered: