From 00asgaroth00@gmail.com Fri Mar 11 04:04:16 2011 From: Asgaroth <00asgaroth00@gmail.com> To: sr-users@lists.kamailio.org Subject: Re: [SR-Users] pseudo variables available in on_reply route Date: Fri, 11 Mar 2011 03:04:03 +0000 Message-ID: <4D799123.4000705@gmail.com> In-Reply-To: <4D798AF2.4000904@evaristesys.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1051517178==" --===============1051517178== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi Alex, On 11/03/2011 02:37, Alex Balashov wrote: > Are you actually talking about the destination set, or the domain part > of the request uri? If the latter, check out $rd and $rp. I'm looking for the domain part of the destination uri. I have the following reply route defined: onreply_route[REPLY_ONE] { xlog("REPLY_ONE : $rm : R-URI=$ru\n"); xlog("REPLY_ONE : $rm : D-URI=$du\n"); xlog("REPLY_ONE : $rm : Request Domain=$rd\n"); xlog("REPLY_ONE : $rm : Request Port=$rp\n"); xlog("REPLY_ONE : $rm : Destination Domain=$dd\n"); } The output I get from the above is as follows: [17344]: ERROR: