[SR-Users] Kamailio 5.3 call forwarding

Henning Westerholt hw at gilawa.com
Wed Aug 24 08:53:01 CEST 2022


Hello,

Do not know the details about your setup.
But you usually change the request URI if you want to route an INVITE to a certain user. Changing From/To headers is normally more for number display and this kind of topics.

If the routing does not work with the $ru changes I would suggest to do some traces and observe the SIP message flow between the systems.

Cheers,

Henning

--
Henning Westerholt – https://skalatan.de/blog/
Kamailio services – https://gilawa.com<https://gilawa.com/>

From: sr-users <sr-users-bounces at lists.kamailio.org> On Behalf Of Derek OSS
Sent: Tuesday, August 23, 2022 6:26 PM
To: sr-users at lists.kamailio.org
Subject: [SR-Users] Kamailio 5.3 call forwarding

Hi,

I'm using Kamailio 5.3 and I am interested in doing call forwarding.  I am interested in having a user "alice" bypass the SIP REGISTER step and have their SIP INVITE request/call forwarded to another SIP user "bob" (who, let's just say for now is within the same domain, so accessible by the same SCSCF and if it makes things simpler, let's say that bob went through the register step).

In the PCSCF configuration, I've tried doing something like this:

route {
    route(TEST)
    ...
}

route[TEST] {
    $ru = "sip:bob at domain.com<mailto:sip%3Abob at domain.com>"

    if (!t_relay("scscf.domain.com<http://scscf.domain.com>",6060)) {
            sl_reply_error();
    }

    exit;
}

Instead of $ru, I've also tried using uac_replace_to, providing both the To and URI fields with Bob's SIP URI.

When I try using the $ru, the S-CSCF still seems to use Alice's R-URI instead of Bob's.

When I try using uac_replace_to, I get a 403 error saying that I need to register with the S-CSCF first.
Am I going about this the correct way?  Thank you.

Derek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20220824/c77b8408/attachment.htm>


More information about the sr-users mailing list