Skip to content

Commit 3cbe4c3

Browse files
authored
Merge pull request #239 from sipcapture/audiocodes_sessionreassembly
Audiocodes Session Reassembly
2 parents af4bc20 + 3fd44f9 commit 3cbe4c3

File tree

5 files changed

+573
-387
lines changed

5 files changed

+573
-387
lines changed

lib/inputs/input_ws.js renamed to lib/input_ws.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ InputWebsocket.prototype.start = function(callback) {
4545
this.emit('data', parsed);
4646
}.bind(this), function(data) {
4747
this.emit('data', {
48-
'message': data.trim(),
48+
'message': data,
4949
'host': ws._socket.remoteAddress,
5050
'ws_port': this.port,
5151
'type': this.type,

package-lock.json

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)