Asterisk 13.6 + Pjsip: Sip2sip Registers But Incoming Calls Get “No Matching Endpoint Found”.

Home » Asterisk Users » Asterisk 13.6 + Pjsip: Sip2sip Registers But Incoming Calls Get “No Matching Endpoint Found”.
Asterisk Users 2 Comments

Would greatly appreciate any input into this currently-unanswered question on the forum:

http://forums.asterisk.org/viewtopic.php?f=1&t

2 thoughts on - Asterisk 13.6 + Pjsip: Sip2sip Registers But Incoming Calls Get “No Matching Endpoint Found”.

  • Jonathan H wrote:

    It is likely that the IP address that traffic is coming from differs from the IP address resolved by res_pjsip_endpoint_identifier_ip. Currently that module is dumb and just does an A record lookup, it does not do any SRV or NAPTR lookup (which sip2sip likely uses). As a result when the INVITE comes in it does not identify it. You will need to determine the possible IP addresses and create your own identify section to match on them as the correct endpoint (I don’t use wizards so don’t know how to configure it with them).

    The current IP addresses possible being the following:

    proxy.sipthor.net. 60 IN A 81.23.228.129
    proxy.sipthor.net. 60 IN A 85.17.186.7
    proxy.sipthor.net. 60 IN A 81.23.228.150

    Cheers,

  • Gaaaah! 15 minutes after reading your answer, I had it working perfectly!

    Thank you!

    Before I type it up, here’s what works for me – can you see any obvious flaws or hidden dangers here?

    —————————————————————————