搜索资源列表
A-simple-hierarchical-SIP-stack
- 实现了一个简单的分层SIP协议栈。 各个层次分析的比较明确,代码结构清晰。 里面详细的中文注释。-A simple hierarchical SIP stack. At all levels of analysis clear, clear code structure. Which details the Chinese comments.
SIP softphone API
- 非常实用的SIP软电话API,可以直接在vs2008下编译,简单调用api的接口,就可以实现软电话的所有功能,作者使用开源的exosip、ortp、mediastream等接口,进行封装,用户也可以以这个为基础,做出自己想要的软电话接口,改API目前支持多种语音编码,在易用性,稳定性上超过著名的linphone,作者对linphone也比较了解,在开发前全面分析了解linphone的代码。(A very practical SIP soft phone API can be compiled d