Jonathan Desmarais

Results 6 comments of Jonathan Desmarais

Thanks for your quick answer. With a bit a digging it is still usable though.

I roll out my own way around wrapping pysipp in pytest. Still [here](https://github.com/sangoma/pytest-sipp/blob/4b63b9658a93dd352480ebef11c5553258545260/pytest_sipp.py#L108) was really helping in implementing auto-discovery test. Thank you all

@vodik you have my star

I don't if I should open another issue for that. I'm trying to override a uac parameter (in my specific case: auth_password) and I'm not sure what I'm doing wrong....

Workaound doesn't work for me as well (no gcc error though) ``` FROM python:3.11.4-alpine3.18 RUN apk add \ bash \ conntrack-tools \ iptables \ && rm -rf /var/cache/apk/* WORKDIR /usr/src/kamailio-metrics/...