Last active
July 21, 2023 22:08
-
-
Save WhiteyDude/50d548f36aa4e04fa06085a133b7ab26 to your computer and use it in GitHub Desktop.
Anatomy of a B2BUA with a media server (rtpengine) proxy
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
User Agent A | B2BUA server | rtpengine | User Agent B | |
INVITE (offer) | | | |
-------------|-------> | | | |
| ng offer | | |
| ---------|-----> | | |
| ng rewritten offer| | |
| <--------|------ | | |
| INVITE (rewritten offer) | |
| ---------|-----------|-----> | |
| 200 (answer) | | |
| <--------|-----------|------ | |
| ng answer | | |
| ---------|-----> | | |
| ng rewritten answer | |
| <--------|------ | | |
200 (rewritten answer) | | | |
<-------|------------ | | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment