THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Juha Heinanen (jh)
Attached to Project - sip-router Summary - record_route_advertised_address() does not add second rr Task Type - Bug Report Category - Module Status - New Assigned To - Operating System - All Severity - Low Priority - Normal Reported Version - 3.3 Due in Version - Undecided Due Date - Undecided Details - rr readme on record_route_advertised_address() function tells:
Note: A second Record-Route will be inserted if the transport used on the inbound and outbound interfaces changes.
that is not the case. i made call
record_route_advertised_address("192.98.103.10:5060");
when request came over udp and went out over tcp and only one rr header was inserted:
incoming ngrep:
U 2012/09/17 17:30:17.467079 192.98.103.10:5060 -> 192.98.103.2:5070 INVITE sip:test@test.fi SIP/2.0. ....
outgoing ngrep:
T 2012/09/17 17:30:17.504631 192.98.103.10:5060 -> 192.98.103.10:38078 [AP] INVITE sip:0x20b7580@192.98.103.10:5050;transport=tcp SIP/2.0. Record-Route: sip:192.98.103.10:5060;ftag=wumod;lr. ....
i had not set enable_double_rr param and default is 1.
More information can be found at the following URL: http://sip-router.org/tracker/index.php?do=details&task_id=248
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.