Differences

This shows you the differences between two versions of the page.

infinityoverview:architecturev4 [2012/07/03 12:03]
nray [Console]
infinityoverview:architecturev4 [2012/07/05 12:34] (current)
nray
Line 9: Line 9:
  
 === Console === === Console ===
-   * Login Authentication +   * Login authentication 
-   * Menu driven by Access Permissions +   * Licence management 
-==== Contact Manager ==== +   * Menu dynamically driven by individual access permissions 
-   * Full contact management, list recycling etc +   * Toggle between Tiles and Tools using the 'Home' button 
-==== Live Button ==== +   * Hosts all the module and administration components 
-   * Realtime Status of each agent +   * Hosts the Chat, Knowledge Assessment and Message Broadcast interfaces 
-   * Chat +   * Hosts the CTI and Recorder interfaces
-   * Message Broadcast+
  
-{{ infinityoverview:37_cm_overview_75.jpg}}+=== Windows Communication Foundation === 
 +Web services have been used to provide the data access and business logic layer between the applications and the database. Using web services for data access reduces the load placed on the database server by reducing the number of connections, as it allows data to be cached by the web service.  Security can be enhanced as there is just a single configuration file, allowing data to be kept in a secure location at the heart of the business.
  
-==== Desktop Lite ==== +=== CTI API Layers ===
-This is a wrapper for the 'Script Engine' without utilising the Reporting/CTI/List Management/Live Button interfaces +
- +
- +
-==== Infinity Web Service ==== +
- +
-Web services have been used to provide the data access and business logic layer between Console, Contact Manager and the database. The use of web services for data access can reduce the load placed on the database server by reducing the number of connections as it allows data to be cached by the web service.  Security can be enhanced as there is just a single configuration file, allowing data to be kept in a secure location at the heart of the business. +
- +
-Web services also allow expansion of the business to occur quickly with the need for minimal additional hardware, as a single web service can handle  a large number of users, additional web servers can be added either at the same site or at additional sites. +
- +
-The use of web services also allows third party applications to connect and use the Infinity database. +
- +
- +
- +
- +
- +
-==== CTI API Layers ====+
 We have designed Contact Manager to be telephony platform independent by developing a standard interface which we use to integrate with the telephony API, this allows Contact Manager to provide standard functionality regardless of the telephony system in use. We have designed Contact Manager to be telephony platform independent by developing a standard interface which we use to integrate with the telephony API, this allows Contact Manager to provide standard functionality regardless of the telephony system in use.
  
-We have integrated to the following telephony platforms;   +We have integrated to the following platforms;  
   * Callmedia (Azzurri)   * Callmedia (Azzurri)
   * CT-Connect (Envox)   * CT-Connect (Envox)
   * Aspect (Melita)   * Aspect (Melita)
 +  * Avaya
 +  * Cisco
 +  * Ultra
   * Intertel (Mitel)   * Intertel (Mitel)
-  * Ultra +=== Recorder API Layer === 
-  * SunDial +We provide an interface for integrating with Recorder platforms. We have integrated to the following platforms;   
- +  * Callcopy 
-==== Recorder API Layer ==== +  * Local PC : uses a 'Danaswitch' PC-telephone connectorwhich routes the conversation to the PC sound card.  
-As well as providing a flexible interface for the telephony system, we also provide an interface for integrating with Recorder platform. +=== Generic DLL API === 
-We currently have an integration available now to a free PC sound card based recorder, which makes use of a 'Danaswitch' - PC to telephone connector which routes the conversation to the PC sound card.  +The Script Engine can host custom built .NET controls within the interface, this allow you to add custom functionality to the agent script. The other benefit of using .NET controls is that they do not need to be registered on every agent machine, just included in the Console application folder. 
- +=== Manager === 
- +This is a scheduler service that calls other action services at regular intervals. The services that can currently be managed are
-==== Generic DLL API ==== +
-Infinity Desktop allows its scripting functionality to be enhanced by using custom built .NET controls.  The use of custom controls allow you to add simple, or complex, functionality to the agent script.  The other benefit of using .NET controls is that they do not need to be registered on every agent machine, just included in the Contact Manager application folder. +
- +
- +
- +
- +
-==== Infinity Manager ==== +
-This is a scheduler service that calls other services at regular intervals. The services that can currently be managed are +
- +
-   * Inbound Email Collector : This will poll a POP3 or Exchange mailbox and load the emails into the Infinity database, creating a task for the agent to process.  The Email collector is able to send standard automatic reply messages and filter out messages that are considered junk mail. +
-   * Outbound Email Sender : The Email Sender is used to send out the email responses generated by agents when they process the emails loaded by the Email Collector. +
-   * Automated Data Loading and Exporting : Other services managed by the Infinity Manager are imports and exports with the relevant files being sourced or sent to an FTP site for instance. The FTP service takes into account the different user accounts and permissions required to access the FTP area. +
- +
- +
- +
-==== Task Window ==== +
-With call centre campaigns requiring multi-skilled agents Contact Manager allows your agents to process different types of task - Inbound Calls, Emails and Callbacks.  Agents can be assigned to mulitple task types each with different priorities - allowing some agents to be allocated emails over callbacks or vice versa. +
- +
-Contact Manager provides a Task Viewer for agents to see how many, and what kind of tasks are waiting to be processed, and a Task Manager for Team Leaders which will allows them to allocate tasks to specific agents or skills. +
- +
- +
-==== Infinity Live ==== +
-Infinity Desktop is designed to present agent state changes (talk, wrap, break etc.,) to the Infinity Live server via 'fire and forget' UDP data streams. There is no error handling for any packets that {{infinityoverview:infinity_live.jpg |}}don’t make it for a network failure or other reason.+
  
-The link between the Infinity Live server to the Infinity Live client is via locked down IP (managed open connection) - which means that it handles network failures better than UDP by keeping a record of lost packets etc., The Live server can also access Infinity database data.+   * Inbound Email Collector : Polls a POP3 or Exchange mailbox loading the emails into the Infinity database, creating task for the agent to process.  You can send standard automatic reply messages and filter out messages that are considered junk mail. 
 +   * Outbound Email Sender : Send out the email responses generated by agents when they process the emails loaded by the Email Collector. 
 +   * Automated Data Loading and Exporting : Import and export calling data
 +   * FTP : ....... 
 +   * Automated Report Generator : Schedule the generation of reports..........