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.
Go to file
nils-ohlmeier a63ab0e7ca
- fixed false retransmissions because of wrong cseq in reply
10 years ago
debian Release new version 0.9.6+sipwise6+0~mr4.3.0.0 10 years ago
tests - re-worked str_to_int one more time as the previous 10 years ago
.gitreview MT#7505 Add .gitreview file for sipsak 10 years ago
AUTHORS Import sipsak 0.9.6 from upstream. 14 years ago
COPYING Import sipsak 0.9.6 from upstream. 14 years ago
ChangeLog Import sipsak 0.9.6 from upstream. 14 years ago
INSTALL Import sipsak 0.9.6 from upstream. 14 years ago
Makefile.am added beginnign of unit testing 10 years ago
Makefile.in added beginnign of unit testing 10 years ago
NEWS Import sipsak 0.9.6 from upstream. 14 years ago
README Import sipsak 0.9.6 from upstream. 14 years ago
TODO Import sipsak 0.9.6 from upstream. 14 years ago
acinclude.m4 made TLS transport and debug messages configurable 10 years ago
aclocal.m4 made check unit test framework really optional 10 years ago
auth.c added syslog support 10 years ago
auth.h Import sipsak 0.9.6 from upstream. 14 years ago
compile made check unit test framework really optional 10 years ago
config.guess Import sipsak 0.9.6 from upstream. 14 years ago
config.h.in added syslog support 10 years ago
config.sub Import sipsak 0.9.6 from upstream. 14 years ago
configure added syslog support 10 years ago
configure.ac added syslog support 10 years ago
depcomp Import sipsak 0.9.6 from upstream. 14 years ago
exit_code.c log last request to syylog as well 10 years ago
exit_code.h log last request to syylog as well 10 years ago
header_f.c - fixed false retransmissions because of wrong cseq in reply 10 years ago
header_f.h - fixed false retransmissions because of wrong cseq in reply 10 years ago
helper.c added syslog support 10 years ago
helper.h - re-worked str_to_int one more time as the previous 10 years ago
indent.pro first try of an indent config 10 years ago
install-sh Import sipsak 0.9.6 from upstream. 14 years ago
md5.c Import sipsak 0.9.6 from upstream. 14 years ago
md5.h Import sipsak 0.9.6 from upstream. 14 years ago
md5global.h Import sipsak 0.9.6 from upstream. 14 years ago
missing Import sipsak 0.9.6 from upstream. 14 years ago
mkinstalldirs Import sipsak 0.9.6 from upstream. 14 years ago
request.c - fixed false retransmissions because of wrong cseq in reply 10 years ago
request.h Import sipsak 0.9.6 from upstream. 14 years ago
shoot.c - fixed false retransmissions because of wrong cseq in reply 10 years ago
shoot.h take out RAW support 14 years ago
sipsak.1 added option -Z to modify SIP_T1 at run time 10 years ago
sipsak.c log last request to syylog as well 10 years ago
sipsak.h added syslog support 10 years ago
transport.c - fixed false retransmissions because of wrong cseq in reply 10 years ago
transport.h more gnutls debug code 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