Hi!
I’m trying to use replace function, but got strange results.
Idea - modify Contact header
What I got as start packet. (202 Accepted on onreply_route)
…
…
I give a command
replace("Contact: <.*>», "Contact: <" + $fu + ">");
And, as a result I got
Why it’s adding old Contact part at the end? What can cause this? On onreply_route I have only this command.
Thanks!
--