SIP Registration Status
Returns the live SIP registration state of a UAC connection: whether it is currently registered, when it last registered, and the last response Telnyx received from the registrar. Only uac_external_credential is supported today.
Query parameters
The kind of credential to look up. Only uac_external_credential is supported today.
Identifier of the UAC connection to look up.
Response
Registration status payload
Example response
{
"last_registration_response": "200 OK"
}Changes
Changed in 5 of the 47 revisions of this API.21011
- ●
removed the optional property
sip_registration_details/sipUriUserHostfrom the response with the200statusresponse-optional-property-removed
- ○
api tag
UAC Connectionsaddedapi-tag-added
- ○
api tag
SIP Registration Statusremovedapi-tag-removed
- ○
added the optional property
sip_registration_details/sip_uri_user_hostto the response with the200statusresponse-optional-property-added
- ●
- ●
removed the optional property
b2bua_externalfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
b2bua_internalfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
external_statefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
external_uac_settingsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
internal_uac_settingsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
pair_statefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
user_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
usernamefrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
credential_usernameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
sip_registration_detailsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
sip_registration_statusto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
deleted the
queryrequest parameteruser_idrequest-parameter-removed
- ●
- ▲
removed the enum value
sip_credential_connectionfrom thequeryrequest parametercredential_typerequest-parameter-enum-value-removed
- ▲
removed the enum value
telephony_credentialfrom thequeryrequest parametercredential_typerequest-parameter-enum-value-removed
- ○
added the optional property
b2bua_externalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
b2bua_internalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
credential_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
external_stateto the response with the200statusresponse-optional-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○