Commit 8f8939f6 authored by Muhammadali's avatar Muhammadali

update verison: 0.6.5

parent f7c4bd30
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.6.4", "version": "0.6.5",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -529,6 +529,7 @@ export class BoxDialer { ...@@ -529,6 +529,7 @@ export class BoxDialer {
} }
closeButtonClick() { closeButtonClick() {
console.log('closeButtonClick'); console.log('closeButtonClick');
this.stopCall()
} }
transferButtonClick(number) { transferButtonClick(number) {
if (this.oSipSessionCall) { if (this.oSipSessionCall) {
...@@ -543,7 +544,7 @@ export class BoxDialer { ...@@ -543,7 +544,7 @@ export class BoxDialer {
bool: false, bool: false,
callType: 'answered', callType: 'answered',
callAnswerType: 'oncoming', callAnswerType: 'oncoming',
callFromName: null, callFromName: null
}); });
} }
} }
......
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