From 47df2b47cbfa420e25aa34e72c50525908d6fcb6 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 11 九月 2025 09:53:42 +0800
Subject: [PATCH] 测试完成
---
src/utils/sipService.js | 2 +-
src/components/CallButton/index.vue | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue
index 40d3705..87660b2 100644
--- a/src/components/CallButton/index.vue
+++ b/src/components/CallButton/index.vue
@@ -44,9 +44,9 @@
sipStatus: "鏈繛鎺�",
sipStatusClass: "status-disconnected",
sipConfig: {
- wsUrl: "wss://1192.170.66.107:7443",
- sipUri: `${randomNum}` + "@1192.170.66.107",
- password: "Smartor@2023",
+ wsUrl: "wss://192.170.66.107:7443",
+ sipUri: `${randomNum}` + "@192.170.66.107",
+ password: "heskj@1234",
displayName: "Web 灏忛緳",
},
};
diff --git a/src/utils/sipService.js b/src/utils/sipService.js
index 8589481..cd9c265 100644
--- a/src/utils/sipService.js
+++ b/src/utils/sipService.js
@@ -84,7 +84,7 @@
};
this.currentSession = this.ua.call(
- `sip:${targetNumber}@1192.170.66.107`,
+ `sip:${targetNumber}@192.170.66.107`,
options
);
--
Gitblit v1.9.3