mirror of https://github.com/sipwise/sipsak.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
debian | 8 years ago | |
tests | 9 years ago | |
.gitreview | 10 years ago | |
AUTHORS | 14 years ago | |
COPYING | 14 years ago | |
ChangeLog | 14 years ago | |
INSTALL | 14 years ago | |
Makefile.am | 9 years ago | |
Makefile.in | 9 years ago | |
NEWS | 14 years ago | |
README | 9 years ago | |
TODO | 14 years ago | |
acinclude.m4 | 9 years ago | |
aclocal.m4 | 9 years ago | |
auth.c | 9 years ago | |
auth.h | 14 years ago | |
compile | 9 years ago | |
config.guess | 14 years ago | |
config.h.in | 9 years ago | |
config.sub | 14 years ago | |
configure | 9 years ago | |
configure.ac | 9 years ago | |
depcomp | 14 years ago | |
exit_code.c | 9 years ago | |
exit_code.h | 9 years ago | |
header_f.c | 9 years ago | |
header_f.h | 9 years ago | |
helper.c | 9 years ago | |
helper.h | 9 years ago | |
indent.pro | 9 years ago | |
install-sh | 14 years ago | |
md5.c | 14 years ago | |
md5.h | 14 years ago | |
md5global.h | 14 years ago | |
missing | 14 years ago | |
mkinstalldirs | 14 years ago | |
request.c | 9 years ago | |
request.h | 14 years ago | |
shoot.c | 9 years ago | |
shoot.h | 14 years ago | |
sipsak.1 | 9 years ago | |
sipsak.c | 9 years ago | |
sipsak.h | 9 years ago | |
transport.c | 9 years ago | |
transport.h | 9 years ago |
README
REQUIREMENTS ============ None. Optional: - Have GnuTLS (http://www.gnutls.org/) or OpenSSL (http://www.openssl.org/) installed on your system to use their MD5 implementations instead of sipsak own version. - Have c-ares (http://daniel.haxx.se/projects/c-ares/) or ruli (http://www.nongnu.org/ruli/) installed on your system to get DNS SRV lookup support compiled into your sipsak binary. INSTALLATION ============ The usual ./configure make followed by an optional make install if the binary should be available for all users on that host. USAGE ===== Please read the man page. It also contains some typical usage examples at the end. Have fun Nils