$treeview $search $mathjax $extrastylesheet
CSTADLL  2.3.4
$projectbrief
$projectbrief
$searchbox

uaSIPInvite Class Reference

List of all members.

Properties

string CallId [get, set]
string Contact [get, set]
string From [get, set]
string InviteTarget [get, set]
ushort MaxForwards [get, set]
string Via [get, set]

Detailed Description

This class holds information needed in order to do a SIP INVITE to a UA for a uaCSTA session.


Property Documentation

string CallId [get, set]

Contains the value for the Call-ID: header in the SIP INVITE header block.

string Contact [get, set]

Contains the value for the Contact: header in the SIP INVITE header block.

string From [get, set]

Contains the value for the From: header in the SIP INVITE header block.

string InviteTarget [get, set]

Contains the identifier of the UA with which to initiate a uaCSTA session via a SIP INVITE message.

ushort MaxForwards [get, set]

Contains the value for the Max-Forwards: header in the SIP INVITE header block. Per RFC 3261, the default value is 70.

string Via [get, set]

Contains the value for the Via: header in the SIP INVITE header block.