-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
I tried to replace Displayname in From field with uac_replace_from("$fn", "sip:1234@exaple.com");
What I found ist, that display name seems to be hold with quotes in $fn instead without qoutes. So after running uac_replace_from I got double quotes in front of and behind display name like this:
befor uac_replace-from: From: "abc" sip:1234@example.com;tag ...
after uac_replace_from: From: ""abc"" sip:1234@example.com";tag ...
Is this a feature or a Bug?
regards Helmut