Need to track down anonomous attempt

Hi,
I am getting these about every 10 sec. As my server is not on the internet, i am pretty sure this is a mis-configured endpoint on my network. i am trying to get the IP address that is making the attempt. can anyone give me a good way to view more info about these attempts so i can get to the ip address (mac address would also work)
thanks

WARNING[23931] res_pjsip_registrar.c: Endpoint 'anonymous' has no configured AORs

If “pjsip set logger on” is done it’ll present the SIP traffic, which includes the source IP address and port. Since it’s a REGISTER and would be before the warning, you can correlate them.

joshua, great, i will try that. thanks

that did the trick, thanks for the help!

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