mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
Skinny is the protocol used by Cisco IP phones to talk to Cisco Call Managers. With this code, one can use a Cisco IP phone behind a FreeBSD NAT gateway. Currently, having the Call Manager behind the NAT gateway is not supported. More information on enabling Skinny support in libalias, natd, and ppp can be found in those applications' manpages. PR: 55843 Reviewed by: ru Approved by: ru MFC after: 30 days
12 lines
261 B
Makefile
12 lines
261 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= alias
|
|
SHLIBDIR?= /lib
|
|
SHLIB_MAJOR= 4
|
|
MAN= libalias.3
|
|
SRCS= alias.c alias_cuseeme.c alias_db.c alias_ftp.c alias_irc.c \
|
|
alias_nbt.c alias_pptp.c alias_proxy.c alias_skinny.c alias_smedia.c \
|
|
alias_util.c
|
|
INCS= alias.h
|
|
|
|
.include <bsd.lib.mk>
|