Enable or disable a SIP credential
trunk_update_credentialToggle a SIP credential's enabled status for a trunk group. Disabling drops active registrations; enabling restores them.
Instructions
Toggle a SIP credential's enabled flag. Disabling drops the Redis HA1 + AOR and tears down active registrations (in-progress dialogs are NOT terminated); enabling restores them. Use trunk_list_credentials first to find the credential id. Step-up MFA required. Errors: INVALID_ID, NO_ACTIVE_CUSTOMER, TRUNK_UNOWNED, INVALID_PAYLOAD, NOT_FOUND, INTERNAL_ERROR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cred_id | Yes | SIP credential UUID (find it with trunk_list_credentials) | |
| enabled | No | true to enable the credential, false to disable it | |
| trunk_id | Yes | Trunk group UUID (find it with trunk_list) |