Why put asterisk server on public network , has rtp packet , but jitsi no audio ? sipml5 no audio?

Sent RTP packet to 192.168.1.130:5024 (type 00, seq 017162, ts 136960, len 000160)
Sent RTP packet to 192.168.1.130:5024 (type 00, seq 017163, ts 137120, len 000160)
Sent RTP packet to 192.168.1.130:5024 (type 00, seq 017164, ts 137280, len 000160)
Sent RTP packet to 192.168.1.130:5024 (type 00, seq 017165, ts 137440, len 000160)
Sent RTP packet to 192.168.1.130:5024 (type 00, seq 017166, ts 137600, len 000160)
Sent RTP packet to 192.168.1.130:5024 (type 00, seq 017167, ts 137760, len 000160)
Sent RTP packet to 192.168.1.130:5024 (type 00, seq 017168, ts 137920, len 000160)
Sent RTP packet to 192.168.1.130:5024 (type 00, seq 017169, ts 138080, len 000160)

asterisk server , jitsi in different public network , jitsi can connect to asterisk server successfully , when execute playback(hello-world) , has above rtp packets, but no audio ?

Any help ?

What is the configuration for the Asterisk side? Is it actually behind a 1 to 1 NAT? What is the contents of the SIP traffic? (sip set debug on or pjsip set logger on if using PJSIP)

sip.conf

[general]

externaddr=60.200.x.x

externrefresh=10

localnet=192.168.0.0/255.255.0.0

nat=yes

canreinvite=no

transport=udp,ws,wss

rtp.conf
[general]
rtpstart=10000
rtpend=20000
icesupport=yes

Asterisk server on public network,

now sipml5 can connect asterisk server , but when execute Playback(hello-world) , there is no audio , How to fix it , Any help ?