Reference Library
CallAssociated Class
NamespacesAvaya.ApplicationEnablement.DMCCCallAssociated
The CallAssociated object is used to provide the services for performing high-level third party call associated functions.

Supported in: 6.3.0

Declaration Syntax
C#Visual BasicVisual C++
public class CallAssociated : ICallAssociated
Public Class CallAssociated _
	Implements ICallAssociated
public ref class CallAssociated : 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


Finalize()()()()
Destructor.
(Overrides Object.Finalize()()()().)
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


Inheritance Hierarchy
Object
CallAssociated

Assembly: ServiceProvider (Module: ServiceProvider)