405
SIP

405 Method Not Allowed

The method specified in the Request-Line is not allowed for the address identified by the Request-URI.

On this page

When You See This Code

When sending a SIP method (e.g., MESSAGE, PUBLISH) that the server does not support for the target URI.

How to Fix

Check the Allow header in the response to see which methods are supported. Use a supported method instead.

Cross-Protocol Equivalents

Compare With

Guides

Glossary

Frequently Asked Questions

What is SIP 405 Method Not Allowed?

The method specified in the Request-Line is not allowed for the address identified by the Request-URI.

When do you see SIP 405 Method Not Allowed?

When sending a SIP method (e.g., MESSAGE, PUBLISH) that the server does not support for the target URI.

How to fix SIP 405 Method Not Allowed?

Check the Allow header in the response to see which methods are supported. Use a supported method instead.