hey, my application works with 4 cucm nodes on the same cluster with sizing of 10K at the same time and balancing terminals between the nodes
the appuser has 20K devices associated.
the application makes getProvider for each cucm node with the same appuser
after the getProvider steps, I make getTerminal in round-robin on the list of providers, so in the end i monitor 5K on each CTI node
in RTMT i see 5K device connections for each node.
i didn't find any document that explain if there is a limit of device associations on a single appuser
is this implementation right?