FreeBPX 13 SIP

I am testing FreePBX 13 and when I want to put a new extension in SIP I have the followin:
[2015-07-22 18:40:13] NOTICE[12165]: res_pjsip/pjsip_distributor.c:256 log_unidentified_request: Request from ‘“Gerald” sip:[email protected]’ failed for ‘192.168.0.26:5061’ (callid: [email protected]) - No matching endpoint found

But if I do a IAX ext. it work great

What is missing in my config?

You are subscribing to the wrong port. By default PJSIP is on 5060 and SIP is on 5061.

Thank you for your reply
I change the port for 5060 and here is the log
[2015-07-22 21:56:40] NOTICE[18109]: res_pjsip/pjsip_distributor.c:256 log_unidentified_request: Request from ‘“Gerald” sip:[email protected]’ failed for ‘192.168.0.26:5060’ (callid: [email protected]) - No matching endpoint found

Upgrade all FreePBX modules and retest.

This error comes from PJSIP. If you created a PJSIP endpoint then it’s another issue. If you are doing chan_sip then you didn’t change the ports.

tm1000 , I make ext. 103 CHAN_SIP , try 5060 and 5061 result is
failed for ‘192.168.0.26:5060’ (callid: [email protected]) - No matching endpoint found
failed for ‘192.168.0.26:5061’ (callid: [email protected]) - No matching endpoint found

by the way callid: f5576e15-ce78272e come from where?

This error comes from PJSIP not CHAN_SIP you have not changed the port on your phone or you have not restarted Asterisk. There is no such thing as “endpoint” in CHAN_SIP. Looking further you only changed the local port of your phone. Not the port it needs to connect to.

@tm1000
My ATA is SPA112 and it work great with FreePBX Distro 11 and 12 but when it try to configure on the FreePBX 13 i always have No matching endpoint found. I try to understand the SIP on 13

Looking further you only changed the local port of your phone. Not the port it needs to connect to.

this I try to understand. Do you have any documentation that you can point to me so I read and try to figure it out.

I have been using FreePBX 11 for 3 years (I have 38 ext. IAX and SIP 11 Trunks)and 13 is new to me.

Thank you for your help.

You have changed the port it listens on, rather than the port it tries to establish connections to.

If you are unable to configure your device to talk to the chan_sip port, then go into your extension and click on ‘Change this to a PJSIP Endpoint’.