Nemanja Todoric | I have this situation: I've configured several ephone-dn s on my CUCME and I want my application to controll/monitor only few of them, not all of them. How can make that kind of setup on CUCME and then, how can I obtain controlled phones in my application?
I'll give a CUCM / JTAPI example - I need CUCME analogy for this example:
First we create an Application user on CUCM. Then, on its page, we put devices we want to controll/monitor into 'Controlled devices' list. Then, to obtain controlled devices, in application's code we can write this:
Address[] addresses = cucmProvider.getAddresses();
Now 'addresses' variable contains all devices our application is controlling.
I need CUCME analogy for this. Could anyone help? Thanks |
| Please sign in to flag this as inappropriate. |