freeswitch/libs/sofia-sip
Mike Jerris 10c961e65e Merge pull request #155 in FS/freeswitch from bugfix/FS-7122-several-libs-do-not-have-the-subdirs to master
* commit '51f2442a9e3e3478b38bfab882c7cfe4bfc37d92':
  resolve an automake warning about subdirs on latest automake
2015-01-07 12:16:29 -06:00
..
docs
libsofia-sip-ua FS-7117 #comment revert bf5210bf72 and implement it in ws.c please be sure to learn to use git commit hooks to properly associate commits with jiras 2015-01-07 17:17:28 -06:00
libsofia-sip-ua-glib clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
m4 clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
open_c Fix line endings per .gitattributes 2014-08-08 15:24:42 +00:00
packages
rules
s2check resolve an automake warning about subdirs on latest automake 2015-01-07 10:04:29 -08:00
scripts FS-4751 I am leaving out the one for devel-bootstrap.sh because I am not sure it should be /usr/pkg/bin/bash 2012-10-23 12:23:19 -04:00
tests clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
utils clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
win32
.update sofia rebuild 2015-01-07 17:18:21 -06:00
acinclude.m4
AUTHORS
autoconf-all.cmd
autogen.sh
ChangeLog
ChangeLog.ext-trees
configure.ac FS-5814 --resolve 2014-03-06 00:02:40 +05:00
configure.gnu chmod 755 2012-01-19 19:44:08 -06:00
COPYING
COPYRIGHTS
Makefile.am resolve an automake warning about subdirs on latest automake 2015-01-07 10:04:29 -08:00
README
README.developers
RELEASE
RELEASE.template
TODO

=============================================================
README / Sofia-SIP - RFC3261 compliant SIP User-Agent library
=============================================================

Introduction
------------

Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services. The primary target platform for Sofia-SIP is
GNU/Linux. Sofia-SIP is based on a SIP stack developed at
the Nokia Research Center. Sofia-SIP is licensed under the LGPL.


Quick start
-----------

Sofia-SIP uses the GNU autotools, so building procedure
is the usual:

sh> sh autogen.sh (if building from darcs)
sh> ./configure
sh> make
sh> make install

See also 'docs/devel_platform_notes.txt' for notes on compiling
Sofia-SIP in different environments.

See the "options-client-example" (available using darcs at
http://sofia-sip.org/repos/options-client-example/ or with CVS as
a module in Sofia-SIP CVS tree) for an example of a small app that
is utilizing Sofia-SIP, and specifically the libsofia-sip-ua
library component.

There are also multiple example clients under
the "sofia-sip/utils" directory:

- sip-options, query using SIP OPTIONS method
- sip-date, SIP date printer/parser

The Sofia-SIP su submodule also provides some small utilities:

- addrinfo (libsofia-sip-ua/su), resolve host names
- localinfo (libsofia-sip-ua/su), prints information about
  local network interfaces

References
----------

Project website:
- http://sofia-sip.sourceforge.net
- http://www.sourceforge.net/projects/sofia-sip

Mailing list:
- http://sourceforge.net/mail/?group_id=143636

Version control repositories:
- see the project website (link above)

Licensing
---------

Sofia-SIP is licensed under terms of the GNU LGPL.
See the file "COPYING" for more information.