Hello. We are implementing a 3d-party application as a part of the integration process with our customer who has a CS Call Center implemented as Avaya Telephony platform.
The purpose of our application is to obtain all the necessary call and agent related information from their Call Center.
The application is not supposed to make or take any calls. We try to use Avaya AES JTAPI SDK (jtapi-sdk-10.2.0.0.0.198).
The customer provided us with the correct TLINK, login, password, service IP address and port, and we are able to create a Provider object and connect to the service.
The idea is to add all the available listeners in JTAPI and process the incoming event notifications.
The questions:
1. Do we take the correct approach? Is it feasible to implement all we need in JTAPI SDK?
2. We use the Core JTAPI SDK, it does not deal with any Agent-related information. How can we download the Call Center JTAPI SDK package version?
3. The customer provided us with some their DNIS number. We tried to create an Address or Terminal objects for that DNIS string, and then the idea is to add a CallListener to the Address or Terminal object.
Our attempt to create an Address or Terminal failed with exception "not in provider's domain".
4. What kind of other information is required from our customer to make our schema work?
Thank you very much for your help.
Gene.
The purpose of our application is to obtain all the necessary call and agent related information from their Call Center.
The application is not supposed to make or take any calls. We try to use Avaya AES JTAPI SDK (jtapi-sdk-10.2.0.0.0.198).
The customer provided us with the correct TLINK, login, password, service IP address and port, and we are able to create a Provider object and connect to the service.
The idea is to add all the available listeners in JTAPI and process the incoming event notifications.
The questions:
1. Do we take the correct approach? Is it feasible to implement all we need in JTAPI SDK?
2. We use the Core JTAPI SDK, it does not deal with any Agent-related information. How can we download the Call Center JTAPI SDK package version?
3. The customer provided us with some their DNIS number. We tried to create an Address or Terminal objects for that DNIS string, and then the idea is to add a CallListener to the Address or Terminal object.
Our attempt to create an Address or Terminal failed with exception "not in provider's domain".
4. What kind of other information is required from our customer to make our schema work?
Thank you very much for your help.
Gene.
Comment