Няма описание

s3rj1k 9e5c40ed11 Merge pull request #274 from freeswitch/gha преди 2 месеца
.github 1c2e20ab6d [GHA] Optimize Docker build count. преди 2 месеца
debian c44acd5754 Update Debian Copyright years. преди 10 месеца
docs d5bf9156c0 merge whitespace fixes from sofia-sip tree преди 16 години
libsofia-sip-ua 8dd80856e0 Fix hang on unresolvable DNS resolution error. преди 2 месеца
libsofia-sip-ua-glib a2caeb07ea Fix compile error in su_source_test.c преди 3 години
m4 b3e5227c3c FS-7314 #resolve #comment try to fix openssl configure detection failure caused by broken commit upstream in openssl 1.0.2. I don't have a box with this version of openssl so you'll need to let me know if this doesn't work преди 9 години
open_c fd28c999a5 Version bump to 1.13.17 преди 1 година
packages 4daf1967a9 Increment library version to 1.13 преди 4 години
rules 53bcf18ae4 fix openbsd sofia build преди 14 години
s2check a815495805 Scan-build: Fix Dead store Dead nested assignment преди 2 години
scripts 977485edcf FS-4751 I am leaving out the one for devel-bootstrap.sh because I am not sure it should be /usr/pkg/bin/bash преди 12 години
tests c52ad2a14c Run tests on Drone CI преди 2 години
utils 63cf61cf1e Fix MacOS build преди 1 година
win32 c8dabda3ab FS-7966. First pass at moving to Visual Studio 2015. преди 9 години
.drone.yml 3b46d2a4d0 Enable scan-build-11 on Drone CI преди 2 години
.gitignore a1f1e24fb0 Add .gitignore преди 4 години
.update fd28c999a5 Version bump to 1.13.17 преди 1 година
AUTHORS e07bbf43fc Wed Dec 3 06:00:07 CST 2008 Pekka Pessi <first.last@nokia.com> преди 16 години
COPYING d5bf9156c0 merge whitespace fixes from sofia-sip tree преди 16 години
COPYRIGHTS d5bf9156c0 merge whitespace fixes from sofia-sip tree преди 16 години
ChangeLog d5bf9156c0 merge whitespace fixes from sofia-sip tree преди 16 години
ChangeLog.ext-trees d5bf9156c0 merge whitespace fixes from sofia-sip tree преди 16 години
Makefile.am 558d3e26cc [sofia-sip] Build internal tests преди 4 години
README d5bf9156c0 merge whitespace fixes from sofia-sip tree преди 16 години
README.developers d5bf9156c0 merge whitespace fixes from sofia-sip tree преди 16 години
RELEASE 78d571120c Mon Mar 23 12:27:27 CDT 2009 Pekka Pessi <first.last@nokia.com> преди 15 години
RELEASE.template d5bf9156c0 merge whitespace fixes from sofia-sip tree преди 16 години
SECURITY.md 2ec8061c07 Create SECURITY.md преди 1 година
TODO d5bf9156c0 merge whitespace fixes from sofia-sip tree преди 16 години
acinclude.m4 78914c8a37 Use sofia's openssl configure checks in the toplevel configure script (OKed by MikeJ) преди 15 години
autoconf-all.cmd a0ca4d9452 Thu Jun 25 06:53:16 CDT 2009 kai.k.samposalo@nokia.com преди 15 години
autogen.sh a3ebb16b87 Use unversioned automake/aclocal for configuration преди 4 години
bootstrap.sh e0307d435e Convert bootstrap.sh to UNIX format and change interpreter to /bin/sh преди 4 години
configure.ac fd28c999a5 Version bump to 1.13.17 преди 1 година
configure.gnu 37f5308d66 chmod 755 преди 13 години
sofia-sip.spec fd28c999a5 Version bump to 1.13.17 преди 1 година
tests.sh c52ad2a14c Run tests on Drone CI преди 2 години

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.