button_click_log - is it used for anything specific?
Posted: Wed Nov 25, 2015 7:29 am
Hello folks!
I have been working on a modification of Vicidial VERSION: 2.12-475c BUILD: 151028-1458 for sometime now. I noticed that there is a JS variable called
What are its uses? Is it actively used in any routine? If yes, which one?
Also, I am currently working on creating a 100% REST API for Vicidial Agent & Administrator Interfaces. I am also creating a JS and PHP client side SDK. So, the entire vicidial Agent and/or Administrator Interface would be available via these two SDK's. Those who are looking for any integration with CRM's or xRM's can benefit a lot. In due process, I had to revisit the Vicidial code a lot. I have been refactoring the code base and so far I have been turning the code into OOP with MVC + Services Architecture.
Just wanted to know if the community has a need for it?
Thanks again,
Cheers!
I have been working on a modification of Vicidial VERSION: 2.12-475c BUILD: 151028-1458 for sometime now. I noticed that there is a JS variable called
- Code: Select all
button_click_log
What are its uses? Is it actively used in any routine? If yes, which one?
Also, I am currently working on creating a 100% REST API for Vicidial Agent & Administrator Interfaces. I am also creating a JS and PHP client side SDK. So, the entire vicidial Agent and/or Administrator Interface would be available via these two SDK's. Those who are looking for any integration with CRM's or xRM's can benefit a lot. In due process, I had to revisit the Vicidial code a lot. I have been refactoring the code base and so far I have been turning the code into OOP with MVC + Services Architecture.
Just wanted to know if the community has a need for it?
Thanks again,
Cheers!