Edit

Share via


ResponseCode.BusyEverywhere Field

Definition

The callee's end system was contacted successfully but the callee is busy and does not wish to take the call at this time. This response is returned only if the client knows that no other endpoint will answer the request. Using BusyHere is the best way to decline an Invite most of the time. (600)

public: int BusyEverywhere = 600;
public const int BusyEverywhere = 600;
val mutable BusyEverywhere : int
Public Const BusyEverywhere As Integer  = 600

Field Value

Value = 600

Applies to