Class AnsweredCallEvent


public class AnsweredCallEvent extends CallEvent
This callback is made when the call is picked up by the callee (person receiving the call).

It's a POST request to the specified calling callback URL. Look here for allowed instructions and actions.

If there is no response to the callback within the timeout period, the call is connected.

If you have Answering Machine Detection (AMD) enabled, the amd object will also be present on ACE callbacks.

Note: ACE Callbacks are not issued for InApp Calls (destination: username), only PSTN and SIP calls.

See Also:
  • Method Details

    • getAmd

      public AmdAnswer getAmd()
      If Answering Machine Detection is enabled, this object contains information about whether the call was answered by a machine.
      Returns:
      AMD Answer value
    • toString

      public String toString()
      Overrides:
      toString in class CallEvent
    • builder

      public static AnsweredCallEvent.Builder<?> builder()