Commit bb71d483 authored by Muhammadali's avatar Muhammadali

update-

parent c2ff9446
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.22", "version": "4.8.23",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -761,6 +761,7 @@ export class BoxDialer { ...@@ -761,6 +761,7 @@ export class BoxDialer {
}, },
}); });
} else if ( } else if (
!window?.alovoice_wsphone.iscloud &&
window?.alovoice_wsphone && window?.alovoice_wsphone &&
!stateCode?.length && !stateCode?.length &&
!!funcName && !!funcName &&
...@@ -768,12 +769,6 @@ export class BoxDialer { ...@@ -768,12 +769,6 @@ export class BoxDialer {
) { ) {
this.onSipStateChange[funcName](funcParam); this.onSipStateChange[funcName](funcParam);
} }
console.log(
'setGuiPhoneState_value_statge: ',
!window?.alovoice_wsphone,
!stateCode?.length,
this.onSipStateChange[funcName] !== 'undefined',
);
} }
bxLog(...datas) { bxLog(...datas) {
......
...@@ -25,7 +25,7 @@ const ControlRenderBX = () => { ...@@ -25,7 +25,7 @@ const ControlRenderBX = () => {
}, },
{ {
title: 'test-2', title: 'test-2',
number: '770412860' number: '770412860',
}, },
], ],
}); });
......
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