本文介绍了星号与 WebRTC 以实现电话呼叫的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我必须实现 webRTC 解决方案,该解决方案允许通过基于 asterisk 和 node.js 的浏览器进行电话通话(由于开源项目,视频和音频通话都可以).
I have to implement webRTC solution which allows phone calls via browser based on asterisk and node.js (video and audio calls are ok thanks to opensource project).
我该怎么做?
推荐答案
我前段时间做了一个概念教授,真的很简单,好吧,由于 SDP,我不得不破解 asterisk 的某些部分.
I've made a prof of concept some time ago and was really easy, well, I had to hack some part of asterisk because of SDP.
开始部署 Asterisk 服务器,然后使用例如 http://sipml5.org/ 连接到或 asterisk服务器,使用 node.js 部署它.(这是我已经完成的).
Start deploying a Asterisk Server and then use for instance http://sipml5.org/ to connect to or asterisk server, deploying it using node.js. (That was I have done).
这篇关于星号与 WebRTC 以实现电话呼叫的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!