문제

We are running two proxy server, we need to connect A server to B server.

but A server can't find B server because B server sip domain only register TCP!

only answer dig _sip._tcp.serveraddress SRV, not answer dig _sip._udp.serveraddress.

our dns server admin say, sorry we can't support udp.

how to fix kamailio source for support tcp dns?

도움이 되었습니까?

해결책

The latest version (at this time 4.1.2) should try all the protocols.

You can try to play with dns proto preference global parameters, giving a higher priority to tcp, see:

As example:

dns_tcp_pref=50
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top