@babblevoice/babble-drachtio-callmanager 1.2.0 → 1.2.1

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 +1 -1
  2. package/package.json +2 -2
package/lib/call.js CHANGED
@@ -1060,7 +1060,7 @@ class call {
1060
1060
 
1061
1061
  this._req.on( "cancel", () => this._oncanceled() )
1062
1062
 
1063
- let authorization = this._auth.parseauthheaders( this._req, this._res )
1063
+ let authorization = this._auth.parseauthheaders( this._req )
1064
1064
 
1065
1065
  if( undefined === callmanager.options.userlookup ) {
1066
1066
  this._promises.reject.auth( "no userlookup function provided")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babblevoice/babble-drachtio-callmanager",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Call processing to create a PBX",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
- "@babblevoice/babble-drachtio-auth": "^1.0.1",
23
+ "@babblevoice/babble-drachtio-auth": "^1.0.2",
24
24
  "chai": "^4.3.4",
25
25
  "drachtio-srf": "^4.4.47",
26
26
  "mocha": "^9.2.2",