| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account |
| Modifier and Type | Method and Description |
|---|---|
static CallCreator |
Call.creator(Endpoint to,
PhoneNumber from,
String applicationSid)
Create a CallCreator to execute create.
|
static CallCreator |
Call.creator(Endpoint to,
PhoneNumber from,
URI url)
Create a CallCreator to execute create.
|
static CallCreator |
Call.creator(String pathAccountSid,
Endpoint to,
PhoneNumber from,
String applicationSid)
Create a CallCreator to execute create.
|
static CallCreator |
Call.creator(String pathAccountSid,
Endpoint to,
PhoneNumber from,
URI url)
Create a CallCreator to execute create.
|
CallCreator |
CallCreator.setApplicationSid(String applicationSid)
The 34 character sid of the application Twilio should use to handle this
phone call.
|
CallCreator |
CallCreator.setFallbackMethod(HttpMethod fallbackMethod)
The HTTP method that Twilio should use to request the `FallbackUrl`.
|
CallCreator |
CallCreator.setFallbackUrl(String fallbackUrl)
A URL that Twilio will request if an error occurs requesting or executing the
TwiML at `Url`.
|
CallCreator |
CallCreator.setFallbackUrl(URI fallbackUrl)
A URL that Twilio will request if an error occurs requesting or executing the
TwiML at `Url`.
|
CallCreator |
CallCreator.setIfMachine(String ifMachine)
Tell Twilio to try and determine if a machine (like voicemail) or a human has
answered the call.
|
CallCreator |
CallCreator.setMachineDetection(String machineDetection)
Twilio will try to detect if a human, fax machine or answering machine has
answered the call.
|
CallCreator |
CallCreator.setMachineDetectionTimeout(Integer machineDetectionTimeout)
The integer number of miliseconds that Twilio should wait while
machine_detection is performned before timing out..
|
CallCreator |
CallCreator.setMethod(HttpMethod method)
The HTTP method Twilio should use when requesting the URL.
|
CallCreator |
CallCreator.setRecord(Boolean record)
Set this parameter to true to record the entirety of a phone call.
|
CallCreator |
CallCreator.setRecordingChannels(String recordingChannels)
The recording_channels.
|
CallCreator |
CallCreator.setRecordingStatusCallback(String recordingStatusCallback)
The recording_status_callback.
|
CallCreator |
CallCreator.setRecordingStatusCallbackEvent(List<String> recordingStatusCallbackEvent)
The recording_status_callback_event.
|
CallCreator |
CallCreator.setRecordingStatusCallbackEvent(String recordingStatusCallbackEvent)
The recording_status_callback_event.
|
CallCreator |
CallCreator.setRecordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
The recording_status_callback_method.
|
CallCreator |
CallCreator.setSendDigits(String sendDigits)
A string of keys to dial after connecting to the number.
|
CallCreator |
CallCreator.setSipAuthPassword(String sipAuthPassword)
The sip_auth_password.
|
CallCreator |
CallCreator.setSipAuthUsername(String sipAuthUsername)
The sip_auth_username.
|
CallCreator |
CallCreator.setStatusCallback(String statusCallback)
A URL that Twilio will request when the call ends to notify your app.
|
CallCreator |
CallCreator.setStatusCallback(URI statusCallback)
A URL that Twilio will request when the call ends to notify your app.
|
CallCreator |
CallCreator.setStatusCallbackEvent(List<String> statusCallbackEvent)
The status_callback_event.
|
CallCreator |
CallCreator.setStatusCallbackEvent(String statusCallbackEvent)
The status_callback_event.
|
CallCreator |
CallCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method that Twilio should use to request the `StatusCallback`.
|
CallCreator |
CallCreator.setTimeout(Integer timeout)
The integer number of seconds that Twilio should allow the phone to ring
before assuming there is no answer.
|
CallCreator |
CallCreator.setUrl(String url)
The fully qualified URL that should be consulted when the call connects.
|
CallCreator |
CallCreator.setUrl(URI url)
The fully qualified URL that should be consulted when the call connects.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.