Author Message
UmeshC
Joined: Apr 18, 2011
Messages: 89
Offline
Hi,

We are using ProviderListenerAdapter to get provider events like -
-providerInService
-providerOutOfService
-providerShutDown

When JTAPI application receives only providerOutOfService not providerShutDown & providerOutOfService both?

We have tested following 3 scenarios and getting both providerShutDown & providerOutOfService events -
-Stop AES TSAPI Service
- Disconnected AES Server from network
- restarted AES Server

As per my study we only need to restart monitoring on extensions when we receive providerInService after providerShutDown.

If JTAPI application only receives providerOutOfService and again providerInService then we don't need to restart monitoring on extensions.

Can you please confirm?

Thanks & Regards,
Umesh
MartinFlynn
Joined: Nov 30, 2009
Messages: 1921
Online
As best I can see:
o providerOutOfService means the CTI link between AE Services and Communication Manager has gone down. You will need to re-add your listeners after this link comes back up and you receive providerInService event.
o providerShutDown means the connection between the application and AE Services has gone down. The application will need to create a new provider and start monitors again.

Martin
Go to:   
Mobile view