asterisk with WebRTC in order to implement phone call

我只是一个虾纸丫 提交于 2019-12-11 15:02:28

问题


i have to implement webRTC solution wich allow phone call via browser based on asterisk and node.js (video and audio call are ok thanks to opensource project) any guide thanks


回答1:


check this project https://github.com/js-platform/node-webrtc

But i have inform you that webrtc is in early beta stage, it is experemental technology.

So to do something in this field you have be sip and node.js guru and understand how to search info in web and deal with sockets.




回答2:


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.

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).




回答3:


Nowadays Asterisk support WebRTC quite out of the box.
I followed this is the guides:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+WebRTC+Support
https://wiki.asterisk.org/wiki/display/AST/WebRTC+tutorial+using+SIPML5
to configure the server.
On the client side there's just a light web page with jssip
That's the working demo I realized: clic2call.demo.sociale.it



来源:https://stackoverflow.com/questions/22825891/asterisk-with-webrtc-in-order-to-implement-phone-call

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!