- Joined
- Dec 1, 2025
- Messages
- 3
- Reaction score
- 0
One of my users can't transfer calls, when they do this error is displayed:
Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to parse SessionDescription, a=rtpmap: 2 G726-32/8000 Duplicate statistically assigned payload type with contradicting codec name or clock rate.
The trunk is set to G711A only as specified by the trunk provider, adding G726 does not fix the issues (G726 is rejected).
On a fixed phone I can remove G726 from the supported codecs list which would fix the issue, but the user only has the PWA app for which you cannot specify supported codecs.
Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to parse SessionDescription, a=rtpmap: 2 G726-32/8000 Duplicate statistically assigned payload type with contradicting codec name or clock rate.
The trunk is set to G711A only as specified by the trunk provider, adding G726 does not fix the issues (G726 is rejected).
On a fixed phone I can remove G726 from the supported codecs list which would fix the issue, but the user only has the PWA app for which you cannot specify supported codecs.