Commit 693a0f31 authored by Muhammadali's avatar Muhammadali

update-

parent fd1c7d6f
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.6.8", "version": "3.6.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -689,10 +689,10 @@ export class BoxDialer { ...@@ -689,10 +689,10 @@ export class BoxDialer {
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',
funcParam: false, // funcParam: false,
}); // });
this.callSession = this.ua.call( this.callSession = this.ua.call(
'sip:' + phoneNumberString + '@' + this.sipDomain, 'sip:' + phoneNumberString + '@' + this.sipDomain,
this.options, this.options,
......
...@@ -78,6 +78,8 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -78,6 +78,8 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
setWsphonedata(result); setWsphonedata(result);
}; };
console.log('dynamicValue: ', dynamicValue);
const selectWidjetType = (type) => { const selectWidjetType = (type) => {
switch (type) { switch (type) {
case 'bxmini': case 'bxmini':
......
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