Hi im setting up a new pbx server using peerless as the providers, so far i have gotten outbound calls to work but i am unable to get in bound calls to work, when i call in and look at the logs in freepbx nothing pops up, but i was able to do a packet capture and i got this
It is not clear where your log was taken from, it is garbled, and the redaction rules have not been explained. Generally people want logs taken from /var/log/asterisk/full, with ‘sip set debug on’ enabled, and uploaded to pastebin.freepbx.org/ SIP protocol is formed or carriage return-line feed printable text lines.
You quote your “outbound” settings, but this is an inbound call, and insecure only affects inbound calls. Also, insecure=invite does nothing unless there is a secret, and insecure=port is rarely needed for UDP. The fact that Asterisk is asking for authentication for a source which has either or both of no secret and insecure=invite, suggest it is not matching the peer entry, for some reason.
chan_sip is deprecated, unsupported, and scheduled for removal next year.
(In simple cases, FreePBX doesn’t need separate inbound settings, so outbound can be a misnomer.)
The log first log was taken off of our firewall, as for the redaction its just to hide our ip, phone numbers and personal information to prevent spam. I will try to get a full log with sip debugging on, also i will try seeing what happens when i remove those outbound settings that you suggested, but that was what was in the documentation for setting up the trunk by peerless
What I was getting at regarding redaction is that you need to say what the various redacted strings represent, and confirm that different addresses don’t get transformed to the same redacted form. (It can also be important to distinguish between public and private addresses, but I think all yours are public.)