@babblevoice/babble-drachtio-callmanager 3.7.20 → 3.7.21

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 -1
  2. package/package.json +1 -1
package/lib/call.js CHANGED
@@ -4043,10 +4043,11 @@ class call {
4043
4043
  newcall.options.headers[ "session-expires" ] = `${callmanager.options.seexpire/1000}`
4044
4044
 
4045
4045
  newcall.#confignetwork( options )
4046
- await newcall.#openchannelsfornewuac()
4047
4046
 
4048
4047
  let newdialog, earlypromise
4049
4048
  try {
4049
+ await newcall.#openchannelsfornewuac()
4050
+
4050
4051
  newdialog = await callmanager.options.srf.createUAC(
4051
4052
  options.contact + newcall.options.contactparams,
4052
4053
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babblevoice/babble-drachtio-callmanager",
3
- "version": "3.7.20",
3
+ "version": "3.7.21",
4
4
  "description": "Call processing to create a PBX",
5
5
  "main": "index.js",
6
6
  "scripts": {