Commit feaf1867 authored by Muhammadali's avatar Muhammadali

update-

parent bede5fb2
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.6.9", "version": "4.7.0",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -72,6 +72,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -72,6 +72,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
} }
setTimeout(function waitUaRegisterLost() { setTimeout(function waitUaRegisterLost() {
console.log(
'==========------------reg_checking: ',
boxDialer.isUaRunning(),
);
if (boxDialer.isUaRunning()) { if (boxDialer.isUaRunning()) {
setTimeout(waitUaRegisterLost, 10); setTimeout(waitUaRegisterLost, 10);
} else { } else {
...@@ -106,7 +110,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -106,7 +110,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
switch (type) { switch (type) {
case 'bxmini': case 'bxmini':
return ( return (
<BxMiniWidjetUi <BxMiniiWdjetUi
widjetState={dynamicValue} widjetState={dynamicValue}
phoneNumber={wsphonedata?.number} phoneNumber={wsphonedata?.number}
reason={wsphonedata?.reason} reason={wsphonedata?.reason}
......
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