Skip to content

Conversation

@alexbakker
Copy link

According to RFC 3261, the BNF for SIP responses allows an empty reason phrase. Relevant sections: 7.2 and 25.1

Status-Line  =  SIP-Version SP Status-Code SP Reason-Phrase CRLF
Reason-Phrase   =  *(reserved / unreserved / escaped
                   / UTF8-NONASCII / UTF8-CONT / SP / HTAB)

According to RFC 3261, the BNF for SIP responses allows an empty reason
phrase. Relevant sections: 7.2 and 25.1

```
Status-Line  =  SIP-Version SP Status-Code SP Reason-Phrase CRLF
```

```
Reason-Phrase   =  *(reserved / unreserved / escaped
                   / UTF8-NONASCII / UTF8-CONT / SP / HTAB)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant