How to remove whitespaces in uri-user
Hello,
the uri-user portion of the From can sometimes contain 1 or more spaces. I’m trying to remove all the spaces if any .. what would be the best way ?
patterns with \s or \s+ didnt work. A typical From looks like this:
From: "User 1" <sip:+34 00 012345@1.1.1.1>;tag=cd2a1207-13cb-50cf02ad-fae9077-63c81269
thank you