Class OwnedNumber
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
MessagesCallbackValue
An Application ID
[JsonProperty("messagesCallbackValue")]
public string MessagesCallbackValue { get; set; }
Property Value
MoHttpUrl
The URL of the webhook endpoint that handles inbound messages
[JsonProperty("moHttpUrl")]
public string MoHttpUrl { get; set; }
Property Value
VoiceCallbackType
The voice webhook type: sip, tel, or app
[JsonProperty("voiceCallbackType")]
public string VoiceCallbackType { get; set; }
Property Value
VoiceCallbackValue
A SIP URI, telephone number or Application ID
[JsonProperty("voiceCallbackValue")]
public string VoiceCallbackValue { get; set; }