Menu

Tree [9e9cbb] master /
 History

HTTPS access


File Date Author Commit
 docs 2011-04-08 Pekka Pessi Pekka Pessi [576427] Merge commit 'refs/merge-requests/7' of ssh://g...
 libsofia-sip-ua 2011-06-01 Luchko Vladimir Luchko Vladimir [9e9cbb] msg: fix msgobjtag_dup()
 libsofia-sip-ua-glib 2011-04-19 Pekka Pessi Pekka Pessi [cd6cc9] su-glib: implement su_port_stamp64()
 m4 2011-04-08 Pekka Pessi Pekka Pessi [576427] Merge commit 'refs/merge-requests/7' of ssh://g...
 open_c 2009-06-29 Kai Samposalo Kai Samposalo [180750] Symbian armv5 build fix
 packages 2010-08-02 Mikhail Zabaluev Mikhail Zabaluev [3bd95c] Added .gitignore files
 rules 2010-07-06 Pekka Pessi Pekka Pessi [ca02a4] build: do not include openssl_LIBS in LIBS
 s2check 2011-05-19 Pekka Pessi Pekka Pessi [05c6ab] s2check: fixed s2_dns_teardown()
 scripts 2008-11-27 Pekka Pessi Pekka Pessi [944c5e] scripts/uncovered: fixed whitespace
 tests 2011-05-25 Pekka Pessi Pekka Pessi [753ca7] test_nat: remove extra error messages
 utils 2011-04-08 Pekka Pessi Pekka Pessi [576427] Merge commit 'refs/merge-requests/7' of ssh://g...
 win32 2011-04-08 Pekka Pessi Pekka Pessi [576427] Merge commit 'refs/merge-requests/7' of ssh://g...
 .gitignore 2011-04-08 Pekka Pessi Pekka Pessi [576427] Merge commit 'refs/merge-requests/7' of ssh://g...
 AUTHORS 2011-01-10 Pekka Pessi Pekka Pessi [4af75e] Update RELEASE and AUTHORS.
 COPYING 2008-11-27 Pekka Pessi Pekka Pessi [49e940] COPYING: fixed whitespace
 COPYRIGHTS 2008-11-27 Pekka Pessi Pekka Pessi [57697a] COPYRIGHTS: fixed whitespace
 ChangeLog 2008-11-27 Pekka Pessi Pekka Pessi [81b36c] ChangeLog: fixed whitespace
 ChangeLog.ext-trees 2008-11-27 Pekka Pessi Pekka Pessi [fa98ae] ChangeLog.ext-trees: fixed whitespace
 Makefile.am 2011-03-04 Pekka Pessi Pekka Pessi [8b16d2] Fix cross-references for doxygen
 README 2008-11-27 Pekka Pessi Pekka Pessi [effb30] README: fixed whitespace
 README.developers 2008-11-27 Pekka Pessi Pekka Pessi [892ab2] README.developers: fixed whitespace
 RELEASE 2011-05-20 Pekka Pessi Pekka Pessi [f186d5] Update RELEASE
 RELEASE.template 2008-11-27 Pekka Pessi Pekka Pessi [2db35d] RELEASE.template: fixed whitespace
 TODO 2008-11-27 Pekka Pessi Pekka Pessi [1cac43] TODO: fixed whitespace
 autoconf-all.cmd 2009-06-25 Kai Samposalo Kai Samposalo [c12e36] Symbian: autoconf-all.cmd added and mmp update
 autogen.sh 2008-11-27 Pekka Pessi Pekka Pessi [c55651] autogen.sh: fixed whitespace
 configure.ac 2011-04-08 Pekka Pessi Pekka Pessi [576427] Merge commit 'refs/merge-requests/7' of ssh://g...

Read Me

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