Outbound connection

Hello Everyone,
I can’t figure out outbound connection is problem. Only ping traffic is going out, but nothing else. Tried reproduce problem on regular iptables and worked as expected. I see some connection in log, but assume that get lost on the way. Beside that DNAT working as expected.
Any help thank you in advance.

[adm-log@MikroTik] /ip firewall nat> /ip firewall filter print 
Flags: X - disabled, I - invalid, D - dynamic 
 0   chain=input action=accept connection-state=established 
 1   chain=input action=accept connection-state=related 
 2   chain=output action=accept connection-state=new 
 3   chain=forward action=accept src-address=10.10.10.0/24 out-interface=wan_ams 
 4   chain=forward action=accept connection-state=established 
 5   chain=forward action=accept connection-state=related 
 6   chain=output action=log log-prefix="" 
 7   chain=forward action=drop connection-state=invalid



[adm-log@MikroTik] /ip firewall nat> /ip firewall nat print       
Flags: X - disabled, I - invalid, D - dynamic 
 0   chain=srcnat action=masquerade out-interface=wan_ams 
 1   chain=dstnat action=dst-nat to-addresses=10.10.10.10 to-ports=5061 protocol=tcp dst-port=5061 
 2   chain=dstnat action=dst-nat to-addresses=10.10.10.10 to-ports=4569 protocol=udp dst-port=4569 
 3   chain=dstnat action=dst-nat to-addresses=10.10.10.10 to-ports=22 protocol=tcp dst-port=2290 
 4   chain=dstnat action=dst-nat to-addresses=10.10.10.10 to-ports=5060 protocol=udp dst-port=5060 
 5   chain=dstnat action=dst-nat to-addresses=10.10.10.10 to-ports=10000-20000 protocol=udp dst-port=10000-20000 
 6   chain=dstnat action=dst-nat to-addresses=10.10.10.10 to-ports=5222 protocol=tcp dst-port=5222