On Thu, Aug 29, 2013 at 3:53 AM, Daniel-Constantin Mierla <miconda@gmail.com> wrote:
 
what device is at 701? The 200ok receved from it has the contact address with the IP of kamailio:

SFLPhone
 
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;

 There is no NAT in this scenario, although NAT support is enabled as we will have to deal with it.  Should I still use handle_ruri_alias()?

Thanks,
Marc