Using 3CX API in Angular app

Status
Not open for further replies.

armin23

New User
Joined
May 6, 2021
Messages
2
Reaction score
0
I'm trying to use https://github.com/Montesuma80/3cx-web-API with my Angular app.
I have set the API and my question is: When the api is called (e.g. makecall/) - how can my app take over microphone and connect with the called number?
Is this possible to do?
 
MakeCall initiates a call between an extension and an outside party, but you still need a phone. The 3CX API does not provide any microphone or speaker capabilities.
 
What do you mean I need a phone? What kind of phone?
When I initiate call from my app to this API and if I have chrome extension installed and headphones attached, is the extension going to make that call?
 
MakeCall initiates a call between two phones. For this to work, you must be using one of the following: (1) the 3CX web client, or (2) 3CX Phone for Windows, or (3) the Android/iOS client, or (4) a physical phone. This has to be a call between an extension on the 3CX phone system and another extension or outside number. One of the participants must be a phone on the 3CX phone system. The API knows nothing about microphones or speakers, that is the job of the phone.
 
  • Like
Reactions: jed
Status
Not open for further replies.