@babblevoice/babble-drachtio-callmanager 2.3.5 → 2.3.6

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
@@ -2910,6 +2910,8 @@ class call {
2910
2910
  return newcall
2911
2911
  }
2912
2912
 
2913
+ newcall.parseallow( newdialog.res )
2914
+
2913
2915
  newcall.#setdialog( newdialog )
2914
2916
  await newcall.#onnewuacsuccess( callbacks )
2915
2917
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babblevoice/babble-drachtio-callmanager",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "Call processing to create a PBX",
5
5
  "main": "index.js",
6
6
  "scripts": {