Commit bb71d483 authored by Muhammadali's avatar Muhammadali

update-

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