THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Sebastian Damm (sdamm)
Attached to Project - sip-router
Summary - $od and $rd missing in reply route
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - 4.1
Due in Version - Undecided
Due Date - Undecided
Details - We just noticed that our acc module doesn't work as expected due to the
contents of $od and $rd missing in the reply route.
To verify, we took a pretty simple setup, and put the following in the kamailio.cfg:
route {
if (is_method("INVITE")) {
t_on_reply("INVITE");
xlog("L_NOTICE", "route: Original Domain: $od Request Domain:
$rd\n");
}
}
onreply_route[INVITE] {
xlog("L_NOTICE", "reply: Original Domain: $od Request Domain:
$rd\n");
}
Then in our log the following lines appeared:
Feb 12 14:18:56 host /usr/sbin/kamailio[18829]: NOTICE: <script>: route: Original
Domain: sip.dev.domain.de Request Domain: sip.dev.domain.de
Feb 12 14:18:57 host /usr/sbin/kamailio[18828]: NOTICE: <script>: reply: Original
Domain: <null> Request Domain: <null>
Shouldn't those values be kept during the transaction?
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=394
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.