miconda left a comment (kamailio/kamailio#4468)
The r-uri user can be rewriten with the value you want to match against, and if
you want to restore it, just store it in a variable, like:
```
$var(ruser) = $rU;
$rU = "new value";
# match ....
$rU = $var(ruser);
```
Of course, further enhancements can be done, if anyone wants to do it, a PR can
be submitted.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4468#issuecomment-3521645409
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4468/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!