sipp tool sends rtp packets to random port when in container #4338
Unanswered
AndreHeber
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody,
I'm not sure if this is the right place for my question. If so, it would be nice to point me to the right direction.
To my issue: I'm using sipp to test the telephony system, which is running in kubernetes. I start
sippin server mode, so that it receives an incoming call and it accepts the call and starts sending prerecorded media, the rtp packets. The packets are sent from udp port 6000 to udp port 6000. Whensippruns natively, everything is fine. Whensippruns on a pod withhostNetwork: trueor on docker with--net=host, the rtp streams switches ports in the middle of the stream, e.g. source ports & target ports are suddenly 8173 now. I usedstraceto verify thatsippis not responsible for the port switch.I attached the pcap and the strace log:
logs+pcap.tar.gz
Any idea about the reason of this behavior? And how to avoid that?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions