sipXcallLib home page


Public Attributes | List of all members
SIPX_LINESTATE_INFO Struct Reference

Linestate event information structure. More...

#include <sipXtapiEvents.h>

Public Attributes

size_t nSize
 The size of this structure. More...
 
SIPX_LINE hLine
 Line handle associated with the linestate event. More...
 
SIPX_LINESTATE_EVENT event
 Callstate event enum code. More...
 
SIPX_LINESTATE_CAUSE cause
 Callstate cause enum code. More...
 

Detailed Description

Linestate event information structure.

This information is passed as part of the sipXtapi callback mechanism. Based on the SIPX_EVENT_CATEGORY, the application developer should cast the pInfo member of your callback to the appropriate structure.

See also
SIPX_EVENT_CALLBACK_PROC
SIPX_EVENT_CATEGORY

Member Data Documentation

Callstate cause enum code.

Identifies the cause of the linestate event.

Callstate event enum code.

Identifies the linestate event.

SIPX_LINE hLine

Line handle associated with the linestate event.

size_t nSize

The size of this structure.