FreePBX14 - SIP Extension trying to register as PJSIP?

I have some SIP extensions that just will not register. When I go into the logfiles I see the following

[2018-07-17 11:53:55] NOTICE[10374] res_pjsip/pjsip_distributor.c: Request ‘REGISTER’ from ‘sip:[email protected]’ failed for ‘10.100.200.93:5160’ (callid: 8ace0fd5-5351-4767-a745-38f17d7e8d18) - No matching endpoint found
[2018-07-17 11:53:55] NOTICE[10374] res_pjsip/pjsip_distributor.c: Request ‘REGISTER’ from ‘sip:[email protected]’ failed for ‘10.100.200.93:5160’ (callid: 8ace0fd5-5351-4767-a745-38f17d7e8d18) - No matching endpoint found
[2018-07-17 11:53:55] NOTICE[10374] res_pjsip/pjsip_distributor.c: Request ‘REGISTER’ from ‘sip:[email protected]’ failed for ‘10.100.200.93:5160’ (callid: 8ace0fd5-5351-4767-a745-38f17d7e8d18) - Failed to authenticate

It looks like it is trying to register as a pjsip? Currently on this system I have pjsip set for 5060 and sip set for 5160. any ideas?

It looks like you set your extensions’ listening port to 5160. Instead you need to tell them to connect to FreePBX on 5160. Easy way to do this is add :5160 after the PBX IP where you entered it on your phone. e.g.

10.100.200.245:5160

I worked with Lorne and turns out IP Tables was blocking traffic from the phone on my SIP port. As soon as we stopped IP Tables the phone registered and stayed registered even when turning IP Tables back on. No sign of blockage in Intrusion Detection which I had always viewed as the same thing as IP Tables but Lorne did a nice job describing the difference.

1 Like

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