sipxtacklib  Version 3.3
Public Attributes | List of all members
SIPX_INFO_INFO Struct Reference

An INFO event signals the application layer that an INFO message was sent to this user agent. More...

#include <sipXtapiEvents.h>

Public Attributes

size_t nSize
 Size of structure. More...
 
SIPX_CALL hCall
 Call handle if available. More...
 
SIPX_LINE hLine
 Line handle if available. More...
 
const char * szFromURL
 the URL of the host that originated the INFO message More...
 
const char * szUserAgent
 the User Agent string of the source agent More...
 
const char * szContentType
 string indicating the info content type More...
 
const char * pContent
 pointer to the INFO message content More...
 
size_t nContentLength
 length of the INFO message content More...
 

Detailed Description

An INFO event signals the application layer that an INFO message was sent to this user agent.

If the INFO message was sent to a call context (session) hCall will desiginate the call session.

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

size_t nSize

Size of structure.

SIPX_CALL hCall

Call handle if available.

SIPX_LINE hLine

Line handle if available.

const char* szFromURL

the URL of the host that originated the INFO message

const char* szUserAgent

the User Agent string of the source agent

const char* szContentType

string indicating the info content type

const char* pContent

pointer to the INFO message content

size_t nContentLength

length of the INFO message content


sipXtackLib home page