Commit fd1c7d6f authored by Muhammadali's avatar Muhammadali

update-

parent 94f13190
{
"name": "boxdialer",
"version": "3.6.7",
"version": "3.6.8",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -85,7 +85,6 @@ export class BoxDialer {
// this.hangupButtonClick();
// this.closeBxCall();
setTimeout(() => {
this.setGuiPhoneState({
funcName: 'modalState',
stateCode: 'connectingOutgoing',
......@@ -94,7 +93,6 @@ export class BoxDialer {
callType: '',
},
});
}, 2000);
},
failed: (e) => {
console.log('%c failed', 'font-size: 22px; color: green;', e);
......@@ -691,6 +689,10 @@ export class BoxDialer {
this.callDirection = 'out';
let phoneNumberString = phoneNumber.toString();
if (phoneNumberString.length) {
this.setGuiPhoneState({
funcName: 'dynamicValue',
funcParam: false,
});
this.callSession = this.ua.call(
'sip:' + phoneNumberString + '@' + this.sipDomain,
this.options,
......
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