Click or drag to resize

SipConfiguration Class

This configuration used to create Sip Call Flow Context
Inheritance Hierarchy
SystemObject
  CallFlowFramework.TelephonyConfigurationsSipConfiguration

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

The SipConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSipConfiguration
Sip Configuration Constructor
Top
Properties
  NameDescription
Public propertyAuthUsername
Used for authentication performed by the SIP stack.
Public propertyDomain
Gets or sets the DNS or IP address of the registrar (aka Realm).
Public propertyLineId
Gets the ID of the line that the graph will register (if a Register action is present).
Public propertyPassword
The password that is used for authentication.
Public propertyProxy
Gets or sets the DNS or IP address of an outbound proxy. If not proxy is in use, leave unassigned.
Public propertyStunHost
Used for NAT traversal.
Public propertyTelephonyType
Public propertyUseStun
If false, the value of StunServerHost is ignored.
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