搜索资源列表
TRdFile
- 用于SIP 用户登陆用的对话框,用户UA服务器的信息。包括密码、用户名、服务器地址的设置等,可以用于SIP Phone软电话界面的开发。由于做的时间比较有限,估计有bug,抛砖引玉吧。-for SIP user login dialog with the user UA server information. Includes password, user name, server settings such as address, phone can be used for SIP soft
SIPServer_Tech_Overview
- SIP SERVER 开发文档,对SIP SERVER的功能、特点有较为详细的描述,可以作为SIP开发人员的参考资料-SIP SERVER documentation, the SIP Server functions, Features a more detailed descr iption of the development of SIP as the reference
oss1_2_4_1
- sip服务器,能支持一般的sip客户端.ondosip是一款非常好的服务器,可以免费使用-sip server, will support the general sip client. ondosip section is a very good server can be free
33335
- 较 为 系 统 地 介绍 了 IP 电 话 技 术 的 原 理 和 相 关 协 议 , 描 述 了 SIP 的 相 关 实 体 、 服 务 分 层 和 消 息 处 理 过 程 , 结 合 嵌 入 式 技 术 设 计 、 实 现 了 一 个 基 于oSIP 协 议 栈 的 SIP 服 务 器 , 并 对 该 服 务 器 进 行 了 试 验 。 -more systematic introduction of IP phone technology and the principle of
partysip-2.2.3.tar
- 一个轻量级的开源sip代理服务器,以osip协议栈为基础开发的。可以作为开发者初学材料。-a lightweight revenue sip proxy server to osip protocol stack developed on the basis of. Can be used as learning materials developers.
openser-1.1.0-notls_src.tar
- 一个开源的sip服务器,可以作为中级学者使用的材料。-a revenue sip server can be used as intermediate materials used in the academics.
SIPMultimediaNetworkModel
- SIP多媒体网络模型在Windows平台上的实现-:SIP多媒体网络模型包括各种类型的SIP服务器及SIP终端。文章分析了SIP协议的特点和优势,描述了Windows平台上SIP多媒体网络的构架,提出了多用途SIP服务器的实现以及SIP终端的实现过程-SIP multimedia network model in the Windows platform to achieve-: SIP multimedia network model includes various types of SIP
Mysipphonevs2005
- 我这段代码是一个名为Youtoo的sipphone工程改编而来。(www.pudn.com 上有) 原工程是在vc 6.0下开发,而我是在vs 2005 把代码重新改写了一边,同时稍微改了一下界面。 我用来测试客户端(ua)的服务器是 Brekeke SIP Server(安装完后可以注册)。 在程序运行前应该在vs2005重新设置lib和头文件的位置。 库放在lib目录下 头文件放在include目录下。
Python
- 用pjsip的库编写web网络电话,说明: 1.先安装pjsip的库。 2.你需要两个sip账号,分别填入第114行和116行。 第一个参数是SIP服务器,第二是用户名,第三是密码。 3.被叫号在第49行,你可以修改成从文件读或者其他。 4.第131行,从E盘根目录获取“电话号码.call”文件。获取之后就把该文件删掉。并呼叫该号码。 5.第44行,等待音文件,必须是标准的wav文件,可以用windows自带的录音机自己录制,转码出来的有可能不被支持,会报异常,此处未作处
OSIP-UACUAS.rar
- 基于OSIP协议栈实现的UA客户端和UA服务器端的基本实现文档(内含详细代码)。是SIP电话开发的有用参考,OSIP-based protocol stack to achieve the UA client and server-side UA to achieve the basic document (containing the code in detail). The development of SIP phones is a useful reference
SstPhone-1.0.0-bak
- 软电话,是个通过sib注册的软电话,可以注册到SIP服务器上。-Soft Phone is a softphone registered by sib can be registered to the SIP server
CSharp-TCPIP-scoket-Chatting
- 一个基于cSharp语言开发的简单的聊天软件,能实现客户端与服务器之间的正常通信。-CSharp language based on the development of a simple chat software, to achieve client and server communication between the normal.
llive20090420i
- live555是一个用C++编写的、基于开放标准协议RTP/RTCP, RTSP, SIP的多媒体流化源码库。用该库可以构建多种协议的多媒体应用程序,比如VLC,MPlayer, LIVE555 Meedia Server,vobStreamer等,它也可以接收,发送MPEG, H.263+ or JPEG格式的多媒体视频和多种音频文件,包中针对各种应用都有测试源码,为开发者提供了了解和应用该库的便 -The live555 an to write with C++, based on op
SoftPhone
- 软电话 从功能分为:服务器端和客户端 服务器:记录所有客户的信息,对客户的登陆、注销等请求进行响应 客户端:利用UDP协议与服务器和被叫或主叫客户端进行通讯 点对点通讯中的请求和响应消息是通过SIP协议来完成传输的,音频信息(压缩后)是同构RTP协议来完成传输的-Soft phone functionality is divided into: server-side and client-server: a record of all customer information,
Sip_Server_client
- 基于exosip开发的客户端和服务器端。服务器端仅是最简单的单线程程序。在linux和windows下测试均能通过。-Exosip developed based on client and server-side. Server-side is only the simplest single-threaded programs. In linux and windows can be tested by.
PC2PCMessenger
- C#开发sip代码,使用第三方dll“Independentsoft.Sip.dll”的例子。-This example shows you that you can use SIP .NET to create SIP client applications to communicate directly without to use a SIP server. Following sample application is simple messenger with feature to s
2012-07-10osip
- sip协议完成了在asterisk服务器上的注册和呼叫-sip protocol to complete the registration and call on the asterisk server
trtcc_for_VCCh
- 通过RTP协议进行通讯的完整源码实例,本人已经在Visual C6上编译通过过。能向支持SIP协议的服务器发起VOIP呼叫,并能进行文字、视频、文件的传输。 -Through the RTP protocol to communicate with complete source instance, I have compiled through Visual C6 too. VOIP call can be initiated to support SIP server, and the
ctxSip
- 基于SIP.js的Javascr ipt SIP客户端。 ctxSip是一个基于Javascr ipt的SIP客户端,它使用WebRTC和WebSockets连接到您的SIP服务器-A Javascr ipt SIP client based on SIP.js. ctxSip is a Javascr ipt based SIP client that uses WebRTC and WebSockets to connect to your SIP server
SIP_UA
- 使用LumiSoft.NET 第三方库,引用网上的例子,修改实现了客户端注册服务器时,出现407的错误,使用前请配置好Settings下的XML文件(The use of LumiSoft.NET third party library, citing online examples, modify the client to achieve registration server, there are 407 errors, please use the configuration of Se