@dora-cell/sdk 4.1.3 → 4.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23101,7 +23101,7 @@ var ApiTokenAuthProvider = class {
|
|
|
23101
23101
|
return this.sessionToken;
|
|
23102
23102
|
}
|
|
23103
23103
|
parseCredentials(data) {
|
|
23104
|
-
const DEFAULT_WSS_URL = "wss://
|
|
23104
|
+
const DEFAULT_WSS_URL = "wss://dcell-bills.on-forge.com/ws";
|
|
23105
23105
|
const DEFAULT_SIP_IP = "64.227.10.164";
|
|
23106
23106
|
const DEFAULT_PASSWORD = "1234";
|
|
23107
23107
|
const wsUrl = DEFAULT_WSS_URL;
|
|
@@ -23142,7 +23142,7 @@ var ExtensionAuthProvider = class {
|
|
|
23142
23142
|
this.credentials = {
|
|
23143
23143
|
sipUri: `sip:${extension}@${sipDomain}`,
|
|
23144
23144
|
password,
|
|
23145
|
-
wsUrl: "wss://
|
|
23145
|
+
wsUrl: "wss://dcell-bills.on-forge.com/ws",
|
|
23146
23146
|
extensions: [{ extension, isPrimary: true }],
|
|
23147
23147
|
sipDomain
|
|
23148
23148
|
};
|