Allows the media engine to specify the type of notify
request being received.
Namespace:
LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
| C# |
|---|
public enum NOTIFY_TYPE |
| Visual Basic (Declaration) |
|---|
Public Enumeration NOTIFY_TYPE |
| Visual C++ |
|---|
public enum class NOTIFY_TYPE |
| J# |
|---|
public enum NOTIFY_TYPE |
Members
| Member name | Description | |
|---|---|---|
| UNSOLICITED_NOTIFY |
The NOTIFY request being received is unsolicited. The far end SIP device
determined that it must send this NOTIFY request even though we did not
SUBSCRIBE to it.
| |
| SUBSCRIPTION_NOTIFY |
The NOTIFY request being receive is the result of performing a SUBCRIBE
operation.
|
