Hi list, upgrade to 5.1.2 broke my setup due to some different
behaviour in rtpengine.so.
I use:
rtpengine_manage("DTLS=off ICE=remove");
1. I don't send any rtpengine_manage flags (RTP UDP SAVP). UAC sends
RTP/SAVP in SDP, rtpengine changes to UDP/TLS/RTP/SAVP.
Reverted to 5.1.1, and see that rtpengine sends RTP/SAVP
2. To SDP body, rtpengine is adding:
a=setup:actpass
a=fingerprint:sha-1
D6:D7:DA:AA:2D:DB:AD:94:29:46:FA:C4:D8:AE:0F:03:96:6F:8A:4F
For some reason this broke FreeSWITCH which does not like this.
Anthony