No matching endpoint found issue fixing

How fix this issue?

[Feb 14 15:17:41] NOTICE[64543]: res_pjsip/pjsip_distributor.c:676 log_failed_request: Request 'OPTIONS' from '<sip:172.20.10.100>' failed for '172.20.10.100:5060' (callid: 1931932294142202415200@172.20.10.100) - No matching endpoint found

Check that 172.20.10.100 should be sending to you, and, if it shouldn’t, take steps to trace it and stop or block it.

If it should, is it misbehaving? If not, there is no problem, in relation to this message, although there may be a problem for incoming calls from it.

If it should, make sure you have a valid type=identify section with a match= that covers that address, and the endpoint that corresponds to that device.

What is the meaning of this “OPTION” ?

Ensure that you have configured endpoints in your Asterisk configuration that match the SIP devices or clients attempting to communicate with Asterisk. Check the configuration files (e.g., pjsip.conf or sip.conf ) to verify that endpoints are defined correctly with appropriate settings such as type , transport , and context .

Check your firewall and network configuration to ensure that traffic from the IP address 172.20.10.100 is allowed to reach your Asterisk server on port 5060 . Also, verify that network connectivity between the SIP device/client and Asterisk is functioning properly.

check this steps may be it will work.

https://www.rfc-editor.org/rfc/rfc3261.html#section-11

Most people use it just to check whether there is SIP UAS present, and any well formed response is perfectly adequate for that. Asterisk. itself, uses it that way.

Thanks @david551 and @danishhafeez

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.