<div dir="ltr"><div>I am using Create Dialog with &quot;Pp&quot; as parameter but I have one doubt, what if the either side of Opensips is another proxy or SBC which has following code at the start (Before loose route or topology hiding check)<br><br>if(((is_method(&quot;NOTIFY&quot;) &amp;&amp; $hdr(Event) =~ &quot;keep-alive&quot;) || is_method(&quot;OPTIONS&quot;)))<br>    {<br>        sl_send_reply(&quot;200&quot;, &quot;Alive&quot;);<br>        exit;<br>    }<br><br></div>Then i will get a 200 OK for every option message whether it is generated by dialog module or drouting module as gateway ping?...So I fear if in dialog ping is a reliable way to check if call is alive?<br></div>