Commit c3f5d2f8 authored by Muhammadali's avatar Muhammadali

update-

parent 4d812b38
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.4.0", "version": "3.4.1",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -193,7 +193,7 @@ export class BoxDialer { ...@@ -193,7 +193,7 @@ export class BoxDialer {
this.socket = new WebSocketInterface(`wss://${wsurl}/ws`); this.socket = new WebSocketInterface(`wss://${wsurl}/ws`);
this.callSession = false; this.callSession = false;
this.sipDomain = wsurl; this.sipDomain = wsurl;
console.log('%c ua_configure 'font-size: 22px; color: yellow;',', { console.log('ua_configure ', {
sockets: [this.socket], sockets: [this.socket],
uri: `sip:${number}@${wsurl}`, uri: `sip:${number}@${wsurl}`,
password: secret, password: secret,
......
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