ChinaUnix.net
相关文章推荐:

Commercial sip stack

Note: I only searched for C/C++ stacks and applications. There also exist a lot of stacks and applications for other programming languages, especially for java. If you are looking for Java stacks/applications, please ask Google. If you have any comments or interesting links, or do you want to report broken links, please contact me RTP stacks (mainly open source C/C++ stacks) jrtplib: C++; Licen...

by jobedward - 网络技术文档中心 - 2006-05-29 16:37:50 阅读(803) 回复(0)

相关讨论

sip 开放分类: 网络 、 CISCO 、 热门协议 、 新协议 、 VOIP 目录 • 历史回顾 • 历史回顾 • sip 会话构成 • H.323和sip协议的比较 介绍 sip:The Session Initiation Protocol (会话启动协议) 历史回顾 sip 的优点:类似 Web 的可扩展开放通信 sip 会话构成 通信提供商及其合作伙伴和用户越来越渴求新一代基于 IP 的服务。现在有了 sip(The Session Initiation Protocol 会话启动...

by Arthursky - 网络技术文档中心 - 2008-05-06 15:35:07 阅读(994) 回复(0)

请问大侠 那里能下载到sip代理服务器? 先谢了

by nxyh2000 - C/C++ - 2004-01-30 11:41:06 阅读(704) 回复(0)

请问大侠 那里能下载到sip代理服务器? 先谢了

by nxyh2000 - Linux论坛 - 2004-02-02 13:16:47 阅读(677) 回复(3)

请问大侠 那里能下载到sip代理服务器? 先谢了

by nxyh2000 - Linux系统管理 - 2004-02-02 13:16:47 阅读(673) 回复(3)

请问大侠 那里能下载到sip代理服务器? 先谢了

by nxyh2000 - 服务器应用 - 2004-02-18 21:41:47 阅读(1393) 回复(2)

#!/usr/bin/env python # add stack datastructure # __author__ = "lynn lin" class UnderFlowError(Exception): pass class stack(object): def __init__(self): self.sta = [] def __len__(self): return len(self.sta) def stackEmpty(self): return self.__len__() def push(self,value): self.sta.append(value) def pop(self): try: ...

by linuxGentoo - Python文档中心 - 2007-12-26 19:17:21 阅读(1419) 回复(0)

Radvision sip/rtp 开发库, 官方开发文档, 官方测试程序 Radvision 开发库的c++封装 Radvision sip/rtp 源代码 3种类型有偿提供: 联系方式2447008380

by ruchong - VoIP开发技术 - 2011-11-11 16:47:34 阅读(3563) 回复(2)