Skip to content

Commit

Permalink
Merge pull request #239 from sipcapture/audiocodes_sessionreassembly
Browse files Browse the repository at this point in the history
Audiocodes Session Reassembly
  • Loading branch information
Dletta authored Nov 5, 2024
2 parents af4bc20 + 3fd44f9 commit 3cbe4c3
Show file tree
Hide file tree
Showing 5 changed files with 573 additions and 387 deletions.
2 changes: 1 addition & 1 deletion lib/inputs/input_ws.js → lib/input_ws.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ InputWebsocket.prototype.start = function(callback) {
this.emit('data', parsed);
}.bind(this), function(data) {
this.emit('data', {
'message': data.trim(),
'message': data,
'host': ws._socket.remoteAddress,
'ws_port': this.port,
'type': this.type,
Expand Down
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3cbe4c3

Please sign in to comment.