From 0bd13d89bbe105f3f11ca49fede80a7cbe3624bf Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 17 九月 2025 11:03:35 +0800
Subject: [PATCH] 电话更新
---
src/utils/sipService.js | 2 +-
src/components/CallButton/index.vue | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue
index 0aa24ce..ef5dbf4 100644
--- a/src/components/CallButton/index.vue
+++ b/src/components/CallButton/index.vue
@@ -44,8 +44,8 @@
sipStatus: "鏈繛鎺�",
sipStatusClass: "status-disconnected",
sipConfig: {
- wsUrl: "wss://1192.170.66.107:7443",
- sipUri: `${randomNum}` + "@1192.170.66.107",
+ wsUrl: "wss://192.168.10.124:7443",
+ sipUri: `${randomNum}` + "@192.168.10.124",
password: "Smartor@2023",
displayName: "Web 灏忛緳",
// realm: "9.208.5.18:8090",
diff --git a/src/utils/sipService.js b/src/utils/sipService.js
index 8589481..baa65a9 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.168.10.124`,
options
);
--
Gitblit v1.9.3