Method | Description | |
---|---|---|
AddIncomingPhoneNumber ( string phoneNumber, string areaCode ) : IncomingPhoneNumber |
Add new Incoming Phone Number to your TelAPI account
|
|
AddIncomingPhoneNumber ( string phoneNumber, string areaCode ) : Task |
Add new Incoming Phone Number to your TelAPI account
|
|
AuthorizeDestination ( string countryCode ) : |
Used to authorize destinations for outbound calls and sms messages.
|
|
AuthorizeDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : |
Used to authorize destinations for outbound calls and sms messages.
|
|
AuthorizeDestination ( string countryCode ) : Task |
Used to authorize destinations for outbound calls and sms messages.
|
|
AuthorizeDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : Task |
Used to authorize destinations for outbound calls and sms messages.
|
|
BlockDestination ( string countryCode ) : |
TelAPI will restrict outbound calls and sms messages to blocked destinations.
|
|
BlockDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : |
TelAPI will restrict outbound calls and sms messages to blocked destinations.
|
|
BlockDestination ( string countryCode ) : Task |
TelAPI will restrict outbound calls and sms messages to blocked destinations.
|
|
BlockDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : Task |
TelAPI will restrict outbound calls and sms messages to blocked destinations.
|
|
BnaLookup ( string phoneNumber ) : |
TelAPI provides an endpoint for performing BNA (Billing Name Address) lookups on numbers. BNA lookups provide geolocation information for phone numbers. BNA lookups are currently only available for US numbers.
|
|
BnaLookup ( string phoneNumber ) : Task |
TelAPI provides an endpoint for performing BNA (Billing Name Address) lookups on numbers. BNA lookups provide geolocation information for phone numbers. BNA lookups are currently only available for US numbers.
|
|
CNAMLookup ( string phoneNumber ) : |
TelAPI provides a way to look up the CNAM caller ID (name and address) information of a phone number via the REST API.
|
|
CNAMLookup ( string phoneNumber ) : Task |
TelAPI provides a way to look up the CNAM caller ID (name and address) information of a phone number via the REST API.
|
|
CarrierLookup ( string phoneNumber ) : |
TelAPI provides a way to look up the carrier of a phone number via the REST API.
|
|
CarrierLookup ( string phoneNumber ) : Task |
TelAPI provides a way to look up the carrier of a phone number via the REST API.
|
|
CreateApplication ( |
Create a new application for managing TelAPI phone numbers
|
|
CreateApplication ( |
Create a new application for managing TelAPI phone numbers
|
|
DeafParticipant ( string conferenceSid, |
Deaf participant of conference call
|
|
DeafParticipant ( string conferenceSid, |
Deaf participant of conference call
|
|
DeleteApplication ( string applicationSid ) : |
Delete application from TelApi account
|
|
DeleteApplication ( string applicationSid ) : Task |
Delete application from TelApi account
|
|
DeleteIncomingPhoneNumber ( string phoneNumberSid ) : IncomingPhoneNumber |
Delete existing Incoming Phone number from account
|
|
DeleteIncomingPhoneNumber ( string phoneNumberSid ) : Task |
Delete existing Incoming Phone number from account
|
|
ExtendDestinationAuth ( string countryCode ) : |
The extend method is provided to extend a destinations authorization expiration by 30 days.
|
|
ExtendDestinationAuth ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : |
The extend method is provided to extend a destinations authorization expiration by 30 days.
|
|
ExtendDestinationAuth ( string countryCode ) : Task |
The extend method is provided to extend a destinations authorization expiration by 30 days.
|
|
ExtendDestinationAuth ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : Task |
The extend method is provided to extend a destinations authorization expiration by 30 days.
|
|
GetAccount ( ) : |
Retrive Account details for currently authenticated account. Makes a GET request
|
|
GetAccount ( ) : Task |
Retrive Account details for currently authenticated account. Makes a GET request
|
|
GetAccountNotifications ( ) : |
A lists of every notification associated with an account
|
|
GetAccountNotifications ( NotificationLog log, int page, int pageSize ) : |
A lists of every notification associated with an account
|
|
GetAccountNotifications ( ) : Task |
A lists of every notification associated with an account
|
|
GetAccountNotifications ( NotificationLog log, int page, int pageSize ) : Task |
A lists of every notification associated with an account
|
|
GetAccountRecordings ( ) : |
Get account recordings
|
|
GetAccountRecordings ( DateTime dateCreated ) : |
Get account recordings
|
|
GetAccountRecordings ( DateTime dateCreated, ComparisonType dateCreatedComparasion, int page, int pageSize ) : |
Get account recordings
|
|
GetAccountRecordings ( ) : Task |
Get account recordings
|
|
GetAccountRecordings ( DateTime dateCreated ) : Task |
Get account recordings
|
|
GetAccountRecordings ( DateTime dateCreated, ComparisonType dateCreatedComparasion, int page, int pageSize ) : Task |
Get account recordings
|
|
GetAccountTranscriptions ( ) : Task |
Return list of transcriptions
|
|
GetAccountTranscriptions ( int page, int pageSize ) : Task |
Return list of transcriptions
|
|
GetAccountTranscriptions ( ) : |
Return list of transcriptions
|
|
GetAccountTranscriptions ( int page, int pageSize ) : |
Return list of transcriptions
|
|
GetApplication ( string applicationSid ) : |
Return application details
|
|
GetApplication ( string applicationSid ) : Task |
Return application details
|
|
GetApplications ( ) : |
Return applications list
|
|
GetApplications ( string friendlyName ) : |
Return applications list
|
|
GetApplications ( string friendlyName, int page, int pageSize ) : |
Return applications list
|
|
GetApplications ( ) : Task |
Return applications list
|
|
GetApplications ( string friendlyName ) : Task |
Return applications list
|
|
GetApplications ( string friendlyName, int page, int pageSize ) : Task |
Return applications list
|
|
GetAvailablePhoneNumbers ( string isoCountryCode, AvaliablePhoneNumberType type ) : |
Request a list of available numbers
|
|
GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, AvaliablePhoneNumberType type ) : |
Request a list of available numbers
|
|
GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, string contains, AvaliablePhoneNumberType type ) : |
Request a list of available numbers
|
|
GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, string contains, string inRegion, string inPostalCode, AvaliablePhoneNumberType type ) : |
Request a list of available numbers
|
|
GetAvailablePhoneNumbers ( string isoCountryCode, AvaliablePhoneNumberType type ) : Task |
Request a list of available numbers
|
|
GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, AvaliablePhoneNumberType type ) : Task |
Request a list of available numbers
|
|
GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, string contains, AvaliablePhoneNumberType type ) : Task |
Request a list of available numbers
|
|
GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, string contains, string inRegion, string inPostalCode, AvaliablePhoneNumberType type ) : Task |
Request a list of available numbers
|
|
GetCall ( string callSid ) : |
Retrive Call details. Make GET request
|
|
GetCall ( string callSid ) : Task |
Retrive Call details. Make GET request
|
|
GetCallNotifications ( string callSid ) : |
A list of only notifications associated with a given CallSid
|
|
GetCallNotifications ( string callSid, NotificationLog log, int page, int pageSize ) : |
A list of only notifications associated with a given CallSid
|
|
GetCallNotifications ( string callSid ) : Task |
A list of only notifications associated with a given CallSid
|
|
GetCallNotifications ( string callSid, NotificationLog log, int page, int pageSize ) : Task |
A list of only notifications associated with a given CallSid
|
|
GetCallRecordings ( string callSid ) : |
Get call recordings
|
|
GetCallRecordings ( string callSid, DateTime dateCreated ) : |
Get call recordings
|
|
GetCallRecordings ( string callSid, DateTime dateCreated, ComparisonType dateCreatedComparasion, int page, int pageSize ) : |
Get call recordings
|
|
GetCallRecordings ( string callSid ) : Task |
Get call recordings
|
|
GetCallRecordings ( string callSid, DateTime dateCreated ) : Task |
Get call recordings
|
|
GetCallRecordings ( string callSid, DateTime dateCreated, ComparisonType dateCreatedComparasion, int page, int pageSize ) : Task |
Get call recordings
|
|
GetCalls ( ) : |
Retrive all calls. Make GET request
|
|
GetCalls ( |
Retrive all calls which satisfy CallOptions criteria. Make GET request
|
|
GetCalls ( ) : Task |
Retrive all calls. Make GET request
|
|
GetCalls ( |
Retrive all calls which satisfy CallOptions criteria. Make GET request
|
|
GetConference ( string conferenceSid ) : |
Return resource properties about conference call
|
|
GetConference ( string conferenceSid ) : Task |
Return resource properties about conference call
|
|
GetConferenceParticipant ( string conferenceSid, string callSid ) : |
Participants of a conference are identified by the CallSid created when they dial into the conference.
|
|
GetConferenceParticipant ( string conferenceSid, string callSid ) : Task |
Participants of a conference are identified by the CallSid created when they dial into the conference.
|
|
GetConferenceParticipants ( string conferenceSid ) : List |
Return list of all conference participants
|
|
GetConferenceParticipants ( string conferenceSid, bool muted, bool deafed, int page, int pageSize ) : List |
Return list of all conference participants
|
|
GetConferenceParticipants ( string conferenceSid ) : Task
|
Return list of all conference participants
|
|
GetConferenceParticipants ( string conferenceSid, bool muted, bool deafed, int page, int pageSize ) : Task
|
Return list of all conference participants
|
|
GetConferences ( ) : |
Return list of all conference resources associated with a given account
|
|
GetConferences ( ConferenceStatus status, DateTime dateCreated, ComparisonType dateCreatedComaparasion ) : |
Return list of all conference resources associated with a given account
|
|
GetConferences ( string friendlyName ) : |
Return list of all conference resources associated with a given account
|
|
GetConferences ( string friendlyName, ConferenceStatus status, DateTime dateCreated, ComparisonType dateCreatedComparasion, DateTime dateUpdated, ComparisonType dateUpdatedComparasion, int page, int pageSize ) : |
Return list of all conference resources associated with a given account
|
|
GetConferences ( ) : Task |
Return list of all conference resources associated with a given account
|
|
GetConferences ( ConferenceStatus status, DateTime dateCreated, ComparisonType dateCreatedComaparasion ) : Task |
Return list of all conference resources associated with a given account
|
|
GetConferences ( string friendlyName ) : Task |
Return list of all conference resources associated with a given account
|
|
GetConferences ( string friendlyName, ConferenceStatus status, DateTime dateCreated, ComparisonType dateCreatedComparasion, DateTime dateUpdated, ComparisonType dateUpdatedComparasion, int page, int pageSize ) : Task |
Return list of all conference resources associated with a given account
|
|
GetFraudControlResources ( ) : |
Return a list of all fraud control resources associated with a given account
|
|
GetFraudControlResources ( int page, int pageSize ) : |
Return a list of all fraud control resources associated with a given account
|
|
GetFraudControlResources ( ) : Task |
Return a list of all fraud control resources associated with a given account
|
|
GetFraudControlResources ( int page, int pageSize ) : Task |
Return a list of all fraud control resources associated with a given account
|
|
GetIncomingPhoneNumber ( string phoneNumberSid ) : IncomingPhoneNumber |
Gets TelAPI phone number associated with an account
|
|
GetIncomingPhoneNumber ( string phoneNumberSid ) : Task |
Gets TelAPI phone number associated with an account
|
|
GetIncomingPhoneNumbers ( ) : |
Gets TelAPI phone numbers associated with an account
|
|
GetIncomingPhoneNumbers ( string phoneNumber, string friendlyName ) : |
Gets TelAPI phone numbers associated with an account
|
|
GetIncomingPhoneNumbers ( string phoneNumber, string friendlyName, int page, int pageSize ) : |
Gets TelAPI phone numbers associated with an account
|
|
GetIncomingPhoneNumbers ( ) : Task |
Gets TelAPI phone numbers associated with an account
|
|
GetIncomingPhoneNumbers ( string phoneNumber, string friendlyName ) : Task |
Gets TelAPI phone numbers associated with an account
|
|
GetIncomingPhoneNumbers ( string phoneNumber, string friendlyName, int page, int pageSize ) : Task |
Gets TelAPI phone numbers associated with an account
|
|
GetInomingPhoneNumbers ( string phoneNumber ) : |
Gets TelAPI phone numbers associated with an account
|
|
GetInomingPhoneNumbers ( string phoneNumber ) : Task |
Gets TelAPI phone numbers associated with an account
|
|
GetNotification ( string notificationSid ) : |
|
|
GetNotification ( string notificationSid ) : Task |
|
|
GetRecording ( string recordingSid ) : |
Get a single recording resource
|
|
GetRecording ( string recordingSid ) : Task |
Get a single recording resource
|
|
GetRecordingTranscriptions ( string recordingSid ) : Task |
Return list of recording transcriptions
|
|
GetRecordingTranscriptions ( string recordingSid, int page, int pageSize ) : Task |
Return list of recording transcriptions
|
|
GetRecordingTranscriptions ( string recordingSid ) : |
Return list of recording transcriptions
|
|
GetRecordingTranscriptions ( string recordingSid, int page, int pageSize ) : |
Return list of recording transcriptions
|
|
GetSmsMessage ( string smsMessageSid ) : |
Receive SMS message. Make GET request
|
|
GetSmsMessage ( string smsMessageSid ) : Task |
Receive SMS message. Make GET request
|
|
GetSmsMessages ( ) : |
Receive all SMS messages for current account. Make GET request
|
|
GetSmsMessages ( |
Receive SMS messages wich satisfiy criteria. Make GET request
|
|
GetSmsMessages ( ) : Task |
Receive all SMS messages for current account. Make GET request
|
|
GetSmsMessages ( |
Receive SMS messages wich satisfiy criteria. Make GET request
|
|
GetTranscription ( string transcriptionSid ) : Task |
Return transcription
|
|
GetTranscription ( string transcriptionSid ) : Transcription |
Return transcription
|
|
GetTranscriptionText ( string transcriptionSid ) : string |
Return transcription content in textual format
|
|
GetUsage ( string sid ) : Task |
Individual usage resources are assigned a Sid which can be used to access them. In addition to the name and price of the feature used, usage resources also provide the date the usage occurred.
|
|
GetUsage ( string sid ) : Usage |
Individual usage resources are assigned a Sid which can be used to access them. In addition to the name and price of the feature used, usage resources also provide the date the usage occurred.
|
|
GetUsages ( ) : Task |
A complete list of usage that has occured through an account can be requested via the REST API. This list includes every feature of TelAPI an account may use, from inbound/outbound call and SMS messages all the way to Carrier/CNAM lookups.
|
|
GetUsages ( DateTime date ) : Task |
A complete list of usage that has occured through an account can be requested via the REST API. This list includes every feature of TelAPI an account may use, from inbound/outbound call and SMS messages all the way to Carrier/CNAM lookups.
|
|
GetUsages ( Products product ) : Task |
A complete list of usage that has occured through an account can be requested via the REST API. This list includes every feature of TelAPI an account may use, from inbound/outbound call and SMS messages all the way to Carrier/CNAM lookups.
|
|
GetUsages ( int page, int pageSize ) : Task |
A complete list of usage that has occured through an account can be requested via the REST API. This list includes every feature of TelAPI an account may use, from inbound/outbound call and SMS messages all the way to Carrier/CNAM lookups.
|
|
GetUsages ( int day, int month, int year, int page, int pageSize, Products product ) : Task |
A complete list of usage that has occured through an account can be requested via the REST API. This list includes every feature of TelAPI an account may use, from inbound/outbound call and SMS messages all the way to Carrier/CNAM lookups.
|
|
GetUsages ( ) : UsageResult |
A complete list of usage that has occured through an account can be requested via the REST API. This list includes every feature of TelAPI an account may use, from inbound/outbound call and SMS messages all the way to Carrier/CNAM lookups.
|
|
GetUsages ( DateTime date ) : UsageResult |
A complete list of usage that has occured through an account can be requested via the REST API. This list includes every feature of TelAPI an account may use, from inbound/outbound call and SMS messages all the way to Carrier/CNAM lookups.
|
|
GetUsages ( Products product ) : UsageResult |
A complete list of usage that has occured through an account can be requested via the REST API. This list includes every feature of TelAPI an account may use, from inbound/outbound call and SMS messages all the way to Carrier/CNAM lookups.
|
|
GetUsages ( int page, int pageSize ) : UsageResult |
A complete list of usage that has occured through an account can be requested via the REST API. This list includes every feature of TelAPI an account may use, from inbound/outbound call and SMS messages all the way to Carrier/CNAM lookups.
|
|
GetUsages ( int day, int month, int year, int page, int pageSize, Products product ) : UsageResult |
A complete list of usage that has occured through an account can be requested via the REST API. This list includes every feature of TelAPI an account may use, from inbound/outbound call and SMS messages all the way to Carrier/CNAM lookups.
|
|
HangupCall ( string callSid ) : Call |
Hangup up current active call. Make POST request
|
|
HangupCall ( string callSid ) : Task |
Hangup up current active call. Make POST request
|
|
HangupParticipant ( string conferenceSid, Participant participant ) : Participant |
Hangup participant of conference call
|
|
HangupParticipant ( string conferenceSid, Participant participant ) : Task |
Hangup participant of conference call
|
|
InterruptLiveCall ( string callSid, string url, HttpMethod httpMethod, HangupCallStatus status ) : Call |
To change the behavior of live calls, TelAPI provides the ability to interrupt calls in real time and end or redirect them to InboundXML for execution.
|
|
InterruptLiveCall ( string callSid, string url, HttpMethod httpMethod, HangupCallStatus status ) : Task |
To change the behavior of live calls, TelAPI provides the ability to interrupt calls in real time and end or redirect them to InboundXML for execution.
|
|
MakeCall ( CallOptions callOptions ) : Call |
Initiate outbound call with options. Make POST request
|
|
MakeCall ( string from, string to, string url ) : Call |
Initiate outbound call. Make POST request
|
|
MakeCall ( CallOptions callOptions ) : Task |
Initiate outbound call with options. Make POST request
|
|
MakeCall ( string from, string to, string url ) : Task |
Initiate outbound call. Make POST request
|
|
MuteParticipant ( string conferenceSid, Participant participant, bool mute ) : Participant |
Mute participant of conference call
|
|
MuteParticipant ( string conferenceSid, Participant participant, bool mute ) : Task |
Mute participant of conference call
|
|
PlayAudio ( string callSid, PlayAudioOptions audioOptions ) : Call |
TelAPI allows you to play an audio file during a call. This is useful for playing hold music, providing IVR prompts, etc.
|
|
PlayAudio ( string callSid, string audioUrl ) : Call | ||
PlayAudio ( string callSid, PlayAudioOptions audioOptions ) : Task |
TelAPI allows you to play an audio file during a call. This is useful for playing hold music, providing IVR prompts, etc.
|
|
PlayAudio ( string callSid, string audioUrl ) : Task |
||
PlayAudioToParticipant ( string conferenceSid, Participant participant, string url ) : Participant |
Play audio to participant of conference call
|
|
PlayAudioToParticipant ( string conferenceSid, Participant participant, string url ) : Task |
Play audio to participant of conference call
|
|
RecordCall ( string callSid, bool isRecording ) : RecordingResult |
TelAPI offers a way to both initiate or end a call recording
|
|
RecordCall ( string callSid, bool isRecording, int timeLimit, string callbackUrl ) : RecordingResult |
TelAPI offers a way to both initiate or end a call recording
|
|
RecordCall ( string callSid, bool isRecording ) : Task |
TelAPI offers a way to both initiate or end a call recording
|
|
RecordCall ( string callSid, bool isRecording, int timeLimit, string callbackUrl ) : Task |
TelAPI offers a way to both initiate or end a call recording
|
|
SendDigits ( string callSid, string playDtmf, PlayDtmfLeg dtmfLeg ) : Call |
DTMFs, aka touch tone signals, can be sent to a call
|
|
SendDigits ( string callSid, string playDtmf, PlayDtmfLeg dtmfLeg ) : Task |
DTMFs, aka touch tone signals, can be sent to a call
|
|
SendSmsMessage ( string from, string to, string body ) : SmsMessage |
Send SMS message
|
|
SendSmsMessage ( string from, string to, string body, string statusCallback ) : SmsMessage |
Send SMS message
|
|
SendSmsMessage ( string from, string to, string body ) : Task |
Send SMS message
|
|
SendSmsMessage ( string from, string to, string body, string statusCallback ) : Task |
Send SMS message
|
|
TranscribeAudio ( string audioUrl ) : Task |
Start transcribe of external audio
|
|
TranscribeAudio ( string audioUrl, TranscriptionType quality ) : Task |
Start transcribe of external audio
|
|
TranscribeAudio ( string audioUrl, TranscriptionType quality, string transcribeCallback, string callbackMethod ) : Task |
Start transcribe of external audio
|
|
TranscribeAudio ( string audioUrl ) : Transcription |
Start transcribe of external audio
|
|
TranscribeAudio ( string audioUrl, TranscriptionType quality ) : Transcription |
Start transcribe of external audio
|
|
TranscribeAudio ( string audioUrl, TranscriptionType quality, string transcribeCallback, string callbackMethod ) : Transcription |
Start transcribe of external audio
|
|
TranscribeRecording ( string recordingSid ) : Task |
Start transcribe of recording
|
|
TranscribeRecording ( string recordingSid, TranscriptionType quality ) : Task |
Start transcribe of recording
|
|
TranscribeRecording ( string recordingSid, TranscriptionType quality, string transcribeCallback, string callbackMethod ) : Task |
Start transcribe of recording
|
|
TranscribeRecording ( string recordingSid ) : Transcription |
Start transcribe of recording
|
|
TranscribeRecording ( string recordingSid, TranscriptionType quality ) : Transcription |
Start transcribe of recording
|
|
TranscribeRecording ( string recordingSid, TranscriptionType quality, string transcribeCallback, string callbackMethod ) : Transcription |
Start transcribe of recording
|
|
UpdateApplication ( Application application ) : Application |
Update application data
|
|
UpdateApplication ( Application application ) : Task |
Update application data
|
|
UpdateIncomingPhoneNumber ( IncomingPhoneNumber phoneNumber ) : IncomingPhoneNumber |
Update existing Incoming Phone number
|
|
UpdateIncomingPhoneNumber ( IncomingPhoneNumber phoneNumber ) : Task |
Update existing Incoming Phone number
|
|
VoiceEffects ( string callSid, VoiceEffectOptions effectOptions ) : Call |
With TelAPI you can modify the way a callers voice sounds by changing things such as speed and pitch of the audio.
|
|
VoiceEffects ( string callSid, VoiceEffectOptions effectOptions ) : Task |
With TelAPI you can modify the way a callers voice sounds by changing things such as speed and pitch of the audio.
|
|
WhitelistDestination ( string countryCode ) : FraudResult |
Whitelisting is provided for destinations you wish to permanently authorize.
|
|
WhitelistDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : FraudResult |
Whitelisting is provided for destinations you wish to permanently authorize.
|
|
WhitelistDestination ( string countryCode ) : Task |
Whitelisting is provided for destinations you wish to permanently authorize.
|
|
WhitelistDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : Task |
Whitelisting is provided for destinations you wish to permanently authorize.
|
Method | Description | |
---|---|---|
CreateApplicationParams ( |
Populate Rest request with application params
|
|
CreateCallListOptions ( |
Helper method to populate Rest params
|
|
CreateCallOptions ( |
Helper method to populate Rest params
|
|
CreateIncomingPhoneNumberParams ( IncomingPhoneNumber phoneNumber, SimpleRtRest.RestClient.RestRequest request ) : void | ||
CreatePlayAudioOptions ( |
Helper method to populate Rest params
|
|
CreateSmsMessageListOptions ( |
Helper Method to populate RestRequest params
|
|
CreateVoiceEffectsOptions ( |
Helper method to populate Rest params
|
public AddIncomingPhoneNumber ( string phoneNumber, string areaCode ) : IncomingPhoneNumber | ||
phoneNumber | string | Desired phone number to add to the account (E.164 format). |
areaCode | string | Desired area code of phone number to add to the account. |
return | IncomingPhoneNumber |
public AddIncomingPhoneNumber ( string phoneNumber, string areaCode ) : Task |
||
phoneNumber | string | Desired phone number to add to the account (E.164 format). |
areaCode | string | Desired area code of phone number to add to the account. |
return | Task |
public AuthorizeDestination ( string countryCode ) : |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
return |
public AuthorizeDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
mobileBreakout | bool | Mobile breakout status for the destination. |
landlinebreakout | bool | |
smsEnabled | bool | SMS status for the destination. |
return |
public AuthorizeDestination ( string countryCode ) : Task |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
return | Task |
public AuthorizeDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : Task |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
mobileBreakout | bool | Mobile breakout status for the destination. |
landlinebreakout | bool | |
smsEnabled | bool | SMS status for the destination. |
return | Task |
public BlockDestination ( string countryCode ) : |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
return |
public BlockDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
mobileBreakout | bool | Mobile breakout status for the destination. |
landlinebreakout | bool | |
smsEnabled | bool | SMS status for the destination. |
return |
public BlockDestination ( string countryCode ) : Task |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
return | Task |
public BlockDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : Task |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
mobileBreakout | bool | Mobile breakout status for the destination. |
landlinebreakout | bool | |
smsEnabled | bool | SMS status for the destination. |
return | Task |
public BnaLookup ( string phoneNumber ) : |
||
phoneNumber | string | The number of the phone you are attempting to perform the BNA lookup on. |
return |
public BnaLookup ( string phoneNumber ) : Task |
||
phoneNumber | string | The number of the phone you are attempting to perform the BNA lookup on. |
return | Task |
public CNAMLookup ( string phoneNumber ) : |
||
phoneNumber | string | The number of the phone you are attempting to perform the CNAM look up on. |
return |
public CNAMLookup ( string phoneNumber ) : Task |
||
phoneNumber | string | The number of the phone you are attempting to perform the CNAM look up on. |
return | Task |
public CarrierLookup ( string phoneNumber ) : |
||
phoneNumber | string | The number of the phone you are attempting to perform the carrier look up on. |
return |
public CarrierLookup ( string phoneNumber ) : Task |
||
phoneNumber | string | The number of the phone you are attempting to perform the carrier look up on. |
return | Task |
public CreateApplication ( |
||
application | Application object | |
return |
public CreateApplication ( |
||
application | Application object | |
return | Task |
public DeafParticipant ( string conferenceSid, |
||
conferenceSid | string | Conference sid |
participant | Specifies the participant to deaf. | |
deaf | bool | Deaf participant? |
return |
public DeafParticipant ( string conferenceSid, |
||
conferenceSid | string | Conference sid |
participant | Specifies the participant to deaf. | |
deaf | bool | Deaf participant? |
return | Task |
public DeleteApplication ( string applicationSid ) : |
||
applicationSid | string | An alphanumeric string used for identification of the application. |
return |
public DeleteApplication ( string applicationSid ) : Task |
||
applicationSid | string | An alphanumeric string used for identification of the application. |
return | Task |
public DeleteIncomingPhoneNumber ( string phoneNumberSid ) : IncomingPhoneNumber | ||
phoneNumberSid | string | |
return | IncomingPhoneNumber |
public DeleteIncomingPhoneNumber ( string phoneNumberSid ) : Task |
||
phoneNumberSid | string | |
return | Task |
public ExtendDestinationAuth ( string countryCode ) : |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
return |
public ExtendDestinationAuth ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
mobileBreakout | bool | Mobile breakout status for the destination. |
landlinebreakout | bool | |
smsEnabled | bool | SMS status for the destination. |
return |
public ExtendDestinationAuth ( string countryCode ) : Task |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
return | Task |
public ExtendDestinationAuth ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : Task |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
mobileBreakout | bool | Mobile breakout status for the destination. |
landlinebreakout | bool | |
smsEnabled | bool | SMS status for the destination. |
return | Task |
public GetAccountNotifications ( ) : |
||
return |
public GetAccountNotifications ( NotificationLog log, int page, int pageSize ) : |
||
log | NotificationLog | Specifies that only notifications with the given log level value should be listed. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return |
public GetAccountNotifications ( NotificationLog log, int page, int pageSize ) : Task |
||
log | NotificationLog | Specifies that only notifications with the given log level value should be listed. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task |
public GetAccountRecordings ( ) : |
||
return |
public GetAccountRecordings ( DateTime dateCreated ) : |
||
dateCreated | DateTime | Lists all recordings created on or after a certain date. |
return |
public GetAccountRecordings ( DateTime dateCreated, ComparisonType dateCreatedComparasion, int page, int pageSize ) : |
||
dateCreated | DateTime | Lists all recordings created on or after a certain date. |
dateCreatedComparasion | ComparisonType | Date created comparasion |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return |
public GetAccountRecordings ( DateTime dateCreated ) : Task |
||
dateCreated | DateTime | Lists all recordings created on or after a certain date. |
return | Task |
public GetAccountRecordings ( DateTime dateCreated, ComparisonType dateCreatedComparasion, int page, int pageSize ) : Task |
||
dateCreated | DateTime | Lists all recordings created on or after a certain date. |
dateCreatedComparasion | ComparisonType | Date created comparasion |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task |
public GetAccountTranscriptions ( int page, int pageSize ) : Task |
||
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task |
public GetAccountTranscriptions ( ) : |
||
return |
public GetAccountTranscriptions ( int page, int pageSize ) : |
||
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return |
public GetApplication ( string applicationSid ) : |
||
applicationSid | string | An alphanumeric string used for identification of the application. |
return |
public GetApplication ( string applicationSid ) : Task |
||
applicationSid | string | An alphanumeric string used for identification of the application. |
return | Task |
public GetApplications ( ) : |
||
return |
public GetApplications ( string friendlyName ) : |
||
friendlyName | string | Specifies that only application resources matching the input FreindlyName should be returned in the list request. |
return |
public GetApplications ( string friendlyName, int page, int pageSize ) : |
||
friendlyName | string | Specifies that only application resources matching the input FreindlyName should be returned in the list request. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return |
public GetApplications ( string friendlyName ) : Task |
||
friendlyName | string | Specifies that only application resources matching the input FreindlyName should be returned in the list request. |
return | Task |
public GetApplications ( string friendlyName, int page, int pageSize ) : Task |
||
friendlyName | string | Specifies that only application resources matching the input FreindlyName should be returned in the list request. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task |
public GetAvailablePhoneNumbers ( string isoCountryCode, AvaliablePhoneNumberType type ) : |
||
isoCountryCode | string | Two letter country code of the available phone number. |
type | AvaliablePhoneNumberType | Search for local (default) or toll free nubmers. |
return |
public GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, AvaliablePhoneNumberType type ) : |
||
isoCountryCode | string | Two letter country code of the available phone number. |
areaCode | string | Code used to identify the phone numbers geographic origin. Found at the beginning of the number. |
type | AvaliablePhoneNumberType | Search for local (default) or toll free nubmers. |
return |
public GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, string contains, AvaliablePhoneNumberType type ) : |
||
isoCountryCode | string | Two letter country code of the available phone number. |
areaCode | string | Code used to identify the phone numbers geographic origin. Found at the beginning of the number. |
contains | string | Specifies the desired characters contained within the available numbers to list. |
type | AvaliablePhoneNumberType | Search for local (default) or toll free nubmers. |
return |
public GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, string contains, string inRegion, string inPostalCode, AvaliablePhoneNumberType type ) : |
||
isoCountryCode | string | Two letter country code of the available phone number. |
areaCode | string | Code used to identify the phone numbers geographic origin. Found at the beginning of the number. |
contains | string | Specifies the desired characters contained within the available numbers to list. |
inRegion | string | Specifies the desired region of the available numbers to be listed. |
inPostalCode | string | Specifies the desired postal code of the available numbers to be listed. |
type | AvaliablePhoneNumberType | Search for local (default) or toll free nubmers. |
return |
public GetAvailablePhoneNumbers ( string isoCountryCode, AvaliablePhoneNumberType type ) : Task |
||
isoCountryCode | string | Two letter country code of the available phone number. |
type | AvaliablePhoneNumberType | Search for local (default) or toll free nubmers. |
return | Task |
public GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, AvaliablePhoneNumberType type ) : Task |
||
isoCountryCode | string | Two letter country code of the available phone number. |
areaCode | string | Code used to identify the phone numbers geographic origin. Found at the beginning of the number. |
type | AvaliablePhoneNumberType | Search for local (default) or toll free nubmers. |
return | Task |
public GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, string contains, AvaliablePhoneNumberType type ) : Task |
||
isoCountryCode | string | Two letter country code of the available phone number. |
areaCode | string | Code used to identify the phone numbers geographic origin. Found at the beginning of the number. |
contains | string | Specifies the desired characters contained within the available numbers to list. |
type | AvaliablePhoneNumberType | Search for local (default) or toll free nubmers. |
return | Task |
public GetAvailablePhoneNumbers ( string isoCountryCode, string areaCode, string contains, string inRegion, string inPostalCode, AvaliablePhoneNumberType type ) : Task |
||
isoCountryCode | string | Two letter country code of the available phone number. |
areaCode | string | Code used to identify the phone numbers geographic origin. Found at the beginning of the number. |
contains | string | Specifies the desired characters contained within the available numbers to list. |
inRegion | string | Specifies the desired region of the available numbers to be listed. |
inPostalCode | string | Specifies the desired postal code of the available numbers to be listed. |
type | AvaliablePhoneNumberType | Search for local (default) or toll free nubmers. |
return | Task |
public GetCallNotifications ( string callSid ) : |
||
callSid | string | An alphanumeric string used for identification of calls. |
return |
public GetCallNotifications ( string callSid, NotificationLog log, int page, int pageSize ) : |
||
callSid | string | An alphanumeric string used for identification of calls. |
log | NotificationLog | Specifies that only notifications with the given log level value should be listed. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return |
public GetCallNotifications ( string callSid ) : Task |
||
callSid | string | An alphanumeric string used for identification of calls. |
return | Task |
public GetCallNotifications ( string callSid, NotificationLog log, int page, int pageSize ) : Task |
||
callSid | string | An alphanumeric string used for identification of calls. |
log | NotificationLog | Specifies that only notifications with the given log level value should be listed. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task |
public GetCallRecordings ( string callSid ) : |
||
callSid | string | An alphanumeric string used to identify each call. |
return |
public GetCallRecordings ( string callSid, DateTime dateCreated ) : |
||
callSid | string | An alphanumeric string used to identify each call. |
dateCreated | DateTime | Lists all recordings created on or after a certain date |
return |
public GetCallRecordings ( string callSid, DateTime dateCreated, ComparisonType dateCreatedComparasion, int page, int pageSize ) : |
||
callSid | string | An alphanumeric string used to identify each call |
dateCreated | DateTime | Lists all recordings created on or after a certain date |
dateCreatedComparasion | ComparisonType | Date created comparasion |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return |
public GetCallRecordings ( string callSid ) : Task |
||
callSid | string | An alphanumeric string used to identify each call. |
return | Task |
public GetCallRecordings ( string callSid, DateTime dateCreated ) : Task |
||
callSid | string | An alphanumeric string used to identify each call. |
dateCreated | DateTime | Lists all recordings created on or after a certain date |
return | Task |
public GetCallRecordings ( string callSid, DateTime dateCreated, ComparisonType dateCreatedComparasion, int page, int pageSize ) : Task |
||
callSid | string | An alphanumeric string used to identify each call |
dateCreated | DateTime | Lists all recordings created on or after a certain date |
dateCreatedComparasion | ComparisonType | Date created comparasion |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task |
public GetCalls ( |
||
callOptions | Call options to narrow search of calls | |
return |
public GetCalls ( |
||
callOptions | Call options to narrow search of calls | |
return | Task |
public GetConference ( string conferenceSid ) : |
||
conferenceSid | string | Conference sid |
return |
public GetConference ( string conferenceSid ) : Task |
||
conferenceSid | string | Conference sid |
return | Task |
public GetConferenceParticipant ( string conferenceSid, string callSid ) : |
||
conferenceSid | string | |
callSid | string | The CallSid identifying this participant. |
return |
public GetConferenceParticipant ( string conferenceSid, string callSid ) : Task |
||
conferenceSid | string | |
callSid | string | The CallSid identifying this participant. |
return | Task |
public GetConferenceParticipants ( string conferenceSid ) : List |
||
conferenceSid | string | Conference sid |
return | List |
public GetConferenceParticipants ( string conferenceSid, bool muted, bool deafed, int page, int pageSize ) : List |
||
conferenceSid | string | Conference sid |
muted | bool | Only list participants that are muted. |
deafed | bool | Only list participants that are deaf. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | List |
public GetConferenceParticipants ( string conferenceSid ) : Task
|
||
conferenceSid | string | Conference sid |
return | Task
|
public GetConferenceParticipants ( string conferenceSid, bool muted, bool deafed, int page, int pageSize ) : Task
|
||
conferenceSid | string | Conference sid |
muted | bool | Only list participants that are muted. |
deafed | bool | Only list participants that are deaf. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task
|
public GetConferences ( ConferenceStatus status, DateTime dateCreated, ComparisonType dateCreatedComaparasion ) : |
||
status | ConferenceStatus | List conferences with the given status. |
dateCreated | DateTime | List conferences created on, after, or before a given date. |
dateCreatedComaparasion | ComparisonType | Date range can be specified using inequalities |
return |
public GetConferences ( string friendlyName ) : |
||
friendlyName | string | List conferences with the given FriendlyName. |
return |
public GetConferences ( string friendlyName, ConferenceStatus status, DateTime dateCreated, ComparisonType dateCreatedComparasion, DateTime dateUpdated, ComparisonType dateUpdatedComparasion, int page, int pageSize ) : |
||
friendlyName | string | List conferences with the given FriendlyName. |
status | ConferenceStatus | List conferences with the given status. |
dateCreated | DateTime | List conferences created on, after, or before a given date. |
dateCreatedComparasion | ComparisonType | Date range can be specified using inequalities. |
dateUpdated | DateTime | List conferences updated on, after, or before a given date. |
dateUpdatedComparasion | ComparisonType | Date range can be specified using inequalities. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return |
public GetConferences ( ConferenceStatus status, DateTime dateCreated, ComparisonType dateCreatedComaparasion ) : Task |
||
status | ConferenceStatus | List conferences with the given status. |
dateCreated | DateTime | List conferences created on, after, or before a given date. |
dateCreatedComaparasion | ComparisonType | Date range can be specified using inequalities |
return | Task |
public GetConferences ( string friendlyName ) : Task |
||
friendlyName | string | List conferences with the given FriendlyName. |
return | Task |
public GetConferences ( string friendlyName, ConferenceStatus status, DateTime dateCreated, ComparisonType dateCreatedComparasion, DateTime dateUpdated, ComparisonType dateUpdatedComparasion, int page, int pageSize ) : Task |
||
friendlyName | string | List conferences with the given FriendlyName. |
status | ConferenceStatus | List conferences with the given status. |
dateCreated | DateTime | List conferences created on, after, or before a given date. |
dateCreatedComparasion | ComparisonType | Date range can be specified using inequalities. |
dateUpdated | DateTime | List conferences updated on, after, or before a given date. |
dateUpdatedComparasion | ComparisonType | Date range can be specified using inequalities. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task |
public GetFraudControlResources ( ) : |
||
return |
public GetFraudControlResources ( int page, int pageSize ) : |
||
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return |
public GetFraudControlResources ( int page, int pageSize ) : Task |
||
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task |
public GetIncomingPhoneNumber ( string phoneNumberSid ) : IncomingPhoneNumber | ||
phoneNumberSid | string | An alphanumeric string used for identification of incoming phone numbers. |
return | IncomingPhoneNumber |
public GetIncomingPhoneNumber ( string phoneNumberSid ) : Task |
||
phoneNumberSid | string | An alphanumeric string used for identification of incoming phone numbers. |
return | Task |
public GetIncomingPhoneNumbers ( ) : |
||
return |
public GetIncomingPhoneNumbers ( string phoneNumber, string friendlyName ) : |
||
phoneNumber | string | Specifies what IncomingPhoneNumber resources should be returned in the list request. |
friendlyName | string | Specifies that only IncomingPhoneNumber resources matching the input FreindlyName should be returned in the list request. |
return |
public GetIncomingPhoneNumbers ( string phoneNumber, string friendlyName, int page, int pageSize ) : |
||
phoneNumber | string | Specifies what IncomingPhoneNumber resources should be returned in the list request. |
friendlyName | string | Specifies that only IncomingPhoneNumber resources matching the input FreindlyName should be returned in the list request. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return |
public GetIncomingPhoneNumbers ( string phoneNumber, string friendlyName ) : Task |
||
phoneNumber | string | Specifies what IncomingPhoneNumber resources should be returned in the list request. |
friendlyName | string | Specifies that only IncomingPhoneNumber resources matching the input FreindlyName should be returned in the list request. |
return | Task |
public GetIncomingPhoneNumbers ( string phoneNumber, string friendlyName, int page, int pageSize ) : Task |
||
phoneNumber | string | Specifies what IncomingPhoneNumber resources should be returned in the list request. |
friendlyName | string | Specifies that only IncomingPhoneNumber resources matching the input FreindlyName should be returned in the list request. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task |
public GetInomingPhoneNumbers ( string phoneNumber ) : |
||
phoneNumber | string | Specifies what IncomingPhoneNumber resources should be returned in the list request. |
return |
public GetInomingPhoneNumbers ( string phoneNumber ) : Task |
||
phoneNumber | string | Specifies what IncomingPhoneNumber resources should be returned in the list request. |
return | Task |
public GetNotification ( string notificationSid ) : |
||
notificationSid | string | |
return |
public GetNotification ( string notificationSid ) : Task |
||
notificationSid | string | |
return | Task |
public GetRecording ( string recordingSid ) : |
||
recordingSid | string | An alphanumeric string used to identify each recording. |
return |
public GetRecording ( string recordingSid ) : Task |
||
recordingSid | string | An alphanumeric string used to identify each recording. |
return | Task |
public GetRecordingTranscriptions ( string recordingSid ) : Task |
||
recordingSid | string | An alphanumeric string used for identification of recording. |
return | Task |
public GetRecordingTranscriptions ( string recordingSid, int page, int pageSize ) : Task |
||
recordingSid | string | An alphanumeric string used for identification of recording. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task |
public GetRecordingTranscriptions ( string recordingSid ) : |
||
recordingSid | string | An alphanumeric string used for identification of recording. |
return |
public GetRecordingTranscriptions ( string recordingSid, int page, int pageSize ) : |
||
recordingSid | string | An alphanumeric string used for identification of recording. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return |
public GetSmsMessage ( string smsMessageSid ) : |
||
smsMessageSid | string | An alphanumeric string used for identification of sms messages. |
return |
public GetSmsMessage ( string smsMessageSid ) : Task |
||
smsMessageSid | string | An alphanumeric string used for identification of sms messages. |
return | Task |
public GetSmsMessages ( |
||
smsMessageOptions | Sms message options for narrowing search | |
return |
public GetSmsMessages ( |
||
smsMessageOptions | Sms message options for narrowing search | |
return | Task |
public GetTranscription ( string transcriptionSid ) : Task |
||
transcriptionSid | string | An alphanumeric string used for identification of transcriptions. |
return | Task |
public GetTranscription ( string transcriptionSid ) : Transcription | ||
transcriptionSid | string | An alphanumeric string used for identification of transcriptions. |
return | Transcription |
public GetTranscriptionText ( string transcriptionSid ) : string | ||
transcriptionSid | string | An alphanumeric string used for identification of transcriptions. |
return | string |
public GetUsages ( DateTime date ) : Task |
||
date | DateTime | Returns a list of usage for a given date |
return | Task |
public GetUsages ( Products product ) : Task |
||
product | Products | Returns a list of all usage for a specific "product" or feature of TelAPI. |
return | Task |
public GetUsages ( int page, int pageSize ) : Task |
||
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | Task |
public GetUsages ( int day, int month, int year, int page, int pageSize, Products product ) : Task |
||
day | int | Returns a list of usage for a given day within a month. |
month | int | Returns a list of usage for a given month. For January: Month=1, for February: Month=2, etc. |
year | int | Returns a list of usage for a given year. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
product | Products | Returns a list of all usage for a specific "product" or feature of TelAPI. |
return | Task |
public GetUsages ( DateTime date ) : UsageResult | ||
date | DateTime | Returns a list of usage for a given date |
return | UsageResult |
public GetUsages ( Products product ) : UsageResult | ||
product | Products | Returns a list of all usage for a specific "product" or feature of TelAPI. |
return | UsageResult |
public GetUsages ( int page, int pageSize ) : UsageResult | ||
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
return | UsageResult |
public GetUsages ( int day, int month, int year, int page, int pageSize, Products product ) : UsageResult | ||
day | int | Returns a list of usage for a given day within a month. |
month | int | Returns a list of usage for a given month. For January: Month=1, for February: Month=2, etc. |
year | int | Returns a list of usage for a given year. |
page | int | Used to return a particular page withing the list. |
pageSize | int | Used to specify the amount of list items to return per page. |
product | Products | Returns a list of all usage for a specific "product" or feature of TelAPI. |
return | UsageResult |
public HangupCall ( string callSid ) : Call | ||
callSid | string | An alphanumeric string used for identification of calls. |
return | Call |
public HangupCall ( string callSid ) : Task |
||
callSid | string | An alphanumeric string used for identification of calls. |
return | Task |
public HangupParticipant ( string conferenceSid, Participant participant ) : Participant | ||
conferenceSid | string | Conference sid |
participant | Participant | Specifies the participant to hangup. |
return | Participant |
public HangupParticipant ( string conferenceSid, Participant participant ) : Task |
||
conferenceSid | string | Conference sid |
participant | Participant | Specifies the participant to hangup. |
return | Task |
public InterruptLiveCall ( string callSid, string url, HttpMethod httpMethod, HangupCallStatus status ) : Call | ||
callSid | string | An alphanumeric string used for identification of calls |
url | string | The URL in-progress calls can be forwarded to. |
httpMethod | HttpMethod | Specifies the HTTP method used to request forwarding URL. Allowed Value: POST or GET. Default Value: POST |
status | HangupCallStatus | The status used to end the call. canceled only ends queued/ringing calls while completed ends in-progress calls as well as queued/ringing calls. Allowed Value: canceled or completed |
return | Call |
public InterruptLiveCall ( string callSid, string url, HttpMethod httpMethod, HangupCallStatus status ) : Task |
||
callSid | string | An alphanumeric string used for identification of calls |
url | string | The URL in-progress calls can be forwarded to. |
httpMethod | HttpMethod | Specifies the HTTP method used to request forwarding URL. Allowed Value: POST or GET. Default Value: POST |
status | HangupCallStatus | The status used to end the call. canceled only ends queued/ringing calls while completed ends in-progress calls as well as queued/ringing calls. Allowed Value: canceled or completed |
return | Task |
public MakeCall ( CallOptions callOptions ) : Call | ||
callOptions | CallOptions | Call options |
return | Call |
public MakeCall ( string from, string to, string url ) : Call | ||
from | string | The number to call. |
to | string | The number to display as calling. |
url | string | The URL requested once the call connects. |
return | Call |
public MakeCall ( CallOptions callOptions ) : Task |
||
callOptions | CallOptions | Call options |
return | Task |
public MakeCall ( string from, string to, string url ) : Task |
||
from | string | The number to call. |
to | string | The number to display as calling. |
url | string | The URL requested once the call connects. |
return | Task |
public MuteParticipant ( string conferenceSid, Participant participant, bool mute ) : Participant | ||
conferenceSid | string | Conference sid |
participant | Participant | Specifies the participant to mute. |
mute | bool | Mute participant? |
return | Participant |
public MuteParticipant ( string conferenceSid, Participant participant, bool mute ) : Task |
||
conferenceSid | string | Conference sid |
participant | Participant | Specifies the participant to mute. |
mute | bool | Mute participant? |
return | Task |
public PlayAudio ( string callSid, PlayAudioOptions audioOptions ) : Call | ||
callSid | string | An alphanumeric string used for identification of calls |
audioOptions | PlayAudioOptions | Audio options |
return | Call |
public PlayAudio ( string callSid, string audioUrl ) : Call | ||
callSid | string | |
audioUrl | string | |
return | Call |
public PlayAudio ( string callSid, PlayAudioOptions audioOptions ) : Task |
||
callSid | string | An alphanumeric string used for identification of calls |
audioOptions | PlayAudioOptions | Audio options |
return | Task |
public PlayAudio ( string callSid, string audioUrl ) : Task |
||
callSid | string | |
audioUrl | string | |
return | Task |
public PlayAudioToParticipant ( string conferenceSid, Participant participant, string url ) : Participant | ||
conferenceSid | string | Conference sid |
participant | Participant | Specifies the participant to play audio. |
url | string | Url where audio is located |
return | Participant |
public PlayAudioToParticipant ( string conferenceSid, Participant participant, string url ) : Task |
||
conferenceSid | string | Conference sid |
participant | Participant | Specifies the participant to play audio. |
url | string | Url where audio is located |
return | Task |
public RecordCall ( string callSid, bool isRecording ) : RecordingResult | ||
callSid | string | An alphanumeric string used for identification of calls |
isRecording | bool | Specifies if call recording should beging or end. To start recording a call, value must be true. To stop recording a call, value must be false. |
return | RecordingResult |
public RecordCall ( string callSid, bool isRecording, int timeLimit, string callbackUrl ) : RecordingResult | ||
callSid | string | An alphanumeric string used for identification of calls |
isRecording | bool | Specifies if call recording should beging or end. To start recording a call, value must be true. To stop recording a call, value must be false. |
timeLimit | int | The time in seconds the duration a call recording should not exceed. If no value specified, recordings are 60 seconds by default. |
callbackUrl | string | URL where recording information will be relayed to after it has completed. |
return | RecordingResult |
public RecordCall ( string callSid, bool isRecording ) : Task |
||
callSid | string | An alphanumeric string used for identification of calls |
isRecording | bool | Specifies if call recording should beging or end. To start recording a call, value must be true. To stop recording a call, value must be false. |
return | Task |
public RecordCall ( string callSid, bool isRecording, int timeLimit, string callbackUrl ) : Task |
||
callSid | string | An alphanumeric string used for identification of calls |
isRecording | bool | Specifies if call recording should beging or end. To start recording a call, value must be true. To stop recording a call, value must be false. |
timeLimit | int | The time in seconds the duration a call recording should not exceed. If no value specified, recordings are 60 seconds by default. |
callbackUrl | string | URL where recording information will be relayed to after it has completed. |
return | Task |
public SendDigits ( string callSid, string playDtmf, PlayDtmfLeg dtmfLeg ) : Call | ||
callSid | string | An alphanumeric string used for identification of calls |
playDtmf | string | Specifies which touch tone signals to send to a call. W or w can be used to include half second pauses within the digit transmission. For example: wwww1234 waits two seconds before sending the digits and 12wwww34 waits two seconds in between the sending of 12 and 34. Allowed Value: the digits 0-9, W, or w |
dtmfLeg | PlayDtmfLeg | Specifies which leg of the call digits will be sent to. 'aleg' leg is the originator of the call, 'bleg' is the recipient of the call. |
return | Call |
public SendDigits ( string callSid, string playDtmf, PlayDtmfLeg dtmfLeg ) : Task |
||
callSid | string | An alphanumeric string used for identification of calls |
playDtmf | string | Specifies which touch tone signals to send to a call. W or w can be used to include half second pauses within the digit transmission. For example: wwww1234 waits two seconds before sending the digits and 12wwww34 waits two seconds in between the sending of 12 and 34. Allowed Value: the digits 0-9, W, or w |
dtmfLeg | PlayDtmfLeg | Specifies which leg of the call digits will be sent to. 'aleg' leg is the originator of the call, 'bleg' is the recipient of the call. |
return | Task |
public SendSmsMessage ( string from, string to, string body ) : SmsMessage | ||
from | string | The number you want to display as sending the SMS. A surcharge will apply when sending via a custom From number. |
to | string | The number you want to send the SMS to. |
body | string | Text of the SMS message to be sent. |
return | SmsMessage |
public SendSmsMessage ( string from, string to, string body, string statusCallback ) : SmsMessage | ||
from | string | The number you want to display as sending the SMS. A surcharge will apply when sending via a custom From number. |
to | string | The number you want to send the SMS to. |
body | string | Text of the SMS message to be sent. |
statusCallback | string | URL that a set of default parameters will be forwarded to once the SMS is complete. |
return | SmsMessage |
public SendSmsMessage ( string from, string to, string body ) : Task |
||
from | string | The number you want to display as sending the SMS. A surcharge will apply when sending via a custom From number. |
to | string | The number you want to send the SMS to. |
body | string | Text of the SMS message to be sent. |
return | Task |
public SendSmsMessage ( string from, string to, string body, string statusCallback ) : Task |
||
from | string | The number you want to display as sending the SMS. A surcharge will apply when sending via a custom From number. |
to | string | The number you want to send the SMS to. |
body | string | Text of the SMS message to be sent. |
statusCallback | string | URL that a set of default parameters will be forwarded to once the SMS is complete. |
return | Task |
public TranscribeAudio ( string audioUrl ) : Task |
||
audioUrl | string | URL where the audio to be transcribed is located. |
return | Task |
public TranscribeAudio ( string audioUrl, TranscriptionType quality ) : Task |
||
audioUrl | string | URL where the audio to be transcribed is located. |
quality | TranscriptionType | Specifies the transcription quality. |
return | Task |
public TranscribeAudio ( string audioUrl, TranscriptionType quality, string transcribeCallback, string callbackMethod ) : Task |
||
audioUrl | string | URL where the audio to be transcribed is located. |
quality | TranscriptionType | Specifies the transcription quality. |
transcribeCallback | string | URL that will be requested when the transcription has finished processing. |
callbackMethod | string | Specifies the HTTP method to use when requesting the TranscribeCallback URL. |
return | Task |
public TranscribeAudio ( string audioUrl ) : Transcription | ||
audioUrl | string | URL where the audio to be transcribed is located. |
return | Transcription |
public TranscribeAudio ( string audioUrl, TranscriptionType quality ) : Transcription | ||
audioUrl | string | URL where the audio to be transcribed is located. |
quality | TranscriptionType | Specifies the transcription quality. |
return | Transcription |
public TranscribeAudio ( string audioUrl, TranscriptionType quality, string transcribeCallback, string callbackMethod ) : Transcription | ||
audioUrl | string | URL where the audio to be transcribed is located. |
quality | TranscriptionType | Specifies the transcription quality. |
transcribeCallback | string | URL that will be requested when the transcription has finished processing. |
callbackMethod | string | Specifies the HTTP method to use when requesting the TranscribeCallback URL. |
return | Transcription |
public TranscribeRecording ( string recordingSid ) : Task |
||
recordingSid | string | An alphanumeric string used for identification of recording. |
return | Task |
public TranscribeRecording ( string recordingSid, TranscriptionType quality ) : Task |
||
recordingSid | string | An alphanumeric string used for identification of recording. |
quality | TranscriptionType | Specifies the transcription quality. |
return | Task |
public TranscribeRecording ( string recordingSid, TranscriptionType quality, string transcribeCallback, string callbackMethod ) : Task |
||
recordingSid | string | An alphanumeric string used for identification of recording. |
quality | TranscriptionType | Specifies the transcription quality. |
transcribeCallback | string | URL that will be requested when the transcription has finished processing. |
callbackMethod | string | Specifies the HTTP method to use when requesting the TranscribeCallback URL. |
return | Task |
public TranscribeRecording ( string recordingSid ) : Transcription | ||
recordingSid | string | An alphanumeric string used for identification of recording. |
return | Transcription |
public TranscribeRecording ( string recordingSid, TranscriptionType quality ) : Transcription | ||
recordingSid | string | An alphanumeric string used for identification of recording. |
quality | TranscriptionType | Specifies the transcription quality. |
return | Transcription |
public TranscribeRecording ( string recordingSid, TranscriptionType quality, string transcribeCallback, string callbackMethod ) : Transcription | ||
recordingSid | string | An alphanumeric string used for identification of recording. |
quality | TranscriptionType | Specifies the transcription quality. |
transcribeCallback | string | URL that will be requested when the transcription has finished processing. |
callbackMethod | string | Specifies the HTTP method to use when requesting the TranscribeCallback URL. |
return | Transcription |
public UpdateApplication ( Application application ) : Application | ||
application | Application | Application object |
return | Application |
public UpdateApplication ( Application application ) : Task |
||
application | Application | Application object |
return | Task |
public UpdateIncomingPhoneNumber ( IncomingPhoneNumber phoneNumber ) : IncomingPhoneNumber | ||
phoneNumber | IncomingPhoneNumber | Desired Incoming phone number to update |
return | IncomingPhoneNumber |
public UpdateIncomingPhoneNumber ( IncomingPhoneNumber phoneNumber ) : Task |
||
phoneNumber | IncomingPhoneNumber | Desired Incoming phone number to update |
return | Task |
public VoiceEffects ( string callSid, VoiceEffectOptions effectOptions ) : Call | ||
callSid | string | An alphanumeric string used for identification of calls |
effectOptions | VoiceEffectOptions | Voice effect options |
return | Call |
public VoiceEffects ( string callSid, VoiceEffectOptions effectOptions ) : Task |
||
callSid | string | An alphanumeric string used for identification of calls |
effectOptions | VoiceEffectOptions | Voice effect options |
return | Task |
public WhitelistDestination ( string countryCode ) : FraudResult | ||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
return | FraudResult |
public WhitelistDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : FraudResult | ||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
mobileBreakout | bool | Mobile breakout status for the destination. |
landlinebreakout | bool | |
smsEnabled | bool | SMS status for the destination. |
return | FraudResult |
public WhitelistDestination ( string countryCode ) : Task |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
return | Task |
public WhitelistDestination ( string countryCode, bool mobileBreakout, bool landlinebreakout, bool smsEnabled ) : Task |
||
countryCode | string | Two letter country code being whitelisted, authorized or blocked. |
mobileBreakout | bool | Mobile breakout status for the destination. |
landlinebreakout | bool | |
smsEnabled | bool | SMS status for the destination. |
return | Task |