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.
|
|
10 years ago | |
|---|---|---|
| debian | 10 years ago | |
| tests | 10 years ago | |
| .gitreview | 11 years ago | |
| AUTHORS | 14 years ago | |
| COPYING | 14 years ago | |
| ChangeLog | 14 years ago | |
| INSTALL | 14 years ago | |
| Makefile.am | 10 years ago | |
| Makefile.in | 10 years ago | |
| NEWS | 14 years ago | |
| README | 14 years ago | |
| TODO | 14 years ago | |
| acinclude.m4 | 10 years ago | |
| aclocal.m4 | 10 years ago | |
| auth.c | 10 years ago | |
| auth.h | 14 years ago | |
| compile | 10 years ago | |
| config.guess | 14 years ago | |
| config.h.in | 10 years ago | |
| config.sub | 14 years ago | |
| configure | 10 years ago | |
| configure.ac | 10 years ago | |
| depcomp | 14 years ago | |
| exit_code.c | 10 years ago | |
| exit_code.h | 10 years ago | |
| header_f.c | 10 years ago | |
| header_f.h | 10 years ago | |
| helper.c | 10 years ago | |
| helper.h | 10 years ago | |
| indent.pro | 10 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 | 10 years ago | |
| request.h | 14 years ago | |
| shoot.c | 10 years ago | |
| shoot.h | 14 years ago | |
| sipsak.1 | 10 years ago | |
| sipsak.c | 10 years ago | |
| sipsak.h | 10 years ago | |
| transport.c | 10 years ago | |
| transport.h | 10 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. Or check the website (http://sipsak.org)
for more/other examples.
FEEDBACK
========
Any kind of feedback is always welcome. Please send it to the
mailing list at sipsak@lists.sipsak.org (subscription required).
Have fun
Nils