Dju
Dju
Hi Frank, I make outgoing calls successfully but I had to change the code to support SIP Proxy. I will fork the project and provide the code. I also use...
Could you test from this fork/branch? I've corrected tag headers https://github.com/jchatin/pyVoIP/tree/dev
Same issue when calling a python script as ExternalScript from Zabbix server I found that sometimes FD 0 is missing, and I have the same error in strace : fcntl(0,...
> This change probably could also resolve #159 and the part of #167 where @jchatin and @FrankMeyerEDV commented that the sound was scratching. Sound quality is better with your fix...
updated salt to 3007.0, same issue Dockerfile ``` FROM debian:bullseye RUN apt-get update && apt-get upgrade -y && \ apt-get install -y wget gnupg2 RUN wget -O - https://repo.saltproject.io/salt/py3/debian/11/amd64/3007/SALT-PROJECT-GPG-PUBKEY-2023.pub |...
Also just noticed that running a runner module from the salt master in async has the same behavior From salt master loop 'salt-run jobs.list_jobs --async' #while true;do salt-run jobs.list_jobs --async;sleep...
found workaround, run docker container using host user namespace: docker-compose file: ``` services: salt-master: userns_mode: host pid: host ```