Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does sipp respect the Route, Record-Route, Via, or Contact headers for sending message? #666

Open
zxgdll opened this issue Oct 31, 2023 · 1 comment

Comments

@zxgdll
Copy link

zxgdll commented Oct 31, 2023

Hi,

I want to run an UAC scenario which maps received Record-Route Headers in 200_OK into Route Headers in the ACK message.
Using the fields [routes] and [next_url] for building the ACK, it looks OK. However, the UDP packet containing the ACK is not send to the
address in the Route Header (as it should be), but still to the address of the Request-URI of the ACK.

If I want to use route header to send packet, what should I do? now I am using Sipp v3.7.1.

@TheQue42
Copy link

SIPp will (unfortunately in my mind) stick to the CLI configured next-hop address, until you override it.

See https://sipp.readthedocs.io/en/v3.6.1/scenarios/actions.html#setdest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants