<div dir="ltr"><div>Indeed, calling this function from a branch_route works fine.</div><div></div><div><br></div><div>The only thing i noticed is the following messages in the log file:</div><div><br></div><div><b>uac [replace.c:396]: replace_uri(): Already called uac_replace for this dialog<br>uac [replace.c:405]: replace_uri(): Deleted <_uac_tonew> var in dialog<br>uac [replace.c:396]: replace_uri(): Already called uac_replace for this dialog<br>uac [replace.c:405]: replace_uri(): Deleted <_uac_funew> var in dialog</b></div><div><br></div><div>As they are with INFO LogLevel - I'm just ignoring it for now.<br></div><div>
Thank you Sergiu/Alex

</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 7 Aug 2020 at 22:12, Alex Balashov <<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Another option is to put the uac_replace_from() calls into a <br>
branch_route, or a request-route subroutine that is called from a <br>
branch_route. The lump changes will then be made on a per-branch basis <br>
only and reverted on the next branch.<br>
<br>
-- Alex<br>
<br>
On 8/7/20 4:41 PM, Sergiu Pojoga wrote:<br>
> Calling t_save_lumps() before the changes are made and before t_relay() <br>
> might help, so that upon failure, Kam restores the SIP message to the <br>
> original state and then further apply desired changes.<br>
> <br>
> Cheers,<br>
> --Sergiu<br>
> <br>
> On Fri, Aug 7, 2020 at 3:39 PM Ilie Soltanici <<a href="mailto:iliusha.md@gmail.com" target="_blank">iliusha.md@gmail.com</a> <br>
> <mailto:<a href="mailto:iliusha.md@gmail.com" target="_blank">iliusha.md@gmail.com</a>>> wrote:<br>
> <br>
>     Hello,<br>
> <br>
>     We are using a few carries where we are sending calls to, each of<br>
>     them is using a special prefix in the From header in order to manage<br>
>     the callerid. Some of them are not recognizing headers like<br>
>     P-Asserted-Identity or Remote-Party-ID, so for them we have to<br>
>     replace the From header with the corresponding prefix. The way we do<br>
>     - it's by using the uac_replace_from function, which works fine.<br>
>     The problem is when we are sending the same call to the failover<br>
>     trunk, and that trunk is using a different prefix. We have to call<br>
>     again the uac_replace_from function which is appending the new<br>
>     prefix to the existing one, something like:<br>
> <br>
>     From: <sip:12345@domain.localsip:+12345@domain.local>;tag=as404cb50c<br>
> <br>
>     I was trying to use uac_restore_from() function and call again<br>
>     uac_replace_from, but the result is the same.<br>
> <br>
>     Is there any way to call the uac_restore_from function twice for the<br>
>     same call?<br>
>     Thank you.<br>
>     _______________________________________________<br>
>     Kamailio (SER) - Users Mailing List<br>
>     <a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a> <mailto:<a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a>><br>
>     <a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
> <br>
> <br>
> _______________________________________________<br>
> Kamailio (SER) - Users Mailing List<br>
> <a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
> <a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
> <br>
<br>
-- <br>
Alex Balashov | Principal | Evariste Systems LLC<br>
<br>
Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free)<br>
Web: <a href="http://www.evaristesys.com/" rel="noreferrer" target="_blank">http://www.evaristesys.com/</a>, <a href="http://www.csrpswitch.com/" rel="noreferrer" target="_blank">http://www.csrpswitch.com/</a><br>
<br>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>