i have setup the general listener as UDP and everything works fine, then another TLS listener and i have few regfile users who connect to the TLS listener and few on the UDP listener and both are able to register to yate and place calls but when a TLS client calls any UDP client there is no rtp flow, what could be wrong
listener details r
[general]
ipv6_support=no
type=udp
default=yes
addr=192.168.0.11
port=5060
ipv6=no
udp_force_bind=no
rtp_localip=192.168.0.11
nat_address=
backlog=5
sslcontext=
maxpkt=1492
buffer=0
;tcp_maxpkt=4096
;tcp_out_rtp_localip=
thread=high
[listener local]
ipv6_support=no
type=tls
enable=yes
default=no
addr=192.168.0.11
port=5016
ipv6=no
;udp_force_bind=no
rtp_localip=192.168.0.11
nat_address=
backlog=5
sslcontext=server_context
;maxpkt=1492
;buffer=0
;tcp_maxpkt=4096
tcp_out_rtp_localip=192.168.0.11
thread=high