@babblevoice/babble-drachtio-callmanager 3.2.0 → 3.3.0

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 +7 -0
  2. package/package.json +1 -1
package/lib/call.js CHANGED
@@ -483,6 +483,13 @@ class call {
483
483
  return parsed
484
484
  }
485
485
 
486
+ getparsedheader( hdr ) {
487
+ if( !this._req ) return
488
+ if( !this._req.has( hdr ) ) return
489
+
490
+ return this._req.getParsedHeader( hdr )
491
+ }
492
+
486
493
  #fixparseduriobj( parsed ) {
487
494
 
488
495
  if( !parsed ) parsed = {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babblevoice/babble-drachtio-callmanager",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "description": "Call processing to create a PBX",
5
5
  "main": "index.js",
6
6
  "scripts": {