Commit 6e10ff91 authored by Muhammadali's avatar Muhammadali

update-

parent 4b612157
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.4.8", "version": "3.4.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -83,8 +83,7 @@ export class BoxDialer { ...@@ -83,8 +83,7 @@ export class BoxDialer {
progress: (e) => { progress: (e) => {
console.log('%c progress', 'font-size: 22px; color: green;', e); console.log('%c progress', 'font-size: 22px; color: green;', e);
// this.hangupButtonClick(); // this.hangupButtonClick();
// this.closeBxCall();
this.closeBxCall();
this.setGuiPhoneState({ this.setGuiPhoneState({
funcName: 'modalState', funcName: 'modalState',
stateCode: 'connectingOutgoing', stateCode: 'connectingOutgoing',
...@@ -502,8 +501,6 @@ export class BoxDialer { ...@@ -502,8 +501,6 @@ export class BoxDialer {
}; };
getBxUiState(sipState) { getBxUiState(sipState) {
console.log('this_callDirection: ', this.callDirection);
// let arcodes = { // let arcodes = {
// incoming: 1, // incoming: 1,
// transferIncoming: 2, // transferIncoming: 2,
......
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