numbers.sip_provisioning_failed
The SIP registrar could not be reached, so no credential was created.
numbers.sip_provisioning_failed means the SIP registrar could not be reached, or rejected the request, while creating, rotating or revoking a credential.
SIP credentials are provisioned on the registrar synchronously, because the registrar — not Sautikit — generates the username and password. A successful response therefore proves the credential exists and is usable.
The same property means there is nothing useful to return when the registrar is unavailable: a password Sautikit invented locally would not register. So the request fails instead.
Nothing was created or changed:
active. Sautikit will not report a device as disconnected when it may still be working.Retry. This is a transient condition — the registrar is momentarily unreachable, not misconfigured.
If it persists, contact support. A configuration problem (as opposed to a transient one) surfaces as numbers.sip_config_unavailable instead.
{
"error": {
"code": "numbers.sip_provisioning_failed",
"message": "could not reach the SIP registrar to provision this credential — nothing was created; please retry",
"request_id": "req_01900000abc"
}
}numbers.sip_config_unavailable — the registrar is not configured at all