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

This structure gets passed into sipxCallConnect, sipxCallAccept, and sipxConferenceAdd calls and sets options on a per call basis. More...

#include <sipXtapi.h>

Public Attributes

int cbSize
 Size of structure. More...
 
SIPX_AUDIO_BANDWIDTH_ID bandwidthId
 Bandwidth range. More...
 
bool sendLocation
 True sends location header. More...
 
SIPX_CONTACT_ID contactId
 desired contactId (only used for sipxCallAccept at this moment) More...
 
SIPX_RTP_TRANSPORT rtpTransportFlags
 specifies protocols(s)/role for media. More...
 

Detailed Description

This structure gets passed into sipxCallConnect, sipxCallAccept, and sipxConferenceAdd calls and sets options on a per call basis.

Member Data Documentation

int cbSize

Size of structure.

Bandwidth range.

bool sendLocation

True sends location header.

SIPX_CONTACT_ID contactId

desired contactId (only used for sipxCallAccept at this moment)

SIPX_RTP_TRANSPORT rtpTransportFlags

specifies protocols(s)/role for media.


sipXtackLib home page