THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Alex Hermann (axlh)
Attached to Project - sip-router
Summary - $snd(name) pvar contains local instead of remote socket info
Task Type - Bug Report
Category - Core
Status - Assigned
Assigned To - Andrei Pelinescu-Onciul
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 3.1
Due in Version - Undecided
Due Date - Undecided
Details - The following fragment
<code>
onsend_route {
xlog("Sending request to $snd(proto):$snd(af):$snd(ip):$snd(port) len: $ml");
return;
}
</code>
always logs the local listen ip and port of kamailio. Documentation says:
"$snd(name) - return attributes of the address where the request is going to be
sent."
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=103
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.