freeswitch/libs/sofia-sip
Michael Jerris ed23436a8e add missing files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11967 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-12 21:58:06 +00:00
..
docs
libsofia-sip-ua add missing files 2009-02-12 21:58:06 +00:00
libsofia-sip-ua-glib
m4 Thu Feb 12 14:45:02 CST 2009 Pekka Pessi <first.last@nokia.com> 2009-02-12 21:21:30 +00:00
open_c Fri Feb 6 04:58:13 CST 2009 Pekka Pessi <first.last@nokia.com> 2009-02-11 17:26:07 +00:00
packages
rules fix error when building in not-silent mode 2009-02-12 19:52:42 +00:00
s2check Thu Feb 12 14:28:27 CST 2009 Pekka Pessi <first.last@nokia.com> 2009-02-12 21:19:13 +00:00
scripts
tests
utils
win32
.update Thu Feb 12 12:02:48 CST 2009 Jarod Neuner <janeuner@networkharbor.com> 2009-02-12 21:30:05 +00:00
AUTHORS
COPYING
COPYRIGHTS
ChangeLog
ChangeLog.ext-trees
Makefile.am
README
README.developers
RELEASE
RELEASE.template
TODO
acinclude.m4
autogen.sh
configure.ac Tue Feb 10 08:37:23 CST 2009 Pekka Pessi <first.last@nokia.com> 2009-02-12 21:04:46 +00:00
configure.gnu

README

=============================================================
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.