Commit f4758d7b authored by Muhammadali's avatar Muhammadali

update

parent 8455cbe7
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.78", "version": "4.8.81",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.78", "version": "4.8.81",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
......
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.81", "version": "4.8.82",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -484,6 +484,8 @@ export class BoxDialer { ...@@ -484,6 +484,8 @@ export class BoxDialer {
bool: true, type: 'connected', from: this?.callSession?._remote_identity?._uri?.user, bool: true, type: 'connected', from: this?.callSession?._remote_identity?._uri?.user,
}); });
console.log('this_callSession_remote_identity_uri: ', this?.callSession)
this.startInnerTimer(); this.startInnerTimer();
this.setGuiPhoneState({ this.setGuiPhoneState({
funcName: 'modalState', stateCode: 'connected', funcParam: { funcName: 'modalState', stateCode: 'connected', funcParam: {
......
...@@ -14,7 +14,7 @@ import { useColorConfig } from "../storage/globalColorConfig" ...@@ -14,7 +14,7 @@ import { useColorConfig } from "../storage/globalColorConfig"
const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
const boxDialer = window.BoxDialer; const boxDialer = window.BoxDialer;
console.log('dsjdashdjhasdkjash')
const useColorConfigStore = useColorConfig((store) => store) const useColorConfigStore = useColorConfig((store) => store)
const configHoldMute = useConfigHoldMute((state) => state) const configHoldMute = useConfigHoldMute((state) => state)
const [phoneModal, setPhoneModal] = useState(false); const [phoneModal, setPhoneModal] = useState(false);
......
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