On 09/02/2015 09:30 AM, Michael Nielsen wrote:
The same way I can change called party id with $rU, is there also a way to change the caller id of the person making the call?
Define "Caller ID":
- From URI - P-Asserted-Identity - Remote-Party-ID
Either way, the proxy can strip/modify/add the latter two. Proxies aren't supposed to modify the From header because it violates message integrity, but Kamailio has a hacky way of getting around this:
http://kamailio.org/docs/modules/4.3.x/modules/uac.html#uac.f.uac_replace_fr...
So, long story short, yes, Kamailio can modify "caller ID".
-- Alex