cisco.uc.cuae.legacy
Interface CallControl

All Superinterfaces:
CuaeCommon
All Known Subinterfaces:
CallControlClient, CallControlServer
All Known Implementing Classes:
BaseCallControlClient, BaseCallControlServer, RemoteCallControl, RemoteCallControlClient, RemoteCallControlServer

public interface CallControl
extends CuaeCommon

The Call Control API defines an easy-to-use interface for 1st-party Call Control. With this interface, an application can make, receive, transfer, hangup, and perform other operations on calls using 4 telephony protocols: SIP, H.323, CTI, or SCCP. However, from the perspective of the developer using the API, the protocol used is irrelevant and hidden from the developer. The protocol actually used is decided how the Application Server is deployed; not how the application is written. Generated from CUAE provider package Metreos.CallControl


Nested Class Summary
static class CallControl.AcceptCallOptions
           
static class CallControl.AcceptCallResult
           
static class CallControl.AnswerCallOptions
           
static class CallControl.AnswerCallResult
           
static class CallControl.BargeOptions
           
static class CallControl.BargeResult
           
static class CallControl.BlindTransferOptions
           
static class CallControl.BlindTransferResult
           
static class CallControl.BridgeCallsOptions
           
static class CallControl.BridgeCallsResult
           
static class CallControl.CallChangedOptions
           
static class CallControl.GotDigitsOptions
           
static class CallControl.HangupOptions
           
static class CallControl.HangupResult
           
static class CallControl.IncomingCallOptions
           
static class CallControl.MakeCallOptions
           
static class CallControl.MakeCallResult
           
static class CallControl.RedirectOptions
           
static class CallControl.RedirectResult
           
static class CallControl.RejectCallOptions
           
static class CallControl.RejectCallResult
           
static class CallControl.RemoteHangupOptions
           
static class CallControl.SendUserInputOptions
           
static class CallControl.SendUserInputResult
           
static class CallControl.StartRxOptions
           
static class CallControl.StartTxOptions
           
static class CallControl.StopTxOptions
           
static class CallControl.UnbridgeCallsOptions
           
static class CallControl.UnbridgeCallsResult
           
static class CallControl.WaitForMedia
           
 
Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.CuaeCommon
CuaeCommon.CuaeResult
 



Copyright © 2008. All Rights Reserved.