Table of Contents

Class PhoneEndpoint.Answer

Namespace
Vonage.Voice.Nccos.Endpoints
Assembly
Vonage.dll

Configures the NCCO URL and optional ringback tone for the connected phone endpoint.

public class PhoneEndpoint.Answer
Inheritance
PhoneEndpoint.Answer
Inherited Members

Properties

RingbackTone

A URL pointing to a ringback tone audio file played to the caller on repeat until the call is fully connected.

[JsonProperty("ringbackTone")]
public string RingbackTone { get; set; }

Property Value

string

Url

The URL serving an NCCO to execute on the connected number before it joins the conversation.

[JsonProperty("url")]
public string Url { get; set; }

Property Value

string