RestComm / olympus

RestComm WebRTC Application
http://www.restcomm.com/
GNU Affero General Public License v3.0
15 stars 19 forks source link

Fail properly when xirsys returns an error within a 200 OK answer #162

Closed ammendonca closed 6 years ago

ammendonca commented 6 years ago

Xirsys will reply with a 200 OK even when an error happens, so we need to properly cover it and don't handle it as a success response (which is concatenating iceServers without proper check).