C# h323 与网守的调用
我正在寻找一个简单的 voip lib(.net 或 .net frendly)来使用 h323 和网守(我有硬件网守)进行呼叫。我的应用程序必须拨打电话号码并在用户应答时播放音频文件。我找到了一些库,但它们太大而且成本高昂。
I am looking for a simple voip lib (.net or .net frendly) to make calls using h323 with gatekeeper (I have hardware gatekeeper). My app must call a phone number and play an audio file when the user answers. I found a few libs but they are too big and costly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只有非常多的 H.323 库可用,据我所知,它们都不直接支持 C#。
H.323 唯一的 2 个开源库是 H323Plus 和 OPAL。两者都是C++。 OPAL 也有有限的 C API,但在我看来 H323Plus 是更好的 H.323 库。
商业上有 Radvision 的 H.323 堆栈,但据我所知它也只支持 C / C++。
所有这些图书馆都可以轻松注册并通过网守进行呼叫。
There are only very H.323 libraries available and to my knowledge none of them supports C# directly.
The only 2 OpenSource libaries for H.323 are H323Plus and OPAL. Both are C++. OPAL also has a limited C API, but in my view H323Plus is the better H.323 library.
Commercially there is H.323 stack from Radvision, but as far as I know it also only supports C / C++.
All of these libraries can easily register and make calls with a gatekeeper.