Commit f567c797 authored by Muhammadali's avatar Muhammadali

update-

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