415
SIP

415 Unsupported Media Type

The server is refusing the request because the message body is in a format not supported by the server for the requested method.

On this page

When You See This Code

When the Content-Type of the request body is not supported. For INVITE, this often means an unsupported SDP format.

How to Fix

Check the Accept header in the response to see supported media types. Use a compatible Content-Type in your request.

Cross-Protocol Equivalents

Compare With

Guides

Debugging Scenarios

Glossary

Frequently Asked Questions

What is SIP 415 Unsupported Media Type?

The server is refusing the request because the message body is in a format not supported by the server for the requested method.

When do you see SIP 415 Unsupported Media Type?

When the Content-Type of the request body is not supported. For INVITE, this often means an unsupported SDP format.

How to fix SIP 415 Unsupported Media Type?

Check the Accept header in the response to see supported media types. Use a compatible Content-Type in your request.