Skip to main content

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_view permission.

Request

Responses

Success