Không có mô tả

s3rj1k 9e5c40ed11 Merge pull request #274 from freeswitch/gha 1 tháng trước cách đây
.github 1c2e20ab6d [GHA] Optimize Docker build count. 1 tháng trước cách đây
debian c44acd5754 Update Debian Copyright years. 10 tháng trước cách đây
docs d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
libsofia-sip-ua 8dd80856e0 Fix hang on unresolvable DNS resolution error. 2 tháng trước cách đây
libsofia-sip-ua-glib a2caeb07ea Fix compile error in su_source_test.c 3 năm trước cách đây
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 năm trước cách đây
open_c fd28c999a5 Version bump to 1.13.17 1 năm trước cách đây
packages 4daf1967a9 Increment library version to 1.13 4 năm trước cách đây
rules 53bcf18ae4 fix openbsd sofia build 14 năm trước cách đây
s2check a815495805 Scan-build: Fix Dead store Dead nested assignment 2 năm trước cách đây
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 năm trước cách đây
tests c52ad2a14c Run tests on Drone CI 2 năm trước cách đây
utils 63cf61cf1e Fix MacOS build 1 năm trước cách đây
win32 c8dabda3ab FS-7966. First pass at moving to Visual Studio 2015. 9 năm trước cách đây
.drone.yml 3b46d2a4d0 Enable scan-build-11 on Drone CI 2 năm trước cách đây
.gitignore a1f1e24fb0 Add .gitignore 4 năm trước cách đây
.update fd28c999a5 Version bump to 1.13.17 1 năm trước cách đây
AUTHORS e07bbf43fc Wed Dec 3 06:00:07 CST 2008 Pekka Pessi <first.last@nokia.com> 16 năm trước cách đây
COPYING d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
COPYRIGHTS d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
ChangeLog d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
ChangeLog.ext-trees d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
Makefile.am 558d3e26cc [sofia-sip] Build internal tests 4 năm trước cách đây
README d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
README.developers d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
RELEASE 78d571120c Mon Mar 23 12:27:27 CDT 2009 Pekka Pessi <first.last@nokia.com> 15 năm trước cách đây
RELEASE.template d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
SECURITY.md 2ec8061c07 Create SECURITY.md 1 năm trước cách đây
TODO d5bf9156c0 merge whitespace fixes from sofia-sip tree 16 năm trước cách đây
acinclude.m4 78914c8a37 Use sofia's openssl configure checks in the toplevel configure script (OKed by MikeJ) 15 năm trước cách đây
autoconf-all.cmd a0ca4d9452 Thu Jun 25 06:53:16 CDT 2009 kai.k.samposalo@nokia.com 15 năm trước cách đây
autogen.sh a3ebb16b87 Use unversioned automake/aclocal for configuration 4 năm trước cách đây
bootstrap.sh e0307d435e Convert bootstrap.sh to UNIX format and change interpreter to /bin/sh 4 năm trước cách đây
configure.ac fd28c999a5 Version bump to 1.13.17 1 năm trước cách đây
configure.gnu 37f5308d66 chmod 755 13 năm trước cách đây
sofia-sip.spec fd28c999a5 Version bump to 1.13.17 1 năm trước cách đây
tests.sh c52ad2a14c Run tests on Drone CI 2 năm trước cách đây

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.