-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sipsess: fix PRACK offer/answer behavior (#430)
* sipsess: fix PRACK offer/answer behavior According to RFC 3262, PRACKs and reliable 1xx responses can contain both SDP answers and offers. E.g. if a reliable 1xx response contains an offer, the PRACK MUST contain an answer. * sipsess: handle stateless reply_2xx correctly Co-authored-by: Christian Spielberger <c.spielberger@commend.com>
- Loading branch information
1 parent
4dfae41
commit 26ce397
Showing
4 changed files
with
45 additions
and
49 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