FreeSWITCH:
[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.13b
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:=757b7440104e34cf57ab30a411e081470ce2e180
22 PKG_SOURCE_URL:=git://git.$(PKG_NAME).org/$(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:=1
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_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         blacklist \
60         bv \
61         callcenter \
62         cdr-csv \
63         cdr-mongodb \
64         cdr-pg-csv \
65         cdr-sqlite \
66         celt \
67         cepstral \
68         cidlookup \
69         cluechoo \
70         codec2 \
71         commands \
72         conference \
73         console \
74         curl \
75         dahdi-codec \
76         db \
77         dialplan-asterisk \
78         dialplan-directory \
79         dialplan-xml \
80         dingaling \
81         directory \
82         distributor \
83         dptools \
84         easyroute \
85         enum \
86         erlang-event \
87         esf \
88         event-multicast \
89         event-socket \
90         event-zmq \
91         expr \
92         fifo \
93         file-string \
94         flite \
95         format-cdr \
96         freetdm \
97         fsk \
98         fsv \
99         g723-1 \
100         g729 \
101         gsmopen \
102         h26x \
103         h323 \
104         hash \
105         html5 \
106         httapi \
107         http-cache \
108         ilbc \
109         isac \
110         java \
111         json-cdr \
112         lcr \
113         ldap \
114         local-stream \
115         logfile \
116         loopback \
117         lua \
118         managed \
119         memcache \
120         mongo \
121         mp4 \
122         mp4v \
123         native-file \
124         nibblebill \
125         opus \
126         oreka \
127         portaudio \
128         portaudio-stream \
129         posix-timer \
130         radius-cdr \
131         rayo \
132         redis \
133         rss \
134         rtmp \
135         sangoma-codec \
136         say-de \
137         say-en \
138         say-es \
139         say-fa \
140         say-fr \
141         say-hu \
142         say-it \
143         say-nl \
144         say-pt \
145         say-ru \
146         say-th \
147         say-zh \
148         shell-stream \
149         silk \
150         siren \
151         skel \
152         skinny \
153         skypopen \
154         sms \
155         snapshot \
156         snipe-hunt \
157         sndfile \
158         snmp \
159         snom \
160         sofia \
161         sonar \
162         spandsp \
163         speex \
164         spidermonkey \
165         spidermonkey-core-db \
166         spidermonkey-curl \
167         spidermonkey-odbc \
168         spidermonkey-socket \
169         spidermonkey-teletone \
170         spy \
171         ssml \
172         stress \
173         syslog \
174         timerfd \
175         tone-stream \
176         tts-commandline \
177         unimrcp \
178         valet-parking \
179         vmd \
180         voicemail \
181         voicemail-ivr \
182         vp8 \
183         xml-cdr \
184         xml-curl \
185         xml-ldap \
186         xml-rpc \
187         xml-radius \
188         xml-scgi \
189         yaml \
190
191
192 PKG_CONFIG_DEPENDS:= \
193         CONFIG_FS_WITH_ALSA \
194         CONFIG_FS_WITH_BUILTIN_ZRTP \
195         CONFIG_FS_WITH_CORE_LIBEDIT_SUPPORT \
196         CONFIG_FS_WITH_DEFAULT_HEAD \
197         CONFIG_FS_WITH_ERLANG \
198         CONFIG_FS_WITH_FHS \
199         CONFIG_FS_WITH_FIXED_POINT \
200         CONFIG_FS_WITH_IPV6 \
201         CONFIG_FS_WITH_KERNEL_LINUX \
202         CONFIG_FS_WITH_LATEST_HEAD \
203         CONFIG_FS_WITH_LOCAL_SOURCE \
204         CONFIG_FS_WITH_LZMA \
205         CONFIG_FS_WITH_MYSQL \
206         CONFIG_FS_WITH_ODBC \
207         CONFIG_FS_WITH_OPENSSL \
208         CONFIG_FS_WITH_OPENWRT_SOURCE \
209         CONFIG_FS_WITH_OPT \
210         CONFIG_FS_WITH_POSTGRESQL \
211         CONFIG_FS_WITH_SQLITE3 \
212         CONFIG_FS_WITH_SCTP \
213         CONFIG_FS_WITH_SRTP \
214         CONFIG_FS_WITH_SRTP_GENERIC_AESICM \
215         CONFIG_FS_WITH_SRTP_OPENSSL \
216         CONFIG_FS_WITH_THREADS \
217         CONFIG_FS_WITH_VISIBILITY \
218         $(patsubst %,CONFIG_PACKAGE_$(PKG_NAME)-mod-%,$(FS_MOD_AVAILABLE)) \
219
220
221 include $(INCLUDE_DIR)/package.mk
222 include $(INCLUDE_DIR)/nls.mk
223
224
225 define Package/$(PKG_NAME)/Default
226   SECTION:=net
227   CATEGORY:=Network
228   SUBMENU:=Telephony
229   URL:=http://www.$(PKG_NAME).org/
230   MAINTAINER:=Mazi Lo <openwrt.mazilo@recursor.net>
231 endef
232
233
234 define Package/$(PKG_NAME)
235 $(call Package/$(PKG_NAME)/Default)
236   TITLE:=FreeSWITCH open source telephony platform ($(PKG_SOURCE_VERSION_SHORT))
237   DEPENDS:=+FS_WITH_CORE_LIBEDIT_SUPPORT:libedit +FS_WITH_OPENSSL:libopenssl +libcurl +libiconv-full +libintl-full +libjpeg +libncurses +PACKAGE_$(PKG_NAME)-mod-ldap:libopenldap +libpcre +libpthread +librt +libspeex +libspeexdsp +FS_WITH_SQLITE3:libsqlite3 +FS_WITH_SRTP:libsrtp +libstdcpp +libuuid
238   MENU:=1
239 endef
240
241
242 define Package/$(PKG_NAME)/description
243   FreeSWITCH is an open source telephony platform designed to
244   facilitate the creation of voice and chat driven products 
245   scaling from a soft-phone up to a soft-switch.
246 endef
247
248
249 define Package/$(PKG_NAME)/config
250   source "$(SOURCE)/Config.in"
251 endef
252
253
254 define Package/$(PKG_NAME)-mod-spandsp/config
255     config FS_WITH_FIXED_POINT
256     depends on PACKAGE_$(PKG_NAME)-mod-spandsp
257     bool "Enable fixed point support for spandsp (may degrade performance)"
258     default n
259     help
260         Compile spandsp package with a fixed point support. ONLY enabled this option when
261         necessary, i.e. CPU doesn't support floating computation.
262 endef
263
264
265 define Package/$(PKG_NAME)-example-config
266 $(call Package/$(PKG_NAME)/Default)
267   TITLE:=FreeSWITCH example config (commented)
268   DEPENDS:= $(PKG_NAME)
269 endef
270
271
272 define Package/$(PKG_NAME)-example-config/description
273   The default configuration included with FreeSWITCH. It is not intended to be
274   a final product, and is thus moved to /usr/share/$(PKG_NAME)/examples/conf to
275   be an example of how FreeSWITCH can be configured.
276 endef
277
278
279 define Package/$(PKG_NAME)-config-upstream-defaults
280 $(call Package/$(PKG_NAME)/Default)
281   TITLE:=FreeSWITCH upstream config
282   DEPENDS:= $(PKG_NAME)
283 endef
284
285
286 define Package/$(PKG_NAME)-config-upstream-defaults/description
287   The default configuration included with FreeSWITCH. It is not intended to be
288   a final product, and but is included for those who don't want to use the
289   OpenWRT configuration and/or want to try things as prepared by upstream.
290 endef
291
292
293 define Package/$(PKG_NAME)-config-minimal
294 $(call Package/$(PKG_NAME)/Default)
295   TITLE:=FreeSWITCH minimal config
296   DEPENDS:= $(PKG_NAME)
297 endef
298
299
300 define Package/$(PKG_NAME)-config-minimal/description
301   A minimal configuration of FreeSWITCH for OpenWRT devices.  Is what the UCI
302   configuration began with.
303 endef
304
305
306 define Package/$(PKG_NAME)-collection-upstream-defaults
307 $(call Package/$(PKG_NAME)/Default)
308   TITLE:=FS upstream def sample conf
309   DEPENDS:= $(PKG_NAME) \
310                 +$(PKG_NAME)-config-upstream-defaults \
311                 +$(PKG_NAME)-mod-callcenter \
312                 +$(PKG_NAME)-mod-codec2 \
313                 +$(PKG_NAME)-mod-commands \
314                 +$(PKG_NAME)-mod-conference \
315                 +$(PKG_NAME)-mod-curl \
316                 +$(PKG_NAME)-mod-dialplan-xml \
317                 +$(PKG_NAME)-mod-dingaling \
318                 +$(PKG_NAME)-mod-dptools \
319                 +$(PKG_NAME)-mod-event-socket \
320                 +$(PKG_NAME)-mod-g723-1 \
321                 +$(PKG_NAME)-mod-g729 \
322                 +$(PKG_NAME)-mod-hash \
323                 +$(PKG_NAME)-mod-http-cache \
324                 +$(PKG_NAME)-mod-ilbc \
325                 +$(PKG_NAME)-mod-local-stream \
326                 +$(PKG_NAME)-mod-lua \
327                 +$(PKG_NAME)-mod-native-file \
328                 +$(PKG_NAME)-mod-say-en \
329                 +$(PKG_NAME)-mod-sndfile \
330                 +$(PKG_NAME)-mod-sofia \
331                 +$(PKG_NAME)-mod-speex \
332                 +$(PKG_NAME)-mod-syslog \
333                 +$(PKG_NAME)-mod-tone-stream \
334                 +$(PKG_NAME)-mod-xml-curl \
335                 +$(PKG_NAME)-mod-xml-rpc \
336                 +$(PKG_NAME)-tools
337 endef
338
339
340 define Package/$(PKG_NAME)-collection-minimal
341 $(call Package/$(PKG_NAME)/Default)
342   TITLE:=FreeSWITCH minimal package collection
343   DEFAULT:=y
344   DEPENDS:= $(PKG_NAME) \
345                 +$(PKG_NAME)-config-minimal \
346                 +$(PKG_NAME)-mod-codec2 \
347                 +$(PKG_NAME)-mod-commands \
348                 +$(PKG_NAME)-mod-dialplan-xml \
349                 +$(PKG_NAME)-mod-dptools \
350                 +$(PKG_NAME)-mod-event-socket \
351                 +$(PKG_NAME)-mod-hash \
352                 +$(PKG_NAME)-mod-local-stream \
353                 +$(PKG_NAME)-mod-sndfile \
354                 +$(PKG_NAME)-mod-sofia \
355                 +$(PKG_NAME)-mod-syslog \
356                 +$(PKG_NAME)-mod-tone-stream \
357                 +$(PKG_NAME)-tools
358 endef
359
360
361 define Package/$(PKG_NAME)-sounds-en-08KHz
362 $(call Package/$(PKG_NAME)/Default)
363   TITLE:=FreeSWITCH 8KHz english sounds
364   DEPENDS:= $(PKG_NAME)
365 endef
366
367
368 define Package/$(PKG_NAME)-sounds-en-16KHz
369 $(call Package/$(PKG_NAME)/Default)
370   TITLE:=FreeSWITCH 16KHz english sounds
371   DEPENDS:= +$(PKG_NAME)-sounds-en-08KHz
372 endef
373
374
375 define Package/$(PKG_NAME)-sounds-en-32KHz
376 $(call Package/$(PKG_NAME)/Default)
377   TITLE:=FreeSWITCH 32KHz english sounds
378   DEPENDS:= +$(PKG_NAME)-sounds-en-16KHz
379 endef
380
381
382 define Package/$(PKG_NAME)-sounds-en-48KHz
383 $(call Package/$(PKG_NAME)/Default)
384   TITLE:=FreeSWITCH 48KHz english sounds
385   DEPENDS:= +$(PKG_NAME)-sounds-en-32KHz
386 endef
387
388
389 define Package/$(PKG_NAME)-sounds-moh-08KHz
390 $(call Package/$(PKG_NAME)/Default)
391   TITLE:=FreeSWITCH 8KHz music-on-hold sounds
392   DEPENDS:= $(PKG_NAME)
393 endef
394
395
396 define Package/$(PKG_NAME)-sounds-moh-16KHz
397 $(call Package/$(PKG_NAME)/Default)
398   TITLE:=FreeSWITCH 16KHz music-on-hold sounds
399   DEPENDS:= +$(PKG_NAME)-sounds-moh-08KHz
400 endef
401
402
403 define Package/$(PKG_NAME)-sounds-moh-32KHz
404 $(call Package/$(PKG_NAME)/Default)
405   TITLE:=FreeSWITCH 32KHz music-on-hold sounds
406   DEPENDS:= +$(PKG_NAME)-sounds-moh-16KHz
407 endef
408
409
410 define Package/$(PKG_NAME)-sounds-moh-48KHz
411 $(call Package/$(PKG_NAME)/Default)
412   TITLE:=FreeSWITCH 48KHz music-on-hold sounds
413   DEPENDS:= +$(PKG_NAME)-sounds-moh-32KHz
414 endef
415
416
417 define Package/$(PKG_NAME)-tools
418 $(call Package/$(PKG_NAME)/Default)
419   TITLE:=FreeSWITCH control tools
420   DEPENDS:= $(PKG_NAME)
421 endef
422
423
424 define Download/files
425  define Download/$(1)
426   FILE:=$(2)
427   URL:=$(if $(4),$(4),http://files.$(PKG_NAME).org)/$(5)
428   MD5SUM:=$(3)
429  endef
430  define Prepare/$(1)
431   $(LN) $(DL_DIR)/$(2) $(PKG_BUILD_DIR)/$(6)
432  endef
433  $$(eval $$(call Download,$(1)))
434 endef
435
436
437 MAKE_INSTALL_TARGETS:=install
438
439
440 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-celt),)
441  $(eval $(call Download/files,celt,celt-0.10.0.tar.gz,a656f6176e9be84027c0e51ceedd710f,,downloads/libs/,libs/))
442 endif
443
444
445 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-curl),)
446  $(eval $(call Download/files,json-cdr,json-c-0.9.tar.gz,4653b3b9c568bb9c782178abfaac128d,,downloads/libs/,libs/))
447 endif
448
449
450 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-event-zmq),)
451  $(eval $(call Download/files,event-zmq,zeromq-2.1.9.tar.gz,94c5e0262a79c5f82bc0b178c1f8a33d,http://download.zeromq.org http://download.zeromq.org/historic,,libs/))
452 endif
453
454
455 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-flite),)
456  $(eval $(call Download/files,flite,flite-1.5.4-current.tar.bz2,f3a2d88b1059f6f4ff3c20a8169bc0f4,,downloads/libs/,libs/))
457 endif
458
459
460 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-memcache),)
461  $(eval $(call Download/files,memcache,libmemcached-0.32.tar.gz,2f06059803737b6bf6135edfc86db4b3,,downloads/libs/,libs/))
462 endif
463
464
465 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-mongo),)
466  $(eval $(call Download/files,mongo,mongo-c-driver-0.92.2.tar.gz,afab25a33abd3f1e0ba79c5a9da92651,,downloads/libs/,libs/))
467 endif
468
469
470 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-opus),)
471  $(eval $(call Download/files,opus,opus-1.1-p2.tar.gz,5da7cb39925bfb7dd60ea2e810f71357,,downloads/libs/,libs/))
472 endif
473
474
475 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-ldap)|$(CONFIG_PACKAGE_$(PKG_NAME)-mod-xml-ldap),)
476  $(eval $(call Download/files,ldap,openldap-2.4.19.tar.gz,4a6dab2711fcf141f19bb680bc335887,,downloads/libs/,libs/))
477 endif
478
479
480 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-08KHz),)
481  $(eval $(call Download/files,sounds-en-08KHz,$(PKG_NAME)-sounds-en-us-callie-8000-1.0.25.tar.gz,1140efad453ed1a72259d799f7fef0fc,,,))
482         MAKE_INSTALL_TARGETS+= sounds-install
483 endif
484
485
486 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-16KHz),)
487  $(eval $(call Download/files,sounds-en-16KHz,$(PKG_NAME)-sounds-en-us-callie-16000-1.0.25.tar.gz,20b9bf1b1637be2abe838113fb675c41,,,))
488         MAKE_INSTALL_TARGETS+= hd-sounds-install
489 endif
490
491
492 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-32KHz),)
493  $(eval $(call Download/files,sounds-en-32KHz,$(PKG_NAME)-sounds-en-us-callie-32000-1.0.25.tar.gz,977d453d8ffa9a5b0fadee8408e84f60,,,))
494         MAKE_INSTALL_TARGETS+= uhd-sounds-install
495 endif
496
497
498 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-en-48KHz),)
499  $(eval $(call Download/files,sounds-en-48KHz,$(PKG_NAME)-sounds-en-us-callie-48000-1.0.25.tar.gz,96ec0df908eb1c535063fdc8580626d2,,,))
500         MAKE_INSTALL_TARGETS+= cd-sounds-install
501 endif
502
503
504 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-08KHz),)
505  $(eval $(call Download/files,sounds-moh-08KHz,$(PKG_NAME)-sounds-music-8000-1.0.8.tar.gz,f63ef3cc3507af079ae5c7b8b8a01e42,,,))
506         MAKE_INSTALL_TARGETS+= moh-install
507 endif
508
509
510 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-16KHz),)
511  $(eval $(call Download/files,sounds-moh-16KHz,$(PKG_NAME)-sounds-music-16000-1.0.8.tar.gz,7fd0ca9a9e3878783baa39b8187743bf,,,))
512         MAKE_INSTALL_TARGETS+= hd-moh-install
513 endif
514
515
516 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-32KHz),)
517  $(eval $(call Download/files,sounds-moh-32KHz,$(PKG_NAME)-sounds-music-32000-1.0.8.tar.gz,7e03932ea81b8d0bf6d686f838b060b4,,,))
518         MAKE_INSTALL_TARGETS+= uhd-moh-install
519 endif
520
521
522 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-sounds-moh-48KHz),)
523  $(eval $(call Download/files,sounds-moh-48KHz,$(PKG_NAME)-sounds-music-48000-1.0.8.tar.gz,d06cd2a80379f224affab21f5180e4c6,,,))
524         MAKE_INSTALL_TARGETS+= cd-moh-install
525 endif
526
527
528 #
529 # XXX: -fgnu89-inline is not supported on all compiler versions, so only enable it on avr32 where it solves build issues
530 #
531 ifneq ($(CONFIG_avr32),)
532   TARGET_CFLAGS += -fgnu89-inline
533   TARGET_CXXFLAGS += -fgnu89-inline
534 endif
535
536
537 ifneq ($(CONFIG_USE_EGLIBC),)
538   ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),)
539     TARGET_CFLAGS += -DNO_GETLOGIN
540   endif
541 endif
542
543
544 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
545 FS_TARGET_CXXFLAGS:= $(TARGET_CXXFLAGS)
546 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
547
548
549 MAKE_FLAGS += \
550         OPT_FLAGS+="$(TARGET_CFLAGS)"
551
552
553 MAKE_VARS += \
554         AR="$(TOOLCHAIN_DIR)/bin/$(TARGET_CROSS)ar" \
555         CC="$(TOOLCHAIN_DIR)/bin/$(TARGET_CC)" \
556         CXX="$(TOOLCHAIN_DIR)/bin/$(TARGET_CXX)" \
557         RANLIB="$(TOOLCHAIN_DIR)/bin/$(TARGET_CROSS)ranlib" \
558         CC_FOR_BUILD="$(HOSTCC)" \
559
560
561 CONFIGURE_ARGS+= \
562         --host=$(GNU_TARGET_NAME) \
563         --build=$(GNU_HOST_NAME) \
564         --prefix="/usr/share/$(PKG_NAME)" \
565         --bindir="/usr/bin" \
566         --libdir="/usr/lib" \
567         --srcdir="$(PKG_BUILD_DIR)" \
568         --sysconfdir="/etc/$(PKG_NAME)" \
569         --with-modinstdir="/usr/lib/$(PKG_NAME)" \
570         --with-random="/dev/urandom" \
571         $(call autoconf_bool,CONFIG_FS_WITH_BUILTIN_ZRTP,zrtp) \
572         $(call autoconf_bool,CONFIG_FS_WITH_CORE_LIBEDIT_SUPPORT,core-libedit-support) \
573         $(call autoconf_bool,CONFIG_FS_WITH_FHS,fhs) \
574         $(call autoconf_bool,CONFIG_FS_WITH_IPV6,ipv6) \
575         $(call autoconf_bool,CONFIG_FS_WITH_KERNEL_LINUX,kernel-linux) \
576         $(call autoconf_bool,CONFIG_FS_WITH_LZMA,lzma) \
577         $(call autoconf_bool,CONFIG_FS_WITH_ODBC,core-odbc-support) \
578         $(call autoconf_bool,CONFIG_FS_WITH_OPT,optimization) \
579         $(call autoconf_bool,CONFIG_FS_WITH_POSTGRESQL,core-pgsql-pkgconfig) \
580         $(call autoconf_bool,CONFIG_FS_WITH_POSTGRESQL,core-pgsql-support) \
581         $(call autoconf_bool,CONFIG_FS_WITH_SRTP,srtp) \
582         $(call autoconf_bool,CONFIG_FS_WITH_SRTP_GENERIC_AESICM,generic-aesicm) \
583         $(call autoconf_bool,CONFIG_FS_WITH_THREADS,threads) \
584         $(call autoconf_bool,CONFIG_FS_WITH_VISIBILITY,visibility) \
585         $(call autoconf_bool,CONFIG_PACKAGE_$(PKG_NAME)-mod-spandsp && CONFIG_FS_WITH_FIXED_POINT,fixed-point) \
586         $(call autoconf_bool,CONFIG_PACKAGE_$(PKG_NAME)-mod-spandsp,builtin-tiff) \
587         $(call autoconf_bool,CONFIG_PACKAGE_$(PKG_NAME)-mod-timerfd,timerfd-wrapper) \
588         $(if $(CONFIG_FS_WITH_MYSQL),--with,--without)-mysql \
589         $(if $(CONFIG_FS_WITH_ODBC),--with-odbc-lib="$(STAGING_DIR)/usr/lib") \
590         $(if $(CONFIG_FS_WITH_ODBC),--with-odbc="$(STAGING_DIR)/usr") \
591         $(if $(CONFIG_FS_WITH_OPENSSL),--with,--without)-openssl \
592         $(if $(CONFIG_FS_WITH_POSTGRESQL),--with,--without)-pgsql \
593         $(if $(CONFIG_FS_WITH_SQLITE3),--with,--without)-sqlite3 \
594         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-celt),--with-ogg="$(STAGING_DIR)/usr",--without-ogg) \
595         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-erlang-event),--with-erlang="$(CONFIG_FS_WITH_ERLANG)",--without-erlang) \
596         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-java),--with-java="$(STAGING_DIR)/usr",--without-java) \
597         $(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) \
598
599
600 ifeq ($(ARCH),arm)
601         CONFIGURE_ARGS+= --enable-arm5e-asm \
602
603 endif
604
605
606 CONFIGURE_VARS+= \
607         config_TARGET_CC="$(TOOLCHAIN_DIR)/bin/$(TARGET_CC)" \
608         config_TARGET_CXX="$(TOOLCHAIN_DIR)/bin/$(TARGET_CXX)" \
609         config_TARGET_CFLAGS="$(FS_TARGET_CPPFLAGS) $(FS_TARGET_CFLAGS)" \
610         config_TARGET_CXXFLAGS="$(FS_TARGET_CPPFLAGS) $(FS_TARGET_CXXFLAGS)" \
611         config_TARGET_CPPFLAGS="$(FS_TARGET_CPPFLAGS)" \
612         config_TARGET_READLINE_INC="$(FS_TARGET_CPPFLAGS)" \
613         config_TARGET_READLINE_LIBS="$(TARGET_LDFLAGS) -lreadline -lncurses" \
614         config_TARGET_LIBS="$(TARGET_LDFLAGS) -lpthread -ldl" \
615         config_BUILD_CC="$(HOSTCC)" \
616         CC_FOR_BUILD="$(HOSTCC)" \
617         BUILDTOOL_CC="$(HOSTCC)" \
618         BUILDTOOL_CCLD="$(HOSTCC)" \
619         LDFLAGS_FOR_BUILD="$(HOST_LDFLAGS)" \
620         CC="$(TOOLCHAIN_DIR)/bin/$(TARGET_CC)" \
621         CXX="$(TOOLCHAIN_DIR)/bin/$(TARGET_CXX)" \
622         AR="$(TOOLCHAIN_DIR)/bin/$(TARGET_CROSS)ar" \
623         RANLIB="$(TOOLCHAIN_DIR)/bin/$(TARGET_CROSS)ranlib" \
624         CFLAGS="$(FS_TARGET_CPPFLAGS) $(FS_TARGET_CFLAGS)" \
625         CXXFLAGS="$(FS_TARGET_CPPFLAGS) $(FS_TARGET_CXXFLAGS)" \
626         CPPFLAGS="$(FS_TARGET_CPPFLAGS)" \
627         LDFLAGS="$(TARGET_LDFLAGS) -Wl,-rpath-link=\"$(STAGING_DIR)/usr/lib\"" \
628         HOST_CC="/usr/bin/cc" \
629         HOST_CXX="/usr/bin/g++" \
630         CROSS_COMPILE="1" \
631         ax_cv_c_compiler_vendor="gnu" \
632         ac_cv_cflags_warn_all_ansi='-Wall -std=c99 -Wno-unused-variable' \
633         ac_cv_dev_urandom="yes" \
634         ac_cv_file_dbd_apr_dbd_mysql_c="no" \
635         ac_cv_file__dev_random="no" \
636         ac_cv_file__dev_urandom="yes" \
637         ac_cv_file___dev_urandom_="yes" \
638         ac_cv_func_mmap_fixed_mapped="yes" \
639         ac_cv_func_pthread_rwlock_init="yes" \
640         ac_cv_struct_rlimit="yes" \
641         apr_cv_mutex_recursive="yes" \
642         apr_cv_process_shared_works="no" \
643         apr_cv_tcp_nodelay_with_cork="yes" \
644         apr_cv_type_rwlock_t="yes" \
645         $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-perl),ac_cv_path_PERL="yes",) \
646         libzmq_cv_cxx_werror_flag="" \
647
648
649 define Build/Prepare
650         $(call Build/Prepare/Default)
651         $(call Prepare/celt)
652         $(call Prepare/event-zmq)
653         $(call Prepare/flite)
654         $(call Prepare/json-cdr)
655         $(call Prepare/ldap)
656         $(call Prepare/memcache)
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 endef
668
669
670 define Build/Configure
671
672 ifeq ($(CONFIG_FS_WITH_LOCAL_SOURCE),y)
673         (cd $(PKG_BUILD_DIR); $(if $(CONFIG_FS_WITH_LATEST_HEAD),if $(QUILT_CMD) top > /dev/null 2>&1; then $(QUILT_CMD) pop -a; fi; git pull; if $(QUILT_CMD) next > /dev/null 2>&1; then $(QUILT_CMD) push -a; fi))
674 endif
675         (cd $(PKG_BUILD_DIR); $(AM_TOOL_PATHS) ./bootstrap.sh)
676         $(call Build/Configure/Default)
677         $(foreach m,$(FS_MOD_AVAILABLE),
678                 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-$(m)),
679                         $(SED) 's|^[ #]*\([^#]*/mod_$(subst -,_,$(m))\)$$$$|\1|g' $(PKG_BUILD_DIR)/modules.conf
680                 ,
681                         $(SED) 's|^\([^#]*/mod_$(subst -,_,$(m))\)$$$$|#\1|g' $(PKG_BUILD_DIR)/modules.conf
682                 )
683         )
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,sed -i -e "s#-lcurl -lz\(.*\)/usr/lib/libexpat.la\(.*\)$(TOOLCHAIN_DIR)/$(REAL_GNU_TARGET_NAME)\(.*\)#-L/usr/lib -lcurl -lz /usr/lib/libexpat.la\2/usr\3#g" $(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         for f in `ls $$(1)/usr/lib/$(PKG_NAME)/*.la`; \
898         do \
899                 sed -i -e "s#' \(.*\)/usr/lib/libexpat.la\(.*\)$(TOOLCHAIN_DIR)/$(REAL_GNU_TARGET_NAME)\(.*\)#' -L/usr/lib -L/usr/lib/libiconv-full/lib -L/usr/lib/libintl-full/lib /usr/lib/lib$(PKG_NAME).la /usr/lib/libexpat.la\2/usr\3#g;s#' \(.*\)/usr/lib/libintl-full/lib#' -L/usr/lib -L/usr/lib/libiconv-full/lib -L/usr/lib/libintl-full/lib#g;s#-L\.\.##g;s#$(PKG_BUILD_DIR)\(.*\)/usr/lib/libtiff.la\(.*\)#/usr/lib/libtiff.la\2#g" $$$$$$$${f}; \
900         done
901
902         #
903         # 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)))
904         #
905         $$$$(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)
906
907         #
908         # 2. mod_$(subst -,_,$(1)) XML configuration files from: $$$$(patsubst $(PKG_BUILD_DIR)/%,%,$$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/$(3)/$(1)/*/$(subst -,_,$(1)).conf.xml)))
909         #
910         $$$$(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)
911
912         #
913         # 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)))
914         #
915         $$$$(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)
916
917         #
918         # 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)))
919         #
920         $$$$(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)
921
922         #
923         # 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)))
924         #
925         $$$$(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)
926
927         #
928         # 6. Additional configuration files for mod_$(subst -,_,$(1)) from: $$$$(patsubst $(PKG_BUILD_DIR)/%,%,$$$$(firstword $$$$(wildcard $(PKG_BUILD_DIR)/conf/$(3)/$(1)/*.$(1))))
929         #
930         $$$$(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))
931   endef
932
933   define Package/$(PKG_NAME)-mod-$(1)/postinst
934 #!/bin/sh
935 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
936   endef
937
938   define Package/$(PKG_NAME)-mod-$(1)/prerm
939 #!/bin/sh
940 sed -i -e 's|^\([ \t]*\)\(.*\)"mod_$(subst -,_,$(1))"\(.*\)$$$$|\1<!-- \2"mod_$(subst -,_,$(1))"\3 -->|' $$$${IPKG_INSTROOT}/etc/$(PKG_NAME)/autoload_configs/modules.conf.xml
941   endef
942
943   $$(eval $$(call BuildPackage,$(PKG_NAME)-mod-$(1)))
944 endef
945
946
947 $(eval $(call BuildPackage,$(PKG_NAME)))
948 $(eval $(call BuildPackage,$(PKG_NAME)-collection-upstream-defaults))
949 $(eval $(call BuildPackage,$(PKG_NAME)-collection-minimal))
950 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-en-08KHz))
951 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-en-16KHz))
952 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-en-32KHz))
953 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-en-48KHz))
954 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-moh-08KHz))
955 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-moh-16KHz))
956 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-moh-32KHz))
957 $(eval $(call BuildPackage,$(PKG_NAME)-sounds-moh-48KHz))
958 $(eval $(call BuildPackage,$(PKG_NAME)-tools))
959 $(eval $(call BuildPackage,$(PKG_NAME)-example-config))
960 $(eval $(call BuildPackage,$(PKG_NAME)-config-upstream-defaults))
961 $(eval $(call BuildPackage,$(PKG_NAME)-config-minimal))
962
963
964 #
965 # $(eval $(call BuildPlugin,Name,Title,Selection on module Conf File,Files,Inter Depends,Extra Depends))
966 #
967 $(eval $(call BuildPlugin,abstraction,An Abstraction To API Call,vanilla,,,,))
968 $(eval $(call BuildPlugin,alsa,Alsa Endpoint,vanilla,,,,+FS_WITH_ALSA:alsa-lib @FS_WITH_ALSA))
969 $(eval $(call BuildPlugin,amr,Adaptive Multi-Rate On Bandwidth Codec,vanilla,,,,))
970 $(eval $(call BuildPlugin,amrwb,Wide Band AMR,vanilla,,,,))
971 $(eval $(call BuildPlugin,avmd,Advanced Voice Mail Detection,vanilla,,,,))
972 $(eval $(call BuildPlugin,basic,BASIC,vanilla,,,,))
973 $(eval $(call BuildPlugin,blacklist,Blacklist,vanilla,,,,))
974 $(eval $(call BuildPlugin,bv,BroadVoice 16/32-bit Audio Codec,vanilla,,,,))
975 $(eval $(call BuildPlugin,callcenter,Call Center,vanilla,,,,))
976 $(eval $(call BuildPlugin,cdr-csv,CSV-CDR Handler,mod,,,,)) # ~/conf
977 $(eval $(call BuildPlugin,cdr-mongodb,MongoDB CDR logger,vanilla,,,,))
978 $(eval $(call BuildPlugin,cdr-pg-csv,PostgreSQL CDR Handler,vanilla,,,,+coreutils +FS_WITH_POSTGRESQL:libpq @FS_WITH_POSTGRESQL))
979 $(eval $(call BuildPlugin,cdr-sqlite,SQLite3 CDR Handler,vanilla,,,,@FS_WITH_SQLITE3))
980 $(eval $(call BuildPlugin,celt,CELT Ultra-Low Delay Codec,vanilla,,,,+libogg))
981 $(eval $(call BuildPlugin,cepstral,Cepstral Interface,vanilla,,,,@BROKEN)) # needs <swift.h>
982 $(eval $(call BuildPlugin,cidlookup,Data Query For CID->NAME Services,mod,,,,+libcurl)) # ~/conf
983 $(eval $(call BuildPlugin,cluechoo,Framework Demo,vanilla,,,,))
984 $(eval $(call BuildPlugin,codec2,CoDec 2,,,,,))
985 $(eval $(call BuildPlugin,commands,API Commands,vanilla,,,,))
986 $(eval $(call BuildPlugin,conference,Conference Room,vanilla,,,,))
987 $(eval $(call BuildPlugin,console,Console Logger,vanilla,,,,))
988 $(eval $(call BuildPlugin,curl,HTTP Request,vanilla,,,,+libcurl))
989 $(eval $(call BuildPlugin,dahdi-codec,DAHDI Codecs,vanilla,,,,))
990 $(eval $(call BuildPlugin,db,Database Backend,vanilla,,,,))
991 $(eval $(call BuildPlugin,dialplan-asterisk,Asterisk Dialplan Parser,vanilla,,,,))
992 $(eval $(call BuildPlugin,dialplan-directory,Dialplan Directory,vanilla,,,,))
993 $(eval $(call BuildPlugin,dialplan-xml,Dialplan-XML Interface,vanilla,,,,))
994 $(eval $(call BuildPlugin,dingaling,Jabber Interface,vanilla,,,,+libopenssl))
995 $(eval $(call BuildPlugin,directory,Search By Name Directory IVR,vanilla,,,,))
996 $(eval $(call BuildPlugin,distributor,Simple Robin-Round Load,vanilla,,,,))
997 $(eval $(call BuildPlugin,dptools,Dialplan Tools,vanilla,,,,))
998 $(eval $(call BuildPlugin,easyroute,Simple DID Routing,vanilla,,,,))
999 $(eval $(call BuildPlugin,enum,ENUM Routing,,,,,+libldns))
1000 $(eval $(call BuildPlugin,erlang-event,Erlang Event Handler,vanilla,,,,+erlang))
1001 $(eval $(call BuildPlugin,esf,Extra SIP Functionality,vanilla,,,,))
1002 $(eval $(call BuildPlugin,event-multicast,Multicast Event Handler,vanilla,,,,))
1003 $(eval $(call BuildPlugin,event-socket,Socket Event Handler,vanilla,,,,))
1004 $(eval $(call BuildPlugin,event-zmq,Socket Event Handler By Zero MQ,vanilla,,,,+libuuid))
1005 $(eval $(call BuildPlugin,expr,Expression Evaluation,vanilla,,,,))
1006 $(eval $(call BuildPlugin,fifo,FIFO,vanilla,,,,))
1007 $(eval $(call BuildPlugin,file-string,Streaming Multiple Sound Files Sequentially,vanilla,,,,@OBSOLETE)) # merged into dptools
1008 $(eval $(call BuildPlugin,flite,Festival TTS,vanilla,,,,@(!(armeb||avr32)||BROKEN)))
1009 $(eval $(call BuildPlugin,format-cdr,XML CDR Module to files or curl,vanilla,,,,))
1010 $(eval $(call BuildPlugin,fsk,Bell-202 1200-Baud FSK Decoder,vanilla,,,,))
1011 $(eval $(call BuildPlugin,fsv,Video Player / Recorder,vanilla,,,,))
1012 $(eval $(call BuildPlugin,g723-1,G.723.1 Codec,vanilla,,,,))
1013 $(eval $(call BuildPlugin,g729,G.729 Codec,vanilla,,,,))
1014 $(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
1015 $(eval $(call BuildPlugin,h26x,H26X Linear Codec,vanilla,,,,))
1016 $(eval $(call BuildPlugin,h323,H323 Endpoint,mod,,,,@BROKEN)) # Req. H323Plus v1.24.x or newer
1017 $(eval $(call BuildPlugin,hash,API For Manipulating A Hash Table,vanilla,,,,))
1018 #$(eval $(call BuildPlugin,html5,HTML5 Endpoint Module,vanilla,,,,)) # defunct?
1019 $(eval $(call BuildPlugin,httapi,HT Telephony API and HTTP Caching,mod,,,,)) # ~/conf
1020 $(eval $(call BuildPlugin,http-cache,HTTP GET With Caching,mod,,,,+libcurl)) # ~/conf
1021 $(eval $(call BuildPlugin,ilbc,ILBC Codec,vanilla,,,,))
1022 $(eval $(call BuildPlugin,isac,iSAC Codec,vanilla,,,,))
1023 $(eval $(call BuildPlugin,java,Java Language Interface,vanilla,,,,@BROKEN)) # needs java
1024 $(eval $(call BuildPlugin,json-cdr,JSon-CDR Interface,mod,,,,+libcurl))
1025 $(eval $(call BuildPlugin,ldap,LDAP interface,vanilla,,,,+libsasl2))
1026 $(eval $(call BuildPlugin,lcr,Least Cost Routing,vanilla,,,,))
1027 $(eval $(call BuildPlugin,local-stream,Multi-Channel On Same Stream,vanilla,,,,))
1028 $(eval $(call BuildPlugin,logfile,File Logger,vanilla,,,,))
1029 $(eval $(call BuildPlugin,loopback,Loopback to Dialplan Endpoint,vanilla,,,,))
1030 $(eval $(call BuildPlugin,lua,LUA Language Interface,vanilla,,,,))
1031 $(eval $(call BuildPlugin,managed,Media Switching Software Library,vanilla,,,,+glib2 @BROKEN)) # needs Mono
1032 $(eval $(call BuildPlugin,memcache,MemCached Interface,vanilla,,,,+libmemcached @BROKEN)) # Req libmemcached
1033 $(eval $(call BuildPlugin,mongo,A Document-Oriented Database,vanilla,,,,))
1034 $(eval $(call BuildPlugin,mp4,MP4 File Format Support For Video,vanilla,,,,@BROKEN)) # needs libmp4v2
1035 $(eval $(call BuildPlugin,mp4v,MP4 CoDec Support For Video,vanilla,,,,))
1036 $(eval $(call BuildPlugin,native-file,WAV Format Sound Player,vanilla,,,,))
1037 $(eval $(call BuildPlugin,nibblebill,Credit / Debit Billing,vanilla,,,,))
1038 $(eval $(call BuildPlugin,opus,Opus CoDec,vanilla,,,,))
1039 $(eval $(call BuildPlugin,oreka,Media Recording with Oreka,vanilla,,,,))
1040 $(eval $(call BuildPlugin,portaudio,Portaudio To Sound Card Interface,vanilla,,,alsa,+FS_WITH_ALSA:alsa-lib @FS_WITH_ALSA))
1041 $(eval $(call BuildPlugin,portaudio-stream,Portaudio Streaming Interface,vanilla,,,alsa,+FS_WITH_ALSA:alsa-lib @FS_WITH_ALSA))
1042 $(eval $(call BuildPlugin,posix-timer,POSIX Compliant Soft Timer,vanilla,,,,))
1043 $(eval $(call BuildPlugin,radius-cdr,Radius-CDR interface,vanilla,,,,@BROKEN)) # fails in freeradius-client
1044 $(eval $(call BuildPlugin,rayo,Rayo server & node implementation,vanilla,,,,))
1045 $(eval $(call BuildPlugin,redis,Redis Limited Backend,vanilla,,,,))
1046 $(eval $(call BuildPlugin,rss,RRS Feeds via TTS,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,speex,Speex codec,mod,,,,))
1077 $(eval $(call BuildPlugin,spidermonkey,JavaScript,vanilla,,,,@BROKEN)) # fails in js
1078 $(eval $(call BuildPlugin,spidermonkey-core_db,JavaScript DB,vanilla,,,,@BROKEN))
1079 $(eval $(call BuildPlugin,spidermonkey-curl,JavaScript Curl,vanilla,,,,@BROKEN))
1080 $(eval $(call BuildPlugin,spidermonkey-odbc,JavaScript ODBC,vanilla,,,,@BROKEN))
1081 $(eval $(call BuildPlugin,spidermonkey-socket,JavaScript Socket,vanilla,,,,@BROKEN))
1082 $(eval $(call BuildPlugin,spidermonkey-teletone,JavaScript Teletone,vanilla,,,,@BROKEN))
1083 $(eval $(call BuildPlugin,spy,User Spy,vanilla,,,,))
1084 $(eval $(call BuildPlugin,ssml,SSML audio rendering format,mod,,,rayo,))
1085 $(eval $(call BuildPlugin,stress,Voice Stress Detection,vanilla,,,,))
1086 $(eval $(call BuildPlugin,syslog,SysLog logger,vanilla,,,,))
1087 $(eval $(call BuildPlugin,timerfd,Linux Kernel timerfd API,vanilla,,,,))
1088 $(eval $(call BuildPlugin,tone-stream,Tone Generation Stream,vanilla,,,,))
1089 $(eval $(call BuildPlugin,tts-commandline,ASR TTS Command Interface,vanilla,,,,))
1090 $(eval $(call BuildPlugin,unimrcp,UniMRCP (MRCP Client),vanilla,,,,@BROKEN))
1091 $(eval $(call BuildPlugin,valet-parking,Valet Parking Application,vanilla,,,,))
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,,,,+libsasl2 +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 langunage,vanilla,,,,+libyaml))