Reference Library
ICallAssociated Interface
NamespacesAvaya.ApplicationEnablement.DMCCICallAssociated
Defines all the interfaces for CallAssociated.
Declaration Syntax
C#Visual BasicVisual C++
public interface ICallAssociated
Public Interface ICallAssociated
public interface class ICallAssociated
Members
All MembersMethodsEvents



IconMemberDescription
CancelTelephonyTones(String, Object)
Send a CancelTelephonyTones request to the server to stop playing a record warning tone in all future calls associated with a specified device.

Note: The device must be registered using the DMCC Service and the CancelTelephonyTones request must be sent to the same AE Services server where the device was registered.

Supported in: 6.3.0


GenerateTelephonyTones(String, Object)
Send a GenerateTelephonyTones request to the server to play a record warning tone in all future calls associated with a specified device.

Note: The device must be registered using the DMCC Service and the GenerateTelephonyTones request must be sent to the same AE Services server where the device was registered.

Supported in: 6.3.0


OnCancelTelephonyTonesResponse
Event registration for responses to CancelTelephonyTones requests.

Supported in: 6.3.0


OnGenerateTelephonyTonesAbortEvent
Event registration for GenerateTelephonyTonesAbort events.

Supported in: 6.3.0


OnGenerateTelephonyTonesResponse
Event registration for responses to GenerateTelephonyTones requests.

Supported in: 6.3.0


OnStartMonitorResponse
Event registration for responses to StartMonitor requests.

Supported in: 6.3.0


OnStopMonitorResponse
Event registration for responses to StopMonitor requests.

Supported in: 6.3.0


StartMonitor(String, Boolean, Object)
Send a Start Monitor XML message to the server.

Supported in: 6.3.0


StopMonitor(String, Object)
Sends a Stop Monitor XML message to the server.

Supported in: 6.3.0


Assembly: ServiceProvider (Module: ServiceProvider)