mirror of https://github.com/sipwise/rtpengine.git
In `sdp_out_add_media()` the port is given as `unsigned int` but then is being appended to the SDP body as `%i`. Instead the `%u` should actually be used. Same for the `sdp_out_add_osrtp_media()` which treats the `unsigned int` as the `signed` one actually. Change-Id: I6a7a45e9a0daa70ffffd17d2a35ff7db8c8cf7abpull/1126/merge
parent
2d4fcf2a71
commit
50daf6f0ec
Loading…
Reference in new issue