<div dir="ltr"><div>Hi,</div><div><br></div><div>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).</div><br>In the PCSCF configuration, I've tried doing something like this:<br><br>route {<br>    route(TEST)<br>    ...<br>}<br><br>route[TEST] {<br>    $ru = "<a href="mailto:sip%3Abob@domain.com">sip:bob@domain.com</a>"<br>    <br>    if (!t_relay("<a href="http://scscf.domain.com">scscf.domain.com</a>",6060)) {<br>            sl_reply_error();<br>    }<br><br>    exit;<br>}<br><br>Instead of $ru, I've also tried using uac_replace_to, providing both the To and URI fields with Bob's SIP URI.<br><br>When I try using the $ru, the S-CSCF still seems to use Alice's R-URI instead of Bob's.<br><br>When I try using uac_replace_to, I get a 403 error saying that I need to register with the S-CSCF first.<br><br><div>Am I going about this the correct way?  Thank you.</div><div><br></div><div>Derek<br></div></div>