sipproxd-win32

所属分类:网络编程
开发工具:Visual C++
文件大小:511KB
下载次数:22
上传日期:2009-07-02 22:31:48
上 传 者桶装泡面
说明:  移植的一个基于osip,使用vc编译的siproxd服务器软件
(port siproxd to win32, compiled using vc)

文件列表:
libosip2-2.0.4\src\test\res\auths.txt (973, 2003-05-13)
libosip2-2.0.4\src\test\res\callids.txt (102, 2003-05-13)
libosip2-2.0.4\src\test\res\contacts.txt (4223, 2003-05-13)
libosip2-2.0.4\src\test\res\contenttypes.txt (439, 2003-05-13)
siproxd-0.5.10\doc\FLI4L_HOWTO.txt (3363, 2003-03-23)
libosip2-2.0.4\src\test\res\froms.txt (4958, 2003-05-13)
siproxd-0.5.10\platform\windows\mytest.txt (300, 2006-07-06)
libosip2-2.0.4\src\test\res\recordroutes.txt (534, 2003-05-13)
siproxd-0.5.10\doc\RFC3261_compliance.txt (2290, 2004-02-02)
libosip2-2.0.4\src\test\res\routes.txt (515, 2003-05-13)
siproxd-0.5.10\doc\sample_cfg_budgetone.txt (3497, 2003-12-21)
siproxd-0.5.10\doc\sample_cfg_x-lite.txt (4056, 2004-10-24)
libosip2-2.0.4\src\test\res\tos.txt (3828, 2003-05-13)
libosip2-2.0.4\src\test\res\urls.txt (3209, 2003-05-13)
libosip2-2.0.4\src\test\res\vias.txt (826, 2003-05-13)
libosip2-2.0.4\src\test\res\wwwas.txt (920, 2003-05-13)
siproxd-0.5.10\contrib\pthreads\acconfig.h (69, 2004-05-25)
siproxd-0.5.10\contrib\pthreads\config.h (1076, 2004-05-25)
siproxd-0.5.10\platform\windows\config.h (1410, 2006-06-10)
siproxd-0.5.10\src\digcalc.h (1138, 2004-04-11)
libosip2-2.0.4\src\osip2\fsm.h (6221, 2003-05-13)
siproxd-0.5.10\src\fwapi.h (1488, 2005-01-08)
siproxd-0.5.10\platform\windows\getopt.h (4376, 2005-06-22)
siproxd-0.5.10\contrib\pthreads\implement.h (12064, 2004-05-25)
libosip2-2.0.4\include\osip2\internal.h (4537, 2003-09-04)
siproxd-0.5.10\src\log.h (2830, 2005-06-23)
siproxd-0.5.10\contrib\pthreads\need_errno.h (2879, 2004-05-25)
libosip2-2.0.4\include\osip2\osip.h (42525, 2003-06-24)
libosip2-2.0.4\include\osipparser2\headers\osip_accept.h (2838, 2003-05-16)
libosip2-2.0.4\include\osipparser2\headers\osip_accept_encoding.h (3568, 2003-05-16)
libosip2-2.0.4\include\osipparser2\headers\osip_accept_language.h (3491, 2003-05-13)
libosip2-2.0.4\include\osipparser2\headers\osip_alert_info.h (2689, 2003-05-13)
libosip2-2.0.4\include\osipparser2\headers\osip_allow.h (2255, 2003-05-13)
libosip2-2.0.4\include\osipparser2\headers\osip_authorization.h (8029, 2003-05-13)
libosip2-2.0.4\include\osipparser2\osip_body.h (2445, 2003-07-25)
libosip2-2.0.4\include\osipparser2\headers\osip_call_id.h (3186, 2003-05-13)
... ...

Project : "The GNU oSIP library" is an implementation of SIP - rfc3261. Last update: 2.0.0 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.0) --------- 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

近期下载者

相关文件


收藏者