Service Control Interface using Java

A Java application supporting SCI uses solicited and unsolicited events. The solicited events are parameters and return values that are issued by the Java application during call processing. The unsolicited events are parameters and return values that are issued by the Java application after it receives event notification from the Cisco ICM custom server.

From the Java application, the following methods can be categorized accordingly:

Solicited

dialogueFailureConfSend

dialogueFailureEventSend

eventReport

newCall

registerVariables

requestInstruction

resourceConnected

runScriptResult

UnSolicited

cancel

connect

connectToResource

dialogueFailureEventRecv

release

runScriptRequest