diff --git a/src/components/CscCall.vue b/src/components/CscCall.vue index b2c1ec52..6502c957 100644 --- a/src/components/CscCall.vue +++ b/src/components/CscCall.vue @@ -318,6 +318,7 @@ this.$refs.incomingSound.play(); } else if (state === 'input') { this.focusNumberInput(); + this.$refs.incomingSound.pause(); } else if (state === 'ringing') { this.$refs.incomingSound.play(); } else {