Author Message
kirthikachandru
Joined: May 8, 2014
Messages: 72
Offline
Call flow

-- ACD monitor added to the VDN
-- get the data from the host access
-- Push to VDN the host data.

How to push data to VDN using JTAPI ?

MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Online
I am not sure what you are asking here.

Do you mean:

1. A call arrives on Communication Manager and your application gets an event.
2. Based on the information in the event, the application gets data from an external database.
3. The application somehow adds this information to the call.
4. The call is delivered somewhere (an agent?) and the information is available to the person/entity/application that ends up receiving the call.

Is this correct?

Martin
kirthikachandru
Joined: May 8, 2014
Messages: 72
Offline
Hi Martin,

1. A call arrives on Communication Manager and your application gets an event.
2. Based on the information in the event, the application gets data from an external database.
3. external database info need to send/push to Communication Manager.

how to send the data to communication manager ?
JohnBiggs
Joined: Jun 20, 2005
Messages: 1139
Location: Rural, Virginia
Offline
Communication Manager does not provide a storage point for external data.
Communication Manager provides a Universal Call Identifier (UCID) value with call events (you have to configure this on in the system - there is a DevConnect FAQ on how to do this provisioning - see below).

The expectation is that an external application such as you are describing puts the call data and the UCID value into a database.
As the call proceeds from the vector handling (or IVR or even some other agent) and is offered to an agent, the call handling application at that device (where again there is a CTI monitor on the device delivering call control events) 'knows' to query the database using the UCID value in CTI event it received for call related data that was previously stored by call handling in an IVR or other point in time (e.g. vector processing).

Related FAQ: https://www.devconnectprogram.com/site/global/products_resources/avaya_aura_application_enablement_services/support/faq/index.gsp#1000

Related UCID information:
https://www.devconnectprogram.com/fileMedia/download/2f97cad6-c21f-4a56-98ab-1627e604bcb0
Go to:   
Mobile view