Asterisk 11 - one way sound

Hi there.
I have installed Asterisk 11 on Debian.
It’s been working perfectly till I upgraded it to:

Asterisk is sitting on Hetzner VM with local IP.
All clients behind NAT.
I’m having troubles with GSM (goip) getaway configured as a sip peer.
here sip.conf:

|general|
exterip=EXT_IP
useragent=Linksys/SPA8000-5.1.10
transport=udp
pedantic=no
allowguest=no
language=ru
alwaysauthreject=yes

|default_phones|(!)
type=friend
qualify=yes
host=dynamic
nat = force_rport,comdia
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=slin16
insecure=port,invite

|3850|(default_phones)
secret=passw
context=phones

|goip_default|(!)
type=friend
qualify=yes
host=dynamic
disallow=all
allow=g722
allow=ulaw
allow=alaw
dtmfmode=auto
nat=force_rport,comedia

|040101|(goip_default)
context=callback
secret=passw1

port forwarding is configured on LAN router where is goip is sitting.
I hear silence when goip pickups the phone.

Here the debug for call https://pastebin.com/uKncx4nv from peer 3850 through goip peer 040101

Appreciate any help
Thanks

Is incorrect. The option is “externip”.

let me try it

Thank you