Class Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()Returns call flip settings.path()put(CallFlipNumberListResource callFlipNumberListResource) Updates call flip settings.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns call flip settings. Call flip destination is an extension level setting. The following numbers can be used for call flip:* User's DL numbers (added/removed automatically by the System) * PSTN numbers in E.164 format (added/removed manually by User)
Call flip list is generally limited up to 10 numbers.
**Please note:** This API is only working with the new Communication Handling flow. To ensure that please check if the 'NewCallHandlingAndForwarding' feature is supported.
HTTP Method: get Endpoint: /restapi/v2/accounts/{accountId}/extensions/{extensionId}/call-flip-numbers Rate Limit Group: Light App Permission: ReadAccounts
- Throws:
RestExceptionIOException
-
put
public CallFlipNumberListResource put(CallFlipNumberListResource callFlipNumberListResource) throws RestException, IOException Updates call flip settings. Call flip destination is an extension level setting. The following numbers can be used for call flip:* User's DL numbers (added/removed automatically by the System) * PSTN numbers in E.164 format (added/removed manually by User)
Call flip list is generally limited up to 10 numbers.
**Please note:** This API is only working with the new Communication Handling flow. To ensure that please check if the 'NewCallHandlingAndForwarding' feature is supported.
HTTP Method: put Endpoint: /restapi/v2/accounts/{accountId}/extensions/{extensionId}/call-flip-numbers Rate Limit Group: Medium App Permission: EditExtensions
- Throws:
RestExceptionIOException
-