List active calls for phone control
GET/api/v1/domains/:domain_uuid/phone-control/calls
Returns the extension's current FreeSWITCH calls and their states. Use
this before or after an action to confirm whether a call is RINGING,
ACTIVE, or HELD. An empty data array means there are no calls.
Access rules:
- Caller must have access to the target domain.
- Caller must have the
phone_control_viewpermission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Success
Validation error
Unauthenticated
Forbidden (missing permission)
Extension not found
Internal server error