@babblevoice/babble-drachtio-callmanager 1.4.1 → 1.4.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 +2 -0
  2. package/package.json +1 -1
package/lib/call.js CHANGED
@@ -1465,6 +1465,8 @@ class call {
1465
1465
 
1466
1466
  this._timers.anyevent = setTimeout( () => {
1467
1467
  let r = this._promises.resolve.channelevent
1468
+ this._promises.promise.channelevent = false
1469
+ this._promises.resolve.channelevent = false
1468
1470
  if( r ) r( "timeout" )
1469
1471
  }, timeout * 1000 )
1470
1472
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babblevoice/babble-drachtio-callmanager",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Call processing to create a PBX",
5
5
  "main": "index.js",
6
6
  "scripts": {