Commit e533b1bd authored by Muhammadali's avatar Muhammadali

update-

parent 602399c6
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.4.6", "version": "4.4.7",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -787,6 +787,8 @@ export class BoxDialer { ...@@ -787,6 +787,8 @@ export class BoxDialer {
} }
initialized(phoneNumber) { initialized(phoneNumber) {
this.sipBxState = null;
this.callDirection = 'out'; this.callDirection = 'out';
let phoneNumberString = phoneNumber.toString(); let phoneNumberString = phoneNumber.toString();
......
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