diff options
author | pav <pav@FreeBSD.org> | 2004-10-15 23:47:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-15 23:47:27 +0800 |
commit | 66c0e890e9d6c5a7f027c5b3731ff782da6bce8b (patch) | |
tree | ff81385d4e48870187b7e78854d54c4f76b96e66 /net/Makefile | |
parent | c9f850e4d707e23046d742c53589640bcb913403 (diff) | |
download | freebsd-ports-gnome-66c0e890e9d6c5a7f027c5b3731ff782da6bce8b.tar.gz freebsd-ports-gnome-66c0e890e9d6c5a7f027c5b3731ff782da6bce8b.tar.zst freebsd-ports-gnome-66c0e890e9d6c5a7f027c5b3731ff782da6bce8b.zip |
Add siproxd, a proxy/masquerading daemon for the SIP protocol.
It handles registrations of SIP clients on a private IP network
and performs rewriting of the SIP message bodies to make SIP
connections possible via a masquerading firewall.
It allows SIP clients (like kphone, linphone) to work behind
an IP masquerading firewall or router.
PR: ports/72691
Submitted by: Frank W. Josellis <frank@dynamical-systems.org>
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 4401b488a9af..4d0a3d50c3cf 100644 --- a/net/Makefile +++ b/net/Makefile @@ -649,6 +649,7 @@ SUBDIR += silky SUBDIR += simicq SUBDIR += sipp + SUBDIR += siproxd SUBDIR += sipsak SUBDIR += sixxs-heartbeatd SUBDIR += skype |