Interface DestinationSip

All Superinterfaces:
CallInformationFrom, CallInformationTo, Destination, DestinationConference, DestinationCustom, DestinationTextToSpeech

The type of device and number or endpoint to call.
  • Method Details

    • from

      static DestinationSip from(String endPoint)
      Static builder helper
    • getEndpoint

      String getEndpoint()
      For type sip the value is the SIP address for a SIP endpoint.
      Returns:
      endpoint
    • builder

      static DestinationSip.Builder builder()
      Getting builder
      Returns:
      New Builder instance