Uses of Class
com.telapi.api.domain.Call

Packages that use Call
com.telapi.api   
com.telapi.api.domain.list   
com.telapi.api.restproxies   
 

Uses of Call in com.telapi.api
 

Methods in com.telapi.api that return Call
 Call TelapiConnector.hangUpCall(String callSid)
          Hangs up a call.
 Call TelapiConnector.hangUpCall(String accountSid, String callSid)
           
 Call TelapiConnector.makeCall(CallRequest callRequest)
          Convenience method which accepts a CallRequest object containing parameters.
 Call TelapiConnector.makeCall(String to, String from, String url, HttpMethod method, String fallbackUrl, HttpMethod fallbackMethod, String statusCallback, HttpMethod statusCallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String forwardedFrom, String sendDigits, Long timeout, Boolean hideCallerId, Boolean record, String recordCallback, HttpMethod recordCallbackMethod, Boolean transcribe, String transcribeCallback, HttpMethod transcribeCallbackMethod)
          Makes a call.
 Call TelapiConnector.makeCall(String accountSid, String to, String from, String url, HttpMethod method, String fallbackUrl, HttpMethod fallbackMethod, String statusCallback, HttpMethod statusCallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String forwardedFrom, String sendDigits, Long timeout, Boolean hideCallerId, Boolean record, String recordCallback, HttpMethod recordCallbackMethod, Boolean transcribe, String transcribeCallback, HttpMethod transcribeCallbackMethod)
           
 Call TelapiConnector.playAudioToCall(String callSid, String soundsUrl)
          TelAPI allows you to play an audio file during a call.
 Call TelapiConnector.playAudioToCall(String callSid, String soundsUrl, Long length, Legs legs, Boolean loop, Boolean mix)
          TelAPI allows you to play an audio file during a call.
 Call TelapiConnector.playAudioToCall(String accountSid, String callSid, String soundsUrl, Long length, Legs legs, Boolean loop, Boolean mix)
           
 Call TelapiConnector.sendDigits(String callSid, String playDtfm, Legs dtmfLeg)
          DTMFs, aka touch tone signals, can be sent to a call.
 Call TelapiConnector.sendDigits(String accountSid, String callSid, String playDtfm, Legs dtmfLeg)
           
 Call TelapiConnector.viewCall(String callSid)
          Gets the specified call resource.
 Call TelapiConnector.viewCall(String accountSid, String callSid)
           
 Call TelapiConnector.voiceEffects(String callSid, AudioDirection audioDirection, Double pitch, Long pitchSemiTones, Long pitchOctaves, Double rate)
          With TelAPI you can modify the way a callers voice sounds by changing things such as speed and pitch of the audio.
 Call TelapiConnector.voiceEffects(String accountSid, String callSid, AudioDirection audioDirection, Double pitch, Long pitchSemiTones, Long pitchOctaves, Double rate)
           
 

Uses of Call in com.telapi.api.domain.list
 

Method parameters in com.telapi.api.domain.list with type arguments of type Call
protected  void CallList.mapElements(List<Call> elements)
           
 

Uses of Call in com.telapi.api.restproxies
 

Methods in com.telapi.api.restproxies that return types with arguments of type Call
 org.jboss.resteasy.client.ClientResponse<Call> CallProxy.hangupCall(String accountSid, String callSid, CallInterruptStatus status)
           
 org.jboss.resteasy.client.ClientResponse<Call> CallProxy.interruptLiveCall(String accountSid, String callSid, String url, HttpMethod method, CallInterruptStatus status)
           
 org.jboss.resteasy.client.ClientResponse<Call> CallProxy.makeCall(String accountSid, String to, String from, String url, HttpMethod method, String fallbackUrl, HttpMethod fallbackMethod, String statusCallback, HttpMethod StatusCallbackMethod, String heartbeatUrl, HttpMethod heartbeatMethod, String forwardedFrom, String sendDigits, Long timeout, Boolean hideCallerId, Boolean record, String recordCallback, HttpMethod recordCallbackMethod, Boolean transcribe, String transcribeCallback, HttpMethod transcribeCallbackMethod)
           
 org.jboss.resteasy.client.ClientResponse<Call> CallProxy.playAudio(String accountSid, String callSid, String audioUrl, Long length, Legs legs, Boolean loop, Boolean mix)
           
 org.jboss.resteasy.client.ClientResponse<Call> CallProxy.sendDigits(String accountSid, String callSid, String playDtfm, Legs dtmfLeg)
           
 org.jboss.resteasy.client.ClientResponse<Call> CallProxy.viewCall(String accountSid, String callSid)
           
 org.jboss.resteasy.client.ClientResponse<Call> CallProxy.voiceEffects(String accountSid, String callSid, AudioDirection audioDirection, Double pitch, Long pitchSemiTones, Long pitchOctaves, Double rate)
           
 



Copyright © 2012. All Rights Reserved.