SIPX_NOTIFY_INFO Struct Reference

#include <sipXtapiEvents.h>


Detailed Description

A NOTIFY_INFO event signifies that a NOTIFY message was received for an active subscription.

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


Data Fields

size_t nSize
 The size of this structure in bytes.
SIPX_SUB hSub
 A handle to the subscrption which caused this NOTIFY event to be received.
const char * szNotiferUserAgent
 The User-Agent header field value from the SIP NOTIFY response (may be NULL).
const char * szContentType
 String indicating the info content type.
const void * pContent
 Pointer to the NOTIFY message content.
size_t nContentLength
 Length of the NOTIFY message content in bytes.


Field Documentation

size_t SIPX_NOTIFY_INFO::nSize

The size of this structure in bytes.

SIPX_SUB SIPX_NOTIFY_INFO::hSub

A handle to the subscrption which caused this NOTIFY event to be received.

const char* SIPX_NOTIFY_INFO::szNotiferUserAgent

The User-Agent header field value from the SIP NOTIFY response (may be NULL).

const char* SIPX_NOTIFY_INFO::szContentType

String indicating the info content type.

const void* SIPX_NOTIFY_INFO::pContent

Pointer to the NOTIFY message content.

size_t SIPX_NOTIFY_INFO::nContentLength

Length of the NOTIFY message content in bytes.


The documentation for this struct was generated from the following file:
Generated on Wed Jan 31 22:16:37 2007 for sipXtapi by  doxygen 1.5.1-p1