Iñaki Baz Castillo
Iñaki Baz Castillo
Regardless a SIP-WS client does not indicate Outbound (RFC 5626) support, it must be assumed since otherwise incoming in-dialog requests would not arrive to the client (since OverSIP cannot open...
Currently just a [DEB](https://github.com/versatica/OverSIP/tree/master/debian) package is provided for automatic installation. We need to also provide RMP packages and so on so they automatically install the `oversip` gem along with init...
`log_xxxxx()` methods don't print to syslog in certain cases. For example within the `(OverSIP::SystemEvents).on_initialize` event. I must check all the events with `log_xxxxx()` and `log_system_xxxxx()` methods.
Allow a value lower than 180 seconds. It seems that AWS servers drop TCP connections which are inactive for 2 minutes.
Related to https://github.com/versatica/JsSIP/issues/85
Currently once the `WebSocketEvents.on_connection()` is executed OverSIP automatically accepts the WS connection (by calling `OverSIP::WebSocket#accept_ws_handshake()`) unless the user has called to `connection.http_reject()`. This avoids the user writting a `WebSocketEvents.on_connection()` code...
Requirements (given that `security->anti_slow_attack_timeout` value is set to 2 seconds): - For incoming SIP TCP connections, once the TCP connection is established and, if there is no data received within...
Use cases
Given #9 it seems that this project needs to define its own targets. Here a suggested list: 1. Be a replacement for Python `gyp` (currently bundled into `node-gyp`), so `node-gyp`...
``` ``` This seems not to work as there is audio (it should be muted). IMHO the following could be the reason: ``` attachMediaStream = function (element, stream) { stream.enableSoundTracks(true);...