oversip 1.4.1
OverSIP is an async SIP proxy/server programmable in Ruby language. Some features of OverSIP are: - SIP transports: UDP, TCP, TLS and WebSocket. - Full IPv4 and IPv6 support. - RFC 3263: SIP DNS mechanism (NAPTR, SRV, A, AAAA) for failover and load balancing based on DNS. - RFC 5626: OverSIP is a perfect Outbound Edge Proxy, including an integrated STUN server. - Fully programmable in Ruby language (make SIP easy). - Fast and efficient: OverSIP core is coded in C language. OverSIP is build on top of EventMachine-LE async library which follows the Reactor Design Pattern, allowing thousands of concurrent connections and requests in a never-blocking fashion.
Gemfile:
=
install:
=
Runtime Dependencies (9):
em-posixmq
>= 0.2.3
em-synchrony
>= 1.0.2
em-udns
>= 0.3.6
escape_utils
>= 0.2.4
eventmachine-le
>= 1.1.4
iobuffer
>= 1.1.2
posix_mq
>= 2.0.0
posix-spawn
>= 0.3.6
term-ansicolor
>= 0
Development Dependencies (1):
rake
~> 0.9.2