S
S
setevoi112016-05-16 16:57:34
Asterisk
setevoi11, 2016-05-16 16:57:34

How to implement incoming call notification in CRM?

It is necessary to display information about an incoming call in the browser in a self-written CRM (php + mysql)
as telephony, a cloud PBX Mango Telecom is used
there is an API
www.mango-office.ru/products/virtualnaya_ats/funct...
It was only possible to implement, obtaining statistics on calls via cron
But the most important thing is real-time event processing,
there are thoughts towards studying Node.js, which I still have zero.
Which way to look?
What are the solutions?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ilya Brazhnikov, 2016-05-16
@Ilyabr

Not quite on the topic of course, but ... Mango does not know how to send an API call itself? Zadarma (just did an experiment: after a call, Zadarma itself sends data about the call via API) can.

V
Vladimir, 2016-05-16
@rostel

fence the server that listens for calls from mongo
operators hook to it via WebSocket
a call has arrived push the desired operator
further, whatever you want, either ajax pull data from the right place or the operator clicks on the generated link from the data sent via WS
for Node.js I won’t say I didn’t try and there is no desire
in Golang done in a few hours with almost zero knowledge of the language

S
setevoi11, 2016-05-17
@setevoi11

The idea came to implement this through push notifications, which are supported by both Chrome and Mozilla.
Maybe it will be easier.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question