diff --git a/README b/README index c3b64af..772ebb3 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ - Have GnuTLS (http://www.gnutls.org/) or - OpenSSL (http://www.openssl.org/) + OpenSSL (http://www.openssl.org/) installed on your system to use their MD5 implementations instead of sipsak own version. - Have diff --git a/sipsak.1 b/sipsak.1 index e2fc5bb..82b059b 100644 --- a/sipsak.1 +++ b/sipsak.1 @@ -110,9 +110,11 @@ Stress mode for SIP servers. keeps sending requests to a SIP server at high pace. .PP -If libruli (http://www.nongnu.org/ruli/) support is compiled into the +If libruli (http://www.nongnu.org/ruli/) or c-ares +(http://daniel.haxx.se/projects/c-ares/) support is compiled into the .B sipsak -binary, then first a SRV lookup for _sip._udp.hostname is made. And if this +binary, then first a SRV lookup for _sip._tcp.hostname is made. If that +fails a SRV llokup for _sip._udp.hostname is made. And if this lookup fails a normal A lookup is made. If a port was given in the target URI the SRV lookup is omitted. Failover, load distribution and other transports are not supported yet.