List a credential's active calls
trunk_list_credential_callsList active SIP dialogs for a credential's AOR. Provide trunk ID and credential ID obtained from trunk_list and trunk_list_credentials.
Instructions
List active SIP dialogs for a credential's AOR. Note: the dialog-tracking store is not yet live, so this currently returns an empty array. Use trunk_list_credentials first to find the credential id. Errors: INVALID_ID, NO_ACTIVE_CUSTOMER, TRUNK_UNOWNED, NOT_FOUND, INTERNAL_ERROR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cred_id | Yes | SIP credential UUID (find it with trunk_list_credentials) | |
| trunk_id | Yes | Trunk group UUID (find it with trunk_list) |