Make calls within a browser window?

Asterisk newbie here. I’ve searched for an answer to this question and can’t find one, so I’m asking:

I am trying to determine if it is possible to make calls from within a Web browser window through Asterisk, presumably using PHP? I guess it’d be essentially a soft phone of sorts in a browser window, rather than through a desktop app.

If so, can you give me an idea of how I can do this? Just trying to get an idea of what to expect.

You can initiate a call from php using Asterisk AMI, easy method, but if you want to start the call and talk through the browser you need webrtc

1 Like

Okay, thanks. I guess I need to do some research on WebRTC specifically then and how to implement it in connection to Asterisk.