Resolution failure

Maybe one of you have gone through this. My PBX isn’t resolving the information the trunk is sending in the P-Asserted-Identity value and marking the call anonymous and there for rejecting the call.

Info from my trunk provider (sanitized):

INVITE [sip:[email protected]:5060]
(http://sip:[email protected]:5060/) SIP/2.0
Record-Route: <sip:192.76.120.10;r2=on;lr;ftag=Kj28XpyZDQX0p>
Record-Route: <sip:10.255.0.1;r2=on;lr;ftag=Kj28XpyZDQX0p>
Via: SIP/2.0/UDP 192.76.120.10;branch=z9hG4bK64b2.5e1da6dac5399b7bbc191b7560e25ec3.0
v:SIP/2.0/UDP 10.15.43.4:6000;received=10.15.43.4;rport=6000;branch=z9hG4bKcrF09ZjyN6X2g
Max-Forwards:67
f:"+12164132532"<[sip:[email protected]](mailto:sip%[email protected])>;tag=Kj28XpyZDQX0p
t:<[sip:[email protected]:5060](http://sip:[email protected]:5060/)>
i:74a44c97-d7e3-4d15-8b41-016e7b09126c
CSeq:6116296 INVITE
m:<[sip:[email protected]:6000](http://sip:[email protected]:6000/)>
Allow:INVITE,ACK,BYE,CANCEL,OPTIONS,MESSAGE,INFO,UPDATE,NOTIFY
k:timer,path,replaces
u:talk,hold,conference,refer
Privacy:none
c:application/sdp
Content-Disposition:session
l:344
P-Asserted-Identity:"+12164132532"<[sip:[email protected]](mailto:sip%[email protected])>

v=0
o=Telnyx 1561314286 1561314287 IN IP4 64.16.249.208
s=Telnyx
c=IN IP4 64.16.249.208
t=0 0
m=audio 25890 RTP/AVP 9 0 8 18 101
a=rtpmap:9 G722/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtcp:25891 IN IP4 64.16.249.208
a=ptime:20

Code from my PBX (sanitized):

[2019-06-23 21:36:16] WARNING[32396][C-000078d5] func_channel.c: Unknown or unavailable item requested: 'recvip'
[2019-06-23 21:36:16] VERBOSE[32396][C-000078d5] pbx.c: Executing [s@from-sip-external:6] Log("PJSIP/anonymous-000078bd", "WARNING,"Rejecting unknown SIP connection from "") in new stack
[2019-06-23 21:36:16] WARNING[32396][C-000078d5] Ext. s: "Rejecting unknown SIP connection from "
[2019-06-23 21:36:16] VERBOSE[32396][C-000078d5] pbx.c: Executing [s@from-sip-external:7] Answer("PJSIP/anonymous-000078bd", "") in new stack
[2019-06-23 21:36:16] VERBOSE[32396][C-000078d5] pbx.c: Executing [s@from-sip-external:8] Wait("PJSIP/anonymous-000078bd", "2") in new stack
[2019-06-23 21:36:18] VERBOSE[32396][C-000078d5] pbx.c: Executing [s@from-sip-external:9] Playback("PJSIP/anonymous-000078bd", "ss-noservice") in new stack
[2019-06-23 21:36:18] VERBOSE[32396][C-000078d5] file.c: <PJSIP/anonymous-000078bd> Playing 'ss-noservice.ulaw' (language 'en')
[2019-06-23 21:36:23] VERBOSE[32396][C-000078d5] pbx.c: Executing [s@from-sip-external:10] PlayTones("PJSIP/anonymous-000078bd", "congestion") in new stack

How can I fix this? the trunks and routes are set up according to my trunk providers info. is set up on freepbx/asterisk. I running freepbx 14 centos 7.6 iso with asterisk 16.

Maybe sanitized, but also unreadable without effort, eliminate your html formatting and try again

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