freeswitch: workaround compile fail with gcc 12
[feed/telephony.git] / net / freeswitch / Makefile
1 #
2 # Copyright (C) 2017 Sebastian Kemper <sebastian_ml@gmx.net>
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 PKG_NAME:=freeswitch
11 PKG_VERSION:=1.10.7
12 PKG_RELEASE:=$(AUTORELEASE)
13 PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
14
15 PKG_SOURCE:=freeswitch-$(PKG_VERSION).-release.tar.xz
16 PKG_SOURCE_URL:=https://files.freeswitch.org/releases/freeswitch
17 PKG_HASH:=0919bddc2ea9cab2e4944314e71637bea9dd4f40d510722a74ea032104594c41
18
19 PKG_CPE_ID:=cpe:/a:freeswitch:freeswitch
20
21 PKG_BUILD_DIR:=$(BUILD_DIR)/freeswitch-$(PKG_VERSION).-release
22
23 PKG_BUILD_DEPENDS:=perl/host
24
25 PKG_FIXUP:=autoreconf
26
27 PKG_BUILD_PARALLEL:=1
28 PKG_INSTALL:=1
29
30 PKG_LICENSE:= \
31 AGPL-3.0 \
32 Apache-2.0 \
33 BSD-2-Clause \
34 BSD-3-Clause \
35 BSD-4-Clause \
36 BSD-like \
37 Beerware \
38 GPL-1.0+ \
39 GPL-2.0 \
40 GPL-2.0+ \
41 GPL-3.0 \
42 ISC \
43 LGPL-2.0+ \
44 LGPL-2.1 \
45 LGPL-2.1+ \
46 MIT/X11 (BSD like) \
47 MPL-1.1 \
48 OpenLDAP \
49 RSA-MD \
50 zlib-acknowledgement
51
52 PKG_LICENSE_FILES:=debian/copyright
53
54 FS_DATA_DIR:=/usr/share/freeswitch
55
56 FS_BIN_DIR:=/usr/bin
57 FS_EXAMPLES_DIR:=$(FS_DATA_DIR)/examples
58 FS_FONTS_DIR:=$(FS_DATA_DIR)/fonts
59 FS_GRAMMAR_DIR:=$(FS_DATA_DIR)/grammar
60 FS_HTDOCS_DIR:=$(FS_DATA_DIR)/htdocs
61 FS_IMAGES_DIR:=$(FS_DATA_DIR)/images
62 FS_INCLUDES_DIR:=/usr/include/freeswitch
63 FS_LANG_DIR:=$(FS_DATA_DIR)/lang
64 FS_LIB_DIR:=/usr/lib
65 FS_MOD_DIR:=$(FS_LIB_DIR)/freeswitch/mod
66 FS_PKGCONFIG_DIR:=$(FS_LIB_DIR)/pkgconfig
67 FS_SCRIPTS_DIR:=$(FS_DATA_DIR)/scripts
68 FS_SOUNDS_DIR:=$(FS_DATA_DIR)/sounds
69 FS_SYSCONF_DIR:=/etc
70 FS_TLS_DIR:=$(FS_SYSCONF_DIR)/freeswitch/tls
71 FS_TZ_DIR:=$(FS_DATA_DIR)/tz
72
73 FS_MOD_AVAILABLE:= \
74 abstraction \
75 alsa \
76 amr \
77 amrwb \
78 av \
79 avmd \
80 b64 \
81 basic \
82 bert \
83 blacklist \
84 callcenter \
85 cdr_csv \
86 cdr_mongodb \
87 cdr_pg_csv \
88 cdr_sqlite \
89 cidlookup \
90 clearmode \
91 cluechoo \
92 commands \
93 conference \
94 console \
95 curl \
96 dahdi_codec \
97 db \
98 dialplan_asterisk \
99 dialplan_directory \
100 dialplan_xml \
101 dingaling \
102 directory \
103 distributor \
104 dptools \
105 easyroute \
106 enum \
107 erlang_event \
108 esf \
109 esl \
110 event_multicast \
111 event_socket \
112 event_test \
113 event_zmq \
114 expr \
115 fail2ban \
116 fifo \
117 format_cdr \
118 fsk \
119 fsv \
120 g723_1 \
121 g729 \
122 graylog2 \
123 gsmopen \
124 h26x \
125 hash \
126 hiredis \
127 httapi \
128 http_cache \
129 isac \
130 json_cdr \
131 kazoo \
132 lcr \
133 ldap \
134 local_stream \
135 logfile \
136 loopback \
137 lua \
138 mariadb \
139 mp4v \
140 native_file \
141 nibblebill \
142 odbc_cdr \
143 opus \
144 opusfile \
145 oreka \
146 perl \
147 pgsql \
148 png \
149 pocketsphinx \
150 portaudio \
151 portaudio_stream \
152 posix_timer \
153 prefix \
154 python3 \
155 radius_cdr \
156 random \
157 raven \
158 rayo \
159 redis \
160 rss \
161 rtc \
162 rtmp \
163 say_de \
164 say_en \
165 say_es \
166 say_es_ar \
167 say_fa \
168 say_fr \
169 say_he \
170 say_hr \
171 say_hu \
172 say_it \
173 say_ja \
174 say_nl \
175 say_pl \
176 say_pt \
177 say_ru \
178 say_sv \
179 say_th \
180 say_zh \
181 shell_stream \
182 shout \
183 signalwire \
184 skinny \
185 sms \
186 snapshot \
187 sndfile \
188 snmp \
189 snom \
190 sofia \
191 sonar \
192 spandsp \
193 spy \
194 ssml \
195 stress \
196 syslog \
197 theora \
198 tone_stream \
199 translate \
200 tts_commandline \
201 unimrcp \
202 valet_parking \
203 verto \
204 video_filter \
205 vmd \
206 voicemail \
207 voicemail_ivr \
208 xml_cdr \
209 xml_curl \
210 xml_ldap \
211 xml_rpc \
212 xml_scgi \
213 yaml \
214 yuv
215
216 PKG_CONFIG_DEPENDS:= \
217 $(patsubst %,CONFIG_PACKAGE_freeswitch-mod-%,$(subst _,-,$(FS_MOD_AVAILABLE))) \
218 CONFIG_FS_WITH_DEBUG \
219 CONFIG_FS_WITH_FREETYPE \
220 CONFIG_FS_WITH_LIBYUV \
221 CONFIG_FS_WITH_ODBC \
222 CONFIG_FS_WITH_PNG \
223 CONFIG_FS_WITH_SRTP \
224 CONFIG_FS_WITH_VPX \
225 CONFIG_FS_WITH_ZRTP \
226 CONFIG_LIBC \
227 CONFIG_PACKAGE_freeswitch-misc-perl-esl \
228 CONFIG_PACKAGE_freeswitch-misc-python3-esl \
229 CONFIG_SOFT_FLOAT
230
231 include $(INCLUDE_DIR)/package.mk
232 # iconv support
233 include $(INCLUDE_DIR)/nls.mk
234
235 FS_PERL_FEED:=$(TOPDIR)/feeds/packages/lang/perl
236
237 include $(TOPDIR)/feeds/packages/lang/python/python3-version.mk
238 include $(FS_PERL_FEED)/perlver.mk
239
240 # https://github.com/signalwire/freeswitch/issues/1670
241 TARGET_CFLAGS+=-Wno-error=address
242
243 # Allow compiling with OpenSSL 3.0
244 TARGET_CFLAGS+=-Wno-error=deprecated-declarations
245
246 PERL_SITELIB:=/usr/lib/perl$(PERL_MAJOR)/$(PERL_VERSION2)
247
248 FS_PERL_LIBS:=$(shell grep "^libs=" \
249 $(FS_PERL_FEED)/files/base.config | \
250 sed "s/^libs=//;s/'//g")
251
252 FS_PYTHON3_SITE_DIR:=$(FS_LIB_DIR)/python$(PYTHON3_VERSION)/site-packages
253
254 define Download/files
255 define Download/$(1)
256 FILE:=$(2)
257 URL:=$(3)
258 HASH:=$(4)
259 VERSION:=$(5)
260 SUBDIR:=$(6)
261 MIRROR_HASH:=$(7)
262 PROTO:=$(8)
263 endef
264 $$(eval $$(call Download,$(1)))
265 endef
266
267 define Package/freeswitch/enable/plugin
268 $(SED) '/$(1)$$$$/s/^#//' $(PKG_BUILD_DIR)/modules.conf
269 endef
270
271 define Package/freeswitch/install/bin
272 $(INSTALL_DIR) $(1)$(FS_BIN_DIR)
273 $(INSTALL_BIN) $(PKG_INSTALL_DIR)$(FS_BIN_DIR)/$(2) \
274 $(1)$(FS_BIN_DIR)
275 endef
276
277 define Package/freeswitch/install/dir
278 if [ -d $(2) ]; then $(INSTALL_DIR) $(1); fi
279 for dir in $$$$(shell [ -d $(2) ] && cd $(2) && $(FIND) -type d -print | sed 's|^./\?||'); \
280 do \
281 $(INSTALL_DIR) $(1)/$$$$$$$$dir; \
282 done
283 for file in $$$$(shell [ -d $(2) ] && cd $(2) && $(FIND) -type f -print | sed 's|^./||'); \
284 do \
285 $(INSTALL_DATA) $(2)/$$$$$$$$file $(1)/$$$$$$$$file; \
286 done
287 endef
288
289 define Package/freeswitch/install/lib
290 $(INSTALL_DIR) $(1)$(FS_LIB_DIR)
291 $(CP) $(PKG_INSTALL_DIR)$(FS_LIB_DIR)/$(2).so.* \
292 $(1)$(FS_LIB_DIR)
293 endef
294
295 define Package/freeswitch/install/mod
296 $(INSTALL_DIR) $(1)$(FS_MOD_DIR)
297 $(INSTALL_BIN) $(PKG_INSTALL_DIR)$(FS_MOD_DIR)/mod_$(2).so \
298 $(1)$(FS_MOD_DIR)
299 endef
300
301 define Package/freeswitch/config
302 source "$(SOURCE)/Config.in"
303 endef
304
305 define Package/freeswitch/Default
306 SUBMENU:=Telephony
307 SECTION:=net
308 CATEGORY:=Network
309 URL:=https://www.freeswitch.org
310 endef
311
312 # Note: shadow deps are a bit strange; you need to select shadow-utils
313 # package first for shadow-su to be selected, even though the
314 # shadow-utils package later becomes a no-op.
315 define Package/freeswitch
316 $(call Package/freeswitch/Default)
317 TITLE:=Open source telephony platform, v$(PKG_VERSION)
318 MENU:=1
319 USERID:=freeswitch=372:freeswitch=372
320 DEPENDS:= \
321 $(ICONV_DEPENDS) \
322 +libstdcpp \
323 +!BUSYBOX_DEFAULT_SU:shadow-utils \
324 +!BUSYBOX_DEFAULT_SU:shadow-su \
325 +@OPENSSL_WITH_DEPRECATED \
326 +FS_WITH_FREETYPE:libfreetype \
327 +FS_WITH_ODBC:unixodbc \
328 +FS_WITH_PNG:libpng \
329 +libcurl \
330 +libedit \
331 +libopenssl \
332 +libpcre \
333 +libpthread \
334 +librt \
335 +libspandsp3 \
336 +libspeex \
337 +libspeexdsp \
338 +libsqlite3 \
339 +libuuid \
340 +sofia-sip \
341 +zlib
342 endef
343
344 define Package/freeswitch/description
345 FreeSWITCH is a scalable open source cross-platform telephony platform
346 designed to route and interconnect popular communication protocols
347 using audio, video, text or any other form of media.
348 endef
349
350 define Package/freeswitch/conffiles
351 $(FS_SYSCONF_DIR)/freeswitch
352 $(FS_SYSCONF_DIR)/config/freeswitch
353 $(FS_SYSCONF_DIR)/init.d/freeswitch
354 endef
355
356 define Package/freeswitch/install
357 $(call Package/freeswitch/install/bin,$(1),freeswitch)
358 $(call Package/freeswitch/install/lib,$(1),libfreeswitch)
359 $(INSTALL_DIR) $(1)$(FS_FONTS_DIR)
360 $(INSTALL_DIR) $(1)$(FS_GRAMMAR_DIR)
361 $(INSTALL_DIR) $(1)$(FS_HTDOCS_DIR)
362 $(INSTALL_DIR) $(1)$(FS_IMAGES_DIR)
363 $(INSTALL_DIR) $(1)$(FS_SCRIPTS_DIR)
364 $(INSTALL_DIR) $(1)$(FS_SOUNDS_DIR)
365 $(INSTALL_DIR) $(1)$(FS_SYSCONF_DIR)/config
366 $(INSTALL_DIR) $(1)$(FS_SYSCONF_DIR)/hotplug.d/iface
367 $(INSTALL_DIR) $(1)$(FS_SYSCONF_DIR)/init.d
368 $(INSTALL_DIR) $(1)$(FS_TLS_DIR)
369 $(INSTALL_BIN) ./files/freeswitch.init \
370 $(1)$(FS_SYSCONF_DIR)/init.d/freeswitch
371 $(INSTALL_BIN) ./files/freeswitch.hotplug \
372 $(1)$(FS_SYSCONF_DIR)/hotplug.d/iface/90-freeswitch
373 $(INSTALL_CONF) ./files/freeswitch.conf \
374 $(1)$(FS_SYSCONF_DIR)/config/freeswitch
375 endef
376
377 define Package/freeswitch/postinst
378 #!/bin/sh
379 if [ -z "$${IPKG_INSTROOT}" ]; then
380 echo
381 echo "o-------------------------------------------------------------------o"
382 echo "| FreeSWITCH note |"
383 echo "o-------------------------------------------------------------------o"
384 echo "| Edit /etc/config/freeswitch to change basic init configuration. |"
385 echo "| |"
386 echo "| Also visit the Wiki at: |"
387 echo "| https://openwrt.org/docs/guide-user/services/voip/freeswitch |"
388 echo "o-------------------------------------------------------------=^_^=-o"
389 echo
390 fi
391 exit 0
392 endef
393
394 define Package/freeswitch-misc-perl-esl
395 $(call Package/freeswitch/Default)
396 TITLE:=Perl ESL
397 DEPENDS:=freeswitch \
398 +PACKAGE_freeswitch-misc-perl-esl:perlbase-autoloader \
399 +PACKAGE_freeswitch-misc-perl-esl:perlbase-data \
400 +PACKAGE_freeswitch-misc-perl-esl:perlbase-dynaloader \
401 @PERL_THREADS
402 endef
403
404 define Package/freeswitch-misc-perl-esl/description
405 This package contains the Perl binding for FreeSWITCH's Event Socket
406 Library (ESL).
407 endef
408
409 define Package/freeswitch-misc-perl-esl/install
410 $(INSTALL_DIR) $(1)$(PERL_SITELIB)/ESL
411 $(INSTALL_DIR) $(1)$(PERL_SITELIB)/auto/ESL
412 $(INSTALL_BIN) \
413 $(PKG_INSTALL_DIR)$(PERL_SITELIB)/ESL.so \
414 $(1)$(PERL_SITELIB)/auto/ESL
415 $(INSTALL_DATA) \
416 $(PKG_INSTALL_DIR)$(PERL_SITELIB)/ESL.pm \
417 $(1)$(PERL_SITELIB)
418 $(INSTALL_DATA) \
419 $(PKG_INSTALL_DIR)$(PERL_SITELIB)/ESL/Dispatch.pm \
420 $(1)$(PERL_SITELIB)/ESL
421 $(INSTALL_DATA) \
422 $(PKG_INSTALL_DIR)$(PERL_SITELIB)/ESL/IVR.pm \
423 $(1)$(PERL_SITELIB)/ESL
424 endef
425
426 define Package/freeswitch-misc-python3-esl
427 $(call Package/freeswitch/Default)
428 TITLE:=Python3 ESL
429 DEPENDS:=freeswitch +PACKAGE_freeswitch-misc-python3-esl:python3-light
430 endef
431
432 define Package/freeswitch-misc-python3-esl/description
433 This package contains the Python3 binding for FreeSWITCH's Event Socket
434 Library (ESL).
435 endef
436
437 define Package/freeswitch-misc-python3-esl/install
438 $(INSTALL_DIR) $(1)$(FS_PYTHON3_SITE_DIR)
439 $(INSTALL_BIN) \
440 $(PKG_INSTALL_DIR)$(FS_PYTHON3_SITE_DIR)/_ESL.so \
441 $(1)$(FS_PYTHON3_SITE_DIR)
442 $(INSTALL_DATA) \
443 $(PKG_INSTALL_DIR)$(FS_PYTHON3_SITE_DIR)/ESL.py \
444 $(1)$(FS_PYTHON3_SITE_DIR)
445 endef
446
447 define Package/freeswitch-misc-timezones
448 $(call Package/freeswitch/Default)
449 TITLE:=Timezones file
450 DEPENDS:=freeswitch
451 PKGARCH:=all
452 endef
453
454 define Package/freeswitch-misc-timezones/description
455 This package includes a timezones file for FreeSWITCH.
456 endef
457
458 define Package/freeswitch-misc-timezones/install
459 $(INSTALL_DIR) $(1)$(FS_TZ_DIR)
460 $(INSTALL_DATA) \
461 $(PKG_BUILD_DIR)/conf/vanilla/autoload_configs/timezones.conf.xml \
462 $(1)$(FS_TZ_DIR)
463 endef
464
465 define Package/freeswitch/Example
466 define Package/freeswitch-example-$(subst _,-,$(1))
467 $(call Package/freeswitch/Default)
468 TITLE:=Example configuration
469 DEPENDS:=freeswitch
470 PKGARCH:=all
471 endef
472 define Package/freeswitch-example-$(subst _,-,$(1))/description
473 This package does not install any configuration for FreeSWITCH into
474 /etc/freeswitch. The system administrator is completely responsible
475 for that directory. If you install one of the example configuration
476 packages, it will install the corresponding sample configuration to
477 /usr/share/freeswitch/examples where you can take a look at it.
478 endef
479 define Package/freeswitch-example-$(subst _,-,$(1))/install
480 $(call Package/freeswitch/install/dir,$$(1)$(FS_EXAMPLES_DIR)/$(1),$(PKG_BUILD_DIR)/conf/$(1))
481 endef
482 $$(eval $$(call BuildPackage,freeswitch-example-$(subst _,-,$(1))))
483 endef
484
485 define Package/freeswitch/Language
486 define Package/freeswitch-lang-$(subst _,-,$(1))
487 $(call Package/freeswitch/Default)
488 TITLE:=$(2) language files
489 DEPENDS:=freeswitch
490 PKGARCH:=all
491 endef
492 define Package/freeswitch-lang-$(subst _,-,$(1))/description
493 This package includes the $(2) language files for FreeSWITCH.
494 endef
495 define Package/freeswitch-lang-$(subst _,-,$(1))/install
496 $(call Package/freeswitch/install/dir,$$(1)$(FS_LANG_DIR)/$(1),$(PKG_BUILD_DIR)/conf/vanilla/lang/$(1))
497 endef
498 $$(eval $$(call BuildPackage,freeswitch-lang-$(subst _,-,$(1))))
499 endef
500
501 # The next package generator is for miscellaneous files that only
502 # require being copied from PKG_INSTALL_DIR to the ipkg.
503 define Package/freeswitch/Misc
504 define Package/freeswitch-$(subst _,-,$(1))
505 $(call Package/freeswitch/Default)
506 TITLE:=$(2)
507 DEPENDS:=freeswitch
508 ifeq ($(6),y)
509 PKGARCH:=all
510 endif
511 endef
512 define Package/freeswitch-$(subst _,-,$(1))/description
513 $(subst \n,$(newline),$(3))
514 endef
515 define Package/freeswitch-$(subst _,-,$(1))/install
516 $(call Package/freeswitch/install/dir,$$(1)$(5),$(PKG_INSTALL_DIR)$(4))
517 endef
518 $$(eval $$(call BuildPackage,freeswitch-$(subst _,-,$(1))))
519 endef
520
521 define Package/freeswitch/Module
522 define Package/freeswitch-mod-$(subst _,-,$(1))
523 $(call Package/freeswitch/Default)
524 TITLE:=$(2) module
525 DEPENDS:=freeswitch $(patsubst +%,+PACKAGE_freeswitch-mod-$(subst _,-,$(1)):%,$(4))
526 endef
527 define Package/freeswitch-mod-$(subst _,-,$(1))/description
528 $(subst \n,$(newline),$(3))
529 endef
530 define Package/freeswitch-mod-$(subst _,-,$(1))/install
531 $(call Package/freeswitch/install/mod,$$(1),$(1))
532 ifeq ($(CONFIG_FS_WITH_MODCONF),y)
533 $(call Package/freeswitch/install/dir,$$(1)$(FS_EXAMPLES_DIR)/mod_$(1),$(PKG_BUILD_DIR)/src/mod/*/mod_$(1)/conf)
534 endif
535 ifeq ($(1),perl)
536 $(INSTALL_DIR) $$(1)$(PERL_SITELIB)/auto/freeswitch
537 $(INSTALL_BIN) \
538 $(PKG_INSTALL_DIR)/usr/perl/freeswitch.so \
539 $$(1)$(PERL_SITELIB)/auto/freeswitch
540 $(INSTALL_DATA) \
541 $(PKG_INSTALL_DIR)/usr/perl/freeswitch.pm \
542 $$(1)$(PERL_SITELIB)
543 endif
544 ifeq ($(1),python3)
545 $(INSTALL_DIR) $$(1)$(FS_PYTHON3_SITE_DIR)
546 $(INSTALL_DATA) \
547 $(PKG_INSTALL_DIR)$(FS_PYTHON3_SITE_DIR)/freeswitch.py \
548 $$(1)$(FS_PYTHON3_SITE_DIR)
549 endif
550 endef
551 $$(eval $$(call BuildPackage,freeswitch-mod-$(subst _,-,$(1))))
552 endef
553
554 define Package/freeswitch/Util
555 define Package/freeswitch-util-$(subst _,-,$(1))
556 $(call Package/freeswitch/Default)
557 TITLE:=$(2) utility
558 DEPENDS:=freeswitch $(patsubst +%,+PACKAGE_freeswitch-util-$(subst _,-,$(1)):%,$(4))
559 ifeq ($(5),y)
560 PKGARCH:=all
561 endif
562 endef
563 define Package/freeswitch-util-$(subst _,-,$(1))/description
564 $(subst \n,$(newline),$(3))
565 endef
566 define Package/freeswitch-util-$(subst _,-,$(1))/install
567 $(call Package/freeswitch/install/bin,$$(1),$(1))
568 endef
569 $$(eval $$(call BuildPackage,freeswitch-util-$(subst _,-,$(1))))
570 endef
571
572 CONFIGURE_ARGS+= \
573 --srcdir=$(PKG_BUILD_DIR) \
574 --disable-dependency-tracking \
575 --disable-static \
576 --disable-system-xmlrpc-c \
577 --enable-core-libedit-support \
578 --enable-fhs \
579 --with-cachedir=/tmp/freeswitch/cache \
580 --with-dbdir=/tmp/freeswitch/db \
581 --with-imagesdir=$(FS_IMAGES_DIR) \
582 --with-logfiledir=/tmp/freeswitch/log \
583 --with-python=no \
584 --with-recordingsdir=/tmp/freeswitch/recordings \
585 --with-storagedir=/tmp/freeswitch/storage \
586 $(call autoconf_bool,CONFIG_FS_WITH_DEBUG,debug) \
587 $(call autoconf_bool,CONFIG_FS_WITH_LIBYUV,libyuv) \
588 $(call autoconf_bool,CONFIG_FS_WITH_ODBC,core-odbc-support) \
589 $(call autoconf_bool,CONFIG_FS_WITH_SRTP,srtp) \
590 $(call autoconf_bool,CONFIG_FS_WITH_VPX,libvpx) \
591 $(call autoconf_bool,CONFIG_FS_WITH_ZRTP,zrtp) \
592 $(if $(CONFIG_FS_WITH_FREETYPE),,--without-freetype) \
593 $(if $(CONFIG_FS_WITH_ODBC),--with-odbc-lib="$(STAGING_DIR)$(FS_LIB_DIR)") \
594 $(if $(CONFIG_FS_WITH_ODBC),--with-odbc="$(STAGING_DIR)/usr") \
595 $(if $(CONFIG_FS_WITH_PNG),,--without-png)
596
597 ifneq ($(CONFIG_PACKAGE_freeswitch-misc-python3-esl)$(CONFIG_PACKAGE_freeswitch-mod-python3),)
598 CONFIGURE_ARGS+= \
599 --with-python3=$(STAGING_DIR_HOST)/bin/python3
600 else
601 CONFIGURE_ARGS+= \
602 --with-python3=no
603 endif
604
605 ifeq ($(CONFIG_PACKAGE_freeswitch-mod-erlang-event)$(CONFIG_PACKAGE_freeswitch-mod-kazoo),)
606 CONFIGURE_ARGS+= \
607 --with-erlang=no
608 endif
609
610 # FreeSWITCH dropped postgresql support from the core. postgresql
611 # support is now available via mod_pgsql. We still need to pass
612 # '--without-pgsql', otherwise apr-util links to libpq and we still
613 # would have the core link to it.
614 CONFIGURE_ARGS+= \
615 --without-pgsql
616
617 # Don't want host-php
618 CONFIGURE_VARS+= \
619 ac_cv_have_php=no \
620 ac_cv_have_php_config=no \
621 ac_cv_prog_PHP=false \
622 ac_cv_prog_PHP_CONFIG=false
623
624 # The autoconf variables in this block are OK for both musl and glibc
625 CONFIGURE_VARS+= \
626 ac_cv_dev_urandom=yes \
627 ac_cv_file__dev_ptmx=yes \
628 ac_cv_file__dev_urandom=yes \
629 ac_cv_file_dbd_apr_dbd_mysql_c=no \
630 ac_cv_free_null=yes \
631 ac_cv_func_mmap_fixed_mapped=yes \
632 ac_cv_func_pthread_rwlock_init=yes \
633 ac_cv_func_sem_open=yes \
634 ac_cv_have_working_memmove=yes \
635 ac_cv_negative_eai=yes \
636 ac_cv_o_nonblock_inherited=no \
637 ac_cv_struct_rlimit=yes \
638 apr_cv_epoll=yes \
639 apr_cv_gai_addrconfig=yes \
640 apr_cv_mutex_recursive=yes \
641 apr_cv_process_shared_works=yes \
642 apr_cv_pthreads_lib=-lpthread \
643 apr_cv_tcp_nodelay_with_cork=yes \
644 apr_cv_type_rwlock_t=yes
645
646 # fs_cli
647 CONFIGURE_VARS+= \
648 disable_cc=yes
649
650 # Regarding apr_cv_mutex_robust_shared=no see
651 # http://www.openwall.com/lists/musl/2016/11/26/1
652 ifeq ($(call qstrip,$(CONFIG_LIBC)),musl)
653 CONFIGURE_VARS+= \
654 apr_cv_mutex_robust_shared=no \
655 ac_cv_strerror_r_rc_int=yes
656 else
657 CONFIGURE_VARS+= \
658 apr_cv_mutex_robust_shared=yes
659 endif
660
661 ifneq ($(CONFIG_PACKAGE_freeswitch-misc-perl-esl)$(CONFIG_PACKAGE_freeswitch-mod-perl),)
662 CONFIGURE_VARS+= \
663 PERL="$(STAGING_DIR_HOSTPKG)/usr/bin/perl$(PERL_VERSION)" \
664 PERL_CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -I$(STAGING_DIR)$(PERL_SITELIB)/CORE" \
665 PERL_INC="-I$(STAGING_DIR)$(PERL_SITELIB)/CORE" \
666 PERL_LDFLAGS="-Wl,-rpath,$(PERL_SITELIB)/CORE -L$(STAGING_DIR)$(PERL_SITELIB)/CORE -lperl" \
667 PERL_LIBDIR="-L$(PERL_SITELIB)/CORE" \
668 PERL_LIBS="$(FS_PERL_LIBS) $(EXTRA_LIBDIRS:%=-L%) $(EXTRA_LIBS:%=-l%)" \
669 PERL_SITEDIR="$(PERL_SITELIB)"
670 else
671 CONFIGURE_VARS+= \
672 ac_cv_have_perl=no \
673 ac_cv_prog_PERL=false
674 endif
675
676 ifneq ($(CONFIG_PACKAGE_freeswitch-misc-python3-esl)$(CONFIG_PACKAGE_freeswitch-mod-python3),)
677 CONFIGURE_VARS+= \
678 PYTHON3_CFLAGS="-I$(STAGING_DIR)/usr/include/python$(PYTHON3_VERSION)" \
679 PYTHON3_LDFLAGS="-lpython$(PYTHON3_VERSION)" \
680 PYTHON3_LIB="python$(PYTHON3_VERSION)" \
681 PYTHON3_LIBDIR="$(FS_LIB_DIR)" \
682 PYTHON3_SITE_DIR="$(FS_PYTHON3_SITE_DIR)"
683 endif
684
685 # mod_radius_cdr runs configure in libs/freeradius-client. Let
686 # freeradius-client know /dev/urandom is available on target devices.
687 MAKE_VARS+= \
688 ac_cv_dev_urandom=yes
689
690 # Make sphinxbase use fixed point math when soft float support is
691 # enabled on target devices.
692 ifeq ($(CONFIG_SOFT_FLOAT),y)
693 MAKE_VARS+= \
694 FS_USE_FIXED_POINT="--enable-fixed"
695 endif
696
697 # Some common URLs
698 FS_LIBS_URL:=https://files.freeswitch.org/downloads/libs
699 FS_SPHINX_URL:=@SF/cmusphinx
700
701 # mod_event_zmq
702 FS_ZEROMQ_FILE:=zeromq-2.1.9.tar.gz
703 FS_ZEROMQ_HASH:=f3542f756687e622beef3a75c8e027fe2d95d4654350cbca4c070ffc58d9ace0
704 FS_ZEROMQ_URL:=http://download.zeromq.org
705
706 # mod_pocketsphinx
707 FS_POCKETSPHINX_FILE:=pocketsphinx-0.8.tar.gz
708 FS_POCKETSPHINX_HASH:=874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a
709
710 FS_SPHINXBASE_FILE:=sphinxbase-0.8.tar.gz
711 FS_SPHINXBASE_HASH:=55708944872bab1015b8ae07b379bf463764f469163a8fd114cbb16c5e486ca8
712
713 FS_SPHINXMODEL_FILE:=communicator_semi_6000_20080321.tar.gz
714 FS_SPHINXMODEL_HASH:=dbb5e9fb85000a7cb97d6958a3ef8d77532dc55fc730ac6979705e8645cb0c18
715
716 # mod_radius_cdr
717 FS_FREERADIUS_CLIENT_FILE:=freeradius-client-1.1.7.tar.gz
718 FS_FREERADIUS_CLIENT_HASH:=eada2861b8f4928e3ac6b5bbfe11e92cd6cdcacfce40cae1085e77c1b6add0e9
719
720 ifneq ($(CONFIG_PACKAGE_freeswitch-mod-event-zmq),)
721 $(eval $(call Download/files,zmq,$(FS_ZEROMQ_FILE),$(FS_ZEROMQ_URL),$(FS_ZEROMQ_HASH)))
722 endif
723
724 ifneq ($(CONFIG_PACKAGE_freeswitch-mod-pocketsphinx)$(CONFIG_PACKAGE_freeswitch-misc-grammar),)
725 $(eval $(call Download/files,pocketsphinx,$(FS_POCKETSPHINX_FILE),$(FS_SPHINX_URL),$(FS_POCKETSPHINX_HASH)))
726 $(eval $(call Download/files,sphinxbase,$(FS_SPHINXBASE_FILE),$(FS_SPHINX_URL),$(FS_SPHINXBASE_HASH)))
727 $(eval $(call Download/files,communicator,$(FS_SPHINXMODEL_FILE),$(FS_LIBS_URL),$(FS_SPHINXMODEL_HASH)))
728 endif
729
730 ifneq ($(CONFIG_PACKAGE_freeswitch-mod-radius-cdr),)
731 $(eval $(call Download/files,freeradius-client,$(FS_FREERADIUS_CLIENT_FILE),$(FS_LIBS_URL),$(FS_FREERADIUS_CLIENT_HASH)))
732 endif
733
734 # Need to update LDFLAGS for libs/unimrcp, otherwise it will try to link to a
735 # different apr/apr-util if found.
736 # FS_ANCHOR: string in build/acmacros/apr.m4 that will be replaced
737 FS_ANCHOR:=dnl Get build information from APR
738 FS_APR_LIBS:=-L$(PKG_BUILD_DIR)/libs/apr -L$(PKG_BUILD_DIR)/libs/apr-util
739
740 define Build/Prepare
741 $(call Build/Prepare/Default)
742
743 echo '#applications/mod_random' >> $(PKG_BUILD_DIR)/modules.conf
744 echo '#codecs/mod_yuv' >> $(PKG_BUILD_DIR)/modules.conf
745 echo '#event_handlers/mod_event_test' >> $(PKG_BUILD_DIR)/modules.conf
746
747 $(SED) 's|$(FS_ANCHOR)|APR_SETVAR(LDFLAGS,[$(FS_APR_LIBS) $(TARGET_LDFLAGS)])|' \
748 $(PKG_BUILD_DIR)/libs/unimrcp/build/acmacros/apr.m4
749 endef
750
751 define Build/Configure
752 $(SED) '/^#/!s/^/#/' $(PKG_BUILD_DIR)/modules.conf
753 $(foreach m,$(FS_MOD_AVAILABLE),
754 $(if $(CONFIG_PACKAGE_freeswitch-mod-$(subst _,-,$(m))),
755 $(call Package/freeswitch/enable/plugin,mod_$(m))))
756
757 # Some of the dependencies that necessitate below hacks are documented in
758 # src/mod/Makefile.am.
759
760 # Hack for misc-grammar - needs mod_pocketsphinx to provide grammar files
761 ifneq ($(CONFIG_PACKAGE_freeswitch-misc-grammar),)
762 $(call Package/freeswitch/enable/plugin,mod_pocketsphinx)
763 endif
764
765 # Hack for mod_gsmopen - it has a build-time dep on mod_spandsp
766 ifneq ($(CONFIG_PACKAGE_freeswitch-mod-gsmopen),)
767 $(call Package/freeswitch/enable/plugin,mod_spandsp)
768 endif
769
770 # Hack for mod_rayo - it has a build-time dep on mod_dingaling
771 ifneq ($(CONFIG_PACKAGE_freeswitch-mod-rayo),)
772 $(call Package/freeswitch/enable/plugin,mod_dingaling)
773 endif
774
775 # Hack for mod_ssml - it has a build-time dep on mod_rayo. And mod_rayo needs
776 # mod_dingaling :)
777 ifneq ($(CONFIG_PACKAGE_freeswitch-mod-ssml),)
778 $(call Package/freeswitch/enable/plugin,mod_rayo)
779 $(call Package/freeswitch/enable/plugin,mod_dingaling)
780 endif
781
782 # Hack for mod_unimrcp - it has a build-time dep on mod_sofia
783 ifneq ($(CONFIG_PACKAGE_freeswitch-mod-unimrcp),)
784 $(call Package/freeswitch/enable/plugin,mod_sofia)
785 endif
786
787 $(call Build/Configure/Default)
788 endef
789
790 define Build/Compile
791 # Copy some source files if certain modules are selected
792 ifneq ($(CONFIG_PACKAGE_freeswitch-mod-event-zmq),)
793 $(CP) $(DL_DIR)/$(FS_ZEROMQ_FILE) $(PKG_BUILD_DIR)/libs
794 endif
795
796 ifneq ($(CONFIG_PACKAGE_freeswitch-mod-pocketsphinx)$(CONFIG_PACKAGE_freeswitch-misc-grammar),)
797 $(CP) $(DL_DIR)/$(FS_POCKETSPHINX_FILE) $(PKG_BUILD_DIR)/libs
798 $(CP) $(DL_DIR)/$(FS_SPHINXBASE_FILE) $(PKG_BUILD_DIR)/libs
799 $(CP) $(DL_DIR)/$(FS_SPHINXMODEL_FILE) $(PKG_BUILD_DIR)/libs
800 endif
801
802 ifneq ($(CONFIG_PACKAGE_freeswitch-mod-radius-cdr),)
803 $(CP) $(DL_DIR)/$(FS_FREERADIUS_CLIENT_FILE) $(PKG_BUILD_DIR)/libs
804 endif
805
806 $(call Build/Compile/Default)
807
808 ifneq ($(CONFIG_PACKAGE_freeswitch-misc-perl-esl),)
809 $(call Build/Compile/Default,-C $(PKG_BUILD_DIR)/libs/esl perlmod)
810 endif
811 ifneq ($(CONFIG_PACKAGE_freeswitch-misc-python3-esl),)
812 $(call Build/Compile/Default,-C $(PKG_BUILD_DIR)/libs/esl py3mod)
813 endif
814 endef
815
816 define Build/Install
817 $(call Build/Install/Default)
818 ifneq ($(CONFIG_PACKAGE_freeswitch-misc-perl-esl),)
819 $(call Build/Compile/Default,-C $(PKG_BUILD_DIR)/libs/esl DESTDIR=$(PKG_INSTALL_DIR) perlmod-install)
820 endif
821 ifneq ($(CONFIG_PACKAGE_freeswitch-misc-python3-esl),)
822 $(call Build/Install/Default,-C $(PKG_BUILD_DIR)/libs/esl py3mod-install)
823 endif
824 endef
825
826 define Build/InstallDev
827 $(INSTALL_DIR) $(1)$(FS_INCLUDES_DIR) $(1)$(FS_LIB_DIR) \
828 $(1)$(FS_PKGCONFIG_DIR)
829 $(INSTALL_DATA) $(PKG_INSTALL_DIR)$(FS_INCLUDES_DIR)/*.h \
830 $(1)$(FS_INCLUDES_DIR)
831 $(INSTALL_DATA) \
832 $(PKG_INSTALL_DIR)$(FS_PKGCONFIG_DIR)/freeswitch.pc \
833 $(1)$(FS_PKGCONFIG_DIR)
834 $(CP) $(PKG_INSTALL_DIR)$(FS_LIB_DIR)/libfreeswitch.so* \
835 $(1)$(FS_LIB_DIR)
836 endef
837
838 $(eval $(call BuildPackage,freeswitch))
839 $(eval $(call BuildPackage,freeswitch-misc-perl-esl))
840 $(eval $(call BuildPackage,freeswitch-misc-python3-esl))
841 $(eval $(call BuildPackage,freeswitch-misc-timezones))
842
843 ################################
844 # FreeSWITCH example configs
845 # Params:
846 # 1 - Package subname
847 ################################
848
849 $(eval $(call Package/freeswitch/Example,curl))
850 $(eval $(call Package/freeswitch/Example,insideout))
851 $(eval $(call Package/freeswitch/Example,minimal))
852 $(eval $(call Package/freeswitch/Example,rayo))
853 $(eval $(call Package/freeswitch/Example,sbc))
854 $(eval $(call Package/freeswitch/Example,softphone))
855 $(eval $(call Package/freeswitch/Example,testing))
856 $(eval $(call Package/freeswitch/Example,vanilla))
857
858 ################################
859 # FreeSWITCH language files
860 # Params:
861 # 1 - Language code
862 # 2 - Language
863 ################################
864
865 $(eval $(call Package/freeswitch/Language,de,German))
866 $(eval $(call Package/freeswitch/Language,en,English))
867 $(eval $(call Package/freeswitch/Language,es,Spanish))
868 $(eval $(call Package/freeswitch/Language,fr,French))
869 $(eval $(call Package/freeswitch/Language,he,Hebrew))
870 $(eval $(call Package/freeswitch/Language,pt,Portuguese))
871 $(eval $(call Package/freeswitch/Language,ru,Russian))
872 $(eval $(call Package/freeswitch/Language,sv,Swedish))
873
874 ################################
875 # FreeSWITCH misc packages
876 # Params:
877 # 1 - Package subname
878 # 2 - Package title
879 # 3 - Package description
880 # 4 - Source dir relative to
881 # PKG_INSTALL_DIR
882 # 5 - Dest dir relative to ipkg
883 # 6 - Arch independent files
884 ################################
885
886 $(eval $(call Package/freeswitch/Misc,misc-fonts,Fonts,This package includes the fonts bundled with FreeSWITCH.,$(FS_FONTS_DIR),$(FS_FONTS_DIR),y))
887 $(eval $(call Package/freeswitch/Misc,misc-grammar,Grammar,This package contains grammar files. mod_pocketsphinx would be a\npotential user.,$(FS_GRAMMAR_DIR),$(FS_GRAMMAR_DIR),y))
888 $(eval $(call Package/freeswitch/Misc,misc-images,Images,This package includes the images bundled with FreeSWITCH.,$(FS_IMAGES_DIR),$(FS_IMAGES_DIR),y))
889
890 ################################
891 # FreeSWITCH modules
892 # Params:
893 # 1 - Package subname
894 # 2 - Package title
895 # 3 - Module description
896 # 4 - Module dependencies
897 ################################
898
899 $(eval $(call Package/freeswitch/Module,abstraction,API abstraction,This module provides a way to create new API functions via regex\nrewriting.,))
900 $(eval $(call Package/freeswitch/Module,alsa,ALSA endpoint,ALSA endpoint module.,+alsa-lib))
901 $(eval $(call Package/freeswitch/Module,amr,AMR passthrough,Passthrough AMR codec support.,))
902 $(eval $(call Package/freeswitch/Module,amrwb,AMR wideband passthrough,Passthrough AMR wideband codec support.,))
903 $(eval $(call Package/freeswitch/Module,av,AV,Video codec and format support via FFmpeg.,+libffmpeg-full @BROKEN @x86_64))
904 $(eval $(call Package/freeswitch/Module,avmd,Voicemail detection,This module attempts to determine when a voicemail system has answered\nthe call.,))
905 $(eval $(call Package/freeswitch/Module,b64,Base64,Transfers data Base64 encoded.,))
906 $(eval $(call Package/freeswitch/Module,basic,BASIC,BASIC module for FreeSWITCH.,))
907 $(eval $(call Package/freeswitch/Module,bert,BERT,Line testing tool.,))
908 $(eval $(call Package/freeswitch/Module,blacklist,Blacklist helper,This module provides tools to blacklist callers.,))
909 $(eval $(call Package/freeswitch/Module,callcenter,Call center,This module implements Automated Call Distribution queues.,))
910 $(eval $(call Package/freeswitch/Module,cdr_csv,CSV CDR,CSV Call Detail Record handler.,))
911 $(eval $(call Package/freeswitch/Module,cdr_mongodb,MongoDB CDR,MongoDB Call Detail Record handler.,))
912 $(eval $(call Package/freeswitch/Module,cdr_pg_csv,PostgreSQL CDR,PostgreSQL Call Detail Record handler.,+libpq))
913 $(eval $(call Package/freeswitch/Module,cdr_sqlite,SQLite CDR,SQLite Call Detail Record handler.,))
914 $(eval $(call Package/freeswitch/Module,cidlookup,Caller ID lookup,This module provides an API for querying caller ID name and location\ndata.,))
915 $(eval $(call Package/freeswitch/Module,clearmode,Clearmode,Clearmode codec passthrough support.,))
916 $(eval $(call Package/freeswitch/Module,cluechoo,Clue Choo,This demo module renders a Clue Choo train on the FreeSWITCH console.,+libncurses))
917 $(eval $(call Package/freeswitch/Module,commands,Commands,This module provides miscellaneous API commands.,))
918 $(eval $(call Package/freeswitch/Module,conference,Conference,This module provides multi-party conferencing.,))
919 $(eval $(call Package/freeswitch/Module,console,Console logger,Allows control over what messages get logged to the console.,))
920 $(eval $(call Package/freeswitch/Module,curl,cURL,This module provides an API for making HTTP requests with cURL.,))
921 $(eval $(call Package/freeswitch/Module,dahdi_codec,DAHDI codec,DAHDI codec module.,))
922 $(eval $(call Package/freeswitch/Module,db,DB,This module implements a simple db API with group support. Also can be\nused as a limit db backend.,))
923 $(eval $(call Package/freeswitch/Module,dialplan_asterisk,Asterisk dialplan,Asterisk extensions.conf style dialplan parser.,))
924 $(eval $(call Package/freeswitch/Module,dialplan_directory,Directory dialplan,Directory dialplan support.,))
925 $(eval $(call Package/freeswitch/Module,dialplan_xml,XML dialplan,Standard FreeSWITCH XML dialplan support.,))
926 $(eval $(call Package/freeswitch/Module,dingaling,Generic XMPP,Allows FreeSWITCH to be used as a client for XMPP Servers.,))
927 $(eval $(call Package/freeswitch/Module,directory,Dial-by-name directory,This module implements a dial-by-name directory IVR.,))
928 $(eval $(call Package/freeswitch/Module,distributor,Load distributor,This module implements a mechanism for performing load balancing.,))
929 $(eval $(call Package/freeswitch/Module,dptools,Dialplan tools,This module implements basic dialplan tools.,))
930 $(eval $(call Package/freeswitch/Module,easyroute,DID routing,This module does destination lookup based on DID.,))
931 $(eval $(call Package/freeswitch/Module,enum,ENUM routing,This module implements ENUM support.,+libldns))
932 $(eval $(call Package/freeswitch/Module,erlang_event,Erlang event,Erlang event module.,+erlang))
933 $(eval $(call Package/freeswitch/Module,esf,Multicast,This module adds multi-cast support.,))
934 $(eval $(call Package/freeswitch/Module,esl,Single ESL,This module adds an API for generating one-off ESL requests.,))
935 $(eval $(call Package/freeswitch/Module,event_multicast,Multicast Event,Multicast Event System for FreeSWITCH.,))
936 $(eval $(call Package/freeswitch/Module,event_socket,Event socket,Sends events via a single socket. Needed for fs_cli.,))
937 $(eval $(call Package/freeswitch/Module,event_test,Event test,Event demo module.,))
938 $(eval $(call Package/freeswitch/Module,event_zmq,ZMQ event,ZMQ event module.,))
939 $(eval $(call Package/freeswitch/Module,expr,Expr,This module adds expr support for expression evaluation.,))
940 $(eval $(call Package/freeswitch/Module,fail2ban,Fail2ban logging,Provides support for Fail2ban logging.,))
941 $(eval $(call Package/freeswitch/Module,fifo,FIFO,This module adds a first-in first-out queue system.,))
942 $(eval $(call Package/freeswitch/Module,format_cdr,Multiformat CDR,A superset of mod_json_cdr and mod_xml_cdr.,))
943 $(eval $(call Package/freeswitch/Module,fsk,FSK,This module adds frequency-shift keying support which can be used to\nsend and receive caller ID.,))
944 $(eval $(call Package/freeswitch/Module,fsv,FSV,This module provides dialplan applications for recording and playing\nvideos.,))
945 $(eval $(call Package/freeswitch/Module,g723_1,G.723.1 passthrough,G.723.1 codec passthrough.,))
946 $(eval $(call Package/freeswitch/Module,g729,G.729 passthrough,G.729 codec passthrough.,))
947 $(eval $(call Package/freeswitch/Module,graylog2,Graylog2 logger,GELF logger for Graylog2 and Logstash.,))
948 $(eval $(call Package/freeswitch/Module,gsmopen,GSM endpoint,GSMopen is a channel driver that allows an SMS to be sent to and from\nFreeSWITCH as well as incoming and outgoing GSM voice calls.,+gsmlib +libctb +libjpeg-turbo +libtiff))
949 $(eval $(call Package/freeswitch/Module,h26x,H.26x passthrough,H.26x video codec passthrough.,))
950 $(eval $(call Package/freeswitch/Module,hash,Hash,This module provides a key-value in-memory datastore. Usable as a\nlimit backend.,))
951 $(eval $(call Package/freeswitch/Module,hiredis,Redis client,This module provides a mechanism to use Redis as a datastore.,+libhiredis))
952 $(eval $(call Package/freeswitch/Module,httapi,HT-TAPI,This module provides an API for controlling the switch by responding\nto HTTP requests.,))
953 $(eval $(call Package/freeswitch/Module,http_cache,HTTP GET with caching,This module provides an API for making HTTP GET requests where the\nresult is cached.,))
954 $(eval $(call Package/freeswitch/Module,isac,iSAC,iSAC codec support.,@arm||i386||mips||mips64||mips64el||mipsel||x86_64))
955 $(eval $(call Package/freeswitch/Module,json_cdr,JSON CDR,JSON-based Call Detail Record handler.,))
956 $(eval $(call Package/freeswitch/Module,kazoo,Kazoo,Kazoo module for FreeSWITCH.,+erlang))
957 $(eval $(call Package/freeswitch/Module,lcr,LCR,This module adds a facility for least-cost routing.,))
958 $(eval $(call Package/freeswitch/Module,ldap,LDAP,LDAP module for FreeSWITCH.,+libopenldap))
959 $(eval $(call Package/freeswitch/Module,local_stream,Local stream,Connects multiple channels to a looped stream.,))
960 $(eval $(call Package/freeswitch/Module,logfile,File logger,Logs FreeSWITCH output to a file.,))
961 $(eval $(call Package/freeswitch/Module,loopback,Loopback,A loopback channel driver.,))
962 $(eval $(call Package/freeswitch/Module,lua,Lua,Lua language interface for FreeSWITCH.,+liblua))
963 $(eval $(call Package/freeswitch/Module,mariadb,MariaDB,Adds MariaDB support.,+libmariadb))
964 $(eval $(call Package/freeswitch/Module,mp4v,MP4 video passthrough,MP4 video passthrough.,))
965 $(eval $(call Package/freeswitch/Module,native_file,Native file,Plays files that are already encoded in the right format.,))
966 $(eval $(call Package/freeswitch/Module,nibblebill,Nibblebill,This module allows for real-time accounting of a cash balance and\nusing that information for call routing.,))
967 $(eval $(call Package/freeswitch/Module,odbc_cdr,ODBC CDR,ODBC Call Detail Record handler.,))
968 $(eval $(call Package/freeswitch/Module,opus,Opus,Opus codec support.,+libopus))
969 $(eval $(call Package/freeswitch/Module,opusfile,Opus file,Read and Write OGG/Opus files.,+libopusenc +libopusfile))
970 $(eval $(call Package/freeswitch/Module,oreka,Oreka,This module provides media recording with the Oreka cross-platform\naudio stream recording and retrieval system.,))
971 $(eval $(call Package/freeswitch/Module,perl,Perl,This package contains mod_perl for FreeSWITCH.,+libdb47 +libgdbm +perlbase-essential @PERL_THREADS))
972 $(eval $(call Package/freeswitch/Module,pgsql,PostgreSQL,Adds PostgreSQL support.,+libpq))
973 $(eval $(call Package/freeswitch/Module,png,PNG,Allows playback of video using PNG files.,@FS_WITH_PNG))
974 $(eval $(call Package/freeswitch/Module,pocketsphinx,Pocketsphinx,This module allows speech recognition. You might want to install\nfreeswitch-misc-grammar as well.,+libsamplerate)) # When libsamplerate is found it'll be linked against, there is no switch to turn it off
975 $(eval $(call Package/freeswitch/Module,portaudio,Portaudio,Voice through a local soundcard.,+portaudio))
976 $(eval $(call Package/freeswitch/Module,portaudio_stream,Portaudio streaming,Stream from an external audio source for Music on Hold.,+portaudio))
977 $(eval $(call Package/freeswitch/Module,posix_timer,POSIX timer,Add POSIX timer support.,))
978 $(eval $(call Package/freeswitch/Module,prefix,Prefix match,This module provides a data store with fast lookups by the longest\nprefix match rule.,))
979 $(eval $(call Package/freeswitch/Module,python3,Python3,Python3 support module.,+python3-light))
980 $(eval $(call Package/freeswitch/Module,radius_cdr,Radius CDR,Radius Call Detail Record handler.,))
981 $(eval $(call Package/freeswitch/Module,random,Entropy,This module extracts entropy from FreeSWITCH and feeds it into\n/dev/random.,))
982 $(eval $(call Package/freeswitch/Module,raven,Raven logging,Adds support for logging to Raven instances.,))
983 $(eval $(call Package/freeswitch/Module,rayo,Rayo,Rayo/XMPP 3PCC server for FreeSWITCH.,+freeswitch-mod-ssml))
984 $(eval $(call Package/freeswitch/Module,redis,Redis limit backend,This module provides a mechanism to use Redis as a limit backend data\nstore.,))
985 $(eval $(call Package/freeswitch/Module,rss,RSS,Parses and reads XML based RSS feeds and reads the entries aloud via a TTS engine.,))
986 $(eval $(call Package/freeswitch/Module,rtc,Media streaming,Media streaming as used by WebRTC and mod_verto.,))
987 $(eval $(call Package/freeswitch/Module,rtmp,RTMP endpoint,RTMP endpoint support. Allows FreeSWITCH to be used from RTMP clients.,))
988 $(eval $(call Package/freeswitch/Module,say_de,German Say,Uses prerecorded sounds to read or say various things.,))
989 $(eval $(call Package/freeswitch/Module,say_en,English Say,Uses prerecorded sounds to read or say various things.,))
990 $(eval $(call Package/freeswitch/Module,say_es,Spanish Say,Uses prerecorded sounds to read or say various things.,))
991 $(eval $(call Package/freeswitch/Module,say_es_ar,Argentinian Spanish Say,Uses prerecorded sounds to read or say various things.,))
992 $(eval $(call Package/freeswitch/Module,say_fa,Persian Say,Uses prerecorded sounds to read or say various things.,))
993 $(eval $(call Package/freeswitch/Module,say_fr,French Say,Uses prerecorded sounds to read or say various things.,))
994 $(eval $(call Package/freeswitch/Module,say_he,Hebrew Say,Uses prerecorded sounds to read or say various things.,))
995 $(eval $(call Package/freeswitch/Module,say_hr,Croatian Say,Uses prerecorded sounds to read or say various things.,))
996 $(eval $(call Package/freeswitch/Module,say_hu,Hungarian Say,Uses prerecorded sounds to read or say various things.,))
997 $(eval $(call Package/freeswitch/Module,say_it,Italian Say,Uses prerecorded sounds to read or say various things.,))
998 $(eval $(call Package/freeswitch/Module,say_ja,Japanese Say,Uses prerecorded sounds to read or say various things.,))
999 $(eval $(call Package/freeswitch/Module,say_nl,Dutch Say,Uses prerecorded sounds to read or say various things.,))
1000 $(eval $(call Package/freeswitch/Module,say_pl,Polish Say,Uses prerecorded sounds to read or say various things.,))
1001 $(eval $(call Package/freeswitch/Module,say_pt,Portuguese Say,Uses prerecorded sounds to read or say various things.,))
1002 $(eval $(call Package/freeswitch/Module,say_ru,Russian Say,Uses prerecorded sounds to read or say various things.,))
1003 $(eval $(call Package/freeswitch/Module,say_sv,Swedish Say,Uses prerecorded sounds to read or say various things.,))
1004 $(eval $(call Package/freeswitch/Module,say_th,Thai Say,Uses prerecorded sounds to read or say various things.,))
1005 $(eval $(call Package/freeswitch/Module,say_zh,Chinese Say,Uses prerecorded sounds to read or say various things.,))
1006 $(eval $(call Package/freeswitch/Module,shell_stream,Shell stream,Allows to stream audio from an arbitrary shell command.,))
1007 $(eval $(call Package/freeswitch/Module,shout,Shout,Allows to stream audio from MP3s or Shoutcast streams.,+lame-lib +libmpg123 +libshout))
1008 $(eval $(call Package/freeswitch/Module,signalwire,SignalWire,SignalWire CLOUD - FreeSWITCH connector.,+signalwire-client-c))
1009 $(eval $(call Package/freeswitch/Module,skinny,Skinny,Skinny Call Control Protocol endpoint support.,))
1010 $(eval $(call Package/freeswitch/Module,sms,SMS,This module provides an abstract facility for interfacing with SMS\nsystems.,))
1011 $(eval $(call Package/freeswitch/Module,snapshot,Snapshot,This module can record a sliding window of audio and take snapshots\nto disk.,))
1012 $(eval $(call Package/freeswitch/Module,sndfile,Soundfile,Adds sound format support via libsndfile.,+libsndfile))
1013 $(eval $(call Package/freeswitch/Module,snmp,SNMP,An SNMP stats reporter.,+libnetsnmp))
1014 $(eval $(call Package/freeswitch/Module,snom,SNOM,This module implements features specific to SNOM phones.,))
1015 $(eval $(call Package/freeswitch/Module,sofia,Sofia SIP,SIP module.,))
1016 $(eval $(call Package/freeswitch/Module,sonar,Sonar,This module measures the latency on an audio link by sending audible\naudio sonar pings.,))
1017 $(eval $(call Package/freeswitch/Module,spandsp,SpanDSP,This module implements SpanDSP fax. It includes DSP and codec\nfunctionality.,+libjpeg-turbo +liblzma +libtiff))
1018 $(eval $(call Package/freeswitch/Module,spy,User Spy,This module adds the ability to monitor the audio of a channel.,))
1019 $(eval $(call Package/freeswitch/Module,ssml,SSML,mod_ssml is a FreeSWITCH module that renders SSML into audio. This\nmodule requires a text-to-speech module for speech synthesis.,))
1020 $(eval $(call Package/freeswitch/Module,stress,Stress,This module attempts to detect voice stress on an audio channel.,))
1021 $(eval $(call Package/freeswitch/Module,syslog,Syslog logger,Logs FreeSWITCH output to the syslog.,))
1022 $(eval $(call Package/freeswitch/Module,theora,Theora passthrough,Theora video codec passthrough.,))
1023 $(eval $(call Package/freeswitch/Module,tone_stream,Tone stream,Tone generation stream.,))
1024 $(eval $(call Package/freeswitch/Module,translate,Number translation,This module implements number translation.,))
1025 $(eval $(call Package/freeswitch/Module,tts_commandline,TTS command-line,Run a command-line and play the output file.,))
1026 $(eval $(call Package/freeswitch/Module,unimrcp,UniMRCP,Allows communication with Media Resource Control Protocol servers.,))
1027 $(eval $(call Package/freeswitch/Module,valet_parking,Valet parking,This module implements the valet call parking strategy.,))
1028 $(eval $(call Package/freeswitch/Module,verto,Verto,Verto signaling protocol.,+libks))
1029 $(eval $(call Package/freeswitch/Module,video_filter,Video filter chromakey,This module provides a media bug for chromakey functionality.,))
1030 $(eval $(call Package/freeswitch/Module,vmd,Voicemail detection,This module detects voicemail beeps.,))
1031 $(eval $(call Package/freeswitch/Module,voicemail,Voicemail,This module provides a voicemail system.,))
1032 $(eval $(call Package/freeswitch/Module,voicemail_ivr,Voicemail IVR,This module provides an extensible voicemail IVR system.,))
1033 $(eval $(call Package/freeswitch/Module,xml_cdr,XML CDR,XML Call Detail Record handler.,))
1034 $(eval $(call Package/freeswitch/Module,xml_curl,XML cURL,Provides an XML cURL interfaces to pull dynamic XML configuration for\nFreeSWITCH over HTTP.,))
1035 $(eval $(call Package/freeswitch/Module,xml_ldap,XML LDAP,LDAP XML gateway.,+libopenldap))
1036 $(eval $(call Package/freeswitch/Module,xml_rpc,XML RPC,Allows using the webapi to control FreeSWITCH.,))
1037 $(eval $(call Package/freeswitch/Module,xml_scgi,XML SCGI,SCGI XML Gateway.,))
1038 $(eval $(call Package/freeswitch/Module,yaml,YAML,YAML language module.,+libyaml))
1039 $(eval $(call Package/freeswitch/Module,yuv,Raw YUV,Raw YUV I420 video codec support.,@FS_WITH_LIBYUV))
1040
1041 ################################
1042 # FreeSWITCH utilities
1043 # Params:
1044 # 1 - Package subname
1045 # 2 - Package title
1046 # 3 - Utility description
1047 # 4 - Utility dependencies
1048 # 5 - Utility is a script (y/n)
1049 ################################
1050
1051 $(eval $(call Package/freeswitch/Util,fs_cli,CLI,The fs_cli program is a Command-Line Interface that allows a user to\nconnect to a FreeSWITCH instance running on the local or a remote\nsystem.,,n))
1052 $(eval $(call Package/freeswitch/Util,fs_encode,Sound file conversion,Format conversion of sound files so the result can be used by\nmod_native_file.,+freeswitch-mod-native-file +freeswitch-mod-sndfile +freeswitch-mod-spandsp,n))
1053 $(eval $(call Package/freeswitch/Util,fs_ivrd,IVR daemon,The FreeSWITCH IVR daemon is an abstraction layer that sits on top of\nthe ESL. The basic idea is that the ivrd will allow the user to have\na STDIN/STDOUT interface for simple call control.,,n))
1054 $(eval $(call Package/freeswitch/Util,fs_tts,TTS to sound file,Use TTS to generate a sound file.,,n))
1055 $(eval $(call Package/freeswitch/Util,gentls_cert,TLS certificate,Can be used to create TLS certificates and setup CAs.,+openssl-util,y))
1056 $(eval $(call Package/freeswitch/Util,tone2wav,Sound file generation,Generates a sound file from a teletone script. The output can be in\nany format that is supported by libsndfile.,+freeswitch-mod-sndfile,n))