Removing user=phone from Contact when setting URI to anonymous
Hi All,
we have the issue that the SBC is changing the contact header user-part from a valid phone number to anonymous but he's not removing the user=phone from the contact header. Technically anonymous is not a valid phone number so I would expect the user=phone to be removed. Or is this something that needs to be done via HMR?
### INCOMING ###
INVITE sip:+123456789@acmecom.net;user=phone SIP/2.0
To: "+123456789"<sip:+123456789@acmecom.net>
From: "Anonymous"<sip:anonymous@anonymous.invalid>;tag=beqqnqpb-CC-1000-OFC-13
Contact: <sip:+987654321@10.0.2.58:5060;user=phone>
### OUTGOING ###
INVITE sip:+123456789@acmecom.net;user=phone SIP/2.0
From: "Anonymous"<sip:anonymous@anonymous.invalid>;tag=beqqnqpb-CC-1000-OFC-13