i want to remove the First Via Header received from uac to kamailio.
so in my script i use remove_hf("Via") but in the relayed request i see that ";received=x.x.x.x;rport=xxxx" is left without any header before it.
i think internally kamailio adds a lump before i call the remove_hf function.
how to do it properly ?
Thanks