CallAcceptOptions.RedirectDueToBandwidthPolicyEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.