You could probably use subst_hf regex to replace what's needed, something like:
subst_hf("Proxy-Authenticate", "/:test@/:best@/", "a");On Thu, Oct 8, 2020 at 6:28 PM David Villasmil <david.villasmil.work@gmail.com> wrote:Hello guys,I'm receiving a Proxy-Authenticate header with a special parameter, call if "myparam", something like:Proxy-Authenticate: Digest realm="sip.mydomain.com", nonce="...", algorithm=MD5, qop="auth", opaque="XXXX/YYYY"I can get the parameter like so:$var(myparam) = @proxy_authorization["sip.mydomain.com"].myparam;And this is great!But i need to replace part of the parameter "myparam"m and I can't figure out how to do it...Can anyone help me with this?
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users