WXL (wul)
2025-11-14 74d682137078861e9ca0997fd0414fa906cba1d4
src/components/CallButton/index.vue
@@ -127,7 +127,7 @@
        this.isCalling = true;
        console.log("开始呼叫:", sipService);
        await sipService.makeCall("0" + this.phoneNumber);
        await sipService.makeCall(this.phoneNumber);
      } catch (error) {
        let registrationTime = Date.now(); // 记录注销成功时间
        console.log(registrationTime, "呼叫失败时间");
@@ -163,7 +163,7 @@
        this.startCallsetState();
      } catch (error) {
        console.error("获取分机号失败:", error);
        this.updateStatus("failed", "获取分机号失败");
        // this.updateStatus("failed", "获取分机号失败");
      }
    },
    async startCallsetState() {