Initiating call and receiving call in web browser using freeswitch

老子叫甜甜 提交于 2019-12-11 06:35:09

问题


I have a requirement, i have a web site in which i want to implement outgoing call and incoming call functionality. I am using freeswitch on windows as sip server, currently i am able to initiate call on local extensions using verto, how can i initiate outbound calls to mobile phone directly from browser and also able to receive the calls using browser.


回答1:


Freeswitch has webrtc support, which means you can use SIP-webRTC client to register from browser and do IN/OUT calls.

  1. SIP-webRTC client Open source libs like JsSIP, sipJS, sipml5
  2. SIP-Flash client red5, flash phoner.

Paid libs which support both is Plivo,Twilio websdk.



来源:https://stackoverflow.com/questions/41105632/initiating-call-and-receiving-call-in-web-browser-using-freeswitch

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