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
Sipwise Jenkins Builder 3457132df1
Release new version 0.9.7pre+sipwise6+0~mr5.0.2.1
8 years ago
debian Release new version 0.9.7pre+sipwise6+0~mr5.0.2.1 8 years ago
tests - re-worked str_to_int one more time as the previous 9 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 9 years ago
Makefile.in added beginnign of unit testing 9 years ago
NEWS Import sipsak 0.9.6 from upstream. 14 years ago
README removed old references 9 years ago
TODO Import sipsak 0.9.6 from upstream. 14 years ago
acinclude.m4 added mac port dirs to search paths 9 years ago
aclocal.m4 made check unit test framework really optional 9 years ago
auth.c added syslog support 9 years ago
auth.h Import sipsak 0.9.6 from upstream. 14 years ago
compile made check unit test framework really optional 9 years ago
config.guess Import sipsak 0.9.6 from upstream. 14 years ago
config.h.in added syslog support 9 years ago
config.sub Import sipsak 0.9.6 from upstream. 14 years ago
configure added syslog support 9 years ago
configure.ac added syslog support 9 years ago
depcomp Import sipsak 0.9.6 from upstream. 14 years ago
exit_code.c log last request to syylog as well 9 years ago
exit_code.h log last request to syylog as well 9 years ago
header_f.c - fixed false retransmissions because of wrong cseq in reply 9 years ago
header_f.h - fixed false retransmissions because of wrong cseq in reply 9 years ago
helper.c Fix for wrong arity of callback function for c-ares 9 years ago
helper.h - re-worked str_to_int one more time as the previous 9 years ago
indent.pro first try of an indent config 9 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 9 years ago
request.h Import sipsak 0.9.6 from upstream. 14 years ago
shoot.c moved logging of message in case of regex to only failure case 9 years ago
shoot.h take out RAW support 14 years ago
sipsak.1 small doc updates for SRV support 9 years ago
sipsak.c added option -k, --local-ip 9 years ago
sipsak.h added option -k, --local-ip 9 years ago
transport.c added option -k, --local-ip 9 years ago
transport.h more gnutls debug code 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