Show / Hide Table of Contents

Interface ISIPAccount

Namespace: SIPSorcery.SIP.App
Assembly: SIPSorcery.dll
Syntax
public interface ISIPAccount
Remarks

SIP account usernames can be treated by some SIP Sorcery server agents as domain name like structures where a username of "x.username" will match the "username" account for receiving calls. To facilitate this SIP accounts with a '.' character in them can only be created where the suffix "username" portion matches the Owner field. This allows users to create SIP accounts with '.' in them but will prevent a different user from being able to hijack an "x.username" account and cause unexpected behaviour.

Properties

| Improve this Doc View Source

HA1Digest

Declaration
string HA1Digest { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ID

Declaration
string ID { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsDisabled

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

SIPDomain

Declaration
string SIPDomain { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SIPPassword

Declaration
string SIPPassword { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SIPUsername

Declaration
string SIPUsername { get; }
Property Value
Type Description
System.String

Extension Methods

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