Hi SIPp community,

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.

Am I expecting too much, or have I missed something? I would appreciate
any help.

I'm using SIPp v2.0.1-TLS-PCAP, version 20070521, built May 22 2007,
12:49:03.

Tracer below.

Kind regards and thanks in advance

        Markus Pauls


INVITE sip:[EMAIL PROTECTED]:5060 SIP/2.0
Via: SIP/2.0/UDP 10.0.0.174:5061;branch=z9hG4bK-2232-1-0
From: sipp <sip:[EMAIL PROTECTED]>;tag=2232SIPpTag001
To: +497112223366 <sip:[EMAIL PROTECTED]>
Call-ID: [EMAIL PROTECTED]
CSeq: 1 INVITE
Contact: sip:[EMAIL PROTECTED]:5061
Max-Forwards: 70
Subject: Performance Test
Content-Type: application/sdp
Content-Length:  ...



SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.0.0.174:5061;branch=z9hG4bK-2232-1-0
From: sipp <sip:[EMAIL PROTECTED]>;tag=2232SIPpTag001
To: +497112223366 <sip:[EMAIL PROTECTED]>;tag=2140SIPpTag012
Call-ID: [EMAIL PROTECTED]
CSeq: 1 INVITE
Contact: <sip:10.0.0.174:5060;transport=UDP>
Record-Route: <sip:10.0.0.174:9090;lr>
Content-Type: application/sdp
Content-Length:  ...


ACK sip:10.0.0.174:5060;transport=UDP SIP/2.0
Route: <sip:10.0.0.174:9090;lr>
Via: SIP/2.0/UDP 10.0.0.174:5061;branch=z9hG4bK-2232-1-4
From: sipp <sip:[EMAIL PROTECTED]:5061>;tag=2232SIPpTag001
To: +497112223366 <sip:[EMAIL PROTECTED]:5060>;tag=2140SIPpTag012
Call-ID: [EMAIL PROTECTED]
CSeq: 1 ACK
Contact: sip:[EMAIL PROTECTED]:5061
Max-Forwards: 70
Content-Length: 0

--> ACK packet is send to 10.0.0.174:5060 instead of 10.0.0.174:9090

________________________________________________________
Markus Pauls

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to