SIPX_INFOSTATUS_INFO Struct Reference

#include <sipXtapiEvents.h>


Detailed Description

An INFOSTATUS event informs that application layer of the status of an outbound INFO requests.

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_INFO hInfo
 the handle used to make the outbound info request.
SIPX_MESSAGE_STATUS status
 Emumerated status for this request acknowledgement.
int responseCode
 Numerical status code for this request acknowledgement.
const char * szResponseText
 The text of the request acknowledgement.
SIPX_INFOSTATUS_EVENT event
 Event code for this INFO STATUS message.


Field Documentation

size_t SIPX_INFOSTATUS_INFO::nSize

the size of this structure in bytes

SIPX_INFO SIPX_INFOSTATUS_INFO::hInfo

the handle used to make the outbound info request.

SIPX_MESSAGE_STATUS SIPX_INFOSTATUS_INFO::status

Emumerated status for this request acknowledgement.

int SIPX_INFOSTATUS_INFO::responseCode

Numerical status code for this request acknowledgement.

const char* SIPX_INFOSTATUS_INFO::szResponseText

The text of the request acknowledgement.

SIPX_INFOSTATUS_EVENT SIPX_INFOSTATUS_INFO::event

Event code for this INFO STATUS message.


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