Click or drag to resize

SipProvisioningConfiguration Class

This configuration used to create Sip Call Flow Context by getting line credentials from Hosted Service
Inheritance Hierarchy
SystemObject
  CallFlowFramework.TelephonyConfigurationsSipProvisioningConfiguration

Namespace:  CallFlowFramework.TelephonyConfigurations
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public class SipProvisioningConfiguration : ITelephonyConfiguration

The SipProvisioningConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSipProvisioningConfiguration
Hosting Service Configuration Constructor
Top
Properties
  NameDescription
Public propertyLineId
Gets the line id.
Public propertyProvisioningId
Gets the Provisioning ID.
Public propertySipProvisioningServerUrl
Sip Provisioning Server Url
Public propertyTelephonyType
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also