This class implements SIP b2bua(back to back user agent). Defined in RFC 3261.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class SIP_B2BUA : IDisposable
Public Class SIP_B2BUA Implements IDisposable
public ref class SIP_B2BUA : IDisposable
type SIP_B2BUA = class interface IDisposable end
Members
All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
CallCreated |
Is called when new call is created.
| |
Calls |
Gets active calls.
| |
CallTerminated |
Is called when call has terminated.
| |
Dispose()()()() |
Cleans up any resources being used.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCallByID(String) |
Gets call by call ID.
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnCallCreated(SIP_B2BUA_Call) |
Raises CallCreated event.
| |
OnCallTerminated(SIP_B2BUA_Call) |
Raises CallTerminated event.
| |
Stack |
Gets B2BUA owner SIP stack.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
SIP_B2BUA |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119