CSTADLL
2.5.0
|
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] |
This class holds information needed in order to do a SIP INVITE to a UA for a uaCSTA session.
|
getset |
Contains the value for the Call-ID: header in the SIP INVITE header block.
Referenced by PBXSession.SendXMLMessage().
|
getset |
Contains the value for the Contact: header in the SIP INVITE header block.
Referenced by PBXSession.SendXMLMessage().
|
getset |
Contains the value for the From: header in the SIP INVITE header block.
Referenced by PBXSession.SendXMLMessage().
|
getset |
Contains the identifier of the UA with which to initiate a uaCSTA session via a SIP INVITE message.
Referenced by PBXSession.SendXMLMessage().
|
getset |
Contains the value for the Max-Forwards: header in the SIP INVITE header block. Per RFC 3261, the default value is 70.
Referenced by PBXSession.SendXMLMessage().
|
getset |
Contains the value for the Via: header in the SIP INVITE header block.
Referenced by PBXSession.SendXMLMessage().