1

Currently, we are using two version of IPPBX (VOIP) System in our office, which are CUCM v11 and Briker 1.2.

We want to call directly through web browser instead of using a soft phone (or any desktop based application). The API itself is able to call/receive directly to/from PSTN or any extension that are registered in our CUCM or Briker.

We have done a lot of research on the internet and have stopped with Asterisk.
Is it possible to make calls directly through the web browser with Asterisk?

1 Answers1

0

WebRTC tutorial using SIPML5 Browsers can't naively talk directly with SIP/RTP, you will need some additional software (SIPML5) to convert the audio/video streams to codecs which are commonly supported by your browser, as well as marshaling SIP to/from the browser.

ttaylor1218
  • 186
  • 8