MakeCall_Failed

Metreos.CallControl.MakeCall_Failed

Summary

The MakeCall action is completely and unsuccessfully finished upon receiving the MakeCall_Failed event.

Event Parameters
Parameter Name.NET TypeDescription
CallIdSystem.StringUnique identifier used to identify this call in all subsequent Call Control API operations. This is the same value that was returned as the result data parameter CallId in the MakeCall action.
ToSystem.StringThe originally dialed number for this call.
FromSystem.StringThe calling number, or caller ID, for this call.
EndReasonSystem.StringThe condition which caused the call leg to fail to complete. Note that the underlying protocol puts inherent limitations on how well each EndReason is supported. Possible values for EndReason are as follows:
Normal

Ringout

Indicates that the call rang until a ring timeout was reached.

Busy

Indicates that the call could not be completed because the destination is already engaged in a call.

Unreachable

Indicates that the specified To destination could not be routed to.

InternalError

Indicates that the underlying protocol stack had a fatal error that forced termination of the call.

Unknown

Indicates that the call was terminated for an unexpected or unknown reason.