CallTransferNotificationOptions Class

Definition

Optional parameters for sending explicit transfer notifications.

public ref class CallTransferNotificationOptions
public class CallTransferNotificationOptions
type CallTransferNotificationOptions = class
Public Class CallTransferNotificationOptions
Inheritance
CallTransferNotificationOptions

Remarks

This class is used when an application disables sending of implicit transfer notifications via setting CallTransferReceivedEventArgs.ImplicitNotificationDisabled to true. Application is then responsible for sending explicit notifications using method CallTransferReceivedEventArgs.BeginSendTransferNotification.

Constructors

CallTransferNotificationOptions()

Properties

Headers

Gets the list of custom signaling headers to be included in transfer notification.

RemainingSipFragment

Gets or sets the remaining sip fragment to be sent in the NOTIFY message body.

ResponseText

Gets or sets the response text to be sent in the NOTIFY message body.

Applies to