From fe379fd6efd1a0af1405dba16633e0de536cbefe Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 09 七月 2025 11:08:42 +0800 Subject: [PATCH] 测试完成 --- src/utils/sipService.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/sipService.js b/src/utils/sipService.js index 9c095dd..a8ab17c 100644 --- a/src/utils/sipService.js +++ b/src/utils/sipService.js @@ -83,7 +83,7 @@ rtcOfferConstraints: { offerToReceiveAudio: 1 } } - this.currentSession = this.ua.call(`sip:${targetNumber}`, options) + this.currentSession = this.ua.call(`sip:${targetNumber}@192.168.100.6`, options) this.setupAudio(this.currentSession) } -- Gitblit v1.9.3