1870a880ed4eff4dff3b40f94c0d827bda51e7b9
[feed/telephony.git] / net / freeswitch / Makefile
1 #
2 # Copyright (C) 2009-2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 #
8 include $(TOPDIR)/rules.mk
9
10
11 PKG_NAME:=freeswitch
12 PKG_SOURCE_PROTO:=git
13 PKG_DISTNAME:=$(PKG_NAME)_$(PKG_SOURCE_PROTO)
14 PKG_VERSION:=1.5.15b
15
16
17 #
18 # The latest FS git hash in PKG_SOURCE_VERSION can be obtained from
19 # http://fisheye.freeswitch.org
20 #
21 FS_WITH_DEFAULT_HEAD:=e4e9b1b9f93f3b1c6e344519d52d3854520ba29a
22 PKG_SOURCE_URL:=https://stash.$(PKG_NAME).org/scm/fs/$(PKG_NAME).git
23 PKG_SOURCE_VERSION:=$(if $(CONFIG_FS_WITH_LATEST_HEAD),$(shell git ls-remote $(PKG_SOURCE_URL) HEAD|cut -f1),$(FS_WITH_DEFAULT_HEAD))
24 FS_WITH_DEFAULT_HEAD_SHORT:=$(shell echo $(FS_WITH_DEFAULT_HEAD)|cut -b -7)
25 PKG_SOURCE_VERSION_SHORT:=$(shell echo $(PKG_SOURCE_VERSION)|cut -b -7)
26 PKG_RELEASE:=$(PKG_SOURCE_VERSION_SHORT)
27 PKG_SOURCE_SUBDIR:=$(PKG_DISTNAME)
28 PKG_SOURCE:=$(PKG_SOURCE_SUBDIR)-$(if $(CONFIG_FS_WITH_LOCAL_SOURCE),$(FS_WITH_DEFAULT_HEAD_SHORT).tar.xz,$(PKG_SOURCE_VERSION_SHORT).tar.bz2)
29 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
30
31
32 PKG_FIXUP:=libtool autoreconf
33 PKG_BUILD_PARALLEL:=0
34
35
36 ifeq ($(CONFIG_DEVEL),y)
37         export QUILT=1
38 endif
39
40
41 PKG_BUILD_DEPENDS:= \
42         FS_WITH_CORE_LIBEDIT_SUPPORT:libedit \
43         FS_WITH_MYSQL:libmysqlclient \
44         FS_WITH_POSTGRESQL:libpq \
45         FS_WITH_SQLITE3:libsqlite3 \
46         FS_WITH_APR_SCTP:sctp \
47
48
49 TAR_OPTIONS+= --strip-components=1 -C $(PKG_BUILD_DIR)
50
51
52 FS_MOD_AVAILABLE:= \
53         abstraction \
54         alsa \
55         amr \
56         amrwb \
57         avmd \
58         basic \
59         bert \
60         blacklist \
61         bv \
62         callcenter \
63         cdr-csv \
64         cdr-mongodb \
65         cdr-pg-csv \
66         cdr-sqlite \
67         celt \
68         cepstral \
69         cidlookup \
70         cluechoo \
71         codec2 \
72         commands \
73         conference \
74         console \
75         curl \
76         dahdi-codec \
77         db \
78         dialplan-asterisk \
79         dialplan-directory \
80         dialplan-xml \
81         dingaling \
82         directory \
83         distributor \
84         dptools \
85         easyroute \
86         enum \
87         erlang-event \
88         esf \
89         event-multicast \
90         event-socket \
91         event-zmq \
92         expr \
93         fifo \
94         file-string \
95         flite \
96         format-cdr \
97         freetdm \
98         fsk \
99         fsv \
100         g723-1 \
101         g729 \
102         gsmopen \
103         h26x \
104         h323 \
105         hash \
106         html5 \
107         httapi \
108         http-cache \
109         ilbc \
110         isac \
111         java \
112         json-cdr \
113         lcr \
114         ldap \
115         local-stream \
116         logfile \
117         loopback \
118         lua \
119         managed \
120         memcache \
121         mongo \
122         mp4 \
123         mp4v \
124         native-file \
125         nibblebill \
126         opus \
127         oreka \
128         perl \
129         portaudio \
130         portaudio-stream \
131         posix-timer \
132         radius-cdr \
133         rayo \
134         redis \
135         rss \
136         rtc \
137         rtmp \
138         sangoma-codec \
139         say-de \
140         say-en \
141         say-es \
142         say-fa \
143         say-fr \
144         say-hu \
145         say-it \
146         say-nl \
147         say-pt \
148         say-ru \
149         say-th \
150         say-zh \
151         shell-stream \
152         silk \
153         siren \
154         skel \
155         skinny \
156         skypopen \
157         sms \
158         snapshot \
159         snipe-hunt \
160         sndfile \
161         snmp \
162         snom \
163         sofia \
164         sonar \
165         spandsp \
166         spidermonkey \
167         spidermonkey-core-db \
168         spidermonkey-curl \
169         spidermonkey-odbc \
170         spidermonkey-socket \
171         spidermonkey-teletone \
172         spy \
173         ssml \
174         stress \
175         syslog \
176         timerfd \
177         tone-stream \
178         tts-commandline \
179         unimrcp \
180         valet-parking \
181         verto \
182         vmd \
183         voicemail \
184         voicemail-ivr \
185         vp8 \
186         xml-cdr \
187         xml-curl \
188         xml-ldap \
189         xml-rpc \
190         xml-radius \
191         xml-scgi \
192         yaml \
193
194
195 PKG_CONFIG_DEPENDS:= \
196         CONFIG_FS_WITH_ALSA \
197         CONFIG_FS_WITH_APR_CONFIG_SWITCHES \
198         CONFIG_FS_WITH_APR_IPV6 \
199         CONFIG_FS_WITH_APR_SCTP \
200         CONFIG_FS_WITH_APR_THREADS \
201         CONFIG_FS_WITH_BUILTIN_ZRTP \
202         CONFIG_FS_WITH_CORE_LIBEDIT_SUPPORT \
203         CONFIG_FS_WITH_DEFAULT_HEAD \
204         CONFIG_FS_WITH_ERLANG \
205         CONFIG_FS_WITH_FHS \
206         CONFIG_FS_WITH_FIXED_POINT \
207         CONFIG_FS_WITH_LATEST_HEAD \
208         CONFIG_FS_WITH_LOCAL_SOURCE \
209         CONFIG_FS_WITH_LZMA \
210         CONFIG_FS_WITH_MYSQL \
211         CONFIG_FS_WITH_ODBC \
212         CONFIG_FS_WITH_OGG \
213         CONFIG_FS_WITH_OPENSSL \
214         CONFIG_FS_WITH_OPENWRT_SOURCE \
215         CONFIG_FS_WITH_OPT \
216         CONFIG_FS_WITH_POSTGRESQL \
217         CONFIG_FS_WITH_SILENT_RULES \
218         CONFIG_FS_WITH_SQLITE3 \
219         CONFIG_FS_WITH_SRTP \
220         CONFIG_FS_WITH_SRTP_GENERIC_AESICM \
221         CONFIG_FS_WITH_SRTP_KERNEL_LINUX \
222         CONFIG_FS_WITH_SRTP_OPENSSL \
223         CONFIG_FS_WITH_STUN \
224         CONFIG_FS_WITH_VISIBILITY \
225         $(patsubst %,CONFIG_PACKAGE_$(PKG_NAME)-mod-%,$(FS_MOD_AVAILABLE)) \
226
227
228 include $(INCLUDE_DIR)/package.mk
229 include $(INCLUDE_DIR)/nls.mk
230
231
232 ifneq ($(CONFIG_CCACHE),)
233 TARGET_CC=$(TARGET_CC_NOCACHE)
234 TARGET_CXX=$(TARGET_CXX_NOCACHE)
235 endif
236
237
238 ifneq ($(CONFIG_CCACHE),)
239 TARGET_CC=$(TARGET_CC_NOCACHE)
240 TARGET_CXX=$(TARGET_CXX_NOCACHE)
241 endif
242
243
244 define Package/$(PKG_NAME)/Default
245   SECTION:=net
246   CATEGORY:=Network
247   SUBMENU:=Telephony
248   URL:=http://www.$(PKG_NAME).org/
249   MAINTAINER:=Mazi Lo <openwrt.mazilo@recursor.net>
250 endef
251
252
253 define Package/$(PKG_NAME)
254 $(call Package/$(PKG_NAME)/Default)
255   MENU:=1
256   TITLE:=FreeSWITCH open source telephony platform ($(PKG_SOURCE_VERSION_SHORT))
257   DEPENDS:=+FS_WITH_CORE_LIBEDIT_SUPPORT:libedit +FS_WITH_OPENSSL:libopenssl +libcurl +libdb47 +libgdbm $(ICONV_DEPENDS) $(INTL_DEPENDS) +libjpeg +libncurses +libopenldap +libpcre +libpthread +librt +libspeex +libspeexdsp +FS_WITH_SQLITE3:libsqlite3 +FS_WITH_SRTP:libsrtp +SSP_SUPPORT:libssp +libstdcpp +libuuid +PACKAGE_$(PKG_NAME)-mod-perl:perl
258 endef
259
260
261 define Package/$(PKG_NAME)/description
262   FreeSWITCH is an open source telephony platform designed to
263   facilitate the creation of voice and chat driven products 
264   scaling from a soft-phone up to a soft-switch.
265 endef
266
267
268 define Package/$(PKG_NAME)/config
269   source "$(SOURCE)/Config.in"
270 endef
271
272
273 define Package/$(PKG_NAME)-mod-spandsp/config
274     config FS_WITH_FIXED_POINT
275     depends on PACKAGE_$(PKG_NAME)-mod-spandsp
276     bool "Enable fixed point support for spandsp (may degrade performance)"
277     default n
278     help
279         Compile spandsp package with a fixed point support. ONLY enabled this
280         option when necessary, i.e. CPU doesn't support floating computation.
281 endef
282
283
284 define Package/$(PKG_NAME)-example-config
285 $(call Package/$(PKG_NAME)/Default)
286   TITLE:=FreeSWITCH example config (commented)
287   DEPENDS:= $(PKG_NAME)
288 endef
289
290
291 define Package/$(PKG_NAME)-example-config/description
292   The default configuration included with FreeSWITCH. It is not intended to be
293   a final product, and is thus moved to /usr/share/$(PKG_NAME)/examples/conf to
294   be an example of how FreeSWITCH can be configured.
295 endef
296
297
298 define Package/$(PKG_NAME)-config-upstream-defaults
299 $(call Package/$(PKG_NAME)/Default)
300   TITLE:=FreeSWITCH upstream config
301   DEPENDS:= $(PKG_NAME)
302 endef
303
304
305 define Package/$(PKG_NAME)-config-upstream-defaults/description
306   The default configuration included with FreeSWITCH. It is not intended to be
307   a final product, and but is included for those who don't want to use the
308   OpenWRT configuration and/or want to try things as prepared by upstream.
309 endef
310
311
312 define Package/$(PKG_NAME)-config-minimal
313 $(call Package/$(PKG_NAME)/Default)
314   TITLE:=FreeSWITCH minimal config
315   DEPENDS:= $(PKG_NAME)
316 endef
317
318
319 define Package/$(PKG_NAME)-config-minimal/description
320   A minimal configuration of FreeSWITCH for OpenWRT devices. Is what the UCI
321   configuration began with.
322 endef
323
324
325 define Package/$(PKG_NAME)-collection-upstream-defaults
326 $(call Package/$(PKG_NAME)/Default)
327   TITLE:=FS upstream def sample conf
328   DEPENDS:= $(PKG_NAME) \
329                 +$(PKG_NAME)-config-upstream-defaults \
330                 +$(PKG_NAME)-mod-callcenter \
331                 +$(PKG_NAME)-mod-codec2 \
332                 +$(PKG_NAME)-mod-commands \
333                 +$(PKG_NAME)-mod-conference \
334                 +$(PKG_NAME)-mod-curl \
335                 +$(PKG_NAME)-mod-dialplan-xml \
336                 +$(PKG_NAME)-mod-dingaling \
337                 +$(PKG_NAME)-mod-dptools \
338                 +$(PKG_NAME)-mod-event-socket \
339                 +$(PKG_NAME)-mod-g723-1 \
340                 +$(PKG_NAME)-mod-g729 \
341                 +$(PKG_NAME)-mod-hash \
342                 +$(PKG_NAME)-mod-http-cache \
343                 +$(PKG_NAME)-mod-ilbc \
344                 +$(PKG_NAME)-mod-local-stream \
345                 +$(PKG_NAME)-mod-lua \
346                 +$(PKG_NAME)-mod-native-file \
347                 +$(PKG_NAME)-mod-say-en \
348                 +$(PKG_NAME)-mod-sndfile \
349                 +$(PKG_NAME)-mod-sofia \
350                 +$(PKG_NAME)-mod-syslog \
351                 +$(PKG_NAME)-mod-tone-stream \
352                 +$(PKG_NAME)-mod-xml-curl \
353                 +$(PKG_NAME)-mod-xml-rpc \
354                 +$(PKG_NAME)-tools
355 endef
356
357
358 define Package/$(PKG_NAME)-collection-minimal
359 $(call Package/$(PKG_NAME)/Default)
360   TITLE:=FreeSWITCH minimal package collection
361   DEFAULT:=y
362   DEPENDS:= $(PKG_NAME) \
363                 +$(PKG_NAME)-config-minimal \
364                 +$(PKG_NAME)-mod-codec2 \
365                 +$(PKG_NAME)-mod-commands \
366                 +$(PKG_NAME)-mod-dialplan-xml \
367                 +$(PKG_NAME)-mod-dptools \
368                 +$(PKG_NAME)-mod-event-socket \
369                 +$(PKG_NAME)-mod-hash \
370                 +$(PKG_NAME)-mod-local-stream \
371                 +$(PKG_NAME)-mod-sndfile \
372                 +$(PKG_NAME)-mod-sofia \
373                 +$(PKG_NAME)-mod-syslog \
374                 +$(PKG_NAME)-mod-tone-stream \
375                 +$(PKG_NAME)-tools
376 endef
377
378
379 define Package/$(PKG_NAME)-sounds-en-08KHz
380 $(call Package/$(PKG_NAME)/Default)
381   TITLE:=FreeSWITCH 8KHz english sounds
382   DEPENDS:= $(PKG_NAME)
383 endef
384
385
386 define Package/$(PKG_NAME)-sounds-en-16KHz
387 $(call Package/$(PKG_NAME)/Default)
388   TITLE:=FreeSWITCH 16KHz english sounds
389   DEPENDS:= +$(PKG_NAME)-sounds-en-08KHz
390 endef
391
392
393 define Package/$(PKG_NAME)-sounds-en-32KHz
394 $(call Package/$(PKG_NAME)/Default)
395   TITLE:=FreeSWITCH 32KHz english sounds
396   DEPENDS:= +$(PKG_NAME)-sounds-en-16KHz
397 endef
398
399
400 define Package/$(PKG_NAME)-sounds-en-48KHz
401 $(call Package/$(PKG_NAME)/Default)
402   TITLE:=FreeSWITCH 48KHz english sounds
403   DEPENDS:= +$(PKG_NAME)-sounds-en-32KHz
404 endef
405
406
407 define Package/$(PKG_NAME)-sounds-moh-08KHz
408 $(call Package/$(PKG_NAME)/Default)
409   TITLE:=FreeSWITCH 8KHz music-on-hold sounds
410   DEPENDS:= $(PKG_NAME)
411 endef
412
413
414 define Package/$(PKG_NAME)-sounds-moh-16KHz
415 $(call Package/$(PKG_NAME)/Default)
416   TITLE:=FreeSWITCH 16KHz music-on-hold sounds
417   DEPENDS:= +$(PKG_NAME)-sounds-moh-08KHz
418 endef
419
420
421 define Package/$(PKG_NAME)-sounds-moh-32KHz
422 $(call Package/$(PKG_NAME)/Default)
423   TITLE:=FreeSWITCH 32KHz music-on-hold sounds
424   DEPENDS:= +$(PKG_NAME)-sounds-moh-16KHz
425 endef
426
427
428 define Package/$(PKG_NAME)-sounds-moh-48KHz
429 $(call Package/$(PKG_NAME)/Default)
430   TITLE:=FreeSWITCH 48KHz music-on-hold sounds
431   DEPENDS:= +$(PKG_NAME)-sounds-moh-32KHz
432 endef
433
434
435 define Package/$(PKG_NAME)-tools
436 $(call Package/$(PKG_NAME)/Default)
437   TITLE:=FreeSWITCH control tools
438   DEPENDS:= $(PKG_NAME)
439 endef
440
441
442 define Download/files
443  define Download/$(1)
444   FILE:=$(2)
445   URL:=$(if $(4),$(4),http://files.$(PKG_NAME).org)/$(5)
446   MD5SUM:=$(3)
447  endef
448  define Prepare/$(1)
449   $(LN) $(DL_DIR)/$(2) $(PKG_BUILD_DIR)/$(6)
450  endef
451  $$(eval $$(call Download,$(1)))
452 endef
453
454
455 MAKE_INSTALL_TARGETS:=install
456
457
458 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-celt),)
459  $(eval $(call Download/files,celt,celt-0.10.0.tar.gz,a656f6176e9be84027c0e51ceedd710f,,downloads/libs/,libs/))
460 endif
461
462
463 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-curl),)
464  $(eval $(call Download/files,json-cdr,json-c-0.9.tar.gz,4653b3b9c568bb9c782178abfaac128d,,downloads/libs/,libs/))
465 endif
466
467
468 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-event-zmq),)
469  $(eval $(call Download/files,event-zmq,zeromq-2.1.9.tar.gz,94c5e0262a79c5f82bc0b178c1f8a33d,http://download.zeromq.org http://download.zeromq.org/historic,,libs/))
470 endif
471
472
473 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-flite),)
474  $(eval $(call Download/files,flite,flite-1.5.4-current.tar.bz2,f3a2d88b1059f6f4ff3c20a8169bc0f4,,downloads/libs/,libs/))
475 endif
476
477
478 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-mongo),)
479  $(eval $(call Download/files,mongo,mongo-c-driver-0.92.2.tar.gz,afab25a33abd3f1e0ba79c5a9da92651,,downloads/libs/,libs/))
480 endif
481
482
483 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-opus),)
484  $(eval $(call Download/files,opus,opus-1.1-p2.tar.gz,5da7cb39925bfb7dd60ea2e810f71357,,downloads/libs/,libs/))
485 endif
486
487
488 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-ldap)|$(CONFIG_PACKAGE_$(PKG_NAME)-mod-xml-ldap),)
489  $(eval $(call Download/files,ldap,openldap-2.4.19.tar.gz,4a6dab2711fcf141f19bb680bc335887,,downloads/libs/,libs/))
490 endif
491
492
493 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-08KHz),)
494  $(eval $(call Download/files,sounds-en-08KHz,$(PKG_NAME)-sounds-en-us-callie-8000-1.0.50.tar.gz,14cccba7b5c56f027fea391f1e0ee2d6,,,))
495         MAKE_INSTALL_TARGETS+= sounds-install
496 endif
497
498
499 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-16KHz),)
500  $(eval $(call Download/files,sounds-en-16KHz,$(PKG_NAME)-sounds-en-us-callie-16000-1.0.50.tar.gz,261f42e310baa97cc4dcfdc51971aff8,,,))
501         MAKE_INSTALL_TARGETS+= hd-sounds-install
502 endif
503
504
505 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-32KHz),)
506  $(eval $(call Download/files,sounds-en-32KHz,$(PKG_NAME)-sounds-en-us-callie-32000-1.0.50.tar.gz,f204512fadc49a3267ff4a5e899b77a5,,,))
507         MAKE_INSTALL_TARGETS+= uhd-sounds-install
508 endif
509
510
511 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-48KHz),)
512  $(eval $(call Download/files,sounds-en-48KHz,$(PKG_NAME)-sounds-en-us-callie-48000-1.0.50.tar.gz,8622a77a5d6dcf5e47bdf30d6a33e27c,,,))
513         MAKE_INSTALL_TARGETS+= cd-sounds-install
514 endif
515
516
517 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-08KHz),)
518  $(eval $(call Download/files,sounds-moh-08KHz,$(PKG_NAME)-sounds-music-8000-1.0.50.tar.gz,c1f62dc26360f39f8eb442d5efd0a3aa,,,))
519         MAKE_INSTALL_TARGETS+= moh-install
520 endif
521
522
523 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-16KHz),)
524  $(eval $(call Download/files,sounds-moh-16KHz,$(PKG_NAME)-sounds-music-16000-1.0.50.tar.gz,d253e26baa85e0e2e727a1cb1cca898e,,,))
525         MAKE_INSTALL_TARGETS+= hd-moh-install
526 endif
527
528
529 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-32KHz),)
530  $(eval $(call Download/files,sounds-moh-32KHz,$(PKG_NAME)-sounds-music-32000-1.0.50.tar.gz,0e3ee69cb4ba2813ed0d3f7811332b63,,,))
531         MAKE_INSTALL_TARGETS+= uhd-moh-install
532 endif
533
534
535 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-48KHz),)
536  $(eval $(call Download/files,sounds-moh-48KHz,$(PKG_NAME)-sounds-music-48000-1.0.50.tar.gz,873a62df1ab3be4191eb2488156ec2c2,,,))
537         MAKE_INSTALL_TARGETS+= cd-moh-install
538 endif
539
540
541 #
542 # XXX: -fgnu89-inline is not supported on all compiler versions, so only enable it on avr32 where it solves build issues
543 #
544 ifneq ($(CONFIG_avr32),)
545   TARGET_CFLAGS += -fgnu89-inline
546   TARGET_CXXFLAGS += -fgnu89-inline
547 endif
548
549
550 ifneq ($(CONFIG_USE_EGLIBC),)
551   ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),)
552     TARGET_CFLAGS += -DNO_GETLOGIN
553   endif
554 endif
555
556
557 FS_TARGET_CFLAGS:= $(TARGET_CFLAGS) -DLUA_USE_LINUX $(FPIC) -std=gnu99 -Wno-format -Wno-unused-variable -Wno-unused-but-set-variable -Wno-implicit-function-declaration
558 FS_TARGET_CXXFLAGS:= $(TARGET_CXXFLAGS)
559 FS_TARGET_CPPFLAGS:= -I. -I./lua $(TARGET_CPPFLAGS) $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-json-cdr),-Wno-error) -I`ls -d $(PKG_BUILD_DIR)/libs/*|grep tiff`/libtiff -I$(PKG_BUILD_DIR)/libs/spandsp/src
560
561
562 #MAKE_FLAGS += \
563 #       OPT_FLAGS+="$(TARGET_CFLAGS)"
564
565
566 MAKE_VARS += \
567         AR="$(TOOLCHAIN_DIR)/bin/$(TARGET_CROSS)ar" \
568         CC="$(TOOLCHAIN_DIR)/bin/$(TARGET_CC)" \
569         CXX="$(TOOLCHAIN_DIR)/bin/$(TARGET_CXX)" \
570         RANLIB="$(TOOLCHAIN_DIR)/bin/$(TARGET_CROSS)ranlib" \
571         CC_FOR_BUILD="$(HOSTCC)" \
572
573
574 CONFIGURE_ARGS+= \
575         --host=$(GNU_TARGET_NAME) \
576         --build=$(GNU_HOST_NAME) \
577         --prefix="/usr/share/$(PKG_NAME)" \
578         --bindir="/usr/bin" \
579         --libdir="/usr/lib" \
580         --srcdir="$(PKG_BUILD_DIR)" \
581         --sysconfdir="/etc/$(PKG_NAME)" \
582         --with-modinstdir="/usr/lib/$(PKG_NAME)" \
583         --with-random="/dev/urandom" \
584         $(call autoconf_bool,CONFIG_FS_WITH_BUILTIN_ZRTP,zrtp) \
585         $(call autoconf_bool,CONFIG_FS_WITH_CORE_LIBEDIT_SUPPORT,core-libedit-support) \
586         $(call autoconf_bool,CONFIG_FS_WITH_FHS,fhs) \
587         $(call autoconf_bool,CONFIG_FS_WITH_APR_IPV6,ipv6) \
588         $(call autoconf_bool,CONFIG_FS_WITH_LZMA,lzma) \
589         $(call autoconf_bool,CONFIG_FS_WITH_ODBC,core-odbc-support) \
590         $(call autoconf_bool,CONFIG_FS_WITH_OPT,optimization) \
591         $(call autoconf_bool,CONFIG_FS_WITH_POSTGRESQL,core-pgsql-pkgconfig) \
592         $(call autoconf_bool,CONFIG_FS_WITH_POSTGRESQL,core-pgsql-support) \
593         $(call autoconf_bool,CONFIG_FS_WITH_SILENT_RULES,silent-rules) \
594         $(call autoconf_bool,CONFIG_FS_WITH_SRTP,srtp) \
595         $(call autoconf_bool,CONFIG_FS_WITH_SRTP_GENERIC_AESICM,generic-aesicm) \
596         $(call autoconf_bool,CONFIG_FS_WITH_SRTP_KERNEL_LINUX,kernel-linux) \
597         $(call autoconf_bool,CONFIG_FS_WITH_SRTP_OPENSSL,openssl) \
598         $(call autoconf_bool,CONFIG_FS_WITH_STUN,stun) \
599         $(call autoconf_bool,CONFIG_FS_WITH_APR_THREADS,threads) \
600         $(call autoconf_bool,CONFIG_FS_WITH_VISIBILITY,visibility) \
601         $(call autoconf_bool,CONFIG_PACKAGE_$(PKG_NAME)-mod-spandsp && CONFIG_FS_WITH_FIXED_POINT,fixed-point) \
602         $(call autoconf_bool,CONFIG_PACKAGE_$(PKG_NAME)-mod-spandsp,builtin-tiff) \
603         $(call autoconf_bool,CONFIG_PACKAGE_$(PKG_NAME)-mod-timerfd,timerfd-wrapper) \
604         $(if $(CONFIG_FS_WITH_ODBC),--with-odbc-lib="$(STAGING_DIR)/usr/lib") \
605         $(if $(CONFIG_FS_WITH_ODBC),--with-odbc="$(STAGING_DIR)/usr") \
606         $(if $(CONFIG_FS_WITH_OGG),--with-ogg="$(STAGING_DIR)/usr") \
607         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-celt),--with-ogg="$(STAGING_DIR)/usr",--without-ogg) \
608         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-erlang-event),--with-erlang="$(CONFIG_FS_WITH_ERLANG)",--without-erlang) \
609         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-java),--with-java="$(STAGING_DIR)/usr",--without-java) \
610         $(if ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-curl)|$(CONFIG_PACKAGE_$(PKG_NAME)-mod-xml-cdr)|$(CONFIG_PACKAGE_$(PKG_NAME)-mod-xml-curl)),--with-libcurl="$(STAGING_DIR)/usr",--without-libcurl) \
611         --with$(if $(CONFIG_FS_WITH_MYSQL),,out)-mysql \
612         --with$(if $(CONFIG_FS_WITH_OPENSSL),,out)-openssl \
613         --with$(if $(CONFIG_FS_WITH_POSTGRESQL),,out)-pgsql \
614         --with$(if $(CONFIG_FS_WITH_SQLITE3),,out)-sqlite3 \
615
616
617 ifeq ($(ARCH),arm)
618         CONFIGURE_ARGS+= --enable-arm5e-asm \
619
620 endif
621
622
623 CONFIGURE_VARS+= \
624         config_TARGET_CC="$(TOOLCHAIN_DIR)/bin/$(TARGET_CC)" \
625         config_TARGET_CXX="$(TOOLCHAIN_DIR)/bin/$(TARGET_CXX)" \
626         config_TARGET_CFLAGS="$(FS_TARGET_CPPFLAGS) $(FS_TARGET_CFLAGS)" \
627         config_TARGET_CXXFLAGS="$(FS_TARGET_CPPFLAGS) $(FS_TARGET_CXXFLAGS)" \
628         config_TARGET_CPPFLAGS="$(FS_TARGET_CPPFLAGS)" \
629         config_TARGET_READLINE_INC="$(FS_TARGET_CPPFLAGS)" \
630         config_TARGET_READLINE_LIBS="-lreadline -lncurses" \
631         config_TARGET_LIBS="-lpthread -ldl" \
632         config_BUILD_CC="$(HOSTCC)" \
633         CC_FOR_BUILD="$(HOSTCC)" \
634         BUILDTOOL_CC="$(HOSTCC)" \
635         BUILDTOOL_CCLD="$(HOSTCC)" \
636         CC="$(TOOLCHAIN_DIR)/bin/$(TARGET_CC)" \
637         CXX="$(TOOLCHAIN_DIR)/bin/$(TARGET_CXX)" \
638         AR="$(TOOLCHAIN_DIR)/bin/$(TARGET_CROSS)ar" \
639         RANLIB="$(TOOLCHAIN_DIR)/bin/$(TARGET_CROSS)ranlib" \
640         CFLAGS="$(FS_TARGET_CPPFLAGS) $(FS_TARGET_CFLAGS)" \
641         CXXFLAGS="$(FS_TARGET_CPPFLAGS) $(FS_TARGET_CXXFLAGS)" \
642         CPPFLAGS="$(FS_TARGET_CPPFLAGS)" \
643         LDFLAGS="-L$(STAGING_DIR)/usr/lib/perl5/5.20/CORE -Wl,-rpath-link=\"$(STAGING_DIR)/usr/lib\" -Wl,-rpath-link=\"$(STAGING_DIR)/usr/lib$(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-perl),/perl5/5.20/CORE)\" -Wl,-rpath,/usr/lib -Wl,-rpath,/usr/lib$(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-perl),/perl5/5.20/CORE -lperl -lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc)" \
644         HOST_CC="/usr/bin/cc" \
645         HOST_CXX="/usr/bin/g++" \
646         CROSS_COMPILE="1" \
647         $(if $(CONFIG_FS_WITH_APR_SCTP),ac_cv_header_netinet_sctp_h="yes") \
648
649
650 define Build/Prepare
651         $(call Build/Prepare/Default)
652         $(call Prepare/celt)
653         $(call Prepare/event-zmq)
654         $(call Prepare/flite)
655         $(call Prepare/json-cdr)
656         $(call Prepare/ldap)
657         $(call Prepare/mongo)
658         $(call Prepare/opus)
659         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-08KHz),$(call Prepare/sounds-en-08KHz))
660         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-16KHz),$(call Prepare/sounds-en-16KHz))
661         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-32KHz),$(call Prepare/sounds-en-32KHz))
662         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-48KHz),$(call Prepare/sounds-en-48KHz))
663         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-08KHz),$(call Prepare/sounds-moh-08KHz))
664         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-16KHz),$(call Prepare/sounds-moh-16KHz))
665         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-32KHz),$(call Prepare/sounds-moh-32KHz))
666         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-48KHz),$(call Prepare/sounds-moh-48KHz))
667 ifeq ($(CONFIG_FS_WITH_LOCAL_SOURCE),y)
668         (cd $(PKG_BUILD_DIR); $(if $(CONFIG_FS_WITH_LATEST_HEAD),if $(QUILT_CMD) top > /dev/null 2>&1 && [ -f $(PKG_BUILD_DIR)/patches/series ]; then $(QUILT_CMD) pop -a; fi; git pull;) if $(QUILT_CMD) next > /dev/null 2>&1; then $(QUILT_CMD) push -a; fi)
669 endif
670 endef
671
672
673 define Build/Configure
674         (cd $(PKG_BUILD_DIR); $(if $(CONFIG_FS_WITH_LATEST_HEAD),if $(QUILT_CMD) top > /dev/null 2>&1 && [ -f $(PKG_BUILD_DIR)/patches/series ]; then $(QUILT_CMD) pop -a; fi; git pull;) if $(QUILT_CMD) next > /dev/null 2>&1; then $(QUILT_CMD) push -a; fi)
675         (cd $(PKG_BUILD_DIR); $(AM_TOOL_PATHS) ./bootstrap.sh)
676         $(foreach m,$(FS_MOD_AVAILABLE),
677                 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-$(m)),
678                         $(SED) 's|^[ #]*\([^#]*/mod_$(subst -,_,$(m))\)$$$$|\1|g' $(PKG_BUILD_DIR)/modules.conf
679                 ,
680                         $(SED) 's|^\([^#]*/mod_$(subst -,_,$(m))\)$$$$|#\1|g' $(PKG_BUILD_DIR)/modules.conf
681                 )
682         )
683         $(call Build/Configure/Default)
684 endef
685
686
687 define Build/Compile
688         $(call Build/Compile/Default, \
689                 DESTDIR="$(PKG_INSTALL_DIR)" \
690                 all $(MAKE_INSTALL_TARGETS) \
691         )
692         $(SED) 's|^\([ \t]*\)\(.*\)"mod_console"\(.*\)$$$$|\1<!-- \2"mod_console"\3 -->|' $(PKG_INSTALL_DIR)/etc/$(PKG_NAME)/autoload_configs/modules.conf.xml
693         $(SED) 's|^\([ \t]*\)<!-- *\(.*\)"mod_syslog"\(.*\) *-->\(.*\)$$$$|\1\2"mod_syslog"\3\4|' $(PKG_INSTALL_DIR)/etc/$(PKG_NAME)/autoload_configs/modules.conf.xml
694 endef
695
696
697 define Build/InstallDev
698         $(INSTALL_DIR) $(1)/usr/include
699         $(INSTALL_DIR) $(1)/usr/lib
700         $(CP) $(PKG_INSTALL_DIR)/usr/include $(1)/usr
701         $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib$(PKG_NAME).{a,so*} $(1)/usr/lib/
702 endef
703
704
705 define Package/$(PKG_NAME)/install
706         $(INSTALL_DIR) $(1)/etc/config
707         $(INSTALL_DIR) $(1)/etc/default
708         $(INSTALL_DIR) $(1)/etc/$(PKG_NAME)
709         $(INSTALL_DIR) $(1)/etc/$(PKG_NAME)/scripts
710         $(INSTALL_DIR) $(1)/etc/hotplug.d/iface
711         $(INSTALL_DIR) $(1)/etc/init.d
712         $(INSTALL_DIR) $(1)/usr/bin
713         $(INSTALL_DIR) $(1)/usr/include
714         $(INSTALL_DIR) $(1)/usr/lib
715         $(INSTALL_DIR) $(1)/usr/lib/pkgconfig
716         $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME)
717         $(INSTALL_DATA) ./files/$(PKG_NAME).config $(1)/etc/config/$(PKG_NAME)
718         $(INSTALL_DATA) ./files/$(PKG_NAME).default $(1)/etc/default/$(PKG_NAME)
719         $(INSTALL_DATA) ./files/$(PKG_NAME).hotplug $(1)/etc/hotplug.d/iface/90-$(PKG_NAME)
720         $(CP) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/bin/
721         $(CP) $(PKG_INSTALL_DIR)/usr/include $(1)/usr/
722         $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib$(PKG_NAME)* $(1)/usr/lib/
723         $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/$(PKG_NAME).pc $(1)/usr/lib/pkgconfig/
724         $(if $(1)/usr/lib/lib$(PKG_NAME).la,$(STAGING_DIR_HOST)/bin/sed -i -re 's|$(STAGING_DIR)||g;s|$(TOOLCHAIN_DIR)||g;s|$(TARGET_CROSS)|usr|g;s|$(REAL_GNU_TARGET_NAME)|usr|g;s|-L$(PKG_BUILD_DIR)(.*)libzrtp ||g;:a;s|((-[IL]/\S+\s).*)\2|\1|;ta' $(1)/usr/lib/lib$(PKG_NAME).la)
725 endef
726
727
728 define Package/$(PKG_NAME)-collection-upstream-defaults/install
729         $(INSTALL_DIR) $(1)/etc/$(PKG_NAME)
730 endef
731
732
733 define Package/$(PKG_NAME)-example-config/install
734         $(INSTALL_DIR) $(1)/usr/share/$(PKG_NAME)/examples/conf
735         $(CP) $(PKG_INSTALL_DIR)/etc/$(PKG_NAME)/* $(1)/usr/share/$(PKG_NAME)/examples/conf/
736 endef
737
738
739 define Package/$(PKG_NAME)-config-upstream-defaults/install
740         $(INSTALL_DIR) $(1)/etc/$(PKG_NAME)
741         $(CP) $(PKG_INSTALL_DIR)/etc/$(PKG_NAME) $(1)/etc
742 endef
743
744
745 define Package/$(PKG_NAME)-collection-minimal/install
746         $(INSTALL_DIR) $(1)/etc/$(PKG_NAME)
747 endef
748
749
750 define Package/$(PKG_NAME)-collection-uci-minimal/install
751         $(INSTALL_DIR) $(1)/etc/$(PKG_NAME)
752 endef
753
754
755 define Package/$(PKG_NAME)-config-minimal/install
756         $(INSTALL_DIR) $(1)/etc/$(PKG_NAME)/autoload_configs
757
758         #
759         # Copying dialplan directory jingle_profiles sip_profiles $(PKG_NAME).xml
760         # fur_elise.ttml mime.types tetris.ttml tones.conf vars.xml
761         #
762         $(foreach f,dialplan directory jingle_profiles sip_profiles $(PKG_NAME).xml fur_elise.ttml mime.types tetris.ttml vars.xml,$(if $(PKG_BUILD_DIR)/conf/vanilla/$(f),$(CP) $(PKG_BUILD_DIR)/conf/vanilla/$(f) $(1)/etc/$(PKG_NAME);))
763
764         #
765         # Copying acl ivr modules post_load_modules switch timezones
766         #
767         $(foreach f,acl ivr modules post_load_modules switch timezones,$(if $(PKG_BUILD_DIR)/conf/vanilla/autoload_configs/$(f).conf.xml,$(CP) $(PKG_BUILD_DIR)/conf/vanilla/autoload_configs/$(f).conf.xml $(1)/etc/$(PKG_NAME)/autoload_configs;))
768 endef
769
770
771 define Package/$(PKG_NAME)-sounds-en-08KHz/install
772         #
773         # sounds-en-8KHz
774         #
775         for dir in `(cd $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/en/us/callie;ls)`; \
776         do \
777                 [ -d $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/8000 ] || $(INSTALL_DIR) $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/8000; \
778                 $(CP) $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/8000/* $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/8000; \
779         done
780 endef
781
782
783 define Package/$(PKG_NAME)-sounds-en-16KHz/install
784         #
785         # sounds-en-16KHz
786         #
787         for dir in `(cd $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/en/us/callie;ls)`; \
788         do \
789                 [ -d $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/16000 ] || $(INSTALL_DIR) $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/16000; \
790                 $(CP) $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/16000/* $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/16000; \
791         done
792 endef
793
794
795 define Package/$(PKG_NAME)-sounds-en-32KHz/install
796         #
797         # sounds-en-32KHz
798         #
799         for dir in `(cd $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/en/us/callie;ls)`; \
800         do \
801                 [ -d $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/32000 ] || $(INSTALL_DIR) $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/32000; \
802                 $(CP) $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/32000/* $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/32000; \
803         done
804 endef
805
806
807 define Package/$(PKG_NAME)-sounds-en-48KHz/install
808         #
809         # sounds-en-48KHz
810         #
811         for dir in `(cd $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/en/us/callie;ls)`; \
812         do \
813                 [ -d $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/48000 ] || $(INSTALL_DIR) $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/48000; \
814                 $(CP) $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/48000/* $(1)/usr/share/$(PKG_NAME)/sounds/en/us/callie/$$$${dir}/48000; \
815         done
816 endef
817
818
819 define Package/$(PKG_NAME)-sounds-moh-08KHz/install
820         #
821         # sounds-moh-8KHz
822         #
823         [ -d $(1)/usr/share/$(PKG_NAME)/sounds/music/8000 ] || $(INSTALL_DIR) $(1)/usr/share/$(PKG_NAME)/sounds/music/8000;
824         $(CP) $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/music/8000 $(1)/usr/share/$(PKG_NAME)/sounds/music;
825 endef
826
827
828 define Package/$(PKG_NAME)-sounds-moh-16KHz/install
829         #
830         # sounds-moh-16KHz
831         #
832         [ -d $(1)/usr/share/$(PKG_NAME)/sounds/music/16000 ] || $(INSTALL_DIR) $(1)/usr/share/$(PKG_NAME)/sounds/music/16000;
833         $(CP) $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/music/16000 $(1)/usr/share/$(PKG_NAME)/sounds/music;
834 endef
835
836
837 define Package/$(PKG_NAME)-sounds-moh-32KHz/install
838         #
839         # sounds-moh-32KHz
840         #
841         [ -d $(1)/usr/share/$(PKG_NAME)/sounds/music/32000 ] || $(INSTALL_DIR) $(1)/usr/share/$(PKG_NAME)/sounds/music/32000;
842         $(CP) $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/music/32000 $(1)/usr/share/$(PKG_NAME)/sounds/music;
843 endef
844
845
846 define Package/$(PKG_NAME)-sounds-moh-48KHz/install
847         #
848         # sounds-moh-48KHz
849         #
850         [ -d $(1)/usr/share/$(PKG_NAME)/sounds/music/48000 ] || $(INSTALL_DIR) $(1)/usr/share/$(PKG_NAME)/sounds/music/48000;
851         $(CP) $(PKG_INSTALL_DIR)/usr/share/$(PKG_NAME)/sounds/music/48000 $(1)/usr/share/$(PKG_NAME)/sounds/music;
852 endef
853
854
855 define Package/$(PKG_NAME)-tools/install
856         $(INSTALL_DIR) $(1)/usr/bin
857         $(CP) $(PKG_INSTALL_DIR)/usr/bin/fs_cli $(1)/usr/bin/
858         $(CP) $(PKG_INSTALL_DIR)/usr/bin/fs_encode $(1)/usr/bin/
859         $(CP) $(PKG_INSTALL_DIR)/usr/bin/fs_ivrd $(1)/usr/bin/
860         $(CP) $(PKG_INSTALL_DIR)/usr/bin/fsxs $(1)/usr/bin/
861         $(CP) $(PKG_INSTALL_DIR)/usr/bin/gentls_cert $(1)/usr/bin/
862         $(CP) $(PKG_INSTALL_DIR)/usr/bin/tone2wav $(1)/usr/bin/
863 endef
864
865
866 # 1. Name
867 # 2. Title
868 # 3. Selection on module configuration file
869 # 4. Files (module files include different names)
870 # 5. Files (supporting files include different names)
871 # 6. Inter module depends
872 # 7. Extra depends
873 #
874 define BuildPlugin
875   define Package/$(PKG_NAME)-mod-$(1)
876     $$(call Package/$(PKG_NAME)/Default)
877     TITLE:= FS $(2) module
878     DEPENDS:= $(PKG_NAME) $(foreach m,$(6),+$(PKG_NAME)-mod-$(m)) $(7)
879   endef
880
881   define Package/$(PKG_NAME)-mod-$(1)/install
882         [ -z "mod_$(subst -,_,$(1))" ] || $(INSTALL_DIR) $$(1)/usr/lib/$(PKG_NAME)
883
884         for f in $$$$(realpath $$$$(wildcard $(PKG_INSTALL_DIR)/usr/lib/$(PKG_NAME)/mod_$(subst -,_,$(1)).*)) $$$$(wildcard $(PKG_INSTALL_DIR)/usr/lib/$(PKG_NAME)/$(4)_*); \
885         do \
886                 $(CP) $$$$$$$${f} $$(1)/usr/lib/$(PKG_NAME)/; \
887         done
888
889         #
890         # mod_$(subst -,_,$(1)): $(5)
891         #
892         $(foreach f,$(5),[ -d $(dir $$(1)/usr/${f}) ] || $(INSTALL_DIR) $(dir $$(1)/usr/${f});$(CP) $$$$(wildcard $(PKG_INSTALL_DIR)/usr/${f}*) $(dir $$(1)/usr/${f});)
893
894         #
895         # mod_$(subst -,_,$(1)): Clean installed library control files from referencig to OpenWRT PATH.
896         #
897         $(STAGING_DIR_HOST)/bin/sed -i -re 's|$(STAGING_DIR)||g;s|$(TOOLCHAIN_DIR)||g;s|$(TARGET_CROSS)|usr|g;s|$(REAL_GNU_TARGET_NAME)|usr|g;s|-L$(PKG_BUILD_DIR)(.*)libzrtp ||g;s|-L$(PKG_BUILD_DIR)(.*)libtiff ||g;:a;s|((-[IL]/\S+\s).*)\2|\1|;ta' $(foreach l,`find $$(1)/usr/lib -name "*.la" -print`,$(l))
898
899         #
900         # 1. mod_$(subst -,_,$(1)) XML configuration files from: $$$$(patsubst $(PKG_BUILD_DIR)/%,%,$$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/conf/$(3)/autoload_configs/$(subst -,_,$(1)).conf.xml)))
901         #
902         $$$$(if $$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/conf/$(3)/autoload_configs/$(subst -,_,$(1)).conf.xml)),[ -d $$(1)/etc/$(PKG_NAME)/autoload_configs ] || $(INSTALL_DIR) $$(1)/etc/$(PKG_NAME)/autoload_configs;$(CP) $$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/conf/$(3)/autoload_configs/$(subst -,_,$(1)).conf.xml)) $$(1)/etc/$(PKG_NAME)/autoload_configs;$(SED) 's|/usr/local/lib|/usr/lib|g;s|/usr/local|/etc|g' $$(1)/etc/$(PKG_NAME)/autoload_configs/$(subst -,_,$(1)).conf.xml)
903
904         #
905         # 2. mod_$(subst -,_,$(1)) XML configuration files from: $$$$(patsubst $(PKG_BUILD_DIR)/%,%,$$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/$(3)/$(1)/*/$(subst -,_,$(1)).conf.xml)))
906         #
907         $$$$(if $$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/$(3)/$(1)/*/$(subst -,_,$(1)).conf.xml)),[ -d $$(1)/etc/$(PKG_NAME)/autoload_configs ] || $(INSTALL_DIR) $$(1)/etc/$(PKG_NAME)/autoload_configs;$(CP) $$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/$(3)/$(1)/*/$(subst -,_,$(1)).conf.xml)) $$(1)/etc/$(PKG_NAME)/autoload_configs;$(SED) 's|/usr/local/lib|/usr/lib|g;s|/usr/local|/etc|g' $$(1)/etc/$(PKG_NAME)/autoload_configs/$(subst -,_,$(1)).conf.xml)
908
909         #
910         # 3. mod_$(subst -,_,$(1)) XML configuration files from: $$$$(patsubst $(PKG_BUILD_DIR)/%,%,$$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/src/$(3)/*/mod_$(subst -,_,$(1))/conf/autoload_configs/$(subst -,_,$(1)).conf.xml)))
911         #
912         $$$$(if $$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/src/$(3)/*/mod_$(subst -,_,$(1))/conf/autoload_configs/$(subst -,_,$(1)).conf.xml)),[ -d $$(1)/etc/$(PKG_NAME)/autoload_configs ] || $(INSTALL_DIR) $$(1)/etc/$(PKG_NAME)/autoload_configs;$(CP) $$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/src/$(3)/*/mod_$(subst -,_,$(1))/conf/autoload_configs/$(subst -,_,$(1)).conf.xml)) $$(1)/etc/$(PKG_NAME)/autoload_configs;$(SED) 's|/usr/local/lib|/usr/lib|g;s|/usr/local|/etc|g' $$(1)/etc/$(PKG_NAME)/autoload_configs/$(subst -,_,$(1)).conf.xml)
913
914         #
915         # 4. mod_$(subst -,_,$(1)) XML configuration files from: $$$$(patsubst $(PKG_BUILD_DIR)/%,%,$$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/src/$(3)/*/mod_$(subst -,_,$(1))/conf*/$(subst -,_,$(1)).conf.xml)))
916         #
917         $$$$(if $$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/src/$(3)/*/mod_$(subst -,_,$(1))/conf*/$(subst -,_,$(1)).conf.xml)),[ -d $$(1)/etc/$(PKG_NAME)/autoload_configs ] || $(INSTALL_DIR) $$(1)/etc/$(PKG_NAME)/autoload_configs;$(CP) $$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/src/$(3)/*/mod_$(subst -,_,$(1))/conf*/$(subst -,_,$(1)).conf.xml)) $$(1)/etc/$(PKG_NAME)/autoload_configs;$(SED) 's|/usr/local/lib|/usr/lib|g;s|/usr/local|/etc|g' $$(1)/etc/$(PKG_NAME)/autoload_configs/$(subst -,_,$(1)).conf.xml)
918
919         #
920         # 5. mod_$(subst -,_,$(1)) XML configuration files from: $$$$(patsubst $(PKG_BUILD_DIR)/%,%,$$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/src/$(3)/*/mod_$(subst -,_,$(1))/$(subst -,_,$(1)).conf.xml)))
921         #
922         $$$$(if $$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/src/$(3)/*/mod_$(subst -,_,$(1))/$(subst -,_,$(1)).conf.xml)),[ -d $$(1)/etc/$(PKG_NAME)/autoload_configs ] || $(INSTALL_DIR) $$(1)/etc/$(PKG_NAME)/autoload_configs;$(CP) $$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/src/$(3)/*/mod_$(subst -,_,$(1))/$(subst -,_,$(1)).conf.xml)) $$(1)/etc/$(PKG_NAME)/autoload_configs;$(SED) 's|/usr/local/lib|/usr/lib|g;s|/usr/local|/etc|g' $$(1)/etc/$(PKG_NAME)/autoload_configs/$(subst -,_,$(1)).conf.xml)
923
924         #
925         # 6. Additional configuration files for mod_$(subst -,_,$(1)) from: $$$$(patsubst $(PKG_BUILD_DIR)/%,%,$$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/conf/$(3)/$(1)/*.$(1))))
926         #
927         $$$$(if $$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/conf/$(3)/$(1)/*.$(1))),[ -d $$(1)/etc/$(PKG_NAME)/$(1) ] || $(INSTALL_DIR) $$(1)/etc/$(PKG_NAME)/$(1);$(CP) $(PKG_BUILD_DIR)/conf/$(3)/$(1) $$(1)/etc/$(PKG_NAME))
928   endef
929
930   define Package/$(PKG_NAME)-mod-$(1)/postinst
931 #!/bin/sh
932 sed -i -e 's|^\([ \t]*\)<!-- *\(.*\)"mod_$(subst -,_,$(1))"\(.*\) *-->\(.*\)$$$$|\1\2"mod_$(subst -,_,$(1))"\3\4|' $$$${IPKG_INSTROOT}/etc/$(PKG_NAME)/autoload_configs/modules.conf.xml
933   endef
934
935   define Package/$(PKG_NAME)-mod-$(1)/prerm
936 #!/bin/sh
937 sed -i -e 's|^\([ \t]*\)\(.*\)"mod_$(subst -,_,$(1))"\(.*\)$$$$|\1<!-- \2"mod_$(subst -,_,$(1))"\3 -->|' $$$${IPKG_INSTROOT}/etc/$(PKG_NAME)/autoload_configs/modules.conf.xml
938   endef
939
940   $$(eval $$(call BuildPackage,$(PKG_NAME)-mod-$(1)))
941 endef
942
943
944 $(eval $(call BuildPackage,$(PKG_NAME)))
945 $(eval $(call BuildPackage,$(PKG_NAME)-collection-upstream-defaults))
946 $(eval $(call BuildPackage,$(PKG_NAME)-collection-minimal))
947 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-en-08KHz))
948 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-en-16KHz))
949 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-en-32KHz))
950 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-en-48KHz))
951 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-moh-08KHz))
952 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-moh-16KHz))
953 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-moh-32KHz))
954 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-moh-48KHz))
955 $(eval $(call BuildPackage,$(PKG_NAME)-tools))
956 $(eval $(call BuildPackage,$(PKG_NAME)-example-config))
957 $(eval $(call BuildPackage,$(PKG_NAME)-config-upstream-defaults))
958 $(eval $(call BuildPackage,$(PKG_NAME)-config-minimal))
959
960
961 #
962 # $(eval $(call BuildPlugin,Name,Title,Selection on module Conf File,Files,Inter Depends,Extra Depends))
963 #
964 $(eval $(call BuildPlugin,abstraction,An Abstraction To API Call,vanilla,,,,))
965 $(eval $(call BuildPlugin,alsa,Alsa Endpoint,vanilla,,,,+FS_WITH_ALSA:alsa-lib @FS_WITH_ALSA))
966 $(eval $(call BuildPlugin,amr,Adaptive Multi-Rate On Bandwidth Codec,vanilla,,,,))
967 $(eval $(call BuildPlugin,amrwb,Wide Band AMR,vanilla,,,,))
968 $(eval $(call BuildPlugin,avmd,Advanced Voice Mail Detection,vanilla,,,,))
969 $(eval $(call BuildPlugin,basic,BASIC,vanilla,,,,))
970 $(eval $(call BuildPlugin,bert,Naive Bit Error Rate Tester,vanilla,,,,))
971 $(eval $(call BuildPlugin,blacklist,Blacklist,vanilla,,,,))
972 $(eval $(call BuildPlugin,bv,BroadVoice 16/32-bit Audio Codec,vanilla,,,,))
973 $(eval $(call BuildPlugin,callcenter,Call Center,vanilla,,,,))
974 $(eval $(call BuildPlugin,cdr-csv,CSV-CDR Handler,mod,,,,)) # ~/conf
975 $(eval $(call BuildPlugin,cdr-mongodb,MongoDB CDR logger,vanilla,,,,))
976 $(eval $(call BuildPlugin,cdr-pg-csv,PostgreSQL CDR Handler,vanilla,,,,+coreutils +FS_WITH_POSTGRESQL:libpq @FS_WITH_POSTGRESQL))
977 $(eval $(call BuildPlugin,cdr-sqlite,SQLite3 CDR Handler,vanilla,,,,@FS_WITH_SQLITE3))
978 $(eval $(call BuildPlugin,celt,CELT Ultra-Low Delay Codec,vanilla,,,,+libogg))
979 $(eval $(call BuildPlugin,cepstral,Cepstral Interface,vanilla,,,,@BROKEN)) # needs <swift.h>
980 $(eval $(call BuildPlugin,cidlookup,Data Query For CID->NAME Services,mod,,,,+libcurl)) # ~/conf
981 $(eval $(call BuildPlugin,cluechoo,Framework Demo,vanilla,,,,))
982 $(eval $(call BuildPlugin,codec2,CoDec 2,,,,,))
983 $(eval $(call BuildPlugin,commands,API Commands,vanilla,,,,))
984 $(eval $(call BuildPlugin,conference,Conference Room,vanilla,,,,))
985 $(eval $(call BuildPlugin,console,Console Logger,vanilla,,,,))
986 $(eval $(call BuildPlugin,curl,HTTP Request,vanilla,,,,+libcurl))
987 $(eval $(call BuildPlugin,dahdi-codec,DAHDI Codecs,vanilla,,,,))
988 $(eval $(call BuildPlugin,db,Database Backend,vanilla,,,,+libdb47))
989 $(eval $(call BuildPlugin,dialplan-asterisk,Asterisk Dialplan Parser,vanilla,,,,))
990 $(eval $(call BuildPlugin,dialplan-directory,Dialplan Directory,vanilla,,,,))
991 $(eval $(call BuildPlugin,dialplan-xml,Dialplan-XML Interface,vanilla,,,,))
992 $(eval $(call BuildPlugin,dingaling,Jabber Interface,vanilla,,,,+libopenssl))
993 $(eval $(call BuildPlugin,directory,Search By Name Directory IVR,vanilla,,,,))
994 $(eval $(call BuildPlugin,distributor,Simple Robin-Round Load,vanilla,,,,))
995 $(eval $(call BuildPlugin,dptools,Dialplan Tools,vanilla,,,,))
996 $(eval $(call BuildPlugin,easyroute,Simple DID Routing,vanilla,,,,))
997 $(eval $(call BuildPlugin,enum,ENUM Routing,,,,,+libldns @BROKEN))
998 $(eval $(call BuildPlugin,erlang-event,Erlang Event Handler,vanilla,,,,+erlang))
999 $(eval $(call BuildPlugin,esf,Extra SIP Functionality,vanilla,,,,))
1000 $(eval $(call BuildPlugin,event-multicast,Multicast Event Handler,vanilla,,,,))
1001 $(eval $(call BuildPlugin,event-socket,Socket Event Handler,vanilla,,,,))
1002 $(eval $(call BuildPlugin,event-zmq,Socket Event Handler By Zero MQ,vanilla,,,,+libuuid))
1003 $(eval $(call BuildPlugin,expr,Expression Evaluation,vanilla,,,,))
1004 $(eval $(call BuildPlugin,fifo,FIFO,vanilla,,,,))
1005 $(eval $(call BuildPlugin,file-string,Streaming Multiple Sound Files Sequentially,vanilla,,,,@OBSOLETE)) # merged into dptools
1006 $(eval $(call BuildPlugin,flite,Festival TTS,vanilla,,,,@(!(armeb||avr32)||BROKEN)))
1007 $(eval $(call BuildPlugin,format-cdr,XML CDR Module to files or curl,vanilla,,,,))
1008 $(eval $(call BuildPlugin,fsk,Bell-202 1200-Baud FSK Decoder,vanilla,,,,))
1009 $(eval $(call BuildPlugin,fsv,Video Player / Recorder,vanilla,,,,))
1010 $(eval $(call BuildPlugin,g723-1,G.723.1 Codec,vanilla,,,,))
1011 $(eval $(call BuildPlugin,g729,G.729 Codec,vanilla,,,,))
1012 $(eval $(call BuildPlugin,gsmopen,GSM Modem compatible Endpoint,mod,,,alsa,+FS_WITH_ALSA:alsa-lib +FS_WITH_LZMA:liblzma @FS_WITH_ALSA @BROKEN)) # needs gsmlib
1013 $(eval $(call BuildPlugin,h26x,H26X Linear Codec,vanilla,,,,))
1014 $(eval $(call BuildPlugin,h323,H323 Endpoint,mod,,,,@BROKEN)) # Req. H323Plus v1.24.x or newer
1015 $(eval $(call BuildPlugin,hash,API For Manipulating A Hash Table,vanilla,,,,))
1016 #$(eval $(call BuildPlugin,html5,HTML5 Endpoint Module,vanilla,,,,)) # defunct?
1017 $(eval $(call BuildPlugin,httapi,HT Telephony API and HTTP Caching,mod,,,,)) # ~/conf
1018 $(eval $(call BuildPlugin,http-cache,HTTP GET With Caching,mod,,,,+libcurl)) # ~/conf
1019 $(eval $(call BuildPlugin,ilbc,ILBC Codec,vanilla,,,,))
1020 $(eval $(call BuildPlugin,isac,iSAC Codec,vanilla,,,,))
1021 $(eval $(call BuildPlugin,java,Java Language Interface,vanilla,,,,@BROKEN)) # needs java
1022 $(eval $(call BuildPlugin,json-cdr,JSon-CDR Interface,mod,,,,+libcurl))
1023 $(eval $(call BuildPlugin,ldap,LDAP interface,vanilla,,,,+libopenldap))
1024 $(eval $(call BuildPlugin,lcr,Least Cost Routing,vanilla,,,,))
1025 $(eval $(call BuildPlugin,local-stream,Multi-Channel On Same Stream,vanilla,,,,))
1026 $(eval $(call BuildPlugin,logfile,File Logger,vanilla,,,,))
1027 $(eval $(call BuildPlugin,loopback,Loopback to Dialplan Endpoint,vanilla,,,,))
1028 $(eval $(call BuildPlugin,lua,LUA Language Interface,vanilla,,,,))
1029 $(eval $(call BuildPlugin,managed,Media Switching Software Library,vanilla,,,,+glib2 @BROKEN)) # needs Mono
1030 $(eval $(call BuildPlugin,memcache,MemCached Interface,vanilla,,,,+libmemcached @BROKEN)) # Req host libmemcached
1031 $(eval $(call BuildPlugin,mongo,A Document-Oriented Database,vanilla,,,,@BROKEN))
1032 $(eval $(call BuildPlugin,mp4,MP4 File Format Support For Video,vanilla,,,,@BROKEN)) # needs host libmp4v2
1033 $(eval $(call BuildPlugin,mp4v,MP4 CoDec Support For Video,vanilla,,,,))
1034 $(eval $(call BuildPlugin,native-file,WAV Format Sound Player,vanilla,,,,))
1035 $(eval $(call BuildPlugin,nibblebill,Credit / Debit Billing,vanilla,,,,))
1036 $(eval $(call BuildPlugin,opus,Opus CoDec,vanilla,,,,))
1037 $(eval $(call BuildPlugin,oreka,Media Recording with Oreka,vanilla,,,,))
1038 $(eval $(call BuildPlugin,perl,Perl Language Interface,vanilla,,lib/perl5/5.20/$(PKG_NAME).la lib/perl5/5.20/$(PKG_NAME).pm lib/perl5/5.20/$(PKG_NAME).so,,+perl +libdb47 +libgdbm))
1039 $(eval $(call BuildPlugin,portaudio,Portaudio To Sound Card Interface,vanilla,,,alsa,+FS_WITH_ALSA:alsa-lib @FS_WITH_ALSA @BROKEN)) # needs portaudio
1040 $(eval $(call BuildPlugin,portaudio-stream,Portaudio Streaming Interface,vanilla,,,alsa,+FS_WITH_ALSA:alsa-lib @FS_WITH_ALSA @BROKEN)) # needs portaudio
1041 $(eval $(call BuildPlugin,posix-timer,POSIX Compliant Soft Timer,vanilla,,,,))
1042 $(eval $(call BuildPlugin,radius-cdr,Radius-CDR interface,vanilla,,,,@BROKEN)) # fails in freeradius-client
1043 $(eval $(call BuildPlugin,rayo,Rayo server & node implementation,vanilla,,,,))
1044 $(eval $(call BuildPlugin,redis,Redis Limited Backend,vanilla,,,,))
1045 $(eval $(call BuildPlugin,rss,RRS Feeds via TTS,vanilla,,,,))
1046 $(eval $(call BuildPlugin,rtc,RTC endpoint,vanilla,,,,))
1047 $(eval $(call BuildPlugin,rtmp,RTMP Protocol Handler,vanilla,,,,))
1048 $(eval $(call BuildPlugin,sangoma-codec,Sangoma Codec,vanilla,,,,@BROKEN)) # Req. Sangoma CoDec source
1049 $(eval $(call BuildPlugin,say-de,German Say,vanilla,,,,))
1050 $(eval $(call BuildPlugin,say-en,English Say,vanilla,,,,))
1051 $(eval $(call BuildPlugin,say-es,Spanish Say,vanilla,,,,))
1052 $(eval $(call BuildPlugin,say-fa,Persian Say,vanilla,,,,))
1053 $(eval $(call BuildPlugin,say-fr,French Say,vanilla,,,,))
1054 $(eval $(call BuildPlugin,say-hu,Hungarian Say,vanilla,,,,))
1055 $(eval $(call BuildPlugin,say-it,Italian Say,vanilla,,,,))
1056 $(eval $(call BuildPlugin,say-nl,Dutch Say,vanilla,,,,))
1057 $(eval $(call BuildPlugin,say-pt,Portugeese Say,vanilla,,,,))
1058 $(eval $(call BuildPlugin,say-ru,Russian Say,vanilla,,,,))
1059 $(eval $(call BuildPlugin,say-th,Thai Say,vanilla,,,,))
1060 $(eval $(call BuildPlugin,say-zh,Chineese Say,vanilla,,,,))
1061 $(eval $(call BuildPlugin,shell-stream,Streaming Audio Through CLI,vanilla,,,,))
1062 $(eval $(call BuildPlugin,silk,Skype(TM) SILK Codec Module,vanilla,,,,))
1063 $(eval $(call BuildPlugin,siren,G.722.1 Codec,vanilla,,,,))
1064 $(eval $(call BuildPlugin,skel,Template For New Module,vanilla,,,,))
1065 $(eval $(call BuildPlugin,skinny,Skinny Call Control Protocol (SCCP),vanilla,,,,))
1066 $(eval $(call BuildPlugin,skypopen,Skype Compatible Endpoint,mod,,,,@FEATURE_drawing-backend_libX11))
1067 $(eval $(call BuildPlugin,sms,SMS,vanilla,,,,))
1068 $(eval $(call BuildPlugin,snapshot,Record Audio Snapshot to File,vanilla,,,,))
1069 $(eval $(call BuildPlugin,sndfile,Multi-Format Sound File,vanilla,,,,))
1070 $(eval $(call BuildPlugin,snipe-hunt,Snipe Hunt (Simple Example Module),vanilla,,,,))
1071 $(eval $(call BuildPlugin,snmp,SNMP AgentX Subagent,vanilla,,,,+libnetsnmp))
1072 $(eval $(call BuildPlugin,snom,SNOM specific features,vanilla,,,,))
1073 $(eval $(call BuildPlugin,sofia,SOFIA SIP,mod,,,,)) # ~/conf
1074 $(eval $(call BuildPlugin,sonar,Sonar Ping Timer,vanilla,,,,))
1075 $(eval $(call BuildPlugin,spandsp,Span DSP,mod,,,,+libjpeg +FS_WITH_LZMA:liblzma @FS_WITH_LZMA)) # ~/conf
1076 $(eval $(call BuildPlugin,spidermonkey,JavaScript,vanilla,,,,@BROKEN)) # fails in js
1077 $(eval $(call BuildPlugin,spidermonkey-core_db,JavaScript DB,vanilla,,,,@BROKEN))
1078 $(eval $(call BuildPlugin,spidermonkey-curl,JavaScript Curl,vanilla,,,,@BROKEN))
1079 $(eval $(call BuildPlugin,spidermonkey-odbc,JavaScript ODBC,vanilla,,,,@BROKEN))
1080 $(eval $(call BuildPlugin,spidermonkey-socket,JavaScript Socket,vanilla,,,,@BROKEN))
1081 $(eval $(call BuildPlugin,spidermonkey-teletone,JavaScript Teletone,vanilla,,,,@BROKEN))
1082 $(eval $(call BuildPlugin,spy,User Spy,vanilla,,,,))
1083 $(eval $(call BuildPlugin,ssml,SSML audio rendering format,mod,,,rayo,))
1084 $(eval $(call BuildPlugin,stress,Voice Stress Detection,vanilla,,,,))
1085 $(eval $(call BuildPlugin,syslog,SysLog logger,vanilla,,,,))
1086 $(eval $(call BuildPlugin,timerfd,Linux Kernel timerfd API,vanilla,,,,))
1087 $(eval $(call BuildPlugin,tone-stream,Tone Generation Stream,vanilla,,,,))
1088 $(eval $(call BuildPlugin,tts-commandline,ASR TTS Command Interface,vanilla,,,,))
1089 $(eval $(call BuildPlugin,unimrcp,UniMRCP (MRCP Client),vanilla,,,,@BROKEN))
1090 $(eval $(call BuildPlugin,valet-parking,Valet Parking Application,vanilla,,,,))
1091 $(eval $(call BuildPlugin,verto,HTML5 Verto interface,vanilla,,lib/perl5/5.20/MCAST.so lib/perl5/5.20/MCAST.la lib/perl5/5.20/MCAST.pm,perl rtc,))
1092 $(eval $(call BuildPlugin,vmd,VoiceMail Beep Detection,vanilla,,,,))
1093 $(eval $(call BuildPlugin,voicemail,VoiceMail,vanilla,,,,))
1094 $(eval $(call BuildPlugin,voicemail-ivr,VoiceMail IVR,vanilla,,,,))
1095 $(eval $(call BuildPlugin,vp8,VP8 Video Codec,vanilla,,,,))
1096 $(eval $(call BuildPlugin,xml-cdr,XML-CDR Handler,vanilla,,,,+libcurl))
1097 $(eval $(call BuildPlugin,xml-curl,XML-Curl Gateway,vanilla,,,,+libcurl))
1098 $(eval $(call BuildPlugin,xml-ldap,LDAP-XML Gateway,vanilla,,,,+PACKAGE_$(PKG_NAME)-mod-ldap:libopenldap))
1099 $(eval $(call BuildPlugin,xml-rpc,XML-RPC Interface,vanilla,,,,))
1100 $(eval $(call BuildPlugin,xml-radius,Radius authentication and authorization,vanilla,,,,+freeradius-client @BROKEN)) # freeradius-client isn't yet supported by OpenWRT.
1101 $(eval $(call BuildPlugin,xml-scgi,SCGI XML Gateway,vanilla,,,,))
1102 $(eval $(call BuildPlugin,yaml,YAML language,vanilla,,,,+libyaml @BROKEN))