Class SIPB2BUserAgent
This class represents a back-to-back (B2B) user agent (UA) that is used
to attach an outgoing call (UAC) to an incoming (UAS) call.
Inheritance
System.Object
SIPB2BUserAgent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: SIPSorcery.dll
Syntax
public class SIPB2BUserAgent : SIPServerUserAgent, ISIPServerUserAgent, ISIPClientUserAgent
Constructors
|
Improve this Doc
View Source
SIPB2BUserAgent(SIPTransport, SIPEndPoint, UASInviteTransaction, ISIPAccount)
Declaration
public SIPB2BUserAgent(SIPTransport sipTransport, SIPEndPoint outboundProxy, UASInviteTransaction uasTransaction, ISIPAccount sipAccount)
Parameters
Properties
|
Improve this Doc
View Source
CallDescriptor
Declaration
public SIPCallDescriptor CallDescriptor { get; }
Property Value
|
Improve this Doc
View Source
IsUACAnswered
Declaration
public bool IsUACAnswered { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ServerTransaction
Declaration
public UACInviteTransaction ServerTransaction { get; }
Property Value
Methods
|
Improve this Doc
View Source
AckAnswer(SIPResponse, String, String)
Declaration
public void AckAnswer(SIPResponse sipResponse, string content, string contentType)
Parameters
Type |
Name |
Description |
SIPResponse |
sipResponse |
|
System.String |
content |
|
System.String |
contentType |
|
|
Improve this Doc
View Source
Call(SIPCallDescriptor)
Declaration
public SIPRequest Call(SIPCallDescriptor sipCallDescriptor)
Parameters
Returns
|
Improve this Doc
View Source
Call(SIPCallDescriptor, SIPEndPoint)
Declaration
public SIPRequest Call(SIPCallDescriptor sipCallDescriptor, SIPEndPoint serverEndPoint)
Parameters
Returns
|
Improve this Doc
View Source
Cancel()
Declaration
Events
|
Improve this Doc
View Source
CallAnswered
Declaration
public event SIPCallResponseDelegate CallAnswered
Event Type
|
Improve this Doc
View Source
CallFailed
Declaration
public event SIPCallFailedDelegate CallFailed
Event Type
|
Improve this Doc
View Source
CallRinging
Declaration
public event SIPCallResponseDelegate CallRinging
Event Type
|
Improve this Doc
View Source
CallTrying
Declaration
public event SIPCallResponseDelegate CallTrying
Event Type
Implements
Extension Methods