diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-12-15 22:42:32 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-12-15 22:42:32 +0800 |
commit | 712a893baff509af53df25fc19c092eca6818021 (patch) | |
tree | d6e23bd21f9dd925afdea9dc32586cf2dc0c8c60 /net/Makefile | |
parent | 0f3fc289a988343858111c7e50bfe010ffa6925f (diff) | |
download | freebsd-ports-gnome-712a893baff509af53df25fc19c092eca6818021.tar.gz freebsd-ports-gnome-712a893baff509af53df25fc19c092eca6818021.tar.zst freebsd-ports-gnome-712a893baff509af53df25fc19c092eca6818021.zip |
PJSIP is a free and open source multimedia communication library
written in C language implementing standard based protocols such
as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol
(SIP) with rich multimedia framework and NAT traversal functionality
into high level API that is portable and suitable for almost any
type of systems ranging from desktops, embedded systems, to mobile
handsets.
WWW: http://www.pjsip.org/
Please note that default options are tailored for use by the upcoming
asterisk13 port.
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 3c2e54cd7042..c4cfe612d364 100644 --- a/net/Makefile +++ b/net/Makefile @@ -848,6 +848,7 @@ SUBDIR += phpldapadmin SUBDIR += pimdd SUBDIR += pipsecd + SUBDIR += pjsip SUBDIR += pktanon SUBDIR += pload SUBDIR += plugdaemon |