freeswitch/libs/sofia-sip
2008-10-06 21:53:56 +00:00
..
docs Sat Jul 12 10:08:06 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-08-12 17:01:15 +00:00
libsofia-sip-ua SFSIP-95 dont require valid Supported header because even if cisco insists they are rfc3261 compiant, having (null) in a header just isn't 2008-10-06 21:53:56 +00:00
libsofia-sip-ua-glib Merge current sofia-sip darcs tree: 2008-01-06 20:15:11 +00:00
m4 Fri Jul 25 10:57:08 EDT 2008 Fabio Margarido <fabiomargarido AT gmail DOT com> 2008-08-12 17:04:57 +00:00
open_c Mon May 19 11:54:55 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-05-25 03:19:57 +00:00
packages
rules Thu Mar 6 12:43:23 EST 2008 Pekka.Pessi@nokia.com 2008-03-07 17:38:16 +00:00
scripts Merge current sofia-sip darcs tree: 2008-01-06 20:15:11 +00:00
tests Fri Sep 12 16:55:08 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-09-12 21:48:10 +00:00
utils Thu Jun 5 10:23:18 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-07-08 04:36:13 +00:00
win32 Thu Jun 5 11:46:04 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-07-08 04:36:41 +00:00
.update SFSIP-95 dont require valid Supported header because even if cisco insists they are rfc3261 compiant, having (null) in a header just isn't 2008-10-06 21:53:56 +00:00
acinclude.m4 add missing m4 file from acinclude.m4 2007-05-08 20:25:38 +00:00
AUTHORS merge to sofia sip darcs tree. Includes multiple fixes and several merges of changes from the freeswitch tree back to darcs as follows: 2008-01-23 18:37:33 +00:00
autogen.sh merge to sofia sip darcs tree. Includes multiple fixes and several merges of changes from the freeswitch tree back to darcs as follows: 2008-01-23 18:37:33 +00:00
ChangeLog
ChangeLog.ext-trees
configure.ac Wed Sep 3 13:11:43 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-09-03 18:27:14 +00:00
configure.gnu fix config.cache 2008-01-13 19:27:17 +00:00
COPYING
COPYRIGHTS
Makefile.am merge to sofia sip darcs tree. Includes multiple fixes and several merges of changes from the freeswitch tree back to darcs as follows: 2008-01-23 18:37:33 +00:00
README
README.developers
RELEASE Sat Jul 12 10:07:20 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-08-12 17:00:55 +00:00
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.