I am working on an application calling the RingOut REST endpoint.
When I specify identical 'from' number and 'callerId' numbers the API functions as I expect and the calls are placed.
When I specify different 'from' number and 'callerId' numbers the API returns a 'FORBIDDEN' status.
I have narrowed the difference in the two calls to only that difference and cannot find anything specific in the documentation that points to this as an issue.
Is there a way to call the endpoint with different 'from' number and 'callerId' numbers?