-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing tests for pjproject 2.14.
pjproject 2.14 introduced some changes that caused some of our tests to fail. These tests ended up being either incorrect or not flexible enough to handle them, so they have been updated to now pass with correct behavior. There are two changes that we were concerned with. The first was a change to the on_media_update callback which allowed it to be called in error scenarios, and another changed the way that PRACK is processed. This resulted in getting CANCELs during INVITEs with invalid sdp, getting additional BYEs in scenarios when multiple INVITEs were sent, (e.g., reinvite_after_bye test), and the order in which we received the 200 for PRACK and 200 for the INVITE swapping the order in which they arrived. Since all of these are valid scenarios, the tests have been updated to reflect that.
- Loading branch information
Showing
7 changed files
with
118 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters