cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
350
Views
1
Helpful
2
Replies

Adding terminal after application started

ashish.nijai
Level 1
Level 1

Dear All,

I am monitoring device SEPDUMMYDUMMYDUMMY.

But at the start of my application, device is not connected to CUCM.

Therefore I got Not in providers domain error.

After some time I connected that device to CUCM.

My question here is how my application will determine whether that device is connected or not.

Is there any functionality available in JTAPI by which I will recognize that some device is connected to CUCM and I can start monitoring it.

2 Replies 2

upchaurasia
Spotlight
Spotlight

You will get providerchange event when terminal is added or removed for the monitored terminal. Make sure that terminal is added in your jtapi cucm application user. Put your logic when application gets providerchange event for addition/deletion of terminal.

Regards,

Umesh

Dear Umesh,

Thanks for reply!!!

Is this applicable for super provider also?

Regards,

Ashish