S
S
Sergey Vorobyov2018-04-17 03:56:51
JavaScript
Sergey Vorobyov, 2018-04-17 03:56:51

Call from browser?

Hello!
Tell me how to implement the ability to call customers directly from the browser, just by clicking on the phone number?
I have no experience with asterisk at all, but I have experience with js. Are there ready-made solutions in the form of some plugins? Maybe there is a softphone for windows that allows you to initiate dialing at a special URL?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladislav Nagorny, 2018-04-17
@esvils

This library is the most stable one I have used

D
Dmitry Alexandrov, 2018-04-17
@jamakasi666

There is such a tag in html 123456 , in any system (android\win\mac\linux) it works out and calls the default program for calls, naturally the softphone should be able to call receiving the number through an argument. (you can also sip:[email protected] instead of tel).
If the phone is hardware, then you can do something else, write a small demon that hooks the tel tag by ari \ agi \ ami , makes a call to the phone of the one who calls, waits for the handset to be lifted and dials someone from the tel link.
If it’s purely in the browser, then they gave the answer above, it’s full of different js softphones.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question