Commit 693a0f31 authored by Muhammadali's avatar Muhammadali

update-

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