Edit

Share via


CallAcceptOptions.RedirectDueToBandwidthPolicyEnabled Property

Definition

Gets or sets whether to redirect the call when recommended by the bandwidth policy.

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

Property Value

Remarks

By default, if an incoming call fails bandwidth allocation then it will be declined. If the application wants this call to be redirected via PSTN then it needs to enable this setting this property to true before accepting the call.

Applies to