[SR-Users] pseudo variables available in on_reply route(where can I find all variables stand for)

Derrick Ding dding at aastra.com
Fri Mar 11 15:17:00 CET 2011


Hi, All

I started using Kamailio this week.

Could any one tell me where I can find all variables(eg, $ru, $du, $rd,
$rp, etc) stand for.

Thanks a lot!

Derrick



-----Original Message-----
From: sr-users-bounces at lists.sip-router.org
[mailto:sr-users-bounces at lists.sip-router.org] On Behalf Of Asgaroth
Sent: Thursday, March 10, 2011 10:04 PM
To: Alex Balashov
Cc: sr-users at lists.sip-router.org
Subject: Re: [SR-Users] pseudo variables available in on_reply route

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: <script>: REPLY_ONE : INVITE : R-URI=<null>
[17344]: ERROR: <script>: REPLY_ONE : INVITE : D-URI=<null>
[17344]: ERROR: <script>: REPLY_ONE : INVITE : Request Domain=<null>
[17344]: ERROR: <script>: REPLY_ONE : INVITE : Request Port=<null>
[17344]: ERROR: <script>: REPLY_ONE : INVITE : Destination Domain=<null>

Do I need to enable an option somewhere to be able to access these
variables in onreply route?

Thanks


_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users at lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users



More information about the sr-users mailing list