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