@babblevoice/babble-drachtio-callmanager 3.6.1 → 3.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/call.js +0 -1
  2. package/package.json +1 -1
package/lib/call.js CHANGED
@@ -2795,7 +2795,6 @@ class call {
2795
2795
  this._em.emit( "call.reporting", this )
2796
2796
  callmanager.options.em.emit( "call.reporting", this )
2797
2797
 
2798
- this.removealllisteners()
2799
2798
  return 0
2800
2799
  } ).catch( () => {} )
2801
2800
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babblevoice/babble-drachtio-callmanager",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "Call processing to create a PBX",
5
5
  "main": "index.js",
6
6
  "scripts": {