<div dir="ltr">Hi Liviu,<div><br></div><div>Apologies, I should be more clear.</div><div><br></div><div>The dispatcher endpoints that I have configured are used for routing the SIP calls to. They are also the endpoints that we are receiving SIP calls from.</div><div><br></div><div>I understand that opensips are sending SIP Options pings to these endpoints. And these endpoints are sending SIP Options pings to opensips and getting a response.</div><div><br></div><div>I would like to understand if I set these endpoints to 'inactive' whether that means opensips will stop responding to SIP Options pings from that particular endpoint.</div><div><br></div><div>However, now I have checked our opensips.cfg script (that was created for us) it looks like it has been hardcoded in:</div><div><br></div><div>route[handle_pings]<br>{<br>        # keepalive notifies replied ok<br>        if ( is_method("NOTIFY|OPTIONS") && !has_totag() && $rU==NULL) {<br>                send_reply("200", "OK");<br>                exit;<br>        }<br>}<br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 21 Jan 2020 at 11:58, Liviu Chircu <<a href="mailto:liviu@opensips.org">liviu@opensips.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 21.01.2020 13:47, solarmon wrote:<br>
><br>
> So to be clear, I cannot use the dispatcher endpoint method to stop <br>
> responding to SIP Options pings? If I can do that, then that is the <br>
> equivalent - since our platform would see opensips as unhealthy and <br>
> not send calls to it.<br>
<br>
What do you mean by "dispatcher endpoint method"?  Also, the dispatcher <br>
module<br>
ORIGINATES pings to its destinations, it does not RESPOND to them.  <br>
Maybe I'm<br>
not on par with your terminology here :)<br>
<br>
-- <br>
Liviu Chircu<br>
<a href="http://www.twitter.com/liviuchircu" rel="noreferrer" target="_blank">www.twitter.com/liviuchircu</a> | <a href="http://www.opensips-solutions.com" rel="noreferrer" target="_blank">www.opensips-solutions.com</a><br>
<br>
OpenSIPS Summit, Amsterdam, May 2020<br>
   <a href="http://www.opensips.org/events" rel="noreferrer" target="_blank">www.opensips.org/events</a><br>
OpenSIPS Bootcamp, Miami, March 2020<br>
   <a href="http://www.opensips.org/training" rel="noreferrer" target="_blank">www.opensips.org/training</a><br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>