Commit f567c797 authored by Muhammadali's avatar Muhammadali

update-

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