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