From bugtracker@sip-router.org Wed Feb 12 14:37:11 2014 From: sip-router To: sr-dev@lists.kamailio.org Subject: [sr-dev] [tracker] Task opened: $od and $rd missing in reply route Date: Wed, 12 Feb 2014 13:37:08 +0000 Message-ID: <1392212228.52fb790445495@sip-router.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1122378018==" --===============1122378018== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below.=20 User who did this - Sebastian Damm (sdamm)=20 Attached to Project - sip-router Summary - $od and $rd missing in reply route Task Type - Bug Report Category - Core Status - Unconfirmed Assigned To -=20 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 kamail= io.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: