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