Table of Contents

Class OwnedNumber

Namespace
Vonage.Numbers
Assembly
Vonage.dll

Represents a virtual phone number that is owned by your Vonage account, including its webhook configuration for messages and voice.

public class OwnedNumber : Number
Inheritance
OwnedNumber
Inherited Members

Properties

MessagesCallbackType

The messages webhook type: always app

[JsonProperty("messagesCallbackType")]
public string MessagesCallbackType { get; set; }

Property Value

string

MessagesCallbackValue

An Application ID

[JsonProperty("messagesCallbackValue")]
public string MessagesCallbackValue { get; set; }

Property Value

string

MoHttpUrl

The URL of the webhook endpoint that handles inbound messages

[JsonProperty("moHttpUrl")]
public string MoHttpUrl { get; set; }

Property Value

string

VoiceCallbackType

The voice webhook type: sip, tel, or app

[JsonProperty("voiceCallbackType")]
public string VoiceCallbackType { get; set; }

Property Value

string

VoiceCallbackValue

A SIP URI, telephone number or Application ID

[JsonProperty("voiceCallbackValue")]
public string VoiceCallbackValue { get; set; }

Property Value

string