Commit 6c2c8c27 authored by Muhammadali's avatar Muhammadali

update-

parent 693a0f31
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.6.9", "version": "3.7.0",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -84,7 +84,7 @@ export class BoxDialer { ...@@ -84,7 +84,7 @@ export class BoxDialer {
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();
window.innerCallBegin();
this.setGuiPhoneState({ this.setGuiPhoneState({
funcName: 'modalState', funcName: 'modalState',
stateCode: 'connectingOutgoing', stateCode: 'connectingOutgoing',
...@@ -688,6 +688,7 @@ export class BoxDialer { ...@@ -688,6 +688,7 @@ export class BoxDialer {
initialized(phoneNumber) { initialized(phoneNumber) {
this.callDirection = 'out'; this.callDirection = 'out';
let phoneNumberString = phoneNumber.toString(); let phoneNumberString = phoneNumber.toString();
if (phoneNumberString.length) { if (phoneNumberString.length) {
// this.setGuiPhoneState({ // this.setGuiPhoneState({
// funcName: 'dynamicValue', // funcName: 'dynamicValue',
......
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