Commit 49112174 authored by Muhammadali's avatar Muhammadali

update version: 0.8.0

parent 1a6852de
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.7.9", "version": "0.8.0",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -337,6 +337,7 @@ export class BoxDialer { ...@@ -337,6 +337,7 @@ export class BoxDialer {
this.oSipSessionCall.setConfiguration(this.oConfigCall); this.oSipSessionCall.setConfiguration(this.oConfigCall);
this.onSoundType({ type: 'ring', bool: true }); this.onSoundType({ type: 'ring', bool: true });
this.setGuiPhoneState({ this.setGuiPhoneState({
stateCode: 'i_new_call',
funcName: 'modalState', funcName: 'modalState',
funcParam: { funcParam: {
bool: true, bool: true,
...@@ -345,6 +346,7 @@ export class BoxDialer { ...@@ -345,6 +346,7 @@ export class BoxDialer {
callFromName: event?.o_event?.o_session?.o_uri_from?.s_user_name, callFromName: event?.o_event?.o_session?.o_uri_from?.s_user_name,
}, },
}); });
break; break;
case 'stack_stopped': case 'stack_stopped':
...@@ -511,7 +513,6 @@ export class BoxDialer { ...@@ -511,7 +513,6 @@ export class BoxDialer {
} }
closeButtonClick() { closeButtonClick() {
console.log('closeButtonClick');
this.hangupButtonClick(); this.hangupButtonClick();
} }
hangupButtonClick() { hangupButtonClick() {
......
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