Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.telephony.callout.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()post(MakeCallOutRequest makeCallOutRequest) Creates a new CallOut telephony session: an outbound call from the caller described in `from` to the destination in `to`.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
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:
RestExceptionIOException
-