TwilioPhoneNumber Properties |
The TwilioPhoneNumber type exposes the following members.
Name | Description | |
---|---|---|
AccountSid |
The unique id of the Account responsible for this phone number.
| |
AddressRequirements |
Indicates whether this number requires an associated physical address.
One of "any", "local", "foreign", or "none".
| |
ApiVersion |
Calls to this phone number will start a new TwiML session with this API version.
| |
Capabilities |
The capabilities of the number.
| |
DateCreated |
The date that this resource was created, given as GMT.
| |
DateUpdated |
The date that this resource was last updated, given as GMT.
| |
FriendlyName |
A human readable descriptive text for this resource, up to 64 characters long.
By default, the FriendlyName is a nicely formatted version of the phone number.
| |
PhoneNumber |
The incoming phone number. e.g., +16175551212 (E.164 format)
| |
Sid |
A 34-character string that uniquely idetifies this resource.
| |
SmsApplicationSid |
The ApplicationSid assigned to this number for SMS requests.
| |
SmsFallbackMethod |
The HTTP method Twilio will use when requesting the above URL. Either GET or POST.
| |
SmsFallbackUrl |
The URL that Twilio will request if an error occurs retrieving or executing the TwiML from SmsUrl.
| |
SmsMethod |
The HTTP method Twilio will use when making requests to the SmsUrl. Either GET or POST.
| |
SmsUrl |
The URL Twilio will request when receiving an incoming SMS message to this number.
| |
StatusCallback |
The URL that Twilio will request to pass status parameters (such as call ended) to your application.
| |
StatusCallbackMethod |
The HTTP method Twilio will use to make requests to the StatusCallback Url. Either GET or POST.
| |
VoiceApplicationSid |
The ApplicationSid assigned to this number for voice requests.
| |
VoiceCallerIdLookup |
Look up the caller's caller-ID name from the CNAM database (additional charges apply)
| |
VoiceFallbackMethod |
The HTTP method Twilio will use when requesting the VoiceFallbackUrl. Either GET or POST.
| |
VoiceFallbackUrl |
The URL that Twilio will request if an error occurs retrieving or executing the TwiML requested by Url.
| |
VoiceMethod |
The HTTP method Twilio will use when requesting the VoiceUrl Url. Either GET or POST.
| |
VoiceUrl |
The URL Twilio will request when this phone number receives a call.
|