Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hey,I was wondering how I could import contacts into each end users' personal contacts that are being displayed in their Jabber. Or, if that isn't possible, how could I query an external database to display contacts when performing a search in Jabber...
Hey,If anyone is interested, I've made a NodeJS version to work with the API. Here you go
const request = require('request');
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; // to ignore the error for self-signed certificates
let cisco_axl_config =...
I'm also looking for the call history per user and their personal contacts. I've queried a lot of tables in the CUCM database but none of them contained what I was looking for.