Accessing the Call detail records (CDR) from 3rd party app #813
omiazad
started this conversation in
General ( Обо всём )
Replies: 1 comment
-
You can install free module "Telephony panel 1.0 for 1C:Enterprise"
the service allows you to sequentially upload the call history table to the entire crm. An example of a REST result
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Loved the mikopbx project. 🧡
Now I want your additional help on accessing the Call detail records (CDR) from 3rd party app.
This is how our call centre works. We basically provide free agriculture consultancy to farmers from villages. They call us, we drop the call and then record the number in our CRM and later call them back and talk with them, so that they do not spend any money. This is 100% charity work to develop the farmers.
We have a CRM like app which collects missed call records and then put the numbers in the queue for the agents. At present we use 3cx and as 3cx runs on Debian, we made a way to install some scripts, which exports the log to our CRM database.
With mikopbx everything seems nice, but we do not find a way how to access the CDR. Would really appreciate if you can guide us, how to access the CDR record from our 3rd party CRM. Is there any API we can access or we need to write custom code somewhere to export the CDR or do you suggest we do this through AMI?
We are also not familiar with AMI, so some guidance would be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions