Problems registering chan_sip extension (both chan_pjsip and chan_sip activated)

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:3183@freepbx’ 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

but I don’t get messages.

Some idea?

FreePBX Distro 6.12.65-26
Asterisk (Ver. 13.2.0)

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…

JITSI screenshot

SFLPHONE screenshot

1 Like

Looks like the port for Jitsi is in the top right hand corner of that screenshot

No… if you just put 5061 in the top right hand corner and no setting for the proxy asterisk CLI say:

[2015-03-24 12:16:55] NOTICE[24411]: res_pjsip/pjsip_distributor.c:256 log_unidentified_request: Request from ‘“3182” sip:3182@freepbx’ failed for ‘10.28.43.51:5060’ (callid: 5c43ad0bb3ebe6b9e8f6d15f9a24c24e@0:0:0:0:0:0:0:0) - No matching endpoint found

soy Jitsi try conect to 5060. The only way I got a 5061 connection is configuring the proxy params in jitsi as the screenshot… :confused: