java.lang.Object
com.ringcentral.paths.restapi.account.telephony.callout.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index(Index parent)
  • Method Details

    • path

      public String path()
    • path

      public String path(Boolean withParameter)
    • post

      public CallSession post(MakeCallOutRequest makeCallOutRequest) throws RestException, IOException
      Creates a new CallOut telephony session: an outbound call from the caller described in `from` to the destination in `to`. The caller may be identified with `from.deviceId` or with `from.extensionId` (internal extension / mailbox id); use one or the other, not both. When using `from.deviceId`, only Softphone and Hardphone device instance ids are supported; WebRTC/Mobile clients do not expose usable device ids for this API today. HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/telephony/call-out Rate Limit Group: Heavy App Permission: CallControl
      Throws:
      RestException
      IOException