RestComm / sbc

Restcomm Session Border Controller
http://www.restcomm.com/
21 stars 27 forks source link

WebRTC Gateway capabilities #20

Closed deruelle closed 7 years ago

deruelle commented 7 years ago

Allow to convert SIP Over Websockets (and Secure) to UDP, TCP or TLS. Handling of Media will probably require Media Server integration which could be left out for the BETA release

ocarriles commented 7 years ago

Agreed. Media handling left to beta release. SIP/SDP signaling is a MUST for ALPHA releasing.

dgutzeit commented 7 years ago

DTLS offloading is another must feature, when talking about WebRTC gateway capabilities

deruelle commented 7 years ago

@dgutzeit agreed. We plan to have a configuration flag potentially for that. The work on media is being done as part of https://github.com/RestComm/sbc/issues/41

ocarriles commented 7 years ago

Dtls handshake is now working and decoding/encoding media stream is also possible. As jean told you, this feature will be available via SBC.xml config flag.

El 5 ene 2017, a las 3:56 a.m., Dima Gutzeit notifications@github.com escribió:

DTLS offloading is another must feature, when talking about WebRTC gateway capabilities

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.

ocarriles commented 7 years ago

done @deruelle please close