Do you mean that we could set an Application User, e.g. myAppUser, then add it into "Standard CTI Allow Control Of All Devices" group.
Then in coding, we could use CiscoProvider.createTerminal("SEPXXX") to add the IP phone in the control of the myAppUser, is it? And we don't need to add the IP phones into the Control List of the Application User in CM. Is it?
This is correct
2nd Question: I cannot find the Acquire() method, which class does it belong?
Acquire - CCiscoLineDevSpecificAcquire class - is the TAPI equivalent of the JTAPI CiscoProvider.CreateTerminal() method.
3rd Question: "maximun number of controlled devices at a time is always bounded by JTAPI/CTI scability limits" <-- do you know what is the limitation? Or how could we estimate it?
7845 (dual proc CCM)
- CTI Devices per CCM node (up to 4): 2500
- CTI Devices per Provider instance: 2500
- CTI Devices max per cluster: 10,000
Lesser models of CCM
- CTI Devices per CCM node (up to 4): 800
- CTI Devices per Provider instance: 2500
- CTI Devices max per cluster: 3200
These are upper bound rules of thumb. Please see the CCM SRND for details and formula for calculating specific impact of CTI applications.