Commit c2d55133 authored by Muhammadali's avatar Muhammadali

update-

parent 4ebe24b1
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.2.2", "version": "3.2.3",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -627,6 +627,8 @@ export class BoxDialer { ...@@ -627,6 +627,8 @@ export class BoxDialer {
// }); // });
// } // }
console.log('this_oSipSessionCall_bHeld: ', this.oSipSessionCall.bHeld);
if (this.oSipSessionCall.bHeld) { if (this.oSipSessionCall.bHeld) {
this.oSipSessionCall.resume(); this.oSipSessionCall.resume();
this.callBxMethods({ this.callBxMethods({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment