How do i rewrite the request uri, i know it says that rewriteuri(str); does
this, but i need to be able to do this with a variable something like:

$var(NEWURI) = "sip:+0245" + $tU + "@voip.mycompany.com";

and then rewrite the request with this ?

rewriteuri("$var(NEWURI)") isnt working, apparantly because im not allowed
to pass the result of a variable to this, like i can do in
xlog("L_INFO","var(NEWURI)")

any advice on how to achieve this would be greatly appreciated?
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to