Index: head/net/kamailio/Makefile =================================================================== --- head/net/kamailio/Makefile (revision 442178) +++ head/net/kamailio/Makefile (revision 442179) @@ -1,203 +1,200 @@ # Created by: Oliver Mahmoudi # $FreeBSD$ PORTNAME= kamailio -PORTVERSION= 4.4.3 +PORTVERSION= 5.0.1 CATEGORIES= net MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= pi@FreeBSD.org COMMENT= Very fast and configurable open source SIP proxy LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libxml2.so:textproc/libxml2 \ libcurl.so:ftp/curl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash BROKEN_powerpc64= Does not build: /bin/sh: clang: not found -USES= gmake ncurses readline shebangfix +USES= gmake ncurses python readline shebangfix USE_LDCONFIG= yes SHEBANG_FILES= utils/kamctl/dbtextdb/dbtextdb.py \ utils/kamctl/kamctl utils/kamctl/kamdbctl CFLAGS+= -Wall WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_RC_SUBR= kamailio USERS= kamailio GROUPS= kamailio -OPTIONS_DEFINE= DOCS MYSQL PGSQL PERL RADIUS JITSI JABBER SCTP TLS \ +OPTIONS_DEFINE= DOCS MYSQL PGSQL PERL RADIUS JITSI SCTP TLS \ UNIXODBC PRESENCE WEBSOCKET DIALPLAN -OPTIONS_DEFAULT=MYSQL RADIUS JABBER TLS PRESENCE +OPTIONS_DEFAULT=MYSQL RADIUS TLS PRESENCE OPTIONS_SUB= YES DIALPLAN_DESC= Dialplan support JITSI_DESC= VoIP Frontend GUI via Jitsi SCTP_DESC= SCTP support PRESENCE_DESC= Presence support WEBSOCKET_DESC= Websocket support MYSQL_USES= mysql PGSQL_USES= pgsql JITSI_RUN_DEPENDS= jitsi:net-im/jitsi UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC RADIUS_LIB_DEPENDS= libradiusclient-ng.so:net/radiusclient TLS_USES= ssl .include # avoid slow locks, use fast atomic ops #.if ${ARCH} == "amd64" #EXTRA_PATCHES+= ${.CURDIR}/files/extra-patch-atomic-amd64 #.endif # #.if ${ARCH} == "i386" #EXTRA_PATCHES+= ${.CURDIR}/files/extra-patch-atomic-i386 #.endif DEFAULT_GROUP_INCLUDE= standard standard-dep .if ${PORT_OPTIONS:MMYSQL} EXTRA_GROUPS+= mysql .endif .if ${PORT_OPTIONS:MPGSQL} EXTRA_GROUPS+= postgres .endif .if ${PORT_OPTIONS:MPERL} USES+= perl5 EXTRA_MODULES+= app_perl MAKE_ENV+= PERLLDOPTS=`perl -MExtUtils::Embed -e ldopts` \ PERLCCOPTS=`perl -MExtUtils::Embed -e ccopts` \ TYPEMAP=`perl -MConfig -e 'print $Config{installprivlib}'`/ExtUtils/typemap .endif .if ${PORT_OPTIONS:MUNIXODBC} EXTRA_MODULES+= db_unixodbc .endif .if ${PORT_OPTIONS:MDIALPLAN} LIB_DEPENDS+= libpcre.so:devel/pcre EXTRA_MODULES+= dialplan .endif .if ${PORT_OPTIONS:MRADIUS} EXTRA_GROUPS+= radius .endif -.if ${PORT_OPTIONS:MJABBER} -EXTRA_MODULES+= jabber -.endif - .if ${PORT_OPTIONS:MSCTP} EXTRA_MODULES+= sctp .endif .if ${PORT_OPTIONS:MTLS} EXTRA_MODULES+= tls .endif .if ${PORT_OPTIONS:MPRESENCE} EXTRA_GROUPS+= presence .endif .if ${PORT_OPTIONS:MWEBSOCKET} EXTRA_MODULES+= websocket LIB_DEPENDS+= libunistring.so:devel/libunistring .endif .if !empty (EXTRA_GROUPS) MAKE_ARGS+= group_include="${DEFAULT_GROUP_INCLUDE} ${EXTRA_GROUPS}" .else MAKE_ARGS+= group_include="${DEFAULT_GROUP_INCLUDE}" .endif .if !empty (EXTRA_MODULES) MAKE_ARGS+= include_modules="${EXTRA_MODULES}" .endif post-patch: .if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e 's#install-doc install-man#install-man#' \ ${WRKSRC}/Makefile .endif pre-build: cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} cfg do-build: cd ${WRKSRC} && ${GMAKE} ${ALL_TARGET} do-install: cd ${WRKSRC} && ${GMAKE} ${INSTALL_TARGET} .if ! ${PORT_OPTIONS:MMYSQL} && ! ${PORT_OPTIONS:MPGSQL} ${RMDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME} .endif # Strip modules in lib/kamailio/modules @${ECHO_CMD} "Stripping modules in ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/" .for i in db_mysql db_postgres db_unixodbc tls blst \ xhttp_rpc nat_traversal print msrp mi_datagram \ userblacklist msilo uid_uri_db drouting enum \ p_usrloc avpops matrix rr sst \ rtpproxy rtpproxy-ng mohqueue mqueue tmx sqlops dialog \ usrloc dispatcher auth_db uac permissions \ path tm mediaproxy nathelper print_lib \ mangler group textops rtimer db_cluster \ textopsx db_flatstore sl pipelimit counters \ mi_fifo statistics stun cnxcc corex debugger pv \ ratelimit ctl db2_ops mi_rpc tmrec \ benchmark domainpolicy acc exec siputils \ malloc_test kex cfg_rpc diversion ipops \ uid_auth_db imc cfg_db xhttp seas \ timer auth_diameter dmq uac_redirect pdt \ call_control uri_db alias_db sca avp \ cfgutils pike uid_domain domain maxfwd \ htable topoh auth sms async \ prefix_route speeddial registrar mtree uid_avp_db \ xlog sipt siptrace qos pdb xprint auth_radius \ sanity uid_gflags db_text sdpops sipcapture \ tsilo nosip rtpengine jsonrpc-s \ presence presence_conference presence_dialog presence_dialoginfo \ presence_mwi \ presence_profile presence_reginfo presence_xml pua_bla \ pua_dialoginfo pua_mi pua_reginfo pua_usrloc rls \ acc_radius misc_radius peering pua pua_xmpp xcap_client xcap_server \ tcpops auth_xkeys statsd dmq_usrloc rtjson websocket sctp \ - app_perl cfgt smsops log_custom topos statsc dialplan + app_perl cfgt smsops log_custom topos statsc dialplan \ + ss7ops app_jsdt jsonrpcs pua_rpc @if [ -e ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so ]; then \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so; \ fi .endfor # Strip libraries in lib/kamailio @${ECHO_CMD} "Stripping libraries in ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/" .for j in srdb2 srdb1 kcore srutils kmi trie print @if [ -e ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/lib${j}.so.1 ]; then \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/lib${j}.so.1; \ fi .endfor # This is also part of lib/kamailio but ends in .so.0 @if [ -e ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/libbinrpc.so.0 ]; then \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/libbinrpc.so.0; \ fi # Strip binaries in sbin @${ECHO_CMD} "Stripping binaries in ${STAGEDIR}${PREFIX}/sbin/" .for k in kamailio kamcmd @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${k} .endfor .include Index: head/net/kamailio/distinfo =================================================================== --- head/net/kamailio/distinfo (revision 442178) +++ head/net/kamailio/distinfo (revision 442179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475523141 -SHA256 (kamailio-4.4.3_src.tar.gz) = c3e5c312c99f15f68b201ba6c75db07b01e65199b792d4d8cf6ecfe3adc22e58 -SIZE (kamailio-4.4.3_src.tar.gz) = 11707809 +TIMESTAMP = 1492762108 +SHA256 (kamailio-5.0.1_src.tar.gz) = b26a719a3c1fccb717e6bb009601ccbad32c5c5b6569e2a322fe12cd7d5b7c00 +SIZE (kamailio-5.0.1_src.tar.gz) = 11614011 Index: head/net/kamailio/files/patch-modules_websocket_ws__frame.c =================================================================== --- head/net/kamailio/files/patch-modules_websocket_ws__frame.c (revision 442178) +++ head/net/kamailio/files/patch-modules_websocket_ws__frame.c (nonexistent) @@ -1,11 +0,0 @@ ---- modules/websocket/ws_frame.c.orig 2015-09-05 21:18:25 UTC -+++ modules/websocket/ws_frame.c -@@ -29,7 +29,7 @@ - #ifdef EMBEDDED_UTF8_DECODE - #include "utf8_decode.h" - #else --#include -+/* #include */ - #endif - - #include "../../events.h" Property changes on: head/net/kamailio/files/patch-modules_websocket_ws__frame.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-modules_ctl_ctl__defaults.h =================================================================== --- head/net/kamailio/files/patch-modules_ctl_ctl__defaults.h (revision 442178) +++ head/net/kamailio/files/patch-modules_ctl_ctl__defaults.h (nonexistent) @@ -1,15 +0,0 @@ ---- modules/ctl/ctl_defaults.h.orig 2015-07-20 13:16:25 UTC -+++ modules/ctl/ctl_defaults.h -@@ -4,10 +4,10 @@ - /*listen by default on: */ - #ifdef SRNAME - /* this is used when compiling sercmd tool */ --#define DEFAULT_CTL_SOCKET "unixs:" RUN_DIR "/" SRNAME "_ctl" -+#define DEFAULT_CTL_SOCKET "unixs:" "/var/run/" SRNAME "_ctl" - #else - /* this is used when compiling sip server */ --#define DEFAULT_CTL_SOCKET "unixs:" RUN_DIR "/" NAME "_ctl" -+#define DEFAULT_CTL_SOCKET "unixs:" "/var/run/" NAME "_ctl" - #endif - /* port used by default for tcp/udp if no port is explicitely specified */ - #define DEFAULT_CTL_PORT 2049 Property changes on: head/net/kamailio/files/patch-modules_ctl_ctl__defaults.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-utils__kamctl__Makefile =================================================================== --- head/net/kamailio/files/patch-utils__kamctl__Makefile (revision 442178) +++ head/net/kamailio/files/patch-utils__kamctl__Makefile (nonexistent) @@ -1,21 +0,0 @@ ---- utils/kamctl/Makefile.orig 2015-07-20 13:16:26 UTC -+++ utils/kamctl/Makefile -@@ -9,6 +9,8 @@ else - kamctltmpdir = $(basedir) - endif - -+skip_cfg_install?=yes -+ - all: - @echo "No compilation needed for kamctl" - -@@ -21,7 +23,8 @@ install-cfg: $(cfg_prefix)/$(cfg_dir) - $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/kamctlrc.sample - $(INSTALL_CFG) kamctlrc \ - $(cfg_prefix)/$(cfg_dir)/kamctlrc.sample -- if [ ! -f $(cfg_prefix)/$(cfg_dir)/kamctlrc ]; then \ -+ if [ -z "${skip_cfg_install}" -a \ -+ ! -f $(cfg_prefix)/$(cfg_dir)/kamctlrc ]; then \ - mv -f $(cfg_prefix)/$(cfg_dir)/kamctlrc.sample \ - $(cfg_prefix)/$(cfg_dir)/kamctlrc; \ - fi Property changes on: head/net/kamailio/files/patch-utils__kamctl__Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-Makefile =================================================================== --- head/net/kamailio/files/patch-Makefile (revision 442178) +++ head/net/kamailio/files/patch-Makefile (nonexistent) @@ -1,35 +0,0 @@ ---- Makefile.orig 2015-07-20 13:16:24 UTC -+++ Makefile -@@ -34,7 +34,7 @@ err_fail?=1 - # whether or not to install $(MAIN_NAME).cfg or just $(MAIN_NAME).cfg.default - # ($(MAIN_NAME).cfg will never be overwritten by make install, this is usefull - # when creating packages) --skip_cfg_install?= -+skip_cfg_install?=yes - - #extra modules to exclude - skip_modules?= -@@ -646,7 +646,7 @@ sunpkg: - .PHONY: install - install: mk_params="compile_for_install=yes" - install: install-bin install-every-module install-cfg \ -- install-doc install-man install-utils install-share -+ install-man install-utils install-share - - .PHONY: dbinstall - dbinstall: -@@ -761,10 +761,10 @@ install-cfg: $(cfg_prefix)/$(cfg_dir) - fi ; \ - fi ; \ - : ; done; true -- @# radius dictionary -- @$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME) -- @$(INSTALL_CFG) etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir) -- @echo "config files installed" -+ # radius dictionary -+ $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample -+ $(INSTALL_CFG) etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample -+ echo "config files installed" - - install-bin: $(bin_prefix)/$(bin_dir) $(NAME) - $(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME) Property changes on: head/net/kamailio/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-modules__db_oracle__Makefile =================================================================== --- head/net/kamailio/files/patch-modules__db_oracle__Makefile (revision 442178) +++ head/net/kamailio/files/patch-modules__db_oracle__Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- modules/db_oracle/Makefile.orig 2015-07-20 13:16:25 UTC -+++ modules/db_oracle/Makefile -@@ -70,7 +70,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) - # extra install for kamailio - - install-oracle-scripts: $(bin_prefix)/$(bin_dir) -- ORACLEON=yes make -C ../../utils/kamctl/ install-modules -+ ORACLEON=yes $(MAKE) -C ../../utils/kamctl/ install-modules - - install-scripts: install-oracle-scripts - Property changes on: head/net/kamailio/files/patch-modules__db_oracle__Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-main.c =================================================================== --- head/net/kamailio/files/patch-main.c (revision 442178) +++ head/net/kamailio/files/patch-main.c (nonexistent) @@ -1,11 +0,0 @@ ---- main.c.orig 2015-07-20 13:16:25 UTC -+++ main.c -@@ -353,7 +353,7 @@ int received_dns = 0; - int sr_auto_aliases=1; - char* working_dir = 0; - char* chroot_dir = 0; --char* runtime_dir = "" RUN_DIR; -+char* runtime_dir = "/var/run/kamailio/"; - char* user=0; - char* group=0; - int uid = 0; Property changes on: head/net/kamailio/files/patch-main.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-modules_tls_sip-router__cert.sh =================================================================== --- head/net/kamailio/files/patch-modules_tls_sip-router__cert.sh (revision 442178) +++ head/net/kamailio/files/patch-modules_tls_sip-router__cert.sh (nonexistent) @@ -1,9 +0,0 @@ ---- modules/tls/sip-router_cert.sh.orig 2015-07-20 13:16:26 UTC -+++ modules/tls/sip-router_cert.sh -@@ -197,5 +197,6 @@ if [ $? != 0 ] ; then - else - echo "Private key stored in '$DIR/$KEY_FILENAME'." - echo "Certificate stored in '$DIR/$CERT_FILENAME'." -+ rm ~/.rnd - exit 0; - fi Property changes on: head/net/kamailio/files/patch-modules_tls_sip-router__cert.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-modules__db_berkeley__Makefile =================================================================== --- head/net/kamailio/files/patch-modules__db_berkeley__Makefile (revision 442178) +++ head/net/kamailio/files/patch-modules__db_berkeley__Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- modules/db_berkeley/Makefile.orig 2015-07-20 13:16:25 UTC -+++ modules/db_berkeley/Makefile -@@ -24,7 +24,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) - # extra install for kamailio - - install-berkeley-scripts: $(bin_prefix)/$(bin_dir) -- BERKELEYDBON=yes make -C ../../utils/kamctl/ install-modules -+ BERKELEYDBON=yes $(MAKE) -C ../../utils/kamctl/ install-modules - - install-scripts: install-berkeley-scripts - Property changes on: head/net/kamailio/files/patch-modules__db_berkeley__Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-ip__addr.h =================================================================== --- head/net/kamailio/files/patch-ip__addr.h (revision 442178) +++ head/net/kamailio/files/patch-ip__addr.h (nonexistent) @@ -1,13 +0,0 @@ ---- ip_addr.h.orig 2015-09-05 21:17:34 UTC -+++ ip_addr.h -@@ -53,6 +53,10 @@ enum comp_methods { COMP_NONE, COMP_SIGC - #define INADDR_LOOPBACK (u_int32_t)0x7f000001 - #endif - -+#ifndef INADDR_LOOPBACK -+#define INADDR_LOOPBACK (u_int32_t)0x7f000001 -+#endif -+ - struct ip_addr{ - unsigned int af; /* address family: AF_INET6 or AF_INET */ - unsigned int len; /* address len, 16 or 4 */ Property changes on: head/net/kamailio/files/patch-ip__addr.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-Makefile.defs =================================================================== --- head/net/kamailio/files/patch-Makefile.defs (revision 442178) +++ head/net/kamailio/files/patch-Makefile.defs (nonexistent) @@ -1,38 +0,0 @@ ---- Makefile.defs.orig 2015-07-20 13:16:26 UTC -+++ Makefile.defs -@@ -197,7 +197,7 @@ YACC := $(shell echo "$${YACC}") - - # find compiler name & version - ifeq ($(CC),) -- CC=gcc -+ CC=clang - endif - LD= $(CC) - CC_LONGVER:=$(shell if $(CC) -v 2>/dev/null; then \ -@@ -211,7 +211,7 @@ MKTAGS=ctags - #find-out the compiler's name - - ifneq (,$(findstring gcc, $(CC_LONGVER))) -- CC_NAME=gcc -+ CC_NAME=clang - RPAREN=) - CC_VER:=$(word 1,$(CC)) $(shell $(CC) - --version|head -n 1|\ - sed -e 's/([^$(RPAREN)]*)//g' \ -@@ -366,7 +366,7 @@ LIBDIR ?= - ifeq ($(LIBDIR),) - ARCHBSZ= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/') - ifeq ($(ARCHBSZ),64b) -- LIBDIR = lib64 -+ LIBDIR = lib - else - LIBDIR = lib - endif -@@ -1693,7 +1693,7 @@ ifeq ($(YACC),) - endif - YACC_FLAGS=-d -b cfg - # on solaris add -lxnet (e.g. LIBS= -lxnet) --LIBS= -ldl -lresolv -+LIBS= - LIB_PREFIX:=lib - LIB_SUFFIX:=.so - Property changes on: head/net/kamailio/files/patch-Makefile.defs ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-modules__db_sqlite__Makefile =================================================================== --- head/net/kamailio/files/patch-modules__db_sqlite__Makefile (revision 442178) +++ head/net/kamailio/files/patch-modules__db_sqlite__Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- modules/db_sqlite/Makefile.orig 2015-07-20 13:16:25 UTC -+++ modules/db_sqlite/Makefile -@@ -22,7 +22,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) - # extra install for kamailio - - install-sqlite-scripts: $(bin_prefix)/$(bin_dir) -- SQLITEON=yes make -C ../../utils/kamctl/ install-modules -+ SQLITEON=yes $(MAKE) -C ../../utils/kamctl/ install-modules - - install-scripts: install-sqlite-scripts - Property changes on: head/net/kamailio/files/patch-modules__db_sqlite__Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-modules__tls__Makefile =================================================================== --- head/net/kamailio/files/patch-modules__tls__Makefile (revision 442178) +++ head/net/kamailio/files/patch-modules__tls__Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- modules/tls/Makefile.orig 2015-07-20 13:16:26 UTC -+++ modules/tls/Makefile -@@ -8,6 +8,8 @@ include ../../Makefile.defs - auto_gen= - NAME=tls.so - -+skip_cfg_install?=yes -+ - ifeq ($(CROSS_COMPILE),) - SSL_BUILDER=$(shell \ - if pkg-config --exists libssl; then \ Property changes on: head/net/kamailio/files/patch-modules__tls__Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-utils__kamcmd__Makefile =================================================================== --- head/net/kamailio/files/patch-utils__kamcmd__Makefile (revision 442178) +++ head/net/kamailio/files/patch-utils__kamcmd__Makefile (nonexistent) @@ -1,22 +0,0 @@ ---- utils/kamcmd/Makefile.orig 2015-07-20 13:16:26 UTC -+++ utils/kamcmd/Makefile -@@ -12,7 +12,7 @@ else - NAME=kamcmd - endif - --readline_locations= /usr/include/readline/readline.h \ -+readline_locations= /usr/local/include/readline/readline.h \ - $(LOCALBASE)/include/readline/readline.h - - use_readline ?= -@@ -72,8 +72,8 @@ endif - endif - - ifeq ($(use_readline),1) -- DEFS+=-DUSE_READLINE -- LIBS+=-lreadline -lncurses -+ DEFS+=-DUSE_READLINE -I${LOCALBASE}/include -+ LIBS+=-L${LOCALBASE}/lib -lreadline -lncurses - endif - - Property changes on: head/net/kamailio/files/patch-utils__kamcmd__Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-modules_app__perl_kamailioxs.xs =================================================================== --- head/net/kamailio/files/patch-modules_app__perl_kamailioxs.xs (revision 442178) +++ head/net/kamailio/files/patch-modules_app__perl_kamailioxs.xs (nonexistent) @@ -1,11 +0,0 @@ ---- modules/app_perl/kamailioxs.xs.orig 2015-07-20 13:16:25 UTC -+++ modules/app_perl/kamailioxs.xs -@@ -402,7 +402,7 @@ char *pv_sprintf(struct sip_msg *m, char - * - strflag: flag mask to be or-applied for string match - */ - --inline int sv2int_str(SV *val, int_str *is, -+static inline int sv2int_str(SV *val, int_str *is, - unsigned short *flags, unsigned short strflag) { - char *s; - STRLEN len; Property changes on: head/net/kamailio/files/patch-modules_app__perl_kamailioxs.xs ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_Makefile =================================================================== --- head/net/kamailio/files/patch-src_Makefile (nonexistent) +++ head/net/kamailio/files/patch-src_Makefile (revision 442179) @@ -0,0 +1,35 @@ +--- src/Makefile.orig 2017-04-21 12:46:05 UTC ++++ src/Makefile +@@ -34,7 +34,7 @@ err_fail?=1 + # whether or not to install $(MAIN_NAME).cfg or just $(MAIN_NAME).cfg.default + # ($(MAIN_NAME).cfg will never be overwritten by make install, this is usefull + # when creating packages) +-skip_cfg_install?= ++skip_cfg_install?=yes + + #extra modules to exclude + skip_modules?= +@@ -649,7 +649,7 @@ sunpkg: + .PHONY: install + install: mk_params="compile_for_install=yes" + install: install-bin install-every-module install-cfg \ +- install-doc install-man install-utils install-share ++ install-man install-utils install-share + + .PHONY: dbinstall + dbinstall: +@@ -764,10 +764,10 @@ install-cfg: $(cfg_prefix)/$(cfg_dir) + fi ; \ + fi ; \ + : ; done; true +- @# radius dictionary +- @$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME) +- @$(INSTALL_CFG) ../etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir) +- @echo "config files installed" ++ # radius dictionary ++ $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample ++ $(INSTALL_CFG) ../etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample ++ echo "config files installed" + + install-bin: $(bin_prefix)/$(bin_dir) $(NAME) + $(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME) Property changes on: head/net/kamailio/files/patch-src_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_Makefile.defs =================================================================== --- head/net/kamailio/files/patch-src_Makefile.defs (nonexistent) +++ head/net/kamailio/files/patch-src_Makefile.defs (revision 442179) @@ -0,0 +1,47 @@ +--- src/Makefile.defs.orig 2017-04-21 13:52:06 UTC ++++ src/Makefile.defs +@@ -208,7 +208,7 @@ YACC := $(shell echo "$${YACC}") + + # find compiler name & version + ifeq ($(CC),) +- CC=gcc ++ CC=clang + endif + LD= $(CC) + CC_LONGVER:=$(shell if $(CC) -v 2>/dev/null; then \ +@@ -222,7 +222,7 @@ MKTAGS=ctags + #find-out the compiler's name + + ifneq (,$(findstring gcc, $(CC_LONGVER))) +- CC_NAME=gcc ++ CC_NAME=clang + RPAREN=) + CC_VER:=$(word 1,$(CC)) $(shell $(CC) - --version|head -n 1|\ + sed -e 's/([^$(RPAREN)]*)//g' \ +@@ -386,7 +386,7 @@ LIBDIR ?= + ifeq ($(LIBDIR),) + ARCHBSZ= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/') + ifeq ($(ARCHBSZ),64b) +- LIBDIR = lib64 ++ LIBDIR = lib + else + LIBDIR = lib + endif +@@ -460,7 +460,7 @@ doxygen_dir=doc/doxygen + + BASEDIR ?= $(DESTDIR) + basedir = $(BASEDIR) +-RUNBASEDIR ?= $(DESTDIR) ++RUNBASEDIR ?= / + runbasedir = $(RUNBASEDIR) + + # install location +@@ -1722,7 +1722,7 @@ ifeq ($(YACC),) + endif + YACC_FLAGS=-d -b core/cfg + # on solaris add -lxnet (e.g. LIBS= -lxnet) +-LIBS= -ldl -lresolv ++LIBS= + LIB_PREFIX:=lib + LIB_SUFFIX:=.so + Property changes on: head/net/kamailio/files/patch-src_Makefile.defs ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_core_ip__addr.h =================================================================== --- head/net/kamailio/files/patch-src_core_ip__addr.h (nonexistent) +++ head/net/kamailio/files/patch-src_core_ip__addr.h (revision 442179) @@ -0,0 +1,13 @@ +--- src/core/ip_addr.h.orig 2017-04-21 12:46:05 UTC ++++ src/core/ip_addr.h +@@ -49,6 +49,10 @@ enum sip_protos { PROTO_NONE, PROTO_UDP, PROTO_TCP, PR + enum comp_methods { COMP_NONE, COMP_SIGCOMP, COMP_SERGZ }; + #endif + ++#ifndef INADDR_LOOPBACK ++#define INADDR_LOOPBACK (u_int32_t)0x7f000001 ++#endif ++ + struct ip_addr{ + unsigned int af; /* address family: AF_INET6 or AF_INET */ + unsigned int len; /* address len, 16 or 4 */ Property changes on: head/net/kamailio/files/patch-src_core_ip__addr.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_main.c =================================================================== --- head/net/kamailio/files/patch-src_main.c (nonexistent) +++ head/net/kamailio/files/patch-src_main.c (revision 442179) @@ -0,0 +1,11 @@ +--- src/main.c.orig 2017-04-21 12:46:05 UTC ++++ src/main.c +@@ -362,7 +362,7 @@ int received_dns = 0; + int sr_auto_aliases=1; + char* working_dir = 0; + char* chroot_dir = 0; +-char* runtime_dir = "" RUN_DIR; ++char* runtime_dir = "/var/run/kamailio/"; + char* user=0; + char* group=0; + int uid = 0; Property changes on: head/net/kamailio/files/patch-src_main.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_modules_ctl_ctl.c =================================================================== --- head/net/kamailio/files/patch-src_modules_ctl_ctl.c (nonexistent) +++ head/net/kamailio/files/patch-src_modules_ctl_ctl.c (revision 442179) @@ -0,0 +1,12 @@ +--- src/modules/ctl/ctl.c.orig 2017-04-21 13:48:39 UTC ++++ src/modules/ctl/ctl.c +@@ -238,8 +238,7 @@ static int mod_init(void) + return -1; + } + strcpy(ctl_socket_path, DEFAULT_CTL_SOCKET_PROTO); +- strcat(ctl_socket_path, runtime_dir); +- strcat(ctl_socket_path, "/"); ++ strcat(ctl_socket_path, "/var/run/"); + strcat(ctl_socket_path, DEFAULT_CTL_SOCKET_NAME); + add_binrpc_socket(PARAM_STRING, ctl_socket_path); + } Property changes on: head/net/kamailio/files/patch-src_modules_ctl_ctl.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_modules_ctl_ctl__defaults.h =================================================================== --- head/net/kamailio/files/patch-src_modules_ctl_ctl__defaults.h (nonexistent) +++ head/net/kamailio/files/patch-src_modules_ctl_ctl__defaults.h (revision 442179) @@ -0,0 +1,11 @@ +--- src/modules/ctl/ctl_defaults.h.orig 2017-04-21 12:46:05 UTC ++++ src/modules/ctl/ctl_defaults.h +@@ -13,7 +13,7 @@ + #define DEFAULT_CTL_SOCKET_NAME NAME "_ctl" + #endif + +-#define DEFAULT_CTL_SOCKET DEFAULT_CTL_SOCKET_PROTO RUN_DIR "/" DEFAULT_CTL_SOCKET_NAME ++#define DEFAULT_CTL_SOCKET DEFAULT_CTL_SOCKET_PROTO "/var/run/" DEFAULT_CTL_SOCKET_NAME + + /* port used by default for tcp/udp if no port is explicitely specified */ + #define DEFAULT_CTL_PORT 2049 Property changes on: head/net/kamailio/files/patch-src_modules_ctl_ctl__defaults.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_modules_db__berkeley_Makefile =================================================================== --- head/net/kamailio/files/patch-src_modules_db__berkeley_Makefile (nonexistent) +++ head/net/kamailio/files/patch-src_modules_db__berkeley_Makefile (revision 442179) @@ -0,0 +1,11 @@ +--- src/modules/db_berkeley/Makefile.orig 2017-04-21 12:46:05 UTC ++++ src/modules/db_berkeley/Makefile +@@ -25,7 +25,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) + # extra install for kamailio + + install-berkeley-scripts: $(bin_prefix)/$(bin_dir) +- BERKELEYDBON=yes make -C ../../../utils/kamctl/ install-modules ++ BERKELEYDBON=yes $(MAKE) -C ../../../utils/kamctl/ install-modules + + install-scripts: install-berkeley-scripts + Property changes on: head/net/kamailio/files/patch-src_modules_db__berkeley_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_modules_db__oracle_Makefile =================================================================== --- head/net/kamailio/files/patch-src_modules_db__oracle_Makefile (nonexistent) +++ head/net/kamailio/files/patch-src_modules_db__oracle_Makefile (revision 442179) @@ -0,0 +1,11 @@ +--- src/modules/db_oracle/Makefile.orig 2017-04-21 12:46:05 UTC ++++ src/modules/db_oracle/Makefile +@@ -70,7 +70,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) + # extra install for kamailio + + install-oracle-scripts: $(bin_prefix)/$(bin_dir) +- ORACLEON=yes make -C ../../../utils/kamctl/ install-modules ++ ORACLEON=yes $(MAKE) -C ../../../utils/kamctl/ install-modules + + install-scripts: install-oracle-scripts + Property changes on: head/net/kamailio/files/patch-src_modules_db__oracle_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_modules_db__sqlite_Makefile =================================================================== --- head/net/kamailio/files/patch-src_modules_db__sqlite_Makefile (nonexistent) +++ head/net/kamailio/files/patch-src_modules_db__sqlite_Makefile (revision 442179) @@ -0,0 +1,11 @@ +--- src/modules/db_sqlite/Makefile.orig 2017-04-21 12:46:06 UTC ++++ src/modules/db_sqlite/Makefile +@@ -22,7 +22,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) + # extra install for kamailio + + install-sqlite-scripts: $(bin_prefix)/$(bin_dir) +- SQLITEON=yes make -C ../../../utils/kamctl/ install-modules ++ SQLITEON=yes $(MAKE) -C ../../../utils/kamctl/ install-modules + + install-scripts: install-sqlite-scripts + Property changes on: head/net/kamailio/files/patch-src_modules_db__sqlite_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_modules_tls_Makefile =================================================================== --- head/net/kamailio/files/patch-src_modules_tls_Makefile (nonexistent) +++ head/net/kamailio/files/patch-src_modules_tls_Makefile (revision 442179) @@ -0,0 +1,11 @@ +--- src/modules/tls/Makefile.orig 2017-04-21 12:46:06 UTC ++++ src/modules/tls/Makefile +@@ -8,6 +8,8 @@ include ../../Makefile.defs + auto_gen= + NAME=tls.so + ++skip_cfg_install?=yes ++ + ifeq ($(CROSS_COMPILE),) + SSL_BUILDER=$(shell \ + if pkg-config --exists libssl; then \ Property changes on: head/net/kamailio/files/patch-src_modules_tls_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_modules_tls_sip-router__cert.sh =================================================================== --- head/net/kamailio/files/patch-src_modules_tls_sip-router__cert.sh (nonexistent) +++ head/net/kamailio/files/patch-src_modules_tls_sip-router__cert.sh (revision 442179) @@ -0,0 +1,9 @@ +--- src/modules/tls/sip-router_cert.sh.orig 2017-04-21 12:46:06 UTC ++++ src/modules/tls/sip-router_cert.sh +@@ -197,5 +197,6 @@ if [ $? != 0 ] ; then + else + echo "Private key stored in '$DIR/$KEY_FILENAME'." + echo "Certificate stored in '$DIR/$CERT_FILENAME'." ++ rm ~/.rnd + exit 0; + fi Property changes on: head/net/kamailio/files/patch-src_modules_tls_sip-router__cert.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-src_modules_websocket_ws__frame.c =================================================================== --- head/net/kamailio/files/patch-src_modules_websocket_ws__frame.c (nonexistent) +++ head/net/kamailio/files/patch-src_modules_websocket_ws__frame.c (revision 442179) @@ -0,0 +1,11 @@ +--- src/modules/websocket/ws_frame.c.orig 2017-04-21 12:46:06 UTC ++++ src/modules/websocket/ws_frame.c +@@ -29,7 +29,7 @@ + #ifdef EMBEDDED_UTF8_DECODE + #include "utf8_decode.h" + #else +-#include ++/* #include */ + #endif + + #include "../../core/events.h" Property changes on: head/net/kamailio/files/patch-src_modules_websocket_ws__frame.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/files/patch-utils_kamctl_Makefile =================================================================== --- head/net/kamailio/files/patch-utils_kamctl_Makefile (nonexistent) +++ head/net/kamailio/files/patch-utils_kamctl_Makefile (revision 442179) @@ -0,0 +1,21 @@ +--- utils/kamctl/Makefile.orig 2017-04-21 12:46:06 UTC ++++ utils/kamctl/Makefile +@@ -8,6 +8,8 @@ else + kamctltmpdir = $(basedir) + endif + ++skip_cfg_install?=yes ++ + all: + @echo "No compilation needed for kamctl" + +@@ -20,7 +22,8 @@ install-cfg: $(cfg_prefix)/$(cfg_dir) + $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/kamctlrc.sample + $(INSTALL_CFG) kamctlrc \ + $(cfg_prefix)/$(cfg_dir)/kamctlrc.sample +- if [ ! -f $(cfg_prefix)/$(cfg_dir)/kamctlrc ]; then \ ++ if [ -z "${skip_cfg_install}" -a \ ++ ! -f $(cfg_prefix)/$(cfg_dir)/kamctlrc ]; then \ + mv -f $(cfg_prefix)/$(cfg_dir)/kamctlrc.sample \ + $(cfg_prefix)/$(cfg_dir)/kamctlrc; \ + fi Property changes on: head/net/kamailio/files/patch-utils_kamctl_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/kamailio/pkg-descr =================================================================== --- head/net/kamailio/pkg-descr (revision 442178) +++ head/net/kamailio/pkg-descr (revision 442179) @@ -1,11 +1,11 @@ Kamailio is an open source SIP proxy server that is capable of handling thousands of up calls in a second. Among the features it provides, are support for TCP, UDP and SCTP, secure communication via TLS for VoIP (voice, video), accounting, the most popular open source databases and much more. Originally starting out as the SIP Express Router (SER) project by the Fraunhofer Society in 2001, the design team got together in 2008, merged old and new source code and rebranded SER to Kamailio. -WWW: http://www.kamailio.org/ +WWW: https://www.kamailio.org/ Index: head/net/kamailio/pkg-plist =================================================================== --- head/net/kamailio/pkg-plist (revision 442178) +++ head/net/kamailio/pkg-plist (revision 442179) @@ -1,365 +1,356 @@ sbin/kamailio sbin/kamcmd sbin/kamctl sbin/kamdbctl @sample etc/kamailio/dictionary.kamailio.sample @sample etc/kamailio/kamailio-advanced.cfg.sample @sample etc/kamailio/kamailio-basic.cfg.sample @sample etc/kamailio/kamailio.cfg.sample @sample etc/kamailio/kamctlrc.sample %%TLS%%@sample etc/kamailio/tls.cfg.sample -lib/kamailio/libbinrpc.so -lib/kamailio/libbinrpc.so.0 -lib/kamailio/libkcore.so -lib/kamailio/libkcore.so.1 -lib/kamailio/libkmi.so -lib/kamailio/libkmi.so.1 lib/kamailio/libprint.so lib/kamailio/libprint.so.1 lib/kamailio/libsrdb1.so lib/kamailio/libsrdb1.so.1 %%MYSQL%%lib/kamailio/libsrdb2.so %%MYSQL%%lib/kamailio/libsrdb2.so.1 lib/kamailio/libsrutils.so lib/kamailio/libsrutils.so.1 %%MYSQL%%lib/kamailio/libtrie.so %%MYSQL%%lib/kamailio/libtrie.so.1 lib/kamailio/kamctl/kamctl.base lib/kamailio/kamctl/kamctl.ctlbase %%MYSQL%%lib/kamailio/kamctl/kamctl.dbtext -lib/kamailio/kamctl/kamctl.fifo %%MYSQL%%lib/kamailio/kamctl/kamctl.mysql %%PGSQL%%lib/kamailio/kamctl/kamctl.pgsql +lib/kamailio/kamctl/kamctl.rpcfifo lib/kamailio/kamctl/kamctl.ser -lib/kamailio/kamctl/kamctl.ser_mi lib/kamailio/kamctl/kamctl.sqlbase -lib/kamailio/kamctl/kamctl.unixsock lib/kamailio/kamctl/kamdbctl.base %%MYSQL%%lib/kamailio/kamctl/kamdbctl.dbtext %%MYSQL%%lib/kamailio/kamctl/kamdbctl.mysql %%PGSQL%%lib/kamailio/kamctl/kamdbctl.pgsql %%MYSQL%%lib/kamailio/kamctl/dbtextdb/dbtextdb.py %%MYSQL%%lib/kamailio/modules/acc.so %%MYSQL%%lib/kamailio/modules/alias_db.so +lib/kamailio/modules/app_jsdt.so %%PERL%%lib/kamailio/modules/app_perl.so lib/kamailio/modules/async.so lib/kamailio/modules/auth.so %%MYSQL%%lib/kamailio/modules/auth_db.so lib/kamailio/modules/auth_diameter.so %%RADIUS%%lib/kamailio/modules/auth_radius.so lib/kamailio/modules/auth_xkeys.so lib/kamailio/modules/avp.so %%MYSQL%%lib/kamailio/modules/avpops.so lib/kamailio/modules/benchmark.so lib/kamailio/modules/blst.so lib/kamailio/modules/call_control.so %%MYSQL%%lib/kamailio/modules/cfg_db.so lib/kamailio/modules/cfg_rpc.so lib/kamailio/modules/cfgt.so lib/kamailio/modules/cfgutils.so lib/kamailio/modules/corex.so lib/kamailio/modules/counters.so lib/kamailio/modules/ctl.so %%MYSQL%%lib/kamailio/modules/db_cluster.so %%MYSQL%%lib/kamailio/modules/db_flatstore.so %%MYSQL%%lib/kamailio/modules/db_mysql.so %%PGSQL%%lib/kamailio/modules/db_postgres.so %%UNIXODBC%%lib/kamailio/modules/db_unixodbc.so %%TLS%%lib/kamailio/modules/tls.so %%MYSQL%%lib/kamailio/modules/db_text.so lib/kamailio/modules/debugger.so %%MYSQL%%lib/kamailio/modules/dialog.so %%MYSQL%%lib/kamailio/modules/dispatcher.so lib/kamailio/modules/diversion.so lib/kamailio/modules/dmq.so lib/kamailio/modules/dmq_usrloc.so %%MYSQL%%lib/kamailio/modules/domain.so lib/kamailio/modules/domainpolicy.so %%MYSQL%%lib/kamailio/modules/drouting.so lib/kamailio/modules/enum.so lib/kamailio/modules/exec.so %%MYSQL%%lib/kamailio/modules/group.so %%MYSQL%%lib/kamailio/modules/htable.so %%MYSQL%%lib/kamailio/modules/imc.so lib/kamailio/modules/ipops.so -lib/kamailio/modules/jsonrpc-s.so +lib/kamailio/modules/jsonrpcs.so lib/kamailio/modules/kex.so lib/kamailio/modules/log_custom.so lib/kamailio/modules/malloc_test.so lib/kamailio/modules/mangler.so %%MYSQL%%lib/kamailio/modules/matrix.so lib/kamailio/modules/maxfwd.so lib/kamailio/modules/mediaproxy.so -lib/kamailio/modules/mi_datagram.so -lib/kamailio/modules/mi_fifo.so -lib/kamailio/modules/mi_rpc.so %%MYSQL%%lib/kamailio/modules/mohqueue.so lib/kamailio/modules/mqueue.so %%MYSQL%%lib/kamailio/modules/msilo.so lib/kamailio/modules/msrp.so %%MYSQL%%lib/kamailio/modules/mtree.so lib/kamailio/modules/nat_traversal.so lib/kamailio/modules/nathelper.so lib/kamailio/modules/nosip.so %%MYSQL%%lib/kamailio/modules/p_usrloc.so lib/kamailio/modules/path.so lib/kamailio/modules/pdb.so %%MYSQL%%lib/kamailio/modules/pdt.so %%MYSQL%%lib/kamailio/modules/permissions.so lib/kamailio/modules/pike.so %%MYSQL%%lib/kamailio/modules/pipelimit.so %%MYSQL%%lib/kamailio/modules/prefix_route.so lib/kamailio/modules/print.so lib/kamailio/modules/print_lib.so lib/kamailio/modules/pv.so lib/kamailio/modules/qos.so lib/kamailio/modules/ratelimit.so %%MYSQL%%lib/kamailio/modules/registrar.so lib/kamailio/modules/rr.so lib/kamailio/modules/rtimer.so lib/kamailio/modules/rtjson.so lib/kamailio/modules/rtpengine.so lib/kamailio/modules/rtpproxy.so lib/kamailio/modules/sanity.so lib/kamailio/modules/sca.so %%SCTP%%lib/kamailio/modules/sctp.so lib/kamailio/modules/sdpops.so lib/kamailio/modules/seas.so %%MYSQL%%lib/kamailio/modules/sipcapture.so lib/kamailio/modules/sipt.so %%MYSQL%%lib/kamailio/modules/siptrace.so lib/kamailio/modules/siputils.so lib/kamailio/modules/sl.so lib/kamailio/modules/sms.so lib/kamailio/modules/smsops.so %%MYSQL%%lib/kamailio/modules/speeddial.so %%MYSQL%%lib/kamailio/modules/sqlops.so +lib/kamailio/modules/ss7ops.so lib/kamailio/modules/sst.so lib/kamailio/modules/statistics.so lib/kamailio/modules/statsc.so lib/kamailio/modules/statsd.so lib/kamailio/modules/stun.so lib/kamailio/modules/tcpops.so lib/kamailio/modules/textops.so lib/kamailio/modules/textopsx.so lib/kamailio/modules/timer.so lib/kamailio/modules/tm.so lib/kamailio/modules/tmrec.so lib/kamailio/modules/tmx.so lib/kamailio/modules/topoh.so lib/kamailio/modules/topos.so lib/kamailio/modules/tsilo.so %%MYSQL%%lib/kamailio/modules/uac.so lib/kamailio/modules/uac_redirect.so %%MYSQL%%lib/kamailio/modules/uri_db.so %%MYSQL%%lib/kamailio/modules/userblacklist.so %%MYSQL%%lib/kamailio/modules/usrloc.so %%WEBSOCKET%%lib/kamailio/modules/websocket.so lib/kamailio/modules/xhttp.so lib/kamailio/modules/xhttp_rpc.so lib/kamailio/modules/xlog.so lib/kamailio/modules/xprint.so %%RADIUS%%lib/kamailio/modules/acc_radius.so %%RADIUS%%lib/kamailio/modules/misc_radius.so %%RADIUS%%lib/kamailio/modules/peering.so %%PRESENCE%%lib/kamailio/modules/pua.so +%%PRESENCE%%lib/kamailio/modules/pua_rpc.so %%PRESENCE%%lib/kamailio/modules/pua_xmpp.so %%PRESENCE%%lib/kamailio/modules/xcap_client.so %%PRESENCE%%lib/kamailio/modules/xcap_server.so %%PRESENCE%%lib/kamailio/modules/presence.so %%PRESENCE%%lib/kamailio/modules/presence_conference.so %%PRESENCE%%lib/kamailio/modules/presence_dialoginfo.so %%PRESENCE%%lib/kamailio/modules/presence_mwi.so %%PRESENCE%%lib/kamailio/modules/presence_profile.so %%PRESENCE%%lib/kamailio/modules/presence_reginfo.so %%PRESENCE%%lib/kamailio/modules/presence_xml.so %%PRESENCE%%lib/kamailio/modules/pua_bla.so %%PRESENCE%%lib/kamailio/modules/pua_dialoginfo.so -%%PRESENCE%%lib/kamailio/modules/pua_mi.so %%PRESENCE%%lib/kamailio/modules/pua_reginfo.so %%PRESENCE%%lib/kamailio/modules/pua_usrloc.so %%PRESENCE%%lib/kamailio/modules/rls.so %%DIALPLAN%%lib/kamailio/modules/dialplan.so %%PERL%%lib/kamailio/perl/Kamailio.pm %%PERL%%lib/kamailio/perl/Kamailio/Constants.pm %%PERL%%lib/kamailio/perl/Kamailio/LDAPUtils/LDAPConf.pm %%PERL%%lib/kamailio/perl/Kamailio/LDAPUtils/LDAPConnection.pm %%PERL%%lib/kamailio/perl/Kamailio/Message.pm %%PERL%%lib/kamailio/perl/Kamailio/Utils/Debug.pm %%PERL%%lib/kamailio/perl/Kamailio/Utils/PhoneNumbers.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/Adapter/AccountingSIPtrace.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/Adapter/Alias.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/Adapter/Auth.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/Adapter/Describe.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/Adapter/Speeddial.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/Adapter/TableVersions.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/Column.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/Pair.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/ReqCond.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/Result.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/VTab.pm %%PERL%%lib/kamailio/perl/Kamailio/VDB/Value.pm %%MYSQL%%%%DATADIR%%/dbtext/kamailio/acc %%MYSQL%%%%DATADIR%%/dbtext/kamailio/acc_cdrs %%MYSQL%%%%DATADIR%%/dbtext/kamailio/active_watchers %%MYSQL%%%%DATADIR%%/dbtext/kamailio/address %%MYSQL%%%%DATADIR%%/dbtext/kamailio/aliases %%MYSQL%%%%DATADIR%%/dbtext/kamailio/carrier_name %%MYSQL%%%%DATADIR%%/dbtext/kamailio/carrierfailureroute %%MYSQL%%%%DATADIR%%/dbtext/kamailio/carrierroute %%MYSQL%%%%DATADIR%%/dbtext/kamailio/cpl %%MYSQL%%%%DATADIR%%/dbtext/kamailio/dbaliases %%MYSQL%%%%DATADIR%%/dbtext/kamailio/dialog %%MYSQL%%%%DATADIR%%/dbtext/kamailio/dialog_vars %%MYSQL%%%%DATADIR%%/dbtext/kamailio/dialplan %%MYSQL%%%%DATADIR%%/dbtext/kamailio/dispatcher %%MYSQL%%%%DATADIR%%/dbtext/kamailio/domain %%MYSQL%%%%DATADIR%%/dbtext/kamailio/domain_attrs %%MYSQL%%%%DATADIR%%/dbtext/kamailio/domain_name %%MYSQL%%%%DATADIR%%/dbtext/kamailio/domainpolicy %%MYSQL%%%%DATADIR%%/dbtext/kamailio/dr_gateways %%MYSQL%%%%DATADIR%%/dbtext/kamailio/dr_groups %%MYSQL%%%%DATADIR%%/dbtext/kamailio/dr_gw_lists %%MYSQL%%%%DATADIR%%/dbtext/kamailio/dr_rules %%MYSQL%%%%DATADIR%%/dbtext/kamailio/globalblacklist %%MYSQL%%%%DATADIR%%/dbtext/kamailio/grp %%MYSQL%%%%DATADIR%%/dbtext/kamailio/htable %%MYSQL%%%%DATADIR%%/dbtext/kamailio/imc_members %%MYSQL%%%%DATADIR%%/dbtext/kamailio/imc_rooms %%MYSQL%%%%DATADIR%%/dbtext/kamailio/lcr_gw %%MYSQL%%%%DATADIR%%/dbtext/kamailio/lcr_rule %%MYSQL%%%%DATADIR%%/dbtext/kamailio/lcr_rule_target %%MYSQL%%%%DATADIR%%/dbtext/kamailio/location %%MYSQL%%%%DATADIR%%/dbtext/kamailio/location_attrs %%MYSQL%%%%DATADIR%%/dbtext/kamailio/matrix %%MYSQL%%%%DATADIR%%/dbtext/kamailio/missed_calls %%MYSQL%%%%DATADIR%%/dbtext/kamailio/mohqcalls %%MYSQL%%%%DATADIR%%/dbtext/kamailio/mohqueues %%MYSQL%%%%DATADIR%%/dbtext/kamailio/mtree %%MYSQL%%%%DATADIR%%/dbtext/kamailio/mtrees %%MYSQL%%%%DATADIR%%/dbtext/kamailio/pdt %%MYSQL%%%%DATADIR%%/dbtext/kamailio/pl_pipes %%MYSQL%%%%DATADIR%%/dbtext/kamailio/presentity %%MYSQL%%%%DATADIR%%/dbtext/kamailio/pua %%MYSQL%%%%DATADIR%%/dbtext/kamailio/purplemap %%MYSQL%%%%DATADIR%%/dbtext/kamailio/re_grp %%MYSQL%%%%DATADIR%%/dbtext/kamailio/rls_presentity %%MYSQL%%%%DATADIR%%/dbtext/kamailio/rls_watchers %%MYSQL%%%%DATADIR%%/dbtext/kamailio/rtpengine %%MYSQL%%%%DATADIR%%/dbtext/kamailio/rtpproxy %%MYSQL%%%%DATADIR%%/dbtext/kamailio/sca_subscriptions %%MYSQL%%%%DATADIR%%/dbtext/kamailio/silo %%MYSQL%%%%DATADIR%%/dbtext/kamailio/sip_trace %%MYSQL%%%%DATADIR%%/dbtext/kamailio/speed_dial %%MYSQL%%%%DATADIR%%/dbtext/kamailio/subscriber %%MYSQL%%%%DATADIR%%/dbtext/kamailio/topos_d %%MYSQL%%%%DATADIR%%/dbtext/kamailio/topos_t %%MYSQL%%%%DATADIR%%/dbtext/kamailio/trusted %%MYSQL%%%%DATADIR%%/dbtext/kamailio/uacreg %%MYSQL%%%%DATADIR%%/dbtext/kamailio/uid_credentials %%MYSQL%%%%DATADIR%%/dbtext/kamailio/uid_domain %%MYSQL%%%%DATADIR%%/dbtext/kamailio/uid_domain_attrs %%MYSQL%%%%DATADIR%%/dbtext/kamailio/uid_global_attrs %%MYSQL%%%%DATADIR%%/dbtext/kamailio/uid_uri %%MYSQL%%%%DATADIR%%/dbtext/kamailio/uid_uri_attrs %%MYSQL%%%%DATADIR%%/dbtext/kamailio/uid_user_attrs %%MYSQL%%%%DATADIR%%/dbtext/kamailio/uri %%MYSQL%%%%DATADIR%%/dbtext/kamailio/userblacklist %%MYSQL%%%%DATADIR%%/dbtext/kamailio/usr_preferences %%MYSQL%%%%DATADIR%%/dbtext/kamailio/version %%MYSQL%%%%DATADIR%%/dbtext/kamailio/watchers %%MYSQL%%%%DATADIR%%/dbtext/kamailio/xcap %%MYSQL%%%%DATADIR%%/mysql/acc-create.sql %%MYSQL%%%%DATADIR%%/mysql/alias_db-create.sql %%MYSQL%%%%DATADIR%%/mysql/auth_db-create.sql %%MYSQL%%%%DATADIR%%/mysql/avpops-create.sql %%MYSQL%%%%DATADIR%%/mysql/carrierroute-create.sql %%MYSQL%%%%DATADIR%%/mysql/cpl-create.sql %%MYSQL%%%%DATADIR%%/mysql/dialog-create.sql -%%MYSQL%%%%DATADIR%%/mysql/dialog_ng-create.sql %%MYSQL%%%%DATADIR%%/mysql/dialplan-create.sql %%MYSQL%%%%DATADIR%%/mysql/dispatcher-create.sql %%MYSQL%%%%DATADIR%%/mysql/domain-create.sql %%MYSQL%%%%DATADIR%%/mysql/domainpolicy-create.sql %%MYSQL%%%%DATADIR%%/mysql/drouting-create.sql %%MYSQL%%%%DATADIR%%/mysql/group-create.sql %%MYSQL%%%%DATADIR%%/mysql/htable-create.sql %%MYSQL%%%%DATADIR%%/mysql/imc-create.sql %%MYSQL%%%%DATADIR%%/mysql/ims_charging_create.sql +%%MYSQL%%%%DATADIR%%/mysql/ims_dialog-create.sql %%MYSQL%%%%DATADIR%%/mysql/ims_usrloc_pcscf-create.sql %%MYSQL%%%%DATADIR%%/mysql/ims_usrloc_scscf-create.sql %%MYSQL%%%%DATADIR%%/mysql/lcr-create.sql %%MYSQL%%%%DATADIR%%/mysql/matrix-create.sql %%MYSQL%%%%DATADIR%%/mysql/mohqueue-create.sql %%MYSQL%%%%DATADIR%%/mysql/msilo-create.sql %%MYSQL%%%%DATADIR%%/mysql/mtree-create.sql %%MYSQL%%%%DATADIR%%/mysql/pdt-create.sql %%MYSQL%%%%DATADIR%%/mysql/permissions-create.sql %%MYSQL%%%%DATADIR%%/mysql/pipelimit-create.sql %%MYSQL%%%%DATADIR%%/mysql/presence-create.sql %%MYSQL%%%%DATADIR%%/mysql/purple-create.sql %%MYSQL%%%%DATADIR%%/mysql/registrar-create.sql %%MYSQL%%%%DATADIR%%/mysql/rls-create.sql %%MYSQL%%%%DATADIR%%/mysql/rtpengine-create.sql %%MYSQL%%%%DATADIR%%/mysql/rtpproxy-create.sql %%MYSQL%%%%DATADIR%%/mysql/sca-create.sql %%MYSQL%%%%DATADIR%%/mysql/siptrace-create.sql %%MYSQL%%%%DATADIR%%/mysql/speeddial-create.sql %%MYSQL%%%%DATADIR%%/mysql/standard-create.sql %%MYSQL%%%%DATADIR%%/mysql/topos-create.sql %%MYSQL%%%%DATADIR%%/mysql/uac-create.sql %%MYSQL%%%%DATADIR%%/mysql/uid_auth_db-create.sql %%MYSQL%%%%DATADIR%%/mysql/uid_avp_db-create.sql %%MYSQL%%%%DATADIR%%/mysql/uid_domain-create.sql %%MYSQL%%%%DATADIR%%/mysql/uid_gflags-create.sql %%MYSQL%%%%DATADIR%%/mysql/uid_uri_db-create.sql %%MYSQL%%%%DATADIR%%/mysql/uri_db-create.sql %%MYSQL%%%%DATADIR%%/mysql/userblacklist-create.sql %%MYSQL%%%%DATADIR%%/mysql/usrloc-create.sql %%PGSQL%%%%DATADIR%%/postgres/acc-create.sql %%PGSQL%%%%DATADIR%%/postgres/alias_db-create.sql %%PGSQL%%%%DATADIR%%/postgres/auth_db-create.sql %%PGSQL%%%%DATADIR%%/postgres/avpops-create.sql %%PGSQL%%%%DATADIR%%/postgres/carrierroute-create.sql %%PGSQL%%%%DATADIR%%/postgres/cpl-create.sql %%PGSQL%%%%DATADIR%%/postgres/dialog-create.sql %%PGSQL%%%%DATADIR%%/postgres/dialplan-create.sql %%PGSQL%%%%DATADIR%%/postgres/dispatcher-create.sql %%PGSQL%%%%DATADIR%%/postgres/domain-create.sql %%PGSQL%%%%DATADIR%%/postgres/domainpolicy-create.sql %%PGSQL%%%%DATADIR%%/postgres/drouting-create.sql %%PGSQL%%%%DATADIR%%/postgres/group-create.sql %%PGSQL%%%%DATADIR%%/postgres/htable-create.sql %%PGSQL%%%%DATADIR%%/postgres/imc-create.sql %%PGSQL%%%%DATADIR%%/postgres/lcr-create.sql %%PGSQL%%%%DATADIR%%/postgres/matrix-create.sql %%PGSQL%%%%DATADIR%%/postgres/mohqueue-create.sql %%PGSQL%%%%DATADIR%%/postgres/msilo-create.sql %%PGSQL%%%%DATADIR%%/postgres/mtree-create.sql %%PGSQL%%%%DATADIR%%/postgres/pdt-create.sql %%PGSQL%%%%DATADIR%%/postgres/permissions-create.sql %%PGSQL%%%%DATADIR%%/postgres/pipelimit-create.sql %%PGSQL%%%%DATADIR%%/postgres/presence-create.sql %%PGSQL%%%%DATADIR%%/postgres/purple-create.sql %%PGSQL%%%%DATADIR%%/postgres/registrar-create.sql %%PGSQL%%%%DATADIR%%/postgres/rls-create.sql %%PGSQL%%%%DATADIR%%/postgres/rtpproxy-create.sql %%PGSQL%%%%DATADIR%%/postgres/sca-create.sql %%PGSQL%%%%DATADIR%%/postgres/siptrace-create.sql %%PGSQL%%%%DATADIR%%/postgres/speeddial-create.sql %%PGSQL%%%%DATADIR%%/postgres/standard-create.sql %%PGSQL%%%%DATADIR%%/postgres/uac-create.sql %%PGSQL%%%%DATADIR%%/postgres/uid_auth_db-create.sql %%PGSQL%%%%DATADIR%%/postgres/uid_avp_db-create.sql %%PGSQL%%%%DATADIR%%/postgres/uid_domain-create.sql %%PGSQL%%%%DATADIR%%/postgres/uid_gflags-create.sql %%PGSQL%%%%DATADIR%%/postgres/uid_uri_db-create.sql %%PGSQL%%%%DATADIR%%/postgres/uri_db-create.sql %%PGSQL%%%%DATADIR%%/postgres/userblacklist-create.sql %%PGSQL%%%%DATADIR%%/postgres/usrloc-create.sql man/man5/kamailio.cfg.5.gz man/man8/kamailio.8.gz man/man8/kamcmd.8.gz man/man8/kamctl.8.gz man/man8/kamdbctl.8.gz