8000 GitHub - ethana56/sipsak: SIP swiss army knife
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ethana56/sipsak

 
 

Folders and files

NameName
Last commit message
Last commit date
< 8000 h2 class="sr-only ScreenReaderHeading-module__userSelectNone--vW4Cq prc-Heading-Heading-6CmGO" data-testid="screen-reader-heading">Latest commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    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/)
   installed on your system to get DNS SRV lookup support
   compiled into your sipsak binary.

    INSTALLATION
    ============

 Prerequisites (installed):
   - autoconf >= 2.69
   - automake
   - pkg-config

 The usual:

   autoreconf --install
   ./configure
   make

 followed by an optional

   make install

 if the binary should be available for all users on that host.

    TESTS
    =====

 Running tests can be done with

   make check

 be sure to have check -- unit test framework for C -- installed

   apt-get install check
   yum install check
   brew install check

    USAGE
    =====

 Please read the man page. It also contains some typical usage
 examples at the end.

 Have fun
   Nils Ohlmeier

About

SIP swiss army knife

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.7%
  • Roff 6.4%
  • M4 2.4%
  • Makefile 0.5%
0