Commit 023a9a0e authored by Muhammadali's avatar Muhammadali

update-

parent f567c797
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.20", "version": "4.8.21",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -766,14 +766,14 @@ export class BoxDialer { ...@@ -766,14 +766,14 @@ export class BoxDialer {
!!funcName && !!funcName &&
this.onSipStateChange[funcName] !== 'undefined' this.onSipStateChange[funcName] !== 'undefined'
) { ) {
this.onSipStateChange[funcName](funcParam);
}
console.log( console.log(
'setGuiPhoneState_value_statge: ', 'setGuiPhoneState_value_statge: ',
!window?.alovoice_wsphone, !window?.alovoice_wsphone,
!stateCode?.length, !stateCode?.length,
this.onSipStateChange[funcName] !== 'undefined', this.onSipStateChange[funcName] !== 'undefined',
); );
this.onSipStateChange[funcName](funcParam);
}
} }
bxLog(...datas) { bxLog(...datas) {
......
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