Look up a SIP response code (instant, RFC-cited)
lookup_response_code[cost: free (pure CPU, no network) | read-only]
Instant static lookup of a SIP response code (100-699). Returns name, RFC anchor, category, description, common operator-flavored causes, and known vendor-specific reason-phrase variants (e.g. OpenSIPS emits 484 'Invalid FROM' on From-header parse failure).
USE FIRST when the user pastes or asks about any 3-digit SIP code - sub-millisecond, no API cost.
Pair with: troubleshoot_response_code for vendor-specific RAG hits beyond the static entry; lint_sip_request when the code is 4xx and the user has the offending request; stir_attestation_explainer for STIR-shaped codes (428/436/437/438/608); validate_stir_shaken_identity when the code is 438 and they have the JWS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | SIP response code (e.g. 488 for Not Acceptable Here). |