what device is at 701? The 200ok receved from it has the contact address with the IP of kamailio:
It seems there is a NAT between your kamailio and 701, as kamailio adds alias parameter to Contact in 200ok. That can be used to route the ack, like:
handle_ruri_alias();
$ru = $du;
$du = $null;