sipXcallLib home page


Public Attributes | List of all members
SIPX_INFOSTATUS_INFO Struct Reference

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

#include <sipXtapiEvents.h>

Public Attributes

size_t nSize
 the size of this structure in bytes More...
 
SIPX_INFO hInfo
 the handle used to make the outbound info request. More...
 
SIPX_MESSAGE_STATUS status
 Emumerated status for this request acknowledgement. More...
 
int responseCode
 Numerical status code for this request acknowledgement. More...
 
const char * szResponseText
 The text of the request acknowledgement. More...
 
SIPX_INFOSTATUS_EVENT event
 Event code for this INFO STATUS message. More...
 

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

Member Data Documentation

Event code for this INFO STATUS message.

SIPX_INFO hInfo

the handle used to make the outbound info request.

size_t nSize

the size of this structure in bytes

int responseCode

Numerical status code for this request acknowledgement.

Emumerated status for this request acknowledgement.

const char* szResponseText

The text of the request acknowledgement.