CallTransferOptions.MaximumTransferTime Property

Definition

Gets or sets the maximum call transfer time.

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

Property Value

Exceptions

Thrown if the maximum call transfer time set is less than 1 minute or greater than 30 minutes.

Remarks

When a transferor tries to transfer a call, a rogue third party application can keep the transfer operation alive for an indefinite time. If the transferee has not sent a final notification within the maximum transfer time then the transfer operation will fail automatically and the call will be terminated. By default, the maximum transfer time is 10 minutes.

Applies to