mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
b7c6c0e483
Thu Nov 15 08:40:38 EST 2007 Pekka.Pessi@nokia.com * htable2.h: fixed usize_t/size_t confusion Fri Nov 16 06:38:51 EST 2007 Youness Alaoui <youness.alaoui@collabora.co.uk> * Added #include <stdio.h> Fri Nov 16 10:27:58 EST 2007 Pekka.Pessi@nokia.com * auth_client.c: allow multiple challenges in auc_credentials() or auc_all_credentials() Fri Nov 16 10:29:00 EST 2007 Pekka.Pessi@nokia.com * nua/test_proxy.[hc], nua/test_register.c: test support of multiple realms. Fri Nov 16 11:17:09 EST 2007 Pekka.Pessi@nokia.com * sofia-sip/su_alloc.h, su_alloc.c: added su_home_lock(), su_home_trylock(), su_home_unlock() Added test in torture_su_alloc.c. Using in su_pthread_port.c. Fri Nov 16 12:29:55 EST 2007 Pekka.Pessi@nokia.com * test_register.c, test_proxy.c: use realm "test-proxy" during normal tests Fri Nov 16 12:34:00 EST 2007 Pekka.Pessi@nokia.com * nua_register.c: sf.net bug #1816647: Outbound contact does not make it to dialogs Now use Contact from first registration instead of Contact generated from transport. Mon Nov 19 12:00:06 EST 2007 Pekka Pessi <Pekka.Pessi@nokia.com> * su_alloc.c: silenced warnings on Sun CC git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6338 d0543943-73ff-0310-b7d9-9358b9ac24b2
============================================================= 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.