danissip

所属分类:IP电话/视频会议
开发工具:Visual C++
文件大小:648KB
下载次数:358
上传日期:2007-11-28 01:16:29
上 传 者啊超
说明:  应用于 voip行业,sip软电话源代码, 适用于通讯开发行业
(Applies to voip industry, sip soft phone source code, applies to communications to develop industry)

文件列表:
sip 网络电话 商业源代码\danissip\acinclude.m4 (112130, 2002-02-13)
sip 网络电话 商业源代码\danissip\aclocal.m4 (358116, 2004-07-13)
sip 网络电话 商业源代码\danissip\AUTHORS (132, 2004-06-17)
sip 网络电话 商业源代码\danissip\BUGS (31, 2002-06-24)
sip 网络电话 商业源代码\danissip\ChangeLog (9236, 2004-07-13)
sip 网络电话 商业源代码\danissip\config.h.in (2973, 2004-07-13)
sip 网络电话 商业源代码\danissip\configure (822554, 2004-07-13)
sip 网络电话 商业源代码\danissip\configure.in (9016, 2004-07-13)
sip 网络电话 商业源代码\danissip\COPYING (18425, 2002-02-13)
sip 网络电话 商业源代码\danissip\INSTALL (1051, 2003-05-13)
sip 网络电话 商业源代码\danissip\Makefile.am (651, 2004-06-01)
sip 网络电话 商业源代码\danissip\Makefile.in (14540, 2004-07-13)
sip 网络电话 商业源代码\danissip\NEWS (2309, 2003-05-13)
sip 网络电话 商业源代码\danissip\TODO (22, 2003-05-13)
sip 网络电话 商业源代码\danissip\debian\changelog (309, 2004-07-13)
sip 网络电话 商业源代码\danissip\debian\conffiles.ex (212, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\control (878, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\copyright (1233, 2004-04-18)
sip 网络电话 商业源代码\danissip\debian\dirs (17, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\docs (36, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\libosip2-dev.dirs (50, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\libosip2-dev.files (77, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\libosip2.dirs (8, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\libosip2.files (17, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\Makefile.am (294, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\Makefile.in (6312, 2004-07-13)
sip 网络电话 商业源代码\danissip\debian\manpage.1.ex (1893, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\manpage.sgml.ex (3667, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\rules (2694, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian\shlibs.local (67, 2003-06-27)
sip 网络电话 商业源代码\danissip\debian (0, 2005-12-11)
sip 网络电话 商业源代码\danissip\help\INSTALL.bsd (193, 2003-05-13)
sip 网络电话 商业源代码\danissip\help\INSTALL.cris (697, 2003-05-13)
sip 网络电话 商业源代码\danissip\help\INSTALL.linux (193, 2003-05-13)
sip 网络电话 商业源代码\danissip\help\INSTALL.unix (193, 2003-05-13)
sip 网络电话 商业源代码\danissip\help\INSTALL.vxworks (477, 2003-05-13)
sip 网络电话 商业源代码\danissip\help\INSTALL.win32 (335, 2003-05-13)
sip 网络电话 商业源代码\danissip\help\Makefile.am (132, 2003-05-13)
... ...

Project : "The GNU oSIP library" is an implementation of SIP - rfc3261. Last update: 2.0.9 Email : jack@atosc.org License : LGPL (http://www.gnu.org) Home Page : http://www.fsf.org/software/osip/osip.html Download : ftp://ftp.gnu.org/gnu/osip "The GNU oSIP library" is part of the "GNU project". You can check www.fsf.org for more information about being part of the "GNU project". This is "the GNU oSIP library". It has been designed to provide the Internet Community a simple way to support the Session Initiation Protocol. SIP is described in the RFC3261 which is available at http://www.ietf.org/rfc/rfc3261.txt. FEATURES: (version 2.0.9) --------- The oSIP library consists of 2 parts: PARSER: * SIP URL parser. * SIP message parser. (and accessor API) * SDP message parser. (and accessor API) * MIME support for message with multiple attachments. TRANSACTION LAYER: * 2 states machines for "client transaction" (INVITE and other). * 2 states machines for "server transaction" * user controls the application with events. * events managed by the oSIP stack are announced through callbacks. * A SDP framework for quick negotiation. (for UAC/UAS only) * dialog handling facility. (for UAC/UAS only) * timers management framework. EXTRA: * Porting osip is easy. You probably only have to modify ./src/osipparser2/osip_port.c ./src/osip2/port_fifo.c ./src/osip2/port_sema.c ./src/osip2/port_thread.c ./include/osipparser2/osip_port.h Please redistribute your ports to jack@atosc.org. * oSIP is not tight to any design! You can use the library either in a multi-threaded environment or not, use your own interruption's mechanism for timer, or use your own transport protocol. Documentation: -------------- Yet available: * The help directory contains some help for specific platforms. * Documentation link at http://www.gnu.org/software/osip/ Installation procedure: ----------------------- The library is known to compile on various platform: * GNU/Linux * OpenBsd 3.1/3.2 // (FreeBSD&NetBSD should also work) * Windows NT/95/2000 (VC++6.0 or cygwin) * Solaris * HP-Unix. * VxWorks. * Some embedded systems with linux. For more informations about compilation, please look in the ./help directory. Tests programs: --------------- The library contains some built-in test for the parser. To quickly test the parser, type: (Note that some tests MUST fail!) $> make check Watch out the ./src/test/README file for more informations. Contact information: -------------------- For more information on the SIP stack, or any contributions, you can contact the author at . A Mailing list is available for support: . You can subscribe by writing to: with a subject set to "subscribe". Latest version is available at: ftp://ftp.gnu.org/gnu/osip Home page is located at: http://www.fsf.org/software/osip/osip.html

近期下载者

相关文件


收藏者