Skip to main content
The First Step
October 19, 2023
Question

Error: Feature [DomesticCalls] is not available for current extension

  • October 19, 2023
  • 2 replies
  • 248 views

Hello. I have an application that uses JWT token auth.
Our app is trying to make an API call using Ring-Out

https://platform.ringcentral.com/restapi/v1.0/account/~/extension/~/ring-out


But I am receiving an error:

error: Error: Feature [DomesticCalls] is not available for current extension
status: 403



Could you please help what could be the reason?

The same scenario works well for the JWT token for the "admin" account. I assume that my account does not have some permission, but I don't know which one and where I set it.


The regular calls from the ring-central application work fine for my account as well.

Thanks.

2 replies

PhongVu
Community Manager
Community Manager
October 19, 2023

I need to see the entire API body params. Mask the phone numbers if they are real numbers.

patrickleThe First StepAuthor
The First Step
October 20, 2023

Here are my body params:

```

{"from":{"phoneNumber":"+18********"},"to":{"phoneNumber":"+18********"},"playPrompt":false}
```