b2bua icon indicating copy to clipboard operation
b2bua copied to clipboard

Sippy B2BUA is a RFC3261-compliant Session Initiation Protocol (SIP) stack and Back-to-back user agent (B2BUA) server software.

Results 34 b2bua issues
Sort by recently updated
recently updated
newest added

radiusclient-ng has been merged into the [freeradius](http://freeradius.org/) project. Gut the dependency on the former in favor of the latter.

enhancement

`b2bua_simple.py` won't run on Windows. It fails to start with the error: `ImportError: No module named fcntl` `SipLogger.py` imports `fcntl` and `syslog` modules, which are available only under Linux/Unix platforms....

Do you intend to have TLS support ?

By default the nworkers attribute of Udp_server_opts is initialized with the value 30, from variable _DEFAULT_NWORKERS. It comes that during the Udp_server initialization, it spawns 30 senders and 30 receivers,...

Debian 8.1 Jessie, after fresh install using method from docs: pip install git+https://github.com/sippy/b2bua When executing: b2bua_simple -f -n myipaddress I get the following error: ## 2015-10-11 15:47:49.134474 Udp_server: unhandled exception...

Signal.py and Timeout.py have a `__main__` block that calls some self test code. Extract test code, and port it into unittests'

enhancement

rtp_cluster and socket_server will be split out to their own independent repositories.

Or rewrite self.fixed for speed: ``` self.fixed = None self.fixed = self.initServer() ... def getServer(): if self.fixed: return self.fixed ```

Hello. Are there any plans to use asyncio in this nice project?

enhancement

Dear team, I was trying to use outbound_proxy sending as op in Routing, but seems like it is not working. Any one put it on work? The issue seems to...