SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class GenericProviderProfile

    Namespace
    SWConfigDataClientLib.Proxies.PortBundle
    Assembly
    IpPbxCDSClientLib.dll

    Class holding parsed ProviderProfiles.

    public class GenericProviderProfile
    Inheritance
    object
    GenericProviderProfile

    Constructors

    GenericProviderProfile()

    constructor

    public GenericProviderProfile()

    Fields

    m_profile

    protected ProviderProfile m_profile

    Field Value

    ProviderProfile

    Properties

    CallingPartyNumberPosition

    Gets the CallingPartyNumberPosition

    public SIPNumberFormat CallingPartyNumberPosition { get; }

    Property Value

    SIPNumberFormat

    DtmfMode

    Gets the DTMFMode

    public SIPDTMFMode DtmfMode { get; }

    Property Value

    SIPDTMFMode

    EnableUsernameField

    Gets value of flag EnableUsernameField

    public bool EnableUsernameField { get; }

    Property Value

    bool

    Inbound_Called_NumberFormat

    Gets the Inbound_Called_NumberFormat of the profile.

    public string Inbound_Called_NumberFormat { get; }

    Property Value

    string

    Inbound_Calling_NumberFormat

    Gets the Inbound_Calling_NumberFormat of the profile.

    public string Inbound_Calling_NumberFormat { get; }

    Property Value

    string

    IsCallingPartyNumberPositionNull

    True when CallingPartyNumberPosition is not set.

    public bool IsCallingPartyNumberPositionNull { get; }

    Property Value

    bool

    IsDtmfModeNull

    True when DTMFMode is not set.

    public bool IsDtmfModeNull { get; }

    Property Value

    bool

    IsEnableUsernameFieldNull

    Gets true when EnableUsernameField is not set.

    public bool IsEnableUsernameFieldNull { get; }

    Property Value

    bool

    IsOutboundProxyNull

    True when Outbound Proxy is not set.

    public bool IsOutboundProxyNull { get; }

    Property Value

    bool

    IsProviderEncryptionModeNull

    True when ProviderEncryptionMode is not set.

    public bool IsProviderEncryptionModeNull { get; }

    Property Value

    bool

    IsProxyNull

    True when Proxy is not set.

    public bool IsProxyNull { get; }

    Property Value

    bool

    IsReRegistrationTimeoutNull

    True when ReRegistrationTimeout is not set.

    public bool IsReRegistrationTimeoutNull { get; }

    Property Value

    bool

    IsRealmNull

    True when Realm is not set.

    public bool IsRealmNull { get; }

    Property Value

    bool

    IsRegistrarNull

    True when Registrar is not set.

    public bool IsRegistrarNull { get; }

    Property Value

    bool

    IsSipTransportTypeNull

    True when SipTransportType is not set.

    public bool IsSipTransportTypeNull { get; }

    Property Value

    bool

    IsStunNull

    True when Stun is not set.

    public bool IsStunNull { get; }

    Property Value

    bool

    IsUseDisplayInfoNull

    True when UseDisplayInfo is not set.

    public bool IsUseDisplayInfoNull { get; }

    Property Value

    bool

    IsUseOverlapDialingNull

    True when UseOverlapDialing is not set.

    public bool IsUseOverlapDialingNull { get; }

    Property Value

    bool

    IsUseRegistrationNull

    True when UseRegistration is not set.

    public bool IsUseRegistrationNull { get; }

    Property Value

    bool

    IsUserIdFieldDescriptionNull

    Gets true when UserIdFieldDescription is not set.

    public bool IsUserIdFieldDescriptionNull { get; }

    Property Value

    bool

    IsUsernameFieldDescriptionNull

    Gets true when UsernameFieldDescription is not set.

    public bool IsUsernameFieldDescriptionNull { get; }

    Property Value

    bool

    Name

    Get the name of the profile

    public string Name { get; }

    Property Value

    string

    OutboundProxy

    Gets the name of the SIP Outbound Proxy. SIP port can be appended by suffix ':Port'

    public string OutboundProxy { get; }

    Property Value

    string

    Outbound_Called_NumberFormat

    Gets the Outbound_Called_NumberFormat of the profile.

    public string Outbound_Called_NumberFormat { get; }

    Property Value

    string

    Outbound_Calling_NumberFormat

    Gets the Outbound_Calling_NumberFormat of the profile.

    public string Outbound_Calling_NumberFormat { get; }

    Property Value

    string

    ProviderEncryptionMode

    Gets the ProviderEncryptionMode

    public ProviderEncryptionMode ProviderEncryptionMode { get; }

    Property Value

    ProviderEncryptionMode

    ProviderID

    Gets the id of the profile.

    public string ProviderID { get; }

    Property Value

    string

    Proxy

    Gets the name of the SIP Proxy. SIP port can be appended by suffix ':Port'

    public string Proxy { get; }

    Property Value

    string

    ReRegistrationTimeout

    Gets the SIP ReRegistrationTimeout.

    public int ReRegistrationTimeout { get; }

    Property Value

    int

    Realm

    Gets the SIP Realm.

    public string Realm { get; }

    Property Value

    string

    Registrar

    The Registrar

    public string Registrar { get; }

    Property Value

    string

    SipTransportType

    Gets the SipTransportType

    public SipTransportType SipTransportType { get; }

    Property Value

    SipTransportType

    Stun

    Gets the Stun server. (Stun port can be apended by suffix ':Port')

    public string Stun { get; }

    Property Value

    string

    UseDisplayInfo

    Get wether UseDisplayInfo is set to true.

    public bool UseDisplayInfo { get; }

    Property Value

    bool

    UseOverlapDialing

    Gets true when UseOverlapDialing can can be used.

    public bool UseOverlapDialing { get; }

    Property Value

    bool

    UseRegistration

    Gets SIP Registration enabled value

    public bool UseRegistration { get; }

    Property Value

    bool

    UserIdFieldDescription

    Gets value of flag UserIdFieldDescription

    public string UserIdFieldDescription { get; }

    Property Value

    string

    UsernameFieldDescription

    Gets value of flag UsernameFieldDescription

    public string UsernameFieldDescription { get; }

    Property Value

    string
    © Enreach GmbH