The type of event notification coming from the media engine. Sent to application code.
Namespace:
LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
| C# |
|---|
public enum SIP_NOTIFY_TYPE |
| Visual Basic (Declaration) |
|---|
Public Enumeration SIP_NOTIFY_TYPE |
| Visual C++ |
|---|
public enum class SIP_NOTIFY_TYPE |
| J# |
|---|
public enum SIP_NOTIFY_TYPE |
Members
| Member name | Description | |
|---|---|---|
| PHONE_LINE_NOTIFICATION |
This event class is not specific to any of the phone lines. An
example of a global notification would be when the telephony
engine reregisters with a SIP registrar server.
| |
| GLOBAL_NOTIFICATION |
This event class relates to a phone line status change. These notifications
are sent to the application whenever phone lines change state.
| |
| IMMEDIATE_NOTIFICATION |
This event class is one that requires immediate action on the part of your
application if your application supports Subscribe/Notify functionality.
This class of event has additional data associated with the event. For
additional details, see the VoipMediaEngine..::.SIPCALLBACKPROC callback.
|
