ā05-23-2022 04:39 AM - edited ā05-23-2022 04:41 AM
In the CUCM, you can set up your very own UDS server for backing the Jabber contact search service. I'm trying to set up mine. I was wondering that all the machinery were based on GET requests to the users resource, but it's not true. Observing the interaction between Jabber and the CUCM, it looks like there are also some POSTs to undocumented endpoints e.g.,:
POST /cucm-uds/private/users
with undocumented XML in the body, e.g.,:
<users bulkSearch="userName"><user></user></users>
The only reference I've found about it are these schemas (the link to 12.5 is broken, BTW), but they are just schemas for validation purposes. It is not clear to me what such POSTS to /cucm-uds/private/users do.
More in general, is there an explanation about the UDS API interface expected by Jabber?
ā05-23-2022 05:37 AM
Hi,
I would have said, that this post would be better suited in the DevNet forum.
But you have already a duplicate post open there.
ā05-23-2022 06:27 AM
Thanks for the advice. However, this is not a duplicate. I'm just trying to narrow down specific problems as I go through the fantastic journey called "change things and see what happens, because there is completely no reference"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide