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) {