surflion-service 1.3.3 → 1.3.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/package.json +1 -1
- package/surflion.js +3 -1
package/package.json
CHANGED
package/surflion.js
CHANGED
|
@@ -1482,8 +1482,10 @@ var SurfLion = {
|
|
|
1482
1482
|
register: true,
|
|
1483
1483
|
session_timers: false,
|
|
1484
1484
|
iceServers: [],
|
|
1485
|
-
contact_uri: sip_uri_
|
|
1485
|
+
contact_uri: sip_uri_ + ';transport=ws'
|
|
1486
1486
|
};
|
|
1487
|
+
console.log(';transport=ws')
|
|
1488
|
+
|
|
1487
1489
|
function createDialerButton(digit) {
|
|
1488
1490
|
const button = document.createElement('button');
|
|
1489
1491
|
button.textContent = digit;
|