1

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.

Quant
  • 61
  • 1
  • 7

1 Answers1

3

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.

Megan Speir
  • 3,745
  • 1
  • 15
  • 25
Sasi Varunan
  • 2,806
  • 1
  • 23
  • 34