b2bua
b2bua copied to clipboard
Sippy B2BUA is a RFC3261-compliant Session Initiation Protocol (SIP) stack and Back-to-back user agent (B2BUA) server software.
A UAS receives requests, a UAC sends requests.
Not sure if latest versions support this. Adding SIP DNS SRV record support to B2BUA makes sense as more platforms / service providers go native cloud. If there is no...
Swapped figures 5 and 6 of 'Typical Call Process' to reflect the correct order.
Introducing [sippy_async](https://github.com/space88man/sippy_async): a monkey patch to run the event loop over [anyio 3](https://github.com/agronholm/anyio), which means that the loop will support asyncio or trio. I realised that this repo had moved...
Fix a python3 papercut where dict.items() is not subscriptable.
I'm not sure what's the expected behavior of a B2BUA, I added [this change](https://github.com/husam212/b2bua/commit/b87ac360739b99214461302b7f9227b0bec258cc) but it is specific to my use case, can it be generalized and added to upstream?
Dear team, I am currently trying to test this project with FreeRadius - Custom Modules for AAA. In the first test I am getting the following issues: **Exception in thread...
Hi @sobomax, I wanted to add the sip realm in the authentication radius request (without perform digest authentication), and I've been looking through RadiusAuthorization; there is an `extra_attributes` parameter in...
The contents of the parameters= attribute are expected to be key=value pairs that are then sent with each following accounting radius event, back to the radius server. See also related...
This PR adds a new parameter (-x) in the b2bua_radius.py script which allows for the user to specify a SIP Header from which b2bua reads radius attribute/value pairs from. The...