Cisco 7940 partially registering showing "unknown" on the asterisk info page

Hi, I now have 3 Cisco phones on my system the 3rd one just added today 1 that runs Chan_SIP (Local box network) and 2 remote one in MN which happily registered with PJSIP and one in NV which is the new one, we set this one up the same how we did in MN and it will sort of connect by telling the system it is unknown. It is unreachable to call out or take calls, I have tried everything and can’t figure out a solution.

“Unknown” generally means there is no active location for the endpoint. It being considered unreachable means Asterisk can’t communicate with it. Have you ever seen this phone actually register and be in an AVAILABLE state? If not, it’s not registering properly and/or it has NAT issues at the remote location.

PJSIP doesn’t use NAT, and I can’t imagine it something is wrong on the remote end as we have had x-lite on that location before. Phone has never become available just switched between offline and unknown, it was sending request to register and failing because of a wrong password, now it doesn’t send anything.

Two things I can think of.
The Cisco phone doesn’t like a long password, try using a shorter one.
Or, you are registering against a wrong port, make sure to use the same port as your PJSIP driver is set on.

Check intrusion detection, or the firewall, you are probably banned by now.

Hi! Thanks for the response! I am having him update the password with no luck, However looking through Fail2Ban logs I found that freepbx and fail2ban are both giving this error:

[2018-10-06 20:21:31] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:21:31] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:21:31] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:21:31] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:21:31] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:21:31] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:21:31] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:21:31] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:21:32] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:21:32] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs

This is what Asterisk is showing below the PJSIP info for that extension:

Endpoint: 7139/7139 Unavailable 0 of inf
InAuth: 7139-auth/7139
Aor: 7139 1

Endpoint: anonymous Unavailable 0 of inf

Endpoint: dpma_endpoint Unavailable 0 of inf

No but the network and the router do. Unless you are running this on an IPv6 subnet that doesn’t use NAT because all the IPs would be publicly routed/accessible then you are using IPv4 and thus all traffic over the WAN with a LAN destination is NAT’d.

As I said the UNREACHABLE states means that Asterisk tried to Qualify the endpoint and it did not get a response back. Since this Qualify is going over the public Internet you need to make sure the Qualify is actually getting to the phone so it can respond to it. If the NAT loses it’s tracking of the ‘NAT hole’ for the device and then the incoming request to the router won’t go anywhere. There’s nothing opened to let it in.

Now that you’re showing it UNAVAILABLE, which means there’s no location stored for it at all…it’s time for a real SIP debug. Do the following:

  1. asterisk -r
  2. pjsip set logger on
  3. Make REGISTER attempt from the device having issues.
  4. Copy all the logger output from the attempt
  5. Paste it here.

Let’s see what is actually happening with the REGISTER and if the phone is even REGISTERing properly.

This is all that is showing up on the asterisk -r report… More concerning is that it doesn’t stop…

[2018-10-06 20:40:36] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:36] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:36] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:36] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:36] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:36] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:36] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:36] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:36] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:36] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:37] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:38] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:39] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:40] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:41] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:42] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:43] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:44] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:45] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:46] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:47] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:47] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:47] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:47] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:47] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:47] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:47] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:47] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:47] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:47] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:48] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:49] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:50] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:51] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:52] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:53] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:53] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:53] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:53] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:53] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:53] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:53] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:53] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:53] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:53] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:53] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:54] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:55] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:56] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:57] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:57] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:57] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:57] WARNING[7298] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:57] WARNING[19751] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:57] WARNING[23752] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs
[2018-10-06 20:40:57] WARNING[17586] res_pjsip_registrar.c: Endpoint ‘anonymous’ has no configured AORs

Went to the PJSIP logger and it is impossible to get a copy and paste as the numbers will not stop changing, However I can not see anything that has the extension 7139 just quite a bit of random numbers in terms of extensions.

UPDATE: Got a screenshot of what I could:

Well a couple things on this. Screenshots are not acceptable when a debug is asked for. It will only show part of the picture and not provide all the information we actually need to see. So when a debug is asked for, please provide it properly. All this does is this, being told it is not good enough and you need to redo it. You’re using PuTTY all you have to do is right click on the title bar and select “Copy Buffer to Clipboard” or whatever that option is called. Grabs everything from your login to the current display.

Outside of that, what this screenshot does show is your system be slammed by bots trying to get access to your system. Which means this box is 100% open to the world and letting anyone send requests to it. “sip-scanner” is a classic and well known hack attempt to push fraud calls through your system. Soooo, I’d get some security going. Not having your system being bogged down by bogus attempts will also help debug this issue more as it will clean up most of the garbage happening.

Alright! I got the whole copy and paste for you! I checked and our firewall was disabled for some reason… Fixed that here is the paste:

login as: root

[email protected]’s password:

Last login: Sat Oct 6 20:39:45 2018 from 10.0.0.138


| ___| | ___ | ___ \ \ / /

| |_ _ __ ___ ___ | |/ /| |/ / \ V /

| _| | '__| / _ \ / _ | __/ | ___ \ / \

| | | | | __/| __/| | | |_/ // /^\ \

_| || _| _|_| ___/ / /

NOTICE! You have 6 notifications! Please log into the UI to see them!

Current Network Configuration

±----------±------------------±--------------------------------------+

| Interface | MAC Address | IP Addresses |

±----------±------------------±--------------------------------------+

| eth0 | 00:23:AE:95:59:40 | 10.0.0.171 |

| | | 2601:282:4101:1176:223:aeff:fe95:5940 |

| | | fe80::223:aeff:fe95:5940 |

±----------±------------------±--------------------------------------+

Please note most tasks should be handled through the GUI.

You can access the GUI by typing one of the above IPs in to your web browser.

For support please visit:

http://www.freepbx.org/support-and-professional-services

±-----------------------------------------------------------+

| Your system is currently up to date! |

| There are 46 PBX modules updates available. |

| Also 1 Disabled module and 3 Uninstalled modules. |

±-----------------------------------------------------------+

[root@freepbx ~]# asterisk -r

Asterisk 13.22.0, Copyright (C) 1999 - 2014, Digium, Inc. and others.

Created by Mark Spencer <[email protected]>

Asterisk comes with ABSOLUTELY NO WARRANTY; type ‘core show warranty’ for detail s.

This is free software, with components licensed under the GNU General Public

License version 2 and other licenses; you are welcome to redistribute it under

certain conditions. Type ‘core show license’ for details.

=========================================================================

Connected to Asterisk 13.22.0 currently running on freepbx (pid = 2302)

[2018-10-06 21:17:26] WARNING[2341]: res_pjsip_registrar.c:989 registrar_on_rx_r equest: Endpoint ‘anonymous’ has no configured AORs

freepbx*CLI> pjsip set logger on

PJSIP Logging enabled

<— Received SIP request (511 bytes) from UDP:71.94.84.98:51285 —>

REGISTER sip:73.34.233.241 SIP/2.0

Via: SIP/2.0/UDP 192.168.0.107:5060;branch=z9hG4bK7d11aba6

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>

Call-ID: [email protected]

Max-Forwards: 70

CSeq: 1835 REGISTER

User-Agent: Cisco-CP7940G/8.0

Contact: <sip:[email protected]:5060;transport=udp>;+sip.instance=“<urn:uuid:00 000000-0000-0000-0000-0021a02d46d3>”;+u.sip!model.ccm.cisco.com=“8”

Content-Length: 0

Expires: 3600

<— Transmitting SIP response (522 bytes) to UDP:71.94.84.98:51285 —>

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.0.107:5060;rport=51285;received=71.94.84.98;branch=z9hG 4bK7d11aba6

Call-ID: [email protected]

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>;tag=z9hG4bK7d11aba6

CSeq: 1835 REGISTER

WWW-Authenticate: Digest realm=“asterisk”,nonce=“1538860653/bdef7b6cfedf7d65389 3450ae7bcd7a6”,opaque=“1c5855ae03a0af63”,algorithm=md5,qop=“auth”

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Transmitting SIP request (421 bytes) to UDP:198.27.68.49:5070 —>

BYE sip:[email protected]:5070 SIP/2.0

Via: SIP/2.0/UDP 73.34.233.241:5060;rport;branch=z9hG4bKPja7ba8902-2d02-44b8-aca e-8a65062a720c

From: “001248587319618” <sip:[email protected]>;tag=f16aa285-5983-4b 0e-865c-cf8cfa19f0b0

To: “100” <sip:[email protected]>;tag=8eb2250a

Call-ID: aad9b72cf5944258663424f52e0ec719

CSeq: 4182 BYE

Max-Forwards: 70

User-Agent: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Received SIP request (511 bytes) from UDP:71.94.84.98:51285 —>

REGISTER sip:73.34.233.241 SIP/2.0

Via: SIP/2.0/UDP 192.168.0.107:5060;branch=z9hG4bK7d11aba6

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>

Call-ID: [email protected]

Max-Forwards: 70

CSeq: 1835 REGISTER

User-Agent: Cisco-CP7940G/8.0

Contact: <sip:[email protected]:5060;transport=udp>;+sip.instance=“<urn:uuid:00 000000-0000-0000-0000-0021a02d46d3>”;+u.sip!model.ccm.cisco.com=“8”

Content-Length: 0

Expires: 3600

<— Transmitting SIP response (522 bytes) to UDP:71.94.84.98:51285 —>

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.0.107:5060;rport=51285;received=71.94.84.98;branch=z9hG 4bK7d11aba6

Call-ID: [email protected]

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>;tag=z9hG4bK7d11aba6

CSeq: 1835 REGISTER

WWW-Authenticate: Digest realm=“asterisk”,nonce=“1538860657/4c0c5bb279d85eba02d e23dce58b4486”,opaque=“55af501555a05d12”,algorithm=md5,qop=“auth”

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Transmitting SIP request (421 bytes) to UDP:198.27.68.49:5070 —>

BYE sip:[email protected]:5070 SIP/2.0

Via: SIP/2.0/UDP 73.34.233.241:5060;rport;branch=z9hG4bKPja7ba8902-2d02-44b8-acae-8a65062a720c

From: “001248587319618” <sip:[email protected]>;tag=f16aa285-5983-4b0e-865c-cf8cfa19f0b0

To: “100” <sip:[email protected]>;tag=8eb2250a

Call-ID: aad9b72cf5944258663424f52e0ec719

CSeq: 4182 BYE

Max-Forwards: 70

User-Agent: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Received SIP request (511 bytes) from UDP:71.94.84.98:51285 —>

REGISTER sip:73.34.233.241 SIP/2.0

Via: SIP/2.0/UDP 192.168.0.107:5060;branch=z9hG4bK7d11aba6

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>

Call-ID: [email protected]

Max-Forwards: 70

CSeq: 1835 REGISTER

User-Agent: Cisco-CP7940G/8.0

Contact: <sip:[email protected]:5060;transport=udp>;+sip.instance=“<urn:uuid:00000000-0000-0000-0000-0021a02d46d3>”;+u.sip!model.ccm.cisco.com=“8”

Content-Length: 0

Expires: 3600

<— Transmitting SIP response (522 bytes) to UDP:71.94.84.98:51285 —>

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.0.107:5060;rport=51285;received=71.94.84.98;branch=z9hG4bK7d11aba6

Call-ID: [email protected]

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>;tag=z9hG4bK7d11aba6

CSeq: 1835 REGISTER

WWW-Authenticate: Digest realm=“asterisk”,nonce=“1538860661/4c8c6e604bb01f0c89c348cdaa56754f”,opaque=“0e2f1405691a177c”,algorithm=md5,qop=“auth”

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Transmitting SIP request (421 bytes) to UDP:198.27.68.49:5070 —>

BYE sip:[email protected]:5070 SIP/2.0

Via: SIP/2.0/UDP 73.34.233.241:5060;rport;branch=z9hG4bKPja7ba8902-2d02-44b8-acae-8a65062a720c

From: “001248587319618” <sip:[email protected]>;tag=f16aa285-5983-4b0e-865c-cf8cfa19f0b0

To: “100” <sip:[email protected]>;tag=8eb2250a

Call-ID: aad9b72cf5944258663424f52e0ec719

CSeq: 4182 BYE

Max-Forwards: 70

User-Agent: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Received SIP request (511 bytes) from UDP:71.94.84.98:51285 —>

REGISTER sip:73.34.233.241 SIP/2.0

Via: SIP/2.0/UDP 192.168.0.107:5060;branch=z9hG4bK7d11aba6

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>

Call-ID: [email protected]

Max-Forwards: 70

CSeq: 1835 REGISTER

User-Agent: Cisco-CP7940G/8.0

Contact: <sip:[email protected]:5060;transport=udp>;+sip.instance=“<urn:uuid:00000000-0000-0000-0000-0021a02d46d3>”;+u.sip!model.ccm.cisco.com=“8”

Content-Length: 0

Expires: 3600

<— Transmitting SIP response (522 bytes) to UDP:71.94.84.98:51285 —>

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.0.107:5060;rport=51285;received=71.94.84.98;branch=z9hG4bK7d11aba6

Call-ID: [email protected]

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>;tag=z9hG4bK7d11aba6

CSeq: 1835 REGISTER

WWW-Authenticate: Digest realm=“asterisk”,nonce=“1538860665/b223185e29387db0e4e5b7c5b5d9f49d”,opaque=“066e23d4107dc726”,algorithm=md5,qop=“auth”

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Transmitting SIP request (421 bytes) to UDP:198.27.68.49:5070 —>

BYE sip:[email protected]:5070 SIP/2.0

Via: SIP/2.0/UDP 73.34.233.241:5060;rport;branch=z9hG4bKPja7ba8902-2d02-44b8-acae-8a65062a720c

From: “001248587319618” <sip:[email protected]>;tag=f16aa285-5983-4b0e-865c-cf8cfa19f0b0

To: “100” <sip:[email protected]>;tag=8eb2250a

Call-ID: aad9b72cf5944258663424f52e0ec719

CSeq: 4182 BYE

Max-Forwards: 70

User-Agent: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Received SIP request (511 bytes) from UDP:71.94.84.98:51285 —>

REGISTER sip:73.34.233.241 SIP/2.0

Via: SIP/2.0/UDP 192.168.0.107:5060;branch=z9hG4bK7d11aba6

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>

Call-ID: [email protected]

Max-Forwards: 70

CSeq: 1835 REGISTER

User-Agent: Cisco-CP7940G/8.0

Contact: <sip:[email protected]:5060;transport=udp>;+sip.instance=“<urn:uuid:00000000-0000-0000-0000-0021a02d46d3>”;+u.sip!model.ccm.cisco.com=“8”

Content-Length: 0

Expires: 3600

<— Transmitting SIP response (522 bytes) to UDP:71.94.84.98:51285 —>

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.0.107:5060;rport=51285;received=71.94.84.98;branch=z9hG4bK7d11aba6

Call-ID: [email protected]

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>;tag=z9hG4bK7d11aba6

CSeq: 1835 REGISTER

WWW-Authenticate: Digest realm=“asterisk”,nonce=“1538860669/af61d5ebbdcc2d901169725d256e53c0”,opaque=“39226a524ebe66e6”,algorithm=md5,qop=“auth”

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Transmitting SIP request (421 bytes) to UDP:198.27.68.49:5070 —>

BYE sip:[email protected]:5070 SIP/2.0

Via: SIP/2.0/UDP 73.34.233.241:5060;rport;branch=z9hG4bKPja7ba8902-2d02-44b8-acae-8a65062a720c

From: “001248587319618” <sip:[email protected]>;tag=f16aa285-5983-4b0e-865c-cf8cfa19f0b0

To: “100” <sip:[email protected]>;tag=8eb2250a

Call-ID: aad9b72cf5944258663424f52e0ec719

CSeq: 4182 BYE

Max-Forwards: 70

User-Agent: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Received SIP request (511 bytes) from UDP:71.94.84.98:51285 —>

REGISTER sip:73.34.233.241 SIP/2.0

Via: SIP/2.0/UDP 192.168.0.107:5060;branch=z9hG4bK7d11aba6

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>

Call-ID: [email protected]

Max-Forwards: 70

CSeq: 1835 REGISTER

User-Agent: Cisco-CP7940G/8.0

Contact: <sip:[email protected]:5060;transport=udp>;+sip.instance=“<urn:uuid:00000000-0000-0000-0000-0021a02d46d3>”;+u.sip!model.ccm.cisco.com=“8”

Content-Length: 0

Expires: 3600

<— Transmitting SIP response (522 bytes) to UDP:71.94.84.98:51285 —>

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.0.107:5060;rport=51285;received=71.94.84.98;branch=z9hG4bK7d11aba6

Call-ID: [email protected]

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>;tag=z9hG4bK7d11aba6

CSeq: 1835 REGISTER

WWW-Authenticate: Digest realm=“asterisk”,nonce=“1538860673/fd5d8edf83a9a313680513297ca4175b”,opaque=“3c4a66d24e56bbc0”,algorithm=md5,qop=“auth”

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Transmitting SIP request (481 bytes) to UDP:73.34.233.241:51865 —>

OPTIONS sip:[email protected]:51865;rinstance=37c236974ed88f3e SIP/2.0

Via: SIP/2.0/UDP 73.34.233.241:5060;rport;branch=z9hG4bKPjff86a5ce-d7f1-4b16-9feb-4ed855292c13

From: <sip:[email protected]>;tag=f2799dc0-34be-48cb-95a0-4a2330025a85

To: <sip:[email protected];rinstance=37c236974ed88f3e>

Contact: <sip:[email protected]:5060>

Call-ID: 66db3c66-406e-4cc6-aad2-4a11d44ca634

CSeq: 62823 OPTIONS

Max-Forwards: 70

User-Agent: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Transmitting SIP request (421 bytes) to UDP:198.27.68.49:5070 —>

BYE sip:[email protected]:5070 SIP/2.0

Via: SIP/2.0/UDP 73.34.233.241:5060;rport;branch=z9hG4bKPja7ba8902-2d02-44b8-acae-8a65062a720c

From: “001248587319618” <sip:[email protected]>;tag=f16aa285-5983-4b0e-865c-cf8cfa19f0b0

To: “100” <sip:[email protected]>;tag=8eb2250a

Call-ID: aad9b72cf5944258663424f52e0ec719

CSeq: 4182 BYE

Max-Forwards: 70

User-Agent: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Transmitting SIP request (481 bytes) to UDP:73.34.233.241:51865 —>

OPTIONS sip:[email protected]:51865;rinstance=37c236974ed88f3e SIP/2.0

Via: SIP/2.0/UDP 73.34.233.241:5060;rport;branch=z9hG4bKPjff86a5ce-d7f1-4b16-9feb-4ed855292c13

From: <sip:[email protected]>;tag=f2799dc0-34be-48cb-95a0-4a2330025a85

To: <sip:[email protected];rinstance=37c236974ed88f3e>

Contact: <sip:[email protected]:5060>

Call-ID: 66db3c66-406e-4cc6-aad2-4a11d44ca634

CSeq: 62823 OPTIONS

Max-Forwards: 70

User-Agent: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Received SIP request (511 bytes) from UDP:71.94.84.98:51285 —>

REGISTER sip:73.34.233.241 SIP/2.0

Via: SIP/2.0/UDP 192.168.0.107:5060;branch=z9hG4bK7d11aba6

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>

Call-ID: [email protected]

Max-Forwards: 70

CSeq: 1835 REGISTER

User-Agent: Cisco-CP7940G/8.0

Contact: <sip:[email protected]:5060;transport=udp>;+sip.instance=“<urn:uuid:00000000-0000-0000-0000-0021a02d46d3>”;+u.sip!model.ccm.cisco.com=“8”

Content-Length: 0

Expires: 3600

<— Transmitting SIP response (522 bytes) to UDP:71.94.84.98:51285 —>

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.0.107:5060;rport=51285;received=71.94.84.98;branch=z9hG4bK7d11aba6

Call-ID: [email protected]

From: <sip:[email protected]>;tag=0021a02d46d306ce65e66426-14503a1d

To: <sip:[email protected]>;tag=z9hG4bK7d11aba6

CSeq: 1835 REGISTER

WWW-Authenticate: Digest realm=“asterisk”,nonce=“1538860677/2a7123f489c35e536c05ea835df943c3”,opaque=“0c10a2562ecf8cc0”,algorithm=md5,qop=“auth”

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Received SIP request (511 bytes) from UDP:71.94.84.98:51285 —>

REGISTER sip:73.34.233.241 SIP/2.0

Via: SIP/2.0/UDP 192.168.0.107:5060;branch=z9hG4bK5aaee1f8

From: <sip:[email protected]>;tag=0021a02d46d306cf38f773db-09ab9742

To: <sip:[email protected]>

Call-ID: [email protected]

Max-Forwards: 70

CSeq: 1836 REGISTER

User-Agent: Cisco-CP7940G/8.0

Contact: <sip:[email protected]:5060;transport=udp>;+sip.instance=“<urn:uuid:00000000-0000-0000-0000-0021a02d46d3>”;+u.sip!model.ccm.cisco.com=“8”

Content-Length: 0

Expires: 3600

<— Transmitting SIP response (522 bytes) to UDP:71.94.84.98:51285 —>

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.0.107:5060;rport=51285;received=71.94.84.98;branch=z9hG4bK5aaee1f8

Call-ID: [email protected]

From: <sip:[email protected]>;tag=0021a02d46d306cf38f773db-09ab9742

To: <sip:[email protected]>;tag=z9hG4bK5aaee1f8

CSeq: 1836 REGISTER

WWW-Authenticate: Digest realm=“asterisk”,nonce=“1538860677/2a7123f489c35e536c05ea835df943c3”,opaque=“75af2d05565ca4e8”,algorithm=md5,qop=“auth”

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Transmitting SIP request (481 bytes) to UDP:73.34.233.241:51865 —>

OPTIONS sip:[email protected]:51865;rinstance=37c236974ed88f3e SIP/2.0

Via: SIP/2.0/UDP 73.34.233.241:5060;rport;branch=z9hG4bKPjff86a5ce-d7f1-4b16-9feb-4ed855292c13

From: <sip:[email protected]>;tag=f2799dc0-34be-48cb-95a0-4a2330025a85

To: <sip:[email protected];rinstance=37c236974ed88f3e>

Contact: <sip:[email protected]:5060>

Call-ID: 66db3c66-406e-4cc6-aad2-4a11d44ca634

CSeq: 62823 OPTIONS

Max-Forwards: 70

User-Agent: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Received SIP response (683 bytes) from UDP:73.34.233.241:51865 —>

SIP/2.0 200 OK

Via: SIP/2.0/UDP 73.34.233.241:5060;rport=5060;branch=z9hG4bKPjff86a5ce-d7f1-4b16-9feb-4ed855292c13

Contact: <sip:10.0.0.215:51865>

To: <sip:[email protected];rinstance=37c236974ed88f3e>;tag=3d54b365

From: <sip:[email protected]>;tag=f2799dc0-34be-48cb-95a0-4a2330025a85

Call-ID: 66db3c66-406e-4cc6-aad2-4a11d44ca634

CSeq: 62823 OPTIONS

Accept: application/sdp, application/sdp

Accept-Language: en

Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE

Supported: replaces, norefersub, extended-refer, timer, outbound, path, X-cisco-serviceuri

User-Agent: Zoiper rv2.8.105

Allow-Events: presence, kpml, talk

Content-Length: 0

<— Received SIP response (683 bytes) from UDP:73.34.233.241:51865 —>

SIP/2.0 200 OK

Via: SIP/2.0/UDP 73.34.233.241:5060;rport=5060;branch=z9hG4bKPjff86a5ce-d7f1-4b16-9feb-4ed855292c13

Contact: <sip:10.0.0.215:51865>

To: <sip:[email protected];rinstance=37c236974ed88f3e>;tag=3d54b365

From: <sip:[email protected]>;tag=f2799dc0-34be-48cb-95a0-4a2330025a85

Call-ID: 66db3c66-406e-4cc6-aad2-4a11d44ca634

CSeq: 62823 OPTIONS

Accept: application/sdp, application/sdp

Accept-Language: en

Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE

Supported: replaces, norefersub, extended-refer, timer, outbound, path, X-cisco-serviceuri

User-Agent: Zoiper rv2.8.105

Allow-Events: presence, kpml, talk

Content-Length: 0

<— Received SIP request (511 bytes) from UDP:71.94.84.98:51285 —>

REGISTER sip:73.34.233.241 SIP/2.0

Via: SIP/2.0/UDP 192.168.0.107:5060;branch=z9hG4bK5aaee1f8

From: <sip:[email protected]>;tag=0021a02d46d306cf38f773db-09ab9742

To: <sip:[email protected]>

Call-ID: [email protected]

Max-Forwards: 70

CSeq: 1836 REGISTER

User-Agent: Cisco-CP7940G/8.0

Contact: <sip:[email protected]:5060;transport=udp>;+sip.instance=“<urn:uuid:00000000-0000-0000-0000-0021a02d46d3>”;+u.sip!model.ccm.cisco.com=“8”

Content-Length: 0

Expires: 3600

<— Transmitting SIP response (522 bytes) to UDP:71.94.84.98:51285 —>

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.0.107:5060;rport=51285;received=71.94.84.98;branch=z9hG4bK5aaee1f8

Call-ID: [email protected]

From: <sip:[email protected]>;tag=0021a02d46d306cf38f773db-09ab9742

To: <sip:[email protected]>;tag=z9hG4bK5aaee1f8

CSeq: 1836 REGISTER

WWW-Authenticate: Digest realm=“asterisk”,nonce=“1538860678/f895dbb12b2020211aa93f60863c4915”,opaque=“0a3b6dde7d75ec60”,algorithm=md5,qop=“auth”

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Received SIP request (891 bytes) from UDP:73.34.233.241:51865 —>

REGISTER sip:73.34.233.241:5060;transport=UDP SIP/2.0

Via: SIP/2.0/UDP 73.34.233.241:51865;branch=z9hG4bK-524287-1—96e330c83eae9d51;rport

Max-Forwards: 70

Contact: <sip:[email protected]:51865;transport=UDP;rinstance=37c236974ed88f3e>

To: <sip:[email protected]:5060;transport=UDP>

From: <sip:[email protected]:5060;transport=UDP>;tag=e01af956

Call-ID: XHG9iW5p5pgSbcR9tAyJwg…

CSeq: 339 REGISTER

Expires: 60

Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE

User-Agent: Zoiper rv2.8.105

Authorization: Digest username=“6667”,realm=“asterisk”,nonce=“1538860625/dc10d2fb7ed9ffd05909b262af21ca07”,uri=“sip:73.34.233.241:5060;transport=UDP”,response=“462f517633faec3e9afdbd0c4b907fb8”,cnonce=“5a306c44912e0d97d39e0c10a40f7fed”,nc=00000002,qop=auth,algorithm=md5,opaque=“4e77819474d271f6”

Allow-Events: presence, kpml, talk

Content-Length: 0

<— Transmitting SIP response (525 bytes) to UDP:73.34.233.241:51865 —>

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 73.34.233.241:51865;rport=51865;received=73.34.233.241;branch=z9hG4bK-524287-1—96e330c83eae9d51

Call-ID: XHG9iW5p5pgSbcR9tAyJwg…

From: <sip:[email protected]>;tag=e01af956

To: <sip:[email protected]>;tag=z9hG4bK-524287-1—96e330c83eae9d51

CSeq: 339 REGISTER

WWW-Authenticate: Digest realm=“asterisk”,nonce=“1538860678/fb2f34838e0809f5887b02cbd9f0de97”,opaque=“18747eef018e0951”,stale=true,algorithm=md5,qop=“auth”

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Received SIP request (891 bytes) from UDP:73.34.233.241:51865 —>

REGISTER sip:73.34.233.241:5060;transport=UDP SIP/2.0

Via: SIP/2.0/UDP 73.34.233.241:51865;branch=z9hG4bK-524287-1—d7b8fb198e88f9e7;rport

Max-Forwards: 70

Contact: <sip:[email protected]:51865;transport=UDP;rinstance=37c236974ed88f3e>

To: <sip:[email protected]:5060;transport=UDP>

From: <sip:[email protected]:5060;transport=UDP>;tag=e01af956

Call-ID: XHG9iW5p5pgSbcR9tAyJwg…

CSeq: 340 REGISTER

Expires: 60

Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE

User-Agent: Zoiper rv2.8.105

Authorization: Digest username=“6667”,realm=“asterisk”,nonce=“1538860678/fb2f34838e0809f5887b02cbd9f0de97”,uri=“sip:73.34.233.241:5060;transport=UDP”,response=“a28219183cd8805623e6cbdc14372345”,cnonce=“92aa2f3314d2648c51beb8407919694b”,nc=00000001,qop=auth,algorithm=md5,opaque=“18747eef018e0951”

Allow-Events: presence, kpml, talk

Content-Length: 0

<— Transmitting SIP response (486 bytes) to UDP:73.34.233.241:51865 —>

SIP/2.0 200 OK

Via: SIP/2.0/UDP 73.34.233.241:51865;rport=51865;received=73.34.233.241;branch=z9hG4bK-524287-1—d7b8fb198e88f9e7

Call-ID: XHG9iW5p5pgSbcR9tAyJwg…

From: <sip:[email protected]>;tag=e01af956

To: <sip:[email protected]>;tag=z9hG4bK-524287-1—d7b8fb198e88f9e7

CSeq: 340 REGISTER

Date: Sat, 06 Oct 2018 21:17:58 GMT

Contact: <sip:[email protected]:51865;rinstance=37c236974ed88f3e>;expires=59

Expires: 60

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Received SIP request (511 bytes) from UDP:71.94.84.98:51285 —>

REGISTER sip:73.34.233.241 SIP/2.0

Via: SIP/2.0/UDP 192.168.0.107:5060;branch=z9hG4bK5aaee1f8

From: <sip:[email protected]>;tag=0021a02d46d306cf38f773db-09ab9742

To: <sip:[email protected]>

Call-ID: [email protected]

Max-Forwards: 70

CSeq: 1836 REGISTER

User-Agent: Cisco-CP7940G/8.0

Contact: <sip:[email protected]:5060;transport=udp>;+sip.instance=“<urn:uuid:00000000-0000-0000-0000-0021a02d46d3>”;+u.sip!model.ccm.cisco.com=“8”

Content-Length: 0

Expires: 3600

<— Transmitting SIP response (522 bytes) to UDP:71.94.84.98:51285 —>

SIP/2.0 401 Unauthorized

Via: SIP/2.0/UDP 192.168.0.107:5060;rport=51285;received=71.94.84.98;branch=z9hG4bK5aaee1f8

Call-ID: [email protected]

From: <sip:[email protected]>;tag=0021a02d46d306cf38f773db-09ab9742

To: <sip:[email protected]>;tag=z9hG4bK5aaee1f8

CSeq: 1836 REGISTER

WWW-Authenticate: Digest realm=“asterisk”,nonce=“1538860679/0c9f15af701bd59b68906ed70648aebf”,opaque=“6a1e769e354d633a”,algorithm=md5,qop=“auth”

Server: FPBX-14.0.3.19(13.22.0)

Content-Length: 0

<— Transmitting SIP request (421 bytes) to UDP:198.27.68.49:5070 —>

BYE sip:[email protected]:5070 SIP/2.0

Via: SIP/2.0/UDP 73.34.233

And with a full and proper debug we can see the issue. The Cisco is not sending back a proper REGISTER after receiving the 401 Unauthorized from the PBX. The Cisco should be sending back a REGISTER with the auth digest, which it is not doing.

So now knowing it is not sending back registration, how can we fix this issue?

It is almost certain that the Cisco is not seeing the 401 sent by your PBX and the subsequent REGISTER requests are simply retransmissions. A common cause is a SIP ALG in the router. Even though that doesn’t seem to be the case here (Via header not rewritten), if there is a setting to turn this off, try that first. Or, there may be some restrictive firewall setting there that you need to relax.

What kind of modem did Spectrum (Charter) supply? Is it configured as a router? Router make/model? Special settings in modem or router for the Cisco?

HI Stewart! Looks like you could be right here! The router is an TP-link Archer C1900 the modem is just a generic charter modem. We found an emulator for the current router we have: https://www.tp-link.com/resources/simulator/C1900v1_simulator/Index.htm I can see the ALG but it says nothing about the SIP ALG.

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