Hi <br>I have a simple question.<br>I know the from_uri can get the FROM information. and I can use uac_replace_from() to change uri.<br>But I just want to modify the domain only , the username need to be reserved. <br>Thus <br>
From: "123" <<a href="mailto:sip%3A123@192.168.0.1">sip:123@192.168.0.1</a>>;----->From: "123" <<a href="mailto:sip%3A123@10.200.0.5">sip:123@10.200.0.5</a>><br> <br>How can I accomplish it simply? Thanks a lot:)