Hi
I have to pjsip recently. The endpoint registrations from the softphones have been working so far but from today the registrations are getting timeout. I dont see any registration request on the CLI.
I tried using different softphones and internet connections but still same. Sometimes it registers perfectly and sometime timeout.
I have around 1500 Pjsip endpoints on my asterisk and all of them are facing this issue.
I am using Asterisk certified/16.3-cert1 and PJPROJECT version currently running against: 2.8
Did you verified iptables rules and any other firewall, also make sure you re trying to register to the correct bind port, and verify the bind port on the Asterisk box with the netstat command
Your transport section looks OK, as it seems the only one you have configured, enable sip trace and verify if the REGISTER request are sent, also run thet nestat commnd to verify the port is listening fine, also try using other transport section with a different port and configure it on a test endpoint
Okay i tried the above actions and its still the same!!! Here is the netstat output.
A quick observation from today, when i checked the status of endpoint it showed as Avail while on my softphone it was still trying to register and eventually timed-out.
hi does any one has the idea whats going wrong in here.
when i switch back to sip i dont face this problem.
this is my production traffic and I cant keep it like that.
Any help would be highly appreciated
Yes sip Bind port is same (5060).
I have now reinstalled the LTS version but the problem seems to remain the same.
One thing i may forgot to mention is the server is currently hosting around 2000 endpoints. Could this be causing registrations to timeout?