<div dir="ltr">Hello,<div><br></div><div>I'm trying to setup the following scenario with sip ping:</div><div><br></div><div>UAC -> Kamailio Edge -> Kamailio Registrar</div><div><br></div><div>Edge proxy is a multihomed proxy with public/private ips and the registrar is a kamailio on a private network. The edge acts as a nat proxy and loadbalancer.</div><div><br></div><div>Edge proxy inserts a Path header (and contact alias) which get correctly saved on registrar usrloc. Registration works as expected.</div><div><br></div><div>Now, since I need to keep nat open towards the uacs and expire them when they're not reachable anymore, I'm trying to send sip pings from the registrar via the edge proxy. I'm using nathelper sipping in the registrar.</div><div><br></div><div>What I see is that the registrar sends out a sip options putting in the Route header the Path as expected, but the sip packet gets sent directly to the UAC contact and not via the edge, as the Route header specifies.</div><div><br></div><div>After looking into the nathelper code, it seems that the sip packet is sent via udp directly without any specific routing. So the question: it should work what I'm trying to achieve? Maybe not?</div><div><br></div><div>Probably I can work around it setting the ;received in the contact on registrar (it will set to the edge proxy) and since the contact is aliased on the edge when the edge receives an option from the registrar it can process the alias and send it to the correct endpoint, but seems a workaround?</div><div><br></div><div>Or using the keepalive module maybe, even if that means setting specific timers and manually do what the nathelper module already does?</div><div><br></div><div>Any hint?</div><div><br></div><div>Thanks,</div><div>Matteo</div></div>