Commit 50ed49bb authored by Muhammadali's avatar Muhammadali

update-

parent dd35865d
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.5.9", "version": "3.6.0",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -553,6 +553,7 @@ export class BoxDialer { ...@@ -553,6 +553,7 @@ export class BoxDialer {
externalCard: '15', externalCard: '15',
}; };
console.log('getBxUiState_inset: ', sipState, uiStates[sipState]); console.log('getBxUiState_inset: ', sipState, uiStates[sipState]);
this.sipBxState = uiStates[sipState];
return sipState && uiStates[sipState] ? uiStates[sipState] : ''; return sipState && uiStates[sipState] ? uiStates[sipState] : '';
} }
......
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