v53

OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-039357238.7 KB
SIP Registrations

Challenge a parked inbound REGISTER with a 401 digest auth request

Targets an inbound REGISTER surfaced via the sip.registration_attempt event (by its attempt_id). Sends a SIP 401 with a WWW-Authenticate digest challenge; the UA's credentialed re-REGISTER is verified against the supplied credential and, on success, bound and answered with 200 OK. Provide either password or ha1. The attempt must still be parked (it auto-accepts after the consult timeout).

post/sip/registrations/attempts/{id}/challenge

Request body

realmstring required
usernamestring
passwordstring
ha1string
algorithmstring
qopstring[]
max_expiresinteger

Response

401 challenge queued