Author Topic: tls and udp listner no rtp flow  (Read 5647 times)

xbipin

  • Newbie
  • *
  • Posts: 4
    • View Profile
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

xbipin

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: tls and udp listner no rtp flow
« Reply #1 on: May 02, 2015, 08:24:08 AM »
it seems when u enable SRTP then audio stops working when yate has to convert from srtp to normal rtp packets and other way round, TLS signalling works fine along with normal rtp

xbipin

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: tls and udp listner no rtp flow
« Reply #2 on: May 03, 2015, 03:21:36 AM »
i tried 2 TLS/SRTP clients both registered to yate and able to call each other with SDES RTP enabled but still no audio flow and then15seconds later the call drops

marian

  • Hero Member
  • *****
  • Posts: 513
    • View Profile
Re: tls and udp listner no rtp flow
« Reply #3 on: May 05, 2015, 12:18:24 AM »
Maybe you should post a yate log.