Stun troubleshooting: Dunno what to do with Stun

I have trouble getting asterisk to connect with a stun server. I am using Asterisk 1.6.1., behind a nat and a cable router, where the cable provider has been changing my ip address every few days, lately.

stun set debug on shows the following
stun set debug on
STUN Debugging Enabled
STUN Packet, msg Binding Response (0101), length: 68
Found STUN Attribute Mapped Address (0001), length 8
Ignoring STUN attribute Mapped Address (0001), length 8
Found STUN Attribute Source Address (0004), length 8
Ignoring STUN attribute Source Address (0004), length 8
Found STUN Attribute Changed Address (0005), length 8
Ignoring STUN attribute Changed Address (0005), length 8
Found STUN Attribute Non-RFC3489 Attribute (8020), length 8
Ignoring STUN attribute Non-RFC3489 Attribute (8020), length 8
Found STUN Attribute Non-RFC3489 Attribute (8022), length 16
Ignoring STUN attribute Non-RFC3489 Attribute (8022), length 16
Dunno what to do with STUN message 0101 (Binding Response)

sip.conf has nat settings as follows, that worked fine to connect both outside the nat, until the externip changes
Asterisk and most clients are behind the nat
externip = 69.201.157.22
localnet = 192.169.1.0/255.255.255.0

stun sever settings are
;stun server settings
stunaddr = stun.ekiga.net:3478
;stunaddr = stun.xten.com
:stunaddr =stun01.sipphone.com:3478
externrefresh = 15

My router is a Trendnet TEW-633GR, and I have no idea what kind of NAT that is.
thanks.

Here is the output I get using a command line stun client

[barbyc@barbnyc ~]$ stunbdc stun.xten.com
Server address: 75.101.138.128 port 3478
STUN transaction started (timeout 599ms).
STUN unknown: 0 mandatory attribute(s)!
Received 88-bytes STUN message
No XOR-MAPPED-ADDRESS: 1
Mapped address found!
Mapped address: 69.201.XXX.XXX port 38779

Hi,

I’m on Asterisk 16.28.0~dfsg-0+deb11u3


stun set debug on
STUN Debugging Enabled
STUN Packet, msg Binding Response (0101), length: 48
Found STUN Attribute Mapped Address (0001), length 8
Ignoring STUN attribute Mapped Address (0001), length 8
Found STUN Attribute Source Address (0004), length 8
Ignoring STUN attribute Source Address (0004), length 8
Found STUN Attribute Changed Address (0005), length 8
Ignoring STUN attribute Changed Address (0005), length 8
Found STUN Attribute Non-RFC3489 Attribute (8022), length 8
Ignoring STUN attribute Non-RFC3489 Attribute (8022), length 8
Dunno what to do with STUN message 0101 (Binding Response)
[Aug 25 19:39:55] NOTICE[29513]: res_stun_monitor.c:149 stun_monitor_request: Old external address/port 0.0.0.0:0 now seen as ip.ip.ip.ip:port.

Incoming calls are not working. Outgoing call works.

I’ve tested different public STUN but I believe it’s an Asterisk problem.
Same sip account on same LAN with zoiper works fine.

Did you managed to get it work?

Same here, any advice?
Thanks

I am facing the same or similar issue on Asterisk 18.5.1

STUN Packet, msg Binding Response (0101), length: 12
Found STUN Attribute Mapped Address (0001), length 8
Ignoring STUN attribute Mapped Address (0001), length 8
Dunno what to do with STUN message 0101 (Binding Response)

But STUN seems to be OK:

asterisk1*CLI> stun show status
Hostname                  Port  Period  Retries  Status  ExternAddr       ExternPort
stun.l.google.com         19302 30      3        OK      <Public IP>  60001

Appreciate advise,