CallFeatureServiceActivateMaliciousCallTrace Method |
Activate Malicious Call Trace feature for incoming active call.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void ActivateMaliciousCallTrace(
CallFeatureServiceFeatureCompletionHandler completionHandler
)
Parameters
- completionHandler
- Type: Avaya.ClientServicesCallFeatureServiceFeatureCompletionHandler
Completion handler instance that receives the result of the operation.
If not provided, failure feedback cannot be provided.
Remarks
Successful completionHandler indicates that Malicious Call Trace feature is activated.
When malicious call trace controller (human) presses "mct-contr" button, callback
MaliciousCallTraceStatusChanged(ON) is invoked. When the controller deactivates a malicious call trace,
callback MaliciousCallTraceStatusChanged(OFF) is invoked.
Feature is deactivated by pressing the feature deactivation code by same client, which pressed "mct-contr" button.
"mct-contr" button is implemented in CM for h.323 only.
See Also