Edit

Share via


CallEstablishOptions.MaximumEstablishTime Property

Definition

Gets or sets a maximum call establishment time.

public:
 property TimeSpan MaximumEstablishTime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan MaximumEstablishTime { get; set; }
member this.MaximumEstablishTime : TimeSpan with get, set
Public Property MaximumEstablishTime As TimeSpan

Property Value

Exceptions

Thrown when a maximum call establishment time set is less than 1 minute or greater than 30 minutes.

Remarks

When a caller tries to establish a call, the remote party can keep sending provisional responses indefinitely. To protect against such rogue clients, the application can define a maximum establishment time. If the remote party has not sent a final response before the maximum establishment time, then the call will be terminated automatically.

By default, the maximum establishment time is 10 minutes.

Applies to