Commit 8e9cb4f5 authored by Muhammadali's avatar Muhammadali

update verison: 0.6.0

parent d443ebcd
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.5.9", "version": "0.6.0",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -246,10 +246,8 @@ export class BoxDialer { ...@@ -246,10 +246,8 @@ export class BoxDialer {
console.log(e, `CallCardSetUiState method done ${e}`); console.log(e, `CallCardSetUiState method done ${e}`);
}, },
}); });
} else { } else if (funcName && this.onSipStateChange[funcName] !== 'undefined') {
if (this.onSipStateChange[funcName] !== 'undefined') { this.onSipStateChange[funcName](funcParam);
this.onSipStateChange[funcName](funcParam);
}
} }
} }
...@@ -300,6 +298,7 @@ export class BoxDialer { ...@@ -300,6 +298,7 @@ export class BoxDialer {
case 'call_connected': case 'call_connected':
// QORA EKRANDA ULANYAPTI.. SOZINI VAHTGA OZGARTIRISH KERE ( SEKKUNDAMER ) // QORA EKRANDA ULANYAPTI.. SOZINI VAHTGA OZGARTIRISH KERE ( SEKKUNDAMER )
this.setGuiPhoneState({ stateCode: 'connected' });
break; break;
case 'hangup_terminating': case 'hangup_terminating':
......
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