From e08ef745fe71cc863733841900584c7d13257e74 Mon Sep 17 00:00:00 2001 From: sinake <sinake1@qq.com> Date: 星期四, 11 九月 2025 11:51:57 +0800 Subject: [PATCH] 修改语音IP --- src/components/CallButton/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue index 40d3705..c9adf5c 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.169.129.198:7443", + sipUri: `${randomNum}` + "@192.169.129.198", + password: "heskj@1234", displayName: "Web 灏忛緳", }, }; @@ -96,6 +96,7 @@ try { this.callStatus = "calling"; this.isCalling = true; + console.log('寮�濮嬪懠鍙細',sipService); await sipService.makeCall(this.phoneNumber); } catch (error) { -- Gitblit v1.9.3