Skip to content

Commit

Permalink
README: Fix swapped UAC and UAS.
Browse files Browse the repository at this point in the history
A UAS receives requests, a UAC sends requests.
  • Loading branch information
gaaf authored and sobomax committed Apr 23, 2024
1 parent 7dc8366 commit 28b520b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ path.
To get started, you can use the b2bua_simple implementation. The following
example will cause the b2bua run in the foreground so you can see the SIP
messaging. If you make a call to the IP address of your host machine, the b2bua
will recieve the call on its UAC side, and it will send a new call leg out its
UAS side to the IP address 192.168.1.1. It is expected that 192.168.1.1 is some
will recieve the call on its UAS side, and it will send a new call leg out its
UAC side to the IP address 192.168.1.1. It is expected that 192.168.1.1 is some
sort of SIP switch or termination gateway.

`b2bua_simple -f -n 192.168.1.1`
Expand Down

0 comments on commit 28b520b

Please sign in to comment.