Hi,
If I use uac_replace_from() to alter the User part of the From URI:
uac_replace_from("sip:$xavp(call=>src)@$fd");
it overwrites the domain concealment that is otherwise imparted by topoh, i.e. restores the original From domain.
However, uac_replace_from() does not appear to offer the option to provide a replacement user part only, so I have to specify the domain. As far as I know, there is no means of accessing the modifications topoh has made, as this is transparent from the point of view of the config.
Any way around this problem?
Thanks,