Property | Type | Description | |
---|---|---|---|
DialogueState | SIPDialogueStateEnum |
Property | Type | Description | |
---|---|---|---|
logger | ILog | ||
m_CRLF | string | ||
m_sipVersion | string |
Method | Description | |
---|---|---|
Hangup ( |
||
SIPDialogue ( ) : System | ||
SIPDialogue ( SIPRequest nonInviteRequest, string owner, string adminMemberId, string toTag ) : System |
This constructor is used to create non-INVITE dialogues for example the dialogues used in SIP event interactions where the dialogue is created based on a SUBSCRIBE request.
|
|
SIPDialogue ( UACInviteTransaction uacInviteTransaction, string owner, string adminMemberId ) : System |
This constructor is used by client user agents or SIP elements acting in a client user agent role. When acting as a client user agent the local fields are contained in the From header and the remote fields are in the To header.
|
|
SIPDialogue ( UASInviteTransaction uasInviteTransaction, string owner, string adminMemberId ) : System |
This constructor is used by server user agents or SIP elements acting in a server user agent role. When acting as a server user agent the local fields are contained in the To header and the remote fields are in the From header.
|
|
SIPDialogue ( string callId, SIPRouteSet routeSet, SIPUserField localUser, SIPUserField remoteUser, int cseq, SIPURI remoteTarget, string localTag, string remoteTag, Guid cdrId, string owner, string adminMemberId, string sdp, string remoteSDP ) : System |
Method | Description | |
---|---|---|
GetByeRequest ( |
||
GetRemoteTargetProtocol ( ) : SIPProtocolsEnum |
public Hangup ( |
||
sipTransport | ||
outboundProxy | ||
return | void |
public SIPDialogue ( SIPRequest nonInviteRequest, string owner, string adminMemberId, string toTag ) : System | ||
nonInviteRequest | SIPRequest | |
owner | string | |
adminMemberId | string | |
toTag | string | |
return | System |
public SIPDialogue ( UACInviteTransaction uacInviteTransaction, string owner, string adminMemberId ) : System | ||
uacInviteTransaction | UACInviteTransaction | |
owner | string | |
adminMemberId | string | |
return | System |
public SIPDialogue ( UASInviteTransaction uasInviteTransaction, string owner, string adminMemberId ) : System | ||
uasInviteTransaction | UASInviteTransaction | |
owner | string | |
adminMemberId | string | |
return | System |
public SIPDialogue ( string callId, SIPRouteSet routeSet, SIPUserField localUser, SIPUserField remoteUser, int cseq, SIPURI remoteTarget, string localTag, string remoteTag, Guid cdrId, string owner, string adminMemberId, string sdp, string remoteSDP ) : System | ||
callId | string | |
routeSet | SIPRouteSet | |
localUser | SIPUserField | |
remoteUser | SIPUserField | |
cseq | int | |
remoteTarget | SIPURI | |
localTag | string | |
remoteTag | string | |
cdrId | Guid | |
owner | string | |
adminMemberId | string | |
sdp | string | |
remoteSDP | string | |
return | System |
public SIPDialogueStateEnum DialogueState | ||
return | SIPDialogueStateEnum |