有人知道一个好的,简单的基于C ++的SIP堆栈,我可以使用吗? [英] Does anyone know of a good, simple C++ based SIP stack that I could use?

查看:166
本文介绍了有人知道一个好的,简单的基于C ++的SIP堆栈,我可以使用吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在寻找一种非常简单的方法来应答SIP中继的呼叫。我不需要任何东西,只要能够在响铃时能够应答呼叫,并且能够检测到呼叫已经结束。

I'm looking for a very simple way of answering a call placed down a SIP trunk. I don't need anything more than being able to answer the call when it rings and being able to detect when it has ended.

有人有任何好的指针我开始了吗?理想情况下,我想找一些简单的开源C ++代码,我可以用它作为基础,但任何教程或其他有用的链接也会感激。

Does anyone have any good pointers to get me started? Ideally, I'd like to find some simple open-source C++ code that I could use as a basis, but any tutorials or other helpful links would also be appreciated.

推荐答案

PJSIP
http://www.pjsip.org/

编辑:哦,是的。我们尝试了几个,这一个是最不重。图书馆对我们也是好的,因为我们可以在Linux和Windows上的嵌入式框(RTEMS)中使用它。

Oh yeah. We tried a few, this one was the least heavy. The library was also good for us as we could use it in an embedded box (RTEMS), on Linux and Windows.

我不记得其他SIP堆栈使用,但它吸。它泄露了这么多的内存,你必须删除一切,并重新调用堆栈之间的调用,消息采用FOREVER遍历堆栈。

I can't remember the other SIP stack we used but it sucked. It leaked so much memory you had to just delete everything and reinstantiate the stack between calls, and the messages took FOREVER to traverse the stack.

这篇关于有人知道一个好的,简单的基于C ++的SIP堆栈,我可以使用吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆