Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add support for SDP precondition/QoS attributes as defined in RFC 3312 #31

Open
ortekka opened this issue Oct 16, 2024 · 0 comments

Comments

@ortekka
Copy link

ortekka commented Oct 16, 2024

The current SDP grammar rules do no support precondition attributes as defined in RFC 3312, such as:

a=des:qos mandatory local sendrecv
a=curr:qos local none
a=des:qos optional remote sendrecv
a=curr:qos remote none

The generated JSON includes these attributes under invalid, like this:

"invalid": [
	{
		"value": "des:qos mandatory local sendrecv"
	},
	{
		"value": "curr:qos local none"
	},
	{
		"value": "des:qos optional remote sendrecv"
	},
	{
		"value": "curr:qos remote none"
	}
],

These attributes are widely used in telephony, and it would be nice to have them properly supported in a future release.

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

No branches or pull requests

1 participant