when running sipp inside a docker container, as the entrypoint, the process id is always 1 and the ip address is always the same. as such, its impossible to generate unique calls when re-running tests as the call number will always restart at 1. adding this would allow distinct calls for each run; much easier for tracing; especially if adding the calls in sip-capture (homer).
when running sipp inside a docker container, as the entrypoint, the process id is always 1 and the ip address is always the same. as such, its impossible to generate unique calls when re-running tests, for example as the call number will always restart at 1. adding this would allow distinct calls for each run; much eacher for tracing; especially if adding the calls in sip-capture (homer).