Updating linphone-sdk
on master branch led to failed tests on our test suite (they changed the SIP parser from antlr
to belr
). This MR corrects the syntax in the erroneous raw SIP requests, so the corresponding tests can now execute successfully using belr
.
Contributes to close FLEXISIP-371