Hi, just installed asterisk and freepbx manually ( tar files, no ISO ) - Freepbx asterisk 16 - Freepbx 14.
Trying to register my client ( X-lite ) I get "no matching peer …Etc…"
** I don’t need any RTP or somehting else configured, it will be only internal communications ( ie : only SIP communications wihtout any connection to ‘external world’)
I then so created a basic extension under SIP
1234, which has all set to 1234 ( id, password, PIN …etc…). so I don’t think an error of auth could be possible ? anyway …
I still get the error. Please find below the logs with SIP debug enabled :
<— SIP read from UDP:81.67.18.XX:50719 —>
INVITE sip:*65@18.218.41.XX:5160 SIP/2.0
Via: SIP/2.0/UDP 172.16.25.XX:50719;branch=z9hG4bK-524287-1—9c9ca66afbd93e67;rport
Max-Forwards: 70
Contact: sip:1234@172.16.25.XX:50719
To: sip:*65@18.218.41.XX:5160
From: "1234"sip:1234@18.218.41.XX:5160;tag=92f0d563
Call-ID: 97566NWE3ZTY2NWQ3NDQ5MGM4NTgxZjYzNzc1YTFkOTc4NzI
CSeq: 1 INVITE
Allow: OPTIONS, SUBSCRIBE, NOTIFY, INVITE, ACK, CANCEL, BYE, REFER, INFO, MESSAGE
Content-Type: application/sdp
Supported: replaces
User-Agent: X-Lite release 5.5.0 stamp 97566
Content-Length: 334
v=0
o=- 13202122695689513 1 IN IP4 172.16.25.XX
s=X-Lite release 5.5.0 stamp 97566
c=IN IP4 172.16.25.XX
t=0 0
m=audio 60590 RTP/AVP 9 8 120 0 84 101
a=rtpmap:120 opus/48000/2
a=fmtp:120 useinbandfec=1; usedtx=1; maxaveragebitrate=64000
a=rtpmap:84 speex/16000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=sendrecv
<------------->
— (13 headers 12 lines) —
Sending to 81.67.18.XX:50719 (NAT)
Sending to 81.67.18.XX:50719 (NAT)
Using INVITE request as basis request - 97566NWE3ZTY2NWQ3NDQ5MGM4NTgxZjYzNzc1YTFkOTc4NzI
No matching peer for ‘1234’ from ‘81.67.18.XX:50719’
[2019-05-12 08:18:16] ERROR[1018][C-0000000e]: rtp_engine.c:474 ast_rtp_instance_new: No RTP engine was found. Do you have one loaded?
[2019-05-12 08:18:16] NOTICE[1018][C-0000000e]: chan_sip.c:26596 handle_request_invite: Failed to authenticate device "1234"sip:1234@18.218.41.XX:5160;tag=92f0d563
<— Reliably Transmitting (NAT) to 81.67.18.XX:50719 —>
SIP/2.0 403 Forbidden
Via: SIP/2.0/UDP 172.16.25.XX:50719;branch=z9hG4bK-524287-1—9c9ca66afbd93e67;received=81.67.18.XX;rport=50719
From: "1234"sip:1234@18.218.41.XX:5160;tag=92f0d563
To: sip:*65@18.218.41.XX:5160;tag=as097b0148
Call-ID: 97566NWE3ZTY2NWQ3NDQ5MGM4NTgxZjYzNzc1YTFkOTc4NzI
CSeq: 1 INVITE
Server: FPBX-14.0.11(16.3.0)
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Content-Length: 0
<------------>
Scheduling destruction of SIP dialog ‘97566NWE3ZTY2NWQ3NDQ5MGM4NTgxZjYzNzc1YTFkOTc4NzI’ in 32000 ms (Method: INVITE)
<— SIP read from UDP:81.67.18.XX:50719 —>
ACK sip:*65@18.218.41.XX:5160 SIP/2.0
Via: SIP/2.0/UDP 172.16.25.XX:50719;branch=z9hG4bK-524287-1—9c9ca66afbd93e67;rport
Max-Forwards: 70
To: sip:*65@18.218.41.XX:5160;tag=as097b0148
From: "1234"sip:1234@18.218.41.XX:5160;tag=92f0d563
Call-ID: 97566NWE3ZTY2NWQ3NDQ5MGM4NTgxZjYzNzc1YTFkOTc4NzI
CSeq: 1 ACK
Content-Length: 0
<------------->
— (8 headers 0 lines) —
Really destroying SIP dialog ‘97566NWE3ZTY2NWQ3NDQ5MGM4NTgxZjYzNzc1YTFkOTc4NzI’ Method: ACK
**Any insights ? **
Thanks