You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 days ago | |
---|---|---|
debian | 1 month ago | |
docs | 14 years ago | |
libsofia-sip-ua | 2 days ago | |
libsofia-sip-ua-glib | 1 year ago | |
m4 | 7 years ago | |
open_c | 1 month ago | |
packages | 2 years ago | |
rules | 12 years ago | |
s2check | 5 days ago | |
scripts | 10 years ago | |
tests | 3 months ago | |
utils | 2 years ago | |
win32 | 7 years ago | |
.drone.yml | 1 week ago | |
.gitignore | 2 years ago | |
.update | 2 years ago | |
AUTHORS | 14 years ago | |
COPYING | 14 years ago | |
COPYRIGHTS | 14 years ago | |
ChangeLog | 14 years ago | |
ChangeLog.ext-trees | 14 years ago | |
Makefile.am | 2 years ago | |
README | 14 years ago | |
README.developers | 14 years ago | |
RELEASE | 13 years ago | |
RELEASE.template | 14 years ago | |
TODO | 14 years ago | |
acinclude.m4 | 13 years ago | |
autoconf-all.cmd | 13 years ago | |
autogen.sh | 2 years ago | |
bootstrap.sh | 2 years ago | |
configure.ac | 1 month ago | |
configure.gnu | 11 years ago | |
sofia-sip.spec | 1 month ago | |
tests.sh | 3 months ago |
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.