diff options
author | pi <pi@FreeBSD.org> | 2015-10-02 00:34:41 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-10-02 00:34:41 +0800 |
commit | 9f9a451ba8feabe5ce93d0e7b82f4fa255d93cb6 (patch) | |
tree | 3a6c5ecdb2b79b8ff197ea5df91d081d04fd450d /net/Makefile | |
parent | 170a74cab652995bdde5bf105d4a91f5d8b0c701 (diff) | |
download | freebsd-ports-gnome-9f9a451ba8feabe5ce93d0e7b82f4fa255d93cb6.tar.gz freebsd-ports-gnome-9f9a451ba8feabe5ce93d0e7b82f4fa255d93cb6.tar.zst freebsd-ports-gnome-9f9a451ba8feabe5ce93d0e7b82f4fa255d93cb6.zip |
New port: net/opensips
OpenSIPS (Open SIP Server) is a mature Open Source implementation
of a SIP server.
It includes application-level functionalities and is the core component
of any SIP-based VoIP solution. With a very flexible and customizable
routing engine, OpenSIPS unifies voice, video, IM and presence
services in a highly efficient way, thanks to its scalable (modular)
design.
It is reliable and fast, for enterprise or carrier-grade use cases.
WWW: http://www.opensips.org/
PR: 203407
Submitted by: Euan Thoms <euan@potensol.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index fa3b68cc6b72..075c2e833e5d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -477,6 +477,7 @@ SUBDIR += openospfd SUBDIR += openpgm SUBDIR += openradius + SUBDIR += opensips SUBDIR += openslp SUBDIR += opentracker SUBDIR += openvswitch |