ResponseCode.BusyEverywhere Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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