Commit f5ca9fdf authored by Muhammadali's avatar Muhammadali

update-

parent f8629035
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.5.8", "version": "2.5.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -564,7 +564,7 @@ export class BoxDialer { ...@@ -564,7 +564,7 @@ export class BoxDialer {
this.callBxMethods({ this.callBxMethods({
bxMethodName: 'CallCardSetHold', bxMethodName: 'CallCardSetHold',
// bxFuncParams: { held: this.oSipSessionCall.bHeld }, // bxFuncParams: { held: this.oSipSessionCall.bHeld },
bxFuncParams: { held: true }, bxFuncParams: { held: false },
callback: (e) => { callback: (e) => {
console.log(e, `CallCardSetUiState method done ${e}`); console.log(e, `CallCardSetUiState method done ${e}`);
}, },
......
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