Siebel Communications Server Administration Guide > Configuring Events and Commands > Event Handlers >

Handling an Inbound Call Received by an Agent


Communications events provide the following general options for handling device events for calls received by an agent. Such an inbound call may employ events like call incoming or event ringing, or call connected or event established, as defined for a communications system employing CTI.

The Siebel sample communications configurations provide examples of some of these scenarios. You can implement other screen-pop behavior using Siebel VB or Siebel eScript.

Example of Using Event Handler to Handle Inbound Call

Here is an example event handler, named InboundCallReceived, that is based on the default inbound call screen-pop scenario described above (handle when call is connected after agent answers). For this event handler:

The example event handler would be associated with an event response OnInboundCallReceived.

Because the Order field is set to 0, this event handler will be checked first for any event received where the device event is as specified. The event handler filters the event data field ANI. If this field exists, the event matches and invokes the event response OnInboundCallReceived.

To handle the call incoming or event ringing type of event without waiting for the agent to click Accept Work Item, you can create a similar event handler specifying the InboundCall device event for the Dialogic CTI driver (for Siebel CTI Connect). You might name such an event handler ImmediateRingingHandler, and invoke a similarly named response.


 Siebel Communications Server Administration Guide 
 Published: 23 June 2003