Share

sipp

Tracker: Bugs

8 Route: and Record-Route: - Bug - ID: 1711824
Last Update: Comment added ( ojacques )

The [routes]-field reuses the Record-Route of the message received before
(where the rss-attribute is true).

In SIPp 1.x, this is done correctly:

Received message:
-----------------------
SIP/2.0 200 OK
Via: SIP/2.0/UDP xx.xx.xx.x:5060;branch=z9hG4bK-21289-1-5
To: bob <sip:bob@somewhere.net>;tag=1
From: alice <sip:alice@somewhere.net>;tag=1
...
Record-Route: <sip:aa@12.14.16.18:5060;transport=UDP;lr>
...
-----------------------

Sent message (using [routes])
-----------------------
ACK sip:aaa@12.14.16.20:5060 SIP/2.0
Via: SIP/2.0/UDP xx.xx.xx.x:5060;branch=z9hG4bK-21289-1-5
To: bob <sip:bob@somewhere.net>;tag=1
From: alice <sip:alice@somewhere.net>;tag=1
...
Route: <sip:aa@12.14.16.18:5060;transport=UDP;lr>
...
-----------------------

In SIPp 2.0 (the same xml-scneario), there is a colon too much:
-----------------------
ACK aaa@12.14.16.20:5060 SIP/2.0
Via: SIP/2.0/UDP xx.xx.xx.x:5060;branch=z9hG4bK-20650-1-5
To: bob <sip:bob@somewhere.net>;tag=1
From: alice <sip:alice@somewhere.net>;tag=1
...
Route: : <sip:aa@12.14.16.18:5060;transport=UDP;lr>
...
-----------------------


Michael Hirschbichler ( mhirschb ) - 2007-05-03 10:55

8

Closed

None

Nobody/Anonymous

Transport

None

Public


Comment ( 1 )

Date: 2007-05-04 16:34
Sender: ojacquesProject Admin


Fixed in SVN 220 for trunk, SVN 222 for 2_0 branch. Provided by Michael.


Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2007-05-04 16:34 ojacques
close_date - 2007-05-04 16:34 ojacques
priority 5 2007-05-03 10:55 mhirschb