SipTrunk.DirectTransfer 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.
When enabled, removes Azure Communication Services from the signaling path on call transfer and sets the SIP Refer-To header to the trunk's FQDN. By default false.
public bool? DirectTransfer { get; set; }
member this.DirectTransfer : Nullable<bool> with get, set
Public Property DirectTransfer As Nullable(Of Boolean)