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.
Background info: I'm trying to do a proof of concept where My Softphone at 192.168.44.1 registers to SIPpy at 192.168.44.3(test VM) using the realm [email protected]. SIPpy then passes on the...
I've been trying to use sippy with radius support but I am facing an issue with MonoTime implementation. It seems that if a route returned from radius which contains `credit-time`,...
C:\Users\Shivam\AppData\Local\Programs\Python\Python38-32\Scripts>b2bua_simple -f -n 192.168.0.105 Traceback (most recent call last): File "c:\users\shivam\appdata\local\programs\python\python38-32\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\users\shivam\appdata\local\programs\python\python38-32\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\Shivam\AppData\Local\Programs\Python\Python38-32\Scripts\b2bua_simple.exe\__main__.py", line...
Tested on two separate osx machines (Both yosemite), attempts to run b2bua produce the following error;- ``` $ b2bua_simple -f ('192.168.0.102', 5060) Traceback (most recent call last): File "/usr/local/bin/b2bua_simple", line...
I did some tests with b2bua_simple (without rtp_proxy) and I noticed the Call_Id is the same between ingress and egress legs. In my understanding, a B2BUA should change it.
Any plan to have also the possibility to use TCP? Even better if also UDP to TCP (for packets bigger than 1300 bytes as described in RFC 3261) switch available.
Test scheme: ua1 ([email protected]) -> b2bua (192.168.0.101) -> ua2 ([email protected]) Media is passed through an rtpproxy (192.168.0.101). As shown below, RTCP SDP attribute pass from ingress call leg to egress...
Hi, Jev Björsell I want to Implement a B2BUA in clearwater. My architecture is: sprout(s-cscf) B2BUA SIP proxy (application server) The SIP proxy just send message back to B2BUA and...
The --hrtb_ival and --hrtb_retr_ival command line arguments can now set the heartbeat intervals used by the rtpproxy client in b2bua. Print a friendly message and sys.exit() when log file can't...