Show / Hide Table of Contents

Interface ISIPClientUserAgent

Interface for classes implementing SIP client user agent functionality. The main function of a SIP client user agent is the ability to initiate calls.

Namespace: SIPSorcery.SIP.App
Assembly: SIPSorcery.dll
Syntax
public interface ISIPClientUserAgent

Properties

| Improve this Doc View Source

CallDescriptor

Declaration
SIPCallDescriptor CallDescriptor { get; }
Property Value
Type Description
SIPCallDescriptor
| Improve this Doc View Source

IsUACAnswered

Declaration
bool IsUACAnswered { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ServerTransaction

Declaration
UACInviteTransaction ServerTransaction { get; }
Property Value
Type Description
UACInviteTransaction
| Improve this Doc View Source

SIPDialogue

Declaration
SIPDialogue SIPDialogue { get; }
Property Value
Type Description
SIPDialogue

Methods

| Improve this Doc View Source

AckAnswer(SIPResponse, String, String)

Declaration
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
SIPRequest Call(SIPCallDescriptor sipCallDescriptor)
Parameters
Type Name Description
SIPCallDescriptor sipCallDescriptor
Returns
Type Description
SIPRequest
| Improve this Doc View Source

Call(SIPCallDescriptor, SIPEndPoint)

Declaration
SIPRequest Call(SIPCallDescriptor sipCallDescriptor, SIPEndPoint serverEndPoint)
Parameters
Type Name Description
SIPCallDescriptor sipCallDescriptor
SIPEndPoint serverEndPoint
Returns
Type Description
SIPRequest
| Improve this Doc View Source

Cancel()

Declaration
void Cancel()

Events

| Improve this Doc View Source

CallAnswered

Declaration
event SIPCallResponseDelegate CallAnswered
Event Type
Type Description
SIPCallResponseDelegate
| Improve this Doc View Source

CallFailed

Declaration
event SIPCallFailedDelegate CallFailed
Event Type
Type Description
SIPCallFailedDelegate
| Improve this Doc View Source

CallRinging

Declaration
event SIPCallResponseDelegate CallRinging
Event Type
Type Description
SIPCallResponseDelegate
| Improve this Doc View Source

CallTrying

Declaration
event SIPCallResponseDelegate CallTrying
Event Type
Type Description
SIPCallResponseDelegate

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX