Hello, I am trying to test the DNS SRV capability of pjsip. I have a domain name that load-balances between a number of IPs using DNS SRV. My configuration works with another proxy but not with PJSIP. Can you please send me a sample DNS SRV configuration that does work with PJSIP? My configuration looks like this: the request is being sent to foo.bar.com foo_dnssrv1 IN A 111.111.111.111 foo_dnssrv2 IN A 222.222.222.222 foo_dnssrv3 IN A 333.333.333.333 foo_dnssrv4 IN A 444.444.444.444 _sip._udp.foo IN SRV 0 1 5060 foo_dnssrv1.bar.com. _sip._udp.foo IN SRV 0 1 5060 foo_dnssrv2.bar.com. _sip._udp.foo IN SRV 0 1 5060 foo_dnssrv3.bar.com. _sip._udp.foo IN SRV 0 1 5060 foo_dnssrv4.bar.com. Thanks, Brocha -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090719/34e8337c/attachment.html>