Hi Daniel,
Thank you for the details !
Now I understand that It is belter to play around with VIA header rather than send_tcp ,
my requirement is to tell the upstream to send next set of requests to the original sender
where my Kamailio will be out of the path as the upstream is looking at the via header to
send next course of packets.
I am trying now below as per the documentation from corex module
...
xavp_via_fields="mvia"
...
request_route {
...
$xavp(mvia=>address) = "10.10.10.10";
$xavp(mvia[0]=>port) = "5060";
via_use_xavp_fields("1");
...
}
Thank you again !
Regards
Paresh