Received incoming SIP connection from shows the IP 192.168.0.1

Current Asterisk Version: 13.17.0

I am getting below logs when i am trying to make a incoming call.

– Executing [398@from-sip-external:1]
NoOp(“SIP/192.168.0.1-00000946”, “Received incoming SIP connection from
unknown peer to 398”) in new stack
– Executing [398@from-sip-external:2] Set(“SIP/192.168.0.1-00000946”, “DID=398”) in new stack
– Executing [398@from-sip-external:3] Goto(“SIP/192.168.0.1-00000946”, “s,1”) in new stack
– Goto (from-sip-external,s,1)
– Executing [s@from-sip-external:1] GotoIf(“SIP/192.168.0.1-00000946”, “1?setlanguage:checkanon”) in new stack
– Goto (from-sip-external,s,2)
– Executing [s@from-sip-external:2] Set(“SIP/192.168.0.1-00000946”, “CHANNEL(language)=en”) in new stack
– Executing [s@from-sip-external:3] GotoIf(“SIP/192.168.0.1-00000946”, “0?noanonymous”) in new stack
– Executing [s@from-sip-external:4] Goto(“SIP/192.168.0.1-00000946”, “from-trunk,398,1”) in new stack – Goto (from-trunk,398,1)
– Executing [398@from-trunk:1] NoOp(“SIP/192.168.0.1-00000946”,
“Catch-All DID Match - Found 398 - You probably want a DID for this.”)
in new stack
– Executing [398@from-trunk:2] Log(“SIP/192.168.0.1-00000946”, “WARNING,Friendly Scanner from 192.168.0.1”) in new stack[2017-09-11 19:16:33] WARNING[2677][C-000004f7]: Ext. 398:2 @ from-trunk: Friendly Scanner from 192.168.0.1
– Executing [398@from-trunk:3] Set(“SIP/192.168.0.1-00000946”, “__FROM_DID=398”) in new stack
– Executing [398@from-trunk:4] Goto(“SIP/192.168.0.1-00000946”, “ext-did,s,1”) in new stack
– Goto (ext-did,s,1)
– Executing [s@ext-did:1] Set(“SIP/192.168.0.1-00000946”, “__DIRECTION=INBOUND”) in new stack

Output of Trunk

type=peer
qualify=yes
port=5062
insecure=no
host=172.16.32.2
dtmfmode=rfc2833
disallow=all
allow=ulaw

ISP Provided me below IP
I configured it on UTM Device
IP 172.16.32.101 /24
GW - 172.16.32.1

I am hosting PBX on 192.168.0.222 / 24 GW - 192.168.0.1
I did IP forwarding 172.16.32.101 - 192.168.0.222

Suggest if settings are ok?