Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - xbipin

Pages: [1]
1
Other Yate server issues / tls and udp listner no rtp flow
« on: May 02, 2015, 05:06:14 AM »
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

Pages: [1]