Using chan_pjsip extensions everything works OK registering my softphones using 5060 port, but I’m not able to register chan_sip extensions usign 5061 port. I get this on CLI:
[2015-03-22 13:10:40] NOTICE[16004]: res_pjsip/pjsip_distributor.c:256 log_unidentified_request: Request from ‘sip:[email protected]’ failed for ‘10.100.2.62:5061’ (callid: 5833592b-de90-4051-ac6f-9de55620bec7) - No matching endpoint found
I have activated sip debug:
freepbx*CLI> sip set debug peer 3183
Those devices are still connecting to port 5060, not port 5061 - they’re still using pjsip. How did you configure the device to connect to port 5061? (Hint: I’m pretty sure you didn’t, or, you changed the port the device is LISTENING on, not SENDING TO)
Thank you Rob. You are right… I have reviewed my softphones account configuration (it is not very intuitive) and I found the way to force to connect with 5061.
I attach two screenshots… one for sflphone and another for jitsi. Maybe it could help somebody in the future…