-
- Notifications
You must be signed in to change notification settings - Fork 316
Closed
Description
Call fails with Asterisk 16 -> Reason: SIP ;cause=488; text="Not Acceptable Here"
Asterisk and Flutter logs attached with full SIP trace.
This change in RTCSession.dart fixes this, but is just a hack and a proper fix is required.
//TODO: Commented out because this seems to cause errors with Asterisk
//await this._connection.setRemoteDescription(answer);
this line in the logs is important:
I/flutter (15658): 09:12:30.029 (+0:00:29.733517) [DartSIP:RTCSession] ERROR: emit "peerconnection:setremotedescriptionfailed" [error:Unable to RTCPeerConnection::setRemoteDescription: Failed to set remote answer sdp: Called in wrong state: kStable]
Metadata
Metadata
Assignees
Labels
No labels