Henrique Rosa

Results 30 comments of Henrique Rosa

@artfullyContrived made up your mind? :)

@artfullyContrived Sorry for late response, I am currently in Japan attending some events. Right, there is no easy way around this one I'm afraid. So, basically there are two modules...

should invoke `inputTimeoutDetector.stopSession();` on exiting **collect** state, but is triggering NPEs on testsuite. Need to revise unit tests.

Hello, Thanks for the PR. I will review it shortly. Thanks

Hi @abdulazizali77 The DTLS handler is already configurable as you can see [here](https://github.com/RestComm/mediaserver/blob/master/bootstrap/src/main/config/mediaserver.xml#L71). We can extend DTLS configuration to include the parameters you mentioned. Would you be interested in contributing?

Hi Mitchell, After reviewing your work, all seems fine to me except one thing - your branch is deprecated which makes the merge impossible. Last year I added support for...

Hi, There may be some work involved but I don't think too much. Overall, here are some guidelines: - The RtpConnection is now composed of MediaChannels (requirement to have a...

FYI https://groups.google.com/forum/#!topic/mobicents-public/YI8wcO3dleQ

Hi @vu3mmg not yet. The integration with Netty has been postponed to milestone 4.3.0 and should happen after the implementation of the [new MGCP stack](https://github.com/RestComm/mediaserver/issues?q=is%3Aopen+milestone%3A4.3.0+label%3AMGCP2). Are you interested in contributing?

@vu3mmg We are using Bouncy Castle as well, but we had to workaround the fact that it is using a blocking implementation of DTLS (with some issues!). I think the...