Simple SIP phone in nodeJS without WebRTC

陌路散爱 提交于 2019-12-24 09:37:25

问题


Hi I need to implement something like SIP phone but with a 'classic' SIP without WebRTC.

Most JS libs focus on SIP over websockets and WebRTC, but in my infrastructure, I do not have WebSockets. There are libs like JsSIP even with support for WebSockets in Node.js.

Maybe I should solution is to use software like webrtc2sip? But I fill this is little overcomplicated.

Some better solution?

来源:https://stackoverflow.com/questions/46559744/simple-sip-phone-in-nodejs-without-webrtc

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