Author Topic: yate doesn't proxy rtp between legs  (Read 4755 times)

ky4k0b

  • Newbie
  • *
  • Posts: 11
    • View Profile
yate doesn't proxy rtp between legs
« on: April 05, 2018, 10:53:33 AM »
Hi, I'm facing pretty same issue as described here
https://forum.yate.ro/index.php?topic=1201

I have the following setup with yate binded to two interfaces - wan and vpn


unfortunately yate doesn't pass rtp streams between legs so it causes dead air.

regexroute is very basic - send all calls to Bob(VPN)
.*$=sip/sip:${called}@172.21.42.2:5063;callername=${caller};

If you can help me that would be great. Full debug is here:
http://paste.org.ru/?5xtq93

marian

  • Hero Member
  • *****
  • Posts: 513
    • View Profile
Re: yate doesn't proxy rtp between legs
« Reply #1 on: April 10, 2018, 02:19:08 AM »
Yate is reporting no packets received by RTP (see param['stats'] = 'PS=0,OS=0,PR=0,OR=0,PL=0').
You should check if traffic is allowed (no firewall) for rtp IPs.

ky4k0b

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: yate doesn't proxy rtp between legs
« Reply #2 on: April 10, 2018, 02:50:37 AM »
thanks, marian
yes, the issue was with iptables