Extension Registration Issue

Status
Not open for further replies.

yhbilisim

New Member
Feb 13, 2017
29
1
3
33
Hello, has anyone encountered the following issue?

When I try to register extension 1000 using UDP, it sometimes succeeds and sometimes fails, showing the error below. However, without making any changes, when I switch to TCP, it registers without any issues. What could be the reason for this?
 

Attachments

  • sngrep.JPG
    sngrep.JPG
    157.2 KB · Views: 8
Jul 30, 2024
2
0
1
26
silvercommvoip.solutions
It looks like your extension is registering from possibly a T-Mobile cellular ip address. This is the behaviour of cellular networks in the USA. I think it has to do with their CGNAT setups. I always use TCP when registering over a cellular network in the USA.
 

pbxgeek

Active Member
Jan 19, 2021
241
93
28
38
It's hard to tell without seeing what the phone is sending in the second Register packet. But my best guess is that it's not getting a response from the server and tries to register again. This is likely due to a firewall issue. TCP has better capability to penetrate through the firewalls. If you want to have no issues at all in any circumstances, then TLS is the way to go. But there is an additional overhead with that.
 
Status
Not open for further replies.