Click or drag to resize
SipClientConfiguration Class
Represents the data that is common for a SIP Client.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesSipClientConfiguration

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class SipClientConfiguration

The SipClientConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSipClientConfiguration
Top
Properties
  NameDescription
Public propertyFailedSessionRemovalTimeout
The number of seconds the session line appearance will be displayed after an invalid extension has been dialed if the user does not press the End Call softkey.
Public propertyFastResponseTimeout
How long to wait for a provisional response on INVITE requests.
Public propertyInterDigitTimeout
The number of seconds that the telephone will wait after a digit is dialed before sending a SIP INVITE.
Public propertyLineReservationTimeout
Line reservation time during which line stays reserved (in seconds).
Public propertyLocalVideoResponseTimeout
Local video response timeout (in seconds) Wait LocalVideoResponseTimeout seconds for a local response to the incoming video request, then automatically deny the request.
Public propertyMaxForwardLimit
Max forward limit indicated in Max-Forward SIP header.
Public propertyNoDigitTimeout
The number of seconds that the telephone will wait for a digit to be dialed after going off-hook before generating a warning tone.
Public propertyPeriodicRingbackTimeout
Default time to re-transmit 180 Ringing while in alerting state (in seconds).
Public propertyPublishTimeout
Default publish timeout (in seconds).
Public propertyRegistrationTimeout
Default registration timeout (in seconds).
Public propertyReliableProvisionalResponsesEnabled
Enable or disable support for reliable provisional responses If true, outgoing requests support reliable provisional responses. This gives the far-end the option of using reliable provisional responses if desired.
Public propertySelectCodecBasedOnCallerPreferences
Controls whether the codec selection on the answerer side is done based on the codec preferences of the calling UA or the answering UA. By default, a common codec is selected based on the preferences of the calling UA.
Public propertySessionRefreshTimeout
Default session refresh timeout (in seconds). It is not recommended to enable this feature in Avaya (Aura, IPO) deployments. If session refresh is enabled, active call might be ended automatically without media preservation in case session expires due to refresh failure
Public propertySignalingDscp
The layer 3 Differentiated Services (DiffServ) Code Point for signaling frames generated by the endpoint.
Public propertySubscriptionTimeout
Default subscription timeout (in seconds).
Public propertyTotalRingbackTimeout
Maximum default time that an incoming session stays in alerting state (in seconds).
Public propertyTransferCompletionTimeout
Maximum wait time for completion of call transfer with 200 OK sipfrag notify after REFER is accepted.
Public propertyUseExactSIPDomainComparison
Used for SIP domain comparison.
Public propertyWaitTimeForCallCancel
Maximum wait time for completion of call cancellation.
Top
See Also