问题
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.
- SIP-webRTC client Open source libs like JsSIP, sipJS, sipml5
- 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