SBC 8.4 manipulate authentication username
Hi All,
Can we use HMR to manipulate authorization header contents?
I need to change the username to embed originally received value into manipulated value.
As an example:
original Authorization header:
Authorization: Digest username="123456",realm="host.realm",nonce="76fwerwerwerwerwerwerwer8059ggggb19b",uri=sip:mmm.provider.xx;transport=TCP,response="93d5rrrrrrrrrrrrr92915eb89d8ee3",cnonce="323drrrrrrrrrrrrfc4eec8e9804f25fd9d",nc=00000001,qop=auth-int,algorithm=MD5
must be changed to
Authorization: Digest username="sip.123456@host.realm",realm="host.realm",nonce="76fwerwerwerwerwerwerwer8059ggggb19b",uri=sip:mmm.provider.xx;transport=TCP,response="93d5rrrrrrrrrrrrr92915eb89d8ee3",cnonce="323drrrrrrrrrrrrfc4eec8e9804f25fd9d",nc=00000001,qop=auth-int,algorithm=MD5