Skip to content

Instantly share code, notes, and snippets.

@WhiteyDude
Last active July 21, 2023 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WhiteyDude/50d548f36aa4e04fa06085a133b7ab26 to your computer and use it in GitHub Desktop.
Save WhiteyDude/50d548f36aa4e04fa06085a133b7ab26 to your computer and use it in GitHub Desktop.
Anatomy of a B2BUA with a media server (rtpengine) proxy
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