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

Cryptos must be empty when DTLS is active 63.0.3239.108 #437

Closed
soulofmischief87 opened this issue Jan 3, 2018 · 7 comments
Closed

Cryptos must be empty when DTLS is active 63.0.3239.108 #437

soulofmischief87 opened this issue Jan 3, 2018 · 7 comments

Comments

@soulofmischief87
Copy link

Hello,

I am seeing issues with the latest version of chrome 63.0.3239.108 when sending an offer generated with the following flags:UDP/TLS/RTP/SAVPF ICE=force rtcp-mux-offer. I am using the latest pull of rtpengine. I tried removing SDES with SDES-off but had no luck. Does anyone have any idea why this is happening now?

@soulofmischief87
Copy link
Author

I tried using the following flag rtpengine offer UDP/TLS/RTP/SAVPF ICE=force SDES-no rtcp-mux-offer

but rtpengine returns to opensips with this

ERROR:rtpengine:parse_flags: error processing flag `SDES-no': unknown flag

Is this flag unsupported by opensips?

@rfuchs
Copy link
Member

rfuchs commented Jan 5, 2018

I have no idea. Never even looked at the opensips module. In the kamailio counterpart, any unrecognized option is passed to rtpengine verbatim as a flag. I suggest you take it up with the opensips guys.

@conraddeweteuphoria
Copy link

@soulofmischief87, Did you solve this with OpenSIPS?

@bharathkumardk
Copy link

bharathkumardk commented Feb 13, 2018

May I know, how did you resolve this issue @soulofmischief87

@soulofmischief87
Copy link
Author

Yes, I resolved this by using opensips 2.3 which allows for passing flags opensips did not support prior.

http://www.opensips.org/html/docs/modules/2.3.x/rtpengine.html#rtpengine.f.rtpengine_offer

As stated in the documentation

"When passing an option that OpenSIPS is not aware of, it will be blindly sent to the rtpengine daemon to be processed."[2]

you can set the following

SDES-no when creating the offer towards a WSS peer.

@bharathkumardk
Copy link

Thanks for the response @soulofmischief87. I'll update my opensips to 2.3 and post the outcome soon.

@bharathkumardk
Copy link

It is resolved after upgrading to opensips 2.3 and set SDES-no when creating the offer.

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

4 participants