SIP 200 OK vs 488 Not Acceptable Here
SIP 200 (OK) is a 2xx Success response, while 488 (Not Acceptable Here) is a 4xx Client Failure response. 200 indicates that the request has succeeded. For INVITE, the call has been answered. For other methods, the action has been completed successfully. In contrast, 488 means that the request was understood but the session description (SDP) is not acceptable. The response may contain a list of acceptable media parameters.
Beschreibung
The request has succeeded. For INVITE, the call has been answered. For other methods, the action has been completed successfully.
Wann Sie es sehen
When a call is answered (INVITE 200 OK), a registration succeeds (REGISTER 200 OK), or a subscription is accepted (SUBSCRIBE 200 OK).
Wie man es behebt
No fix needed — this is a success response. The caller should send an ACK to complete the three-way handshake for INVITE transactions.
Beschreibung
The request was understood but the session description (SDP) is not acceptable. The response may contain a list of acceptable media parameters.
Wann Sie es sehen
When codec negotiation fails — the callee cannot handle any of the codecs offered in the SDP. Common in interop scenarios.
Wie man es behebt
Check the Warning header or SDP in the response for acceptable parameters. Add compatible codecs (e.g., G.711 as a fallback) to your offer.
Wesentliche Unterschiede
200 is a 2xx Success response, while 488 is a 4xx Client Failure response.
SIP 200: The request has succeeded. For INVITE, the call has been answered. For other methods, the action has been completed successfully.
SIP 488: The request was understood but the session description (SDP) is not acceptable. The response may contain a list of acceptable media parameters.
You encounter 200 when when a call is answered (INVITE 200 OK), a registration succeeds (REGISTER 200 OK), or a subscription is accepted (SUBSCRIBE 200 OK).
You encounter 488 when when codec negotiation fails — the callee cannot handle any of the codecs offered in the SDP. Common in interop scenarios.
Wann welchen verwenden
For 200 (OK): No fix needed — this is a success response. The caller should send an ACK to complete the three-way handshake for INVITE transactions. For 488 (Not Acceptable Here): Check the Warning header or SDP in the response for acceptable parameters. Add compatible codecs (e.g., G.711 as a fallback) to your offer.