asterisk: add --without-libxslt to configure
[feed/telephony.git] / net / asterisk / Makefile
1 #
2 # Copyright (C) 2017 - 2018 Jiri Slachta <jiri@slachta.eu>
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:=asterisk
11 PKG_VERSION:=18.11.2
12 PKG_RELEASE:=$(AUTORELEASE)
13
14 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases
16 PKG_HASH:=b456d19610e53789446e097bb9773a82a04088922de0cfaff2b818326b67296b
17
18 PKG_BUILD_DEPENDS:=libxml2/host
19
20 PKG_LICENSE:=GPL-2.0
21 PKG_LICENSE_FILES:=COPYING LICENSE
22 PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
23
24 MENUSELECT_CATEGORIES:= \
25 MENUSELECT_ADDONS \
26 MENUSELECT_APPS \
27 MENUSELECT_BRIDGES \
28 MENUSELECT_CDR \
29 MENUSELECT_CEL \
30 MENUSELECT_CHANNELS \
31 MENUSELECT_CODECS \
32 MENUSELECT_FORMATS \
33 MENUSELECT_FUNCS \
34 MENUSELECT_PBX \
35 MENUSELECT_RES \
36 MENUSELECT_UTILS \
37 MENUSELECT_AGIS
38
39 MODULES_AVAILABLE:= \
40 app-adsiprog \
41 app-agent-pool \
42 app-alarmreceiver \
43 app-amd \
44 app-attended-transfer \
45 app-audiosocket \
46 app-authenticate \
47 app-blind-transfer \
48 app-bridgeaddchan \
49 app-bridgewait \
50 app-celgenuserevent \
51 app-chanisavail \
52 app-channelredirect \
53 app-chanspy \
54 app-confbridge \
55 app-controlplayback \
56 app-dahdiras \
57 app-dictate \
58 app-directed-pickup \
59 app-directory \
60 app-disa \
61 app-dtmfstore \
62 app-dumpchan \
63 app-exec \
64 app-externalivr \
65 app-festival \
66 app-flash \
67 app-followme \
68 app-getcpeid \
69 app-ices \
70 app-image \
71 app-ivrdemo \
72 app-mf \
73 app-milliwatt \
74 app-minivm \
75 app-mixmonitor \
76 app-morsecode \
77 app-mp3 \
78 app-originate \
79 app-page \
80 app-playtones \
81 app-privacy \
82 app-queue \
83 app-read \
84 app-readexten \
85 app-record \
86 app-reload \
87 app-saycounted \
88 app-sayunixtime \
89 app-senddtmf \
90 app-sendtext \
91 app-sf \
92 app-skel \
93 app-sms \
94 app-softhangup \
95 app-speech \
96 app-stack \
97 app-stasis \
98 app-statsd \
99 app-stream-echo \
100 app-system \
101 app-talkdetect \
102 app-test \
103 app-transfer \
104 app-url \
105 app-userevent \
106 app-verbose \
107 app-waitforcond \
108 app-voicemail \
109 app-voicemail-imap \
110 app-voicemail-odbc \
111 app-waitforring \
112 app-waitforsilence \
113 app-waituntil \
114 app-while \
115 app-zapateller \
116 bridge-builtin-features \
117 bridge-builtin-interval-features \
118 bridge-holding \
119 bridge-native-rtp \
120 bridge-simple \
121 bridge-softmix \
122 cdr \
123 cdr-csv \
124 cdr-sqlite3 \
125 cel-custom \
126 cel-manager \
127 cel-sqlite3-custom \
128 chan-alsa \
129 chan-audiosocket \
130 chan-bridge-media \
131 chan-console \
132 chan-dahdi \
133 chan-iax2 \
134 chan-mgcp \
135 chan-mobile \
136 chan-motif \
137 chan-ooh323 \
138 chan-oss \
139 chan-rtp \
140 chan-sip \
141 chan-skinny \
142 chan-unistim \
143 codec-a-mu \
144 codec-adpcm \
145 codec-alaw \
146 codec-dahdi \
147 codec-g722 \
148 codec-g726 \
149 codec-gsm \
150 codec-ilbc \
151 codec-lpc10 \
152 codec-resample \
153 codec-speex \
154 codec-ulaw \
155 curl \
156 format-g719 \
157 format-g723 \
158 format-g726 \
159 format-g729 \
160 format-gsm \
161 format-h263 \
162 format-h264 \
163 format-ilbc \
164 format-mp3 \
165 format-ogg-speex \
166 format-ogg-vorbis \
167 format-pcm \
168 format-siren14 \
169 format-siren7 \
170 format-sln \
171 format-vox \
172 format-wav \
173 format-wav-gsm \
174 func-aes \
175 func-base64 \
176 func-blacklist \
177 func-callcompletion \
178 func-channel \
179 func-config \
180 func-cut \
181 func-db \
182 func-devstate \
183 func-dialgroup \
184 func-dialplan \
185 func-enum \
186 func-env \
187 func-extstate \
188 func-frame-drop \
189 func-frame-trace \
190 func-global \
191 func-groupcount \
192 func-hangupcause \
193 func-holdintercept \
194 func-iconv \
195 func-jitterbuffer \
196 func-json \
197 func-lock \
198 func-math \
199 func-md5 \
200 func-module \
201 func-periodic-hook \
202 func-pitchshift \
203 func-presencestate \
204 func-rand \
205 func-realtime \
206 func-sayfiles \
207 func-scramble \
208 func-sha1 \
209 func-shell \
210 func-sorcery \
211 func-speex \
212 func-sprintf \
213 func-srv \
214 func-sysinfo \
215 func-talkdetect \
216 func-uri \
217 func-version \
218 func-vmcount \
219 func-volume \
220 odbc \
221 pbx-ael \
222 pbx-dundi \
223 pbx-loopback \
224 pbx-lua \
225 pbx-realtime \
226 pbx-spool \
227 pgsql \
228 pjsip \
229 res-adsi \
230 res-ael-share \
231 res-agi \
232 res-ari \
233 res-ari-applications \
234 res-ari-asterisk \
235 res-ari-bridges \
236 res-ari-channels \
237 res-ari-device-states \
238 res-ari-endpoints \
239 res-ari-events \
240 res-ari-mailboxes \
241 res-ari-model \
242 res-ari-playbacks \
243 res-ari-recordings \
244 res-ari-sounds \
245 res-audiosocket \
246 res-calendar \
247 res-calendar-caldav \
248 res-calendar-ews \
249 res-calendar-exchange \
250 res-calendar-icalendar \
251 res-chan-stats \
252 res-clialiases \
253 res-clioriginate \
254 res-config-ldap \
255 res-config-mysql \
256 res-config-sqlite3 \
257 res-convert \
258 res-endpoint-stats \
259 res-hep \
260 res-hep-pjsip \
261 res-hep-rtcp \
262 res-fax-spandsp \
263 res-fax \
264 res-format-attr-celt \
265 res-format-attr-g729 \
266 res-format-attr-h263 \
267 res-format-attr-h264 \
268 res-format-attr-ilbc \
269 res-format-attr-opus \
270 res-format-attr-silk \
271 res-format-attr-siren14 \
272 res-format-attr-siren7 \
273 res-format-attr-vp8 \
274 res-http-media-cache \
275 res-http-websocket \
276 res-limit \
277 res-manager-devicestate \
278 res-manager-presencestate \
279 res-monitor \
280 res-musiconhold \
281 res-mutestream \
282 res-mwi-devstate \
283 res-mwi-external \
284 res-mwi-external-ami \
285 res-parking \
286 res-phoneprov \
287 res-pjsip-phoneprov \
288 res-pjsip-stir-shaken \
289 res-pjproject \
290 res-pktccops \
291 res-prometheus \
292 res-realtime \
293 res-remb-modifier \
294 res-resolver-unbound \
295 res-rtp-asterisk \
296 res-rtp-multicast \
297 res-security-log \
298 res-smdi \
299 res-snmp \
300 res-sorcery \
301 res-sorcery-memory-cache \
302 res-speech \
303 res-srtp \
304 res-stasis \
305 res-stasis-answer \
306 res-stasis-device-state \
307 res-stasis-mailbox \
308 res-stasis-playback \
309 res-stasis-recording \
310 res-stasis-snoop \
311 res-statsd \
312 res-stir-shaken \
313 res-stun-monitor \
314 res-timing-dahdi \
315 res-timing-pthread \
316 res-tonedetect \
317 res-xmpp
318
319 UTILS_AVAILABLE:= \
320 aelparse \
321 astcanary \
322 astdb2sqlite3 \
323 astdb2bdb \
324 check_expr \
325 check_expr2 \
326 conf2ael \
327 muted \
328 smsq \
329 stereorize \
330 streamplayer
331
332 AST_ENABLE:=
333
334 PKG_CONFIG_DEPENDS:= \
335 $(patsubst %,CONFIG_PACKAGE_$(PKG_NAME)-%,$(MODULES_AVAILABLE)) \
336 $(patsubst %,CONFIG_PACKAGE_$(PKG_NAME)-util-%,$(subst _,-,$(UTILS_AVAILABLE))) \
337 CONFIG_ASTERISK_LOW_MEMORY
338
339 include $(INCLUDE_DIR)/package.mk
340 include $(INCLUDE_DIR)/host-build.mk
341 # Needed for res-config-mysql and func-iconv to find iconv
342 include $(INCLUDE_DIR)/nls.mk
343
344 define Package/$(PKG_NAME)/install/module
345 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
346 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/*$(2).so* $(1)/usr/lib/asterisk/modules/
347 endef
348
349 define Package/$(PKG_NAME)/install/conffile
350 $(INSTALL_DIR) $(1)/etc/asterisk
351 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/$(2) $(1)/etc/asterisk/
352 endef
353
354 define Package/$(PKG_NAME)/install/lib
355 $(INSTALL_DIR) $(1)/usr/lib
356 $(CP) $(PKG_INSTALL_DIR)/usr/lib/$(2).so* $(1)/usr/lib/
357 endef
358
359 define Package/$(PKG_NAME)/install/sbin
360 $(INSTALL_DIR) $(1)/usr/sbin
361 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/$(2) $(1)/usr/sbin/
362 endef
363
364 define Package/$(PKG_NAME)/install/sounds
365 $(INSTALL_DIR) $(1)/usr/share/asterisk/sounds/
366 $(CP) $(PKG_INSTALL_DIR)/usr/share/asterisk/sounds/en/$(2) $(1)/usr/share/asterisk/sounds/
367 endef
368
369 define Package/$(PKG_NAME)/install/util-conffile
370 $(INSTALL_DIR) $(1)/etc
371 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/$(2) $(1)/etc
372 endef
373
374 define Package/$(PKG_NAME)/config
375 menu "Advanced configuration"
376 depends on PACKAGE_asterisk
377
378 config ASTERISK_LOW_MEMORY
379 bool "Optimize Asterisk for low memory usage"
380 default n
381 help
382 Warning: this feature is known to cause problems with some modules.
383 Disable it if you experience problems like segmentation faults.
384
385 endmenu
386 endef
387
388 define BuildAsteriskModule
389 define Package/$(PKG_NAME)-$(1)
390 $$(call Package/$(PKG_NAME)/Default)
391 TITLE:=$(2) support
392 DEPENDS:= $(PKG_NAME) $(patsubst +%,+PACKAGE_$(PKG_NAME)-$(1):%,$(4)) $(9)
393 ifneq ($$(CONFIG_PACKAGE_$(PKG_NAME)-$(1)),)
394 AST_ENABLE+=$(6)
395 endif
396 endef
397
398 define Package/$(PKG_NAME)-$(1)/conffiles
399 $(subst $(space),$(newline),$(foreach c,$(5),/etc/asterisk/$(c)))
400 endef
401
402 define Package/$(PKG_NAME)-$(1)/description
403 $(subst \n,$(newline),$(3))
404 endef
405
406 define Package/$(PKG_NAME)-$(1)/install
407 $(foreach c,$(5),$(call Package/$(PKG_NAME)/install/conffile,$$(1),$(c));)
408 $(foreach m,$(6),$(call Package/$(PKG_NAME)/install/module,$$(1),$(m));)
409 $(foreach s,$(7),$(call Package/$(PKG_NAME)/install/sounds,$$(1),$(s));)
410 $(foreach b,$(8),$(call Package/$(PKG_NAME)/install/sbin,$$(1),$(b));)
411 endef
412
413 $$(eval $$(call BuildPackage,$(PKG_NAME)-$(1)))
414 endef
415
416 define BuildAsteriskUtil
417 define Package/$(PKG_NAME)-util-$(subst _,-,$(1))
418 $$(call Package/$(PKG_NAME)/Default)
419 TITLE:=$(1) utility
420 DEPENDS:=$(PKG_NAME) $(patsubst +%,+PACKAGE_$(PKG_NAME)-util-$(subst _,-,$(1)):%,$(3))
421 ifneq ($$(CONFIG_PACKAGE_$(PKG_NAME)-util-$(subst _,-,$(1))),)
422 AST_ENABLE+=$(1)
423 endif
424 endef
425
426 define Package/$(PKG_NAME)-util-$(subst _,-,$(1))/conffiles
427 $(subst $(space),$(newline),$(foreach c,$(4),/etc/$(c)))
428 endef
429
430 define Package/$(PKG_NAME)-util-$(subst _,-,$(1))/description
431 $(2)
432 endef
433
434 define Package/$(PKG_NAME)-util-$(subst _,-,$(1))/install
435 $(call Package/$(PKG_NAME)/install/sbin,$$(1),$(1))
436 $(foreach c,$(4),$(call Package/$(PKG_NAME)/install/util-conffile,$$(1),$(c));)
437 endef
438
439 $$(eval $$(call BuildPackage,$(PKG_NAME)-util-$(subst _,-,$(1))))
440 endef
441
442 define Package/$(PKG_NAME)/Default
443 SUBMENU:=Telephony
444 SECTION:=net
445 CATEGORY:=Network
446 URL:=http://www.asterisk.org/
447 endef
448
449 define Package/$(PKG_NAME)/Default/description
450 Asterisk is a complete PBX in software. It provides all of the features
451 you would expect from a PBX and more. Asterisk does voice over IP in three
452 protocols, and can interoperate with almost all standards-based telephony
453 equipment using relatively inexpensive hardware.
454 endef
455
456 define Package/$(PKG_NAME)
457 $(call Package/$(PKG_NAME)/Default)
458 TITLE:=Complete open source PBX, v$(PKG_VERSION)
459 MENU:=1
460 DEPENDS:=+libstdcpp +jansson +libcap +libedit +libopenssl +libsqlite3 +libuuid +libxml2 +zlib
461 USERID:=asterisk=385:asterisk=385
462 endef
463
464 define Package/$(PKG_NAME)/description
465 $(call Package/$(PKG_NAME)/Default/description)
466 endef
467
468 define Package/$(PKG_NAME)/conffiles
469 /etc/asterisk/asterisk.conf
470 /etc/asterisk/acl.conf
471 /etc/asterisk/cel.conf
472 /etc/asterisk/ccss.conf
473 /etc/asterisk/cli.conf
474 /etc/asterisk/cli_permissions.conf
475 /etc/asterisk/codecs.conf
476 /etc/asterisk/dnsmgr.conf
477 /etc/asterisk/dsp.conf
478 /etc/asterisk/extconfig.conf
479 /etc/asterisk/extensions.conf
480 /etc/asterisk/features.conf
481 /etc/asterisk/http.conf
482 /etc/asterisk/indications.conf
483 /etc/asterisk/logger.conf
484 /etc/asterisk/manager.conf
485 /etc/asterisk/modules.conf
486 /etc/asterisk/res_config_sqlite3.conf
487 /etc/asterisk/stasis.conf
488 /etc/asterisk/udptl.conf
489 /etc/asterisk/users.conf
490 /etc/config/asterisk
491 /etc/init.d/asterisk
492 endef
493
494 AST_CFG_FILES:= \
495 asterisk.conf acl.conf cel.conf ccss.conf cli.conf \
496 cli_permissions.conf codecs.conf dnsmgr.conf dsp.conf extconfig.conf \
497 extensions.conf features.conf http.conf indications.conf \
498 logger.conf manager.conf modules.conf stasis.conf udptl.conf \
499 users.conf res_config_sqlite3.conf
500
501 AST_EMB_MODULES:=\
502 app_dial app_echo app_macro app_playback \
503 func_callerid func_logic func_strings func_timeout \
504 pbx_config res_crypto res_timing_timerfd
505
506 define Package/$(PKG_NAME)/install
507 $(call Package/$(PKG_NAME)/install/lib,$(1),libasteriskssl)
508 $(call Package/$(PKG_NAME)/install/sbin,$(1),asterisk)
509 $(call Package/$(PKG_NAME)/install/sbin,$(1),safe_asterisk)
510 $(call Package/$(PKG_NAME)/install/sbin,$(1),astgenkey)
511 $(foreach m,$(AST_CFG_FILES),$(call Package/$(PKG_NAME)/install/conffile,$(1),$(m));)
512 $(foreach m,$(AST_EMB_MODULES),$(call Package/$(PKG_NAME)/install/module,$(1),$(m));)
513 $(INSTALL_DIR) $(1)/etc/config
514 $(INSTALL_DIR) $(1)/etc/init.d
515 $(INSTALL_DIR) $(1)/usr/share/asterisk/agi-bin
516 $(INSTALL_DIR) $(1)/usr/share/asterisk/firmware/iax
517 $(INSTALL_DIR) $(1)/usr/share/asterisk/keys
518 $(INSTALL_DIR) $(1)/usr/share/asterisk/sounds
519 $(INSTALL_BIN) ./files/asterisk.init $(1)/etc/init.d/asterisk
520 $(INSTALL_CONF) ./files/asterisk.conf $(1)/etc/config/asterisk
521 endef
522
523 define Package/$(PKG_NAME)-sounds
524 $(call Package/$(PKG_NAME)/Default)
525 TITLE:=Sounds support
526 DEPENDS:=$(PKG_NAME)
527 endef
528
529 define Package/$(PKG_NAME)-sounds/description
530 This package provides the sound-files for Asterisk.
531 endef
532
533 define Package/$(PKG_NAME)-sounds/install
534 $(INSTALL_DIR) $(1)/usr/share/asterisk/sounds/
535 $(CP) $(PKG_INSTALL_DIR)/usr/share/asterisk/sounds/en/* $(1)/usr/share/asterisk/sounds/
536 rm -f $(1)/usr/share/asterisk/sounds/vm-*
537 endef
538
539 ifeq ($(call qstrip,$(CONFIG_LIBC)),musl)
540 CONFIGURE_ARGS+= \
541 --enable-permanent-dlopen
542 endif
543
544 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-chan-dahdi),)
545 CONFIGURE_ARGS+= \
546 --with-dahdi="$(STAGING_DIR)/usr" \
547 --with-pri="$(STAGING_DIR)/usr" \
548 --with-tonezone="$(STAGING_DIR)/usr"
549 else
550 CONFIGURE_ARGS+= \
551 --without-dahdi \
552 --without-pri \
553 --without-tonezone
554 endif
555
556 # Pass CPPFLAGS in the CFLAGS as otherwise the build system will
557 # ignore them.
558 TARGET_CFLAGS+=$(TARGET_CPPFLAGS)
559
560 CONFIGURE_ARGS+= \
561 --disable-xmldoc \
562 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-chan-alsa),--with-asound="$(STAGING_DIR)/usr",--without-asound) \
563 --without-execinfo \
564 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-chan-mobile),--with-bluetooth="$(STAGING_DIR)/usr",--without-bluetooth) \
565 --with-cap="$(STAGING_DIR)/usr" \
566 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-curl),--with-libcurl="$(STAGING_DIR)/usr") \
567 --with-gsm=internal \
568 --without-gtk2 \
569 --with-ilbc=internal \
570 --without-isdnnet \
571 --without-misdn \
572 --without-nbs \
573 --without-pjproject-bundled \
574 --with-libedit="$(STAGING_DIR)/usr" \
575 --with-libxml2 \
576 --without-libxslt \
577 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-res-snmp),--with-netsnmp="$(STAGING_DIR)/usr",--without-netsnmp) \
578 --without-newt \
579 --without-osptk \
580 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-pbx-lua),--with-lua="$(STAGING_DIR)/usr",--without-lua) \
581 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-pgsql),--with-postgres="$(STAGING_DIR)/usr",--without-postgres) \
582 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-util-smsq),--with-popt="$(STAGING_DIR)/usr",--without-popt) \
583 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-chan-console),--with-portaudio="$(STAGING_DIR)/usr",--without-portaudio) \
584 --without-radius \
585 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-res-fax-spandsp),--with-spandsp="$(STAGING_DIR)/usr",--without-spandsp) \
586 --without-sdl \
587 --without-sqlite \
588 --with-sqlite3="$(STAGING_DIR)/usr" \
589 --without-suppserv \
590 --without-tds \
591 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-res-resolver-unbound),--with-unbound="$(STAGING_DIR)/usr",--without-unbound) \
592 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-format-ogg-vorbis),--with-vorbis="$(STAGING_DIR)/usr",--without-vorbis) \
593 $(if $(CONFIG_PACKAGE_$(PKG_NAME)-app-voicemail-imap),--with-imap=system,--without-imap) \
594 --without-uriparser \
595 --without-vpb \
596 --with-z="$(STAGING_DIR)/usr"
597
598 ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-codec-speex)$(CONFIG_PACKAGE_$(PKG_NAME)-format-ogg-speex)$(CONFIG_PACKAGE_$(PKG_NAME)-func-speex),)
599 CONFIGURE_ARGS+= \
600 --without-speex
601 else
602 CONFIGURE_ARGS+= \
603 --with-speex="$(STAGING_DIR)/usr"
604 endif
605
606 ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-codec-speex)$(CONFIG_PACKAGE_$(PKG_NAME)-func-speex),)
607 CONFIGURE_ARGS+= \
608 --without-speexdsp
609 else
610 CONFIGURE_ARGS+= \
611 --with-speexdsp="$(STAGING_DIR)/usr"
612 endif
613
614 ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-format-ogg-speex)$(CONFIG_PACKAGE_$(PKG_NAME)-format-ogg-vorbis),)
615 CONFIGURE_ARGS+= \
616 --without-ogg
617 else
618 CONFIGURE_ARGS+= \
619 --with-ogg="$(STAGING_DIR)/usr"
620 endif
621
622 ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-res-pjproject)$(CONFIG_PACKAGE_$(PKG_NAME)-res-srtp),)
623 CONFIGURE_ARGS+= \
624 --without-srtp
625 else
626 CONFIGURE_ARGS+= \
627 --with-srtp="$(STAGING_DIR)/usr"
628 endif
629
630 ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-pjsip)$(CONFIG_PACKAGE_$(PKG_NAME)-res-pjproject)$(CONFIG_PACKAGE_$(PKG_NAME)-res-rtp-asterisk),)
631 CONFIGURE_ARGS+= \
632 --without-pjproject
633 else
634 CONFIGURE_ARGS+= \
635 --with-pjproject="$(STAGING_DIR)/usr"
636 endif
637
638 # res-calendar-ews requires both neon and neon29 detection
639 ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-caldav)$(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-ews)$(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-exchange)$(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-icalendar),)
640 CONFIGURE_ARGS+= \
641 --without-neon
642 endif
643
644 ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-caldav)$(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-exchange)$(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-icalendar),)
645 CONFIGURE_ARGS+= \
646 --without-ical
647 else
648 CONFIGURE_ARGS+= \
649 --with-ical="$(STAGING_DIR)/usr"
650 endif
651
652 ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-ews),)
653 CONFIGURE_ARGS+= \
654 --without-neon29
655 endif
656
657 ifeq ($(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-exchange)$(CONFIG_PACKAGE_$(PKG_NAME)-res-xmpp),)
658 CONFIGURE_ARGS+= \
659 --without-iksemel
660 else
661 CONFIGURE_ARGS+= \
662 --with-iksemel="$(STAGING_DIR)/usr"
663 endif
664
665 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-caldav)$(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-ews)$(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-exchange)$(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-icalendar),)
666 CONFIGURE_VARS += \
667 ac_cv_path_CONFIG_NEON=$(STAGING_DIR)/usr/bin/neon-config
668 endif
669
670 ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-res-calendar-ews),)
671 CONFIGURE_VARS += \
672 ac_cv_path_CONFIG_NEON29=$(STAGING_DIR)/usr/bin/neon-config
673 endif
674
675 MAKE_FLAGS+= \
676 ASTDATADIR="/usr/share/asterisk" \
677 DESTDIR="$(PKG_INSTALL_DIR)"
678
679 # show full gcc arguments instead of [CC] and [LD]
680 MAKE_FLAGS+= \
681 NOISY_BUILD="yes"
682
683 # don't let asterisk mess with build flags
684 MAKE_FLAGS+= \
685 AST_FORTIFY_SOURCE="" \
686 DEBUG="" \
687 OPTIMIZE=""
688
689 AST_MENUSELECT_OPTS = \
690 --without-newt \
691 --without-curses
692
693 define Build/menuselect
694 CC="$(HOSTCC)" \
695 CFLAGS="$(HOST_CFLAGS)" \
696 LDFLAGS="$(HOST_LDFLAGS) -Wl,-rpath,$(STAGING_DIR_HOSTPKG)/lib" \
697 $(MAKE) -C "$(PKG_BUILD_DIR)/menuselect"
698 endef
699
700 define Build/Configure
701 cd $(PKG_BUILD_DIR); \
702 ./bootstrap.sh
703 $(call Build/Configure/Default)
704 cd $(PKG_BUILD_DIR)/menuselect; \
705 CC="$(HOSTCC)" \
706 CFLAGS="$(HOST_CFLAGS)" \
707 CONFIG_SITE= \
708 LDFLAGS="$(HOST_LDFLAGS) -Wl,-rpath,$(STAGING_DIR_HOSTPKG)/lib" \
709 ./configure \
710 $(HOST_CONFIGURE_ARGS) \
711 $(AST_MENUSELECT_OPTS)
712 endef
713
714 define Build/Compile
715 $(call Build/menuselect)
716 $(call Build/Compile/Default,menuselect-tree)
717
718 cd "$(PKG_BUILD_DIR)" && MENUSELECT_ARGS= && \
719 for cat in $(MENUSELECT_CATEGORIES); do \
720 MENUSELECT_ARGS="$$$$MENUSELECT_ARGS --disable-category $$$$cat"; \
721 done; \
722 ./menuselect/menuselect \
723 $$$$MENUSELECT_ARGS \
724 menuselect.makeopts
725 cd "$(PKG_BUILD_DIR)" && MENUSELECT_ARGS= && \
726 for item in $(AST_EMB_MODULES) $$(AST_ENABLE); do \
727 MENUSELECT_ARGS="$$$$MENUSELECT_ARGS --enable $$$$item"; \
728 done; \
729 ./menuselect/menuselect \
730 $$$$MENUSELECT_ARGS \
731 menuselect.makeopts
732 cd "$(PKG_BUILD_DIR)" && \
733 ./menuselect/menuselect \
734 --disable BUILD_NATIVE \
735 $(if $(CONFIG_ASTERISK_LOW_MEMORY),--enable LOW_MEMORY) \
736 menuselect.makeopts
737
738 # When changing anything in MENUSELECT_CFLAGS the file ".lastclean"
739 # gets deleted. E.g. when compiling on x86 for x86 "--disable
740 # BUILD_NATIVE" changes MENUSELECT_CFLAGS and the file gets removed.
741 # But that will result in a rebuild attempt of menuselect which will
742 # likely fail. Prevent that by recreating ".lastclean" and menuselect.
743 $(call Build/Compile/Default,.lastclean)
744 $(call Build/menuselect)
745
746 $(call Build/Compile/Default,all install install-headers samples)
747 endef
748
749 define Build/InstallDev
750 $(INSTALL_DIR) $(1)/usr/include/asterisk
751 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/asterisk/*.h $(1)/usr/include/asterisk/
752 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/asterisk.h $(1)/usr/include/
753 endef
754
755 $(eval $(call BuildPackage,$(PKG_NAME)))
756 $(eval $(call BuildPackage,$(PKG_NAME)-sounds))
757
758 #######################################
759 # AST modules
760 # Params:
761 # 1 - Package subname
762 # 2 - Package title
763 # 3 - Module description
764 # 4 - Module dependencies
765 # 5 - conf files
766 # 6 - module files
767 # 7 - sound files
768 # 8 - binary files
769 # 9 - complex depends (passed on as is)
770 #######################################
771 #$(eval $(call BuildAsteriskModule,subname,title,module description,module dependencies,conf files,module files,sound files,binary files,complex depends))
772
773 $(eval $(call BuildAsteriskModule,app-adsiprog,ADSI programming,Asterisk ADSI programming application.,+$(PKG_NAME)-res-adsi,adsi.conf asterisk.adsi telcordia-1.adsi,app_adsiprog,,))
774 $(eval $(call BuildAsteriskModule,app-agent-pool,Call center agent pool,Call center agent pool applications.,,agents.conf,app_agent_pool,,))
775 $(eval $(call BuildAsteriskModule,app-alarmreceiver,Alarm receiver,Alarm receiver for Asterisk.,,,app_alarmreceiver,,))
776 $(eval $(call BuildAsteriskModule,app-amd,Answering machine detection,Answering Machine Detection application.,,amd.conf,app_amd,,))
777 $(eval $(call BuildAsteriskModule,app-attended-transfer,Attended transfer,Queues up an attended transfer to a given extension.,,,app_attended_transfer,,))
778 $(eval $(call BuildAsteriskModule,app-audiosocket,Audiosocket app,Audiosocket app.,+$(PKG_NAME)-res-audiosocket,,app_audiosocket,,))
779 $(eval $(call BuildAsteriskModule,app-authenticate,Authenticate commands,Authentication application.,,,app_authenticate,,))
780 $(eval $(call BuildAsteriskModule,app-blind-transfer,Blind transfer,Redirects all channels currently bridged to the caller channel to a specified destination.,,,app_blind_transfer,,))
781 $(eval $(call BuildAsteriskModule,app-bridgeaddchan,Bridge add channel,Bridge-add-channel application.,,,app_bridgeaddchan,,))
782 $(eval $(call BuildAsteriskModule,app-bridgewait,Holding bridge,Application to place a channel into a holding bridge.,+$(PKG_NAME)-bridge-holding,,app_bridgewait,,))
783 $(eval $(call BuildAsteriskModule,app-celgenuserevent,User-defined CEL event,Generate a user defined CEL event.,,,app_celgenuserevent,,))
784 $(eval $(call BuildAsteriskModule,app-chanisavail,Channel availability check,Check channel availability.,,,app_chanisavail,,))
785 $(eval $(call BuildAsteriskModule,app-channelredirect,Redirect a channel,Redirects a given channel to a dialplan target.,,,app_channelredirect,,))
786 $(eval $(call BuildAsteriskModule,app-chanspy,Channel listen in,Listen to the audio of an active channel.,,,app_chanspy,,))
787 $(eval $(call BuildAsteriskModule,app-confbridge,ConfBridge,Conference bridge application.,+$(PKG_NAME)-bridge-builtin-features +$(PKG_NAME)-bridge-simple +$(PKG_NAME)-bridge-softmix,confbridge.conf,app_confbridge,,))
788 $(eval $(call BuildAsteriskModule,app-controlplayback,Control playback,Control playback application.,,,app_controlplayback,,))
789 $(eval $(call BuildAsteriskModule,app-dahdiras,Execute an ISDN RAS,DAHDI ISDN Remote Access Server.,+$(PKG_NAME)-chan-dahdi,,app_dahdiras,,))
790 $(eval $(call BuildAsteriskModule,app-dictate,Virtual dictation machine,Virtual dictation machine.,,,app_dictate,,))
791 $(eval $(call BuildAsteriskModule,app-directed-pickup,Directed call pickup,Directed call pickup application.,,,app_directed_pickup,,))
792 $(eval $(call BuildAsteriskModule,app-directory,Extension directory,Extension directory.,,,app_directory,,))
793 $(eval $(call BuildAsteriskModule,app-disa,Direct Inward System Access,Direct Inward System Access application.,,,app_disa,,))
794 $(eval $(call BuildAsteriskModule,app-dtmfstore,DTMF storage,Technology independent async DTMF storage.,,,app_dtmfstore,,))
795 $(eval $(call BuildAsteriskModule,app-dumpchan,Dump info about channel,Dump info about the calling channel.,,,app_dumpchan,,))
796 $(eval $(call BuildAsteriskModule,app-exec,Exec application,Executes dialplan applications.,,,app_exec,,))
797 $(eval $(call BuildAsteriskModule,app-externalivr,External IVR interface,External IVR interface application.,,,app_externalivr,,))
798 $(eval $(call BuildAsteriskModule,app-festival,Simple festival interface,Simple Festival interface.,,festival.conf,app_festival,,))
799 $(eval $(call BuildAsteriskModule,app-flash,Flash channel,Flash channel application.,+$(PKG_NAME)-chan-dahdi,,app_flash,,))
800 $(eval $(call BuildAsteriskModule,app-followme,Find-me/follow-me,Find-Me/Follow-Me application.,,followme.conf,app_followme,,))
801 $(eval $(call BuildAsteriskModule,app-getcpeid,Get ADSI CPE ID,Get ADSI CPE ID.,+asterisk-res-adsi,,app_getcpeid,,))
802 $(eval $(call BuildAsteriskModule,app-ices,Encode and stream,Encode and stream via Icecast and IceS.,,,app_ices,,))
803 $(eval $(call BuildAsteriskModule,app-image,Image transmission,Image transmission application.,,,app_image,,))
804 $(eval $(call BuildAsteriskModule,app-ivrdemo,IVR demo,IVR demo application.,,,app_ivrdemo,,))
805 $(eval $(call BuildAsteriskModule,app-mf,MF digits,Send MF digits Application.,,,app_mf,,))
806 $(eval $(call BuildAsteriskModule,app-milliwatt,Digital milliwatt [mu-law] test app,Digital milliwatt test application.,,,app_milliwatt,,))
807 $(eval $(call BuildAsteriskModule,app-minivm,Minimal voicemail system,A minimal voicemail e-mail system.,,extensions_minivm.conf minivm.conf,app_minivm,,))
808 $(eval $(call BuildAsteriskModule,app-mixmonitor,Record a call and mix the audio,Mixed audio monitoring application.,,,app_mixmonitor,,))
809 $(eval $(call BuildAsteriskModule,app-morsecode,Morse code,Morse code.,,,app_morsecode,,))
810 $(eval $(call BuildAsteriskModule,app-mp3,Silly MP3,Silly MP3 application.,+mpg123,,app_mp3,,))
811 $(eval $(call BuildAsteriskModule,app-originate,Originate a call,Originate call.,,,app_originate,,))
812 $(eval $(call BuildAsteriskModule,app-page,Page multiple phones,Page multiple phones.,+$(PKG_NAME)-app-confbridge,,app_page,,))
813 $(eval $(call BuildAsteriskModule,app-playtones,Playtones application,Playtones application.,,,app_playtones,,))
814 $(eval $(call BuildAsteriskModule,app-privacy,Require phone number,Require phone number to be entered if no Caller ID sent.,,,app_privacy,,))
815 $(eval $(call BuildAsteriskModule,app-queue,True Call Queueing,True call queueing.,,queues.conf queuerules.conf,app_queue,,))
816 $(eval $(call BuildAsteriskModule,app-read,Variable read,Read variable application.,,,app_read,,))
817 $(eval $(call BuildAsteriskModule,app-readexten,Extension to variable,Read and evaluate extension validity.,,,app_readexten,,))
818 $(eval $(call BuildAsteriskModule,app-record,Record sound file,Trivial record application.,,,app_record,,))
819 $(eval $(call BuildAsteriskModule,app-reload,Reload,Reload module[s].,,,app_reload,,))
820 $(eval $(call BuildAsteriskModule,app-saycounted,Decline words,Decline words according to channel language.,,,app_saycounted,,))
821 $(eval $(call BuildAsteriskModule,app-sayunixtime,Say Unix time,Say time.,,,app_sayunixtime,,))
822 $(eval $(call BuildAsteriskModule,app-senddtmf,Send DTMF digits,Send DTMF digits application.,,,app_senddtmf,,))
823 $(eval $(call BuildAsteriskModule,app-sendtext,Send text,Send text applications.,,,app_sendtext,,))
824 $(eval $(call BuildAsteriskModule,app-sf,SF Sender and Receiver Applications,SF Sender and Receiver Applications.,,,app_sf,,))
825 $(eval $(call BuildAsteriskModule,app-skel,Skeleton [sample],Skeleton application.,,app_skel.conf,app_skel,,))
826 $(eval $(call BuildAsteriskModule,app-sms,SMS,SMS/PSTN handler.,,,app_sms,,))
827 $(eval $(call BuildAsteriskModule,app-softhangup,Hang up requested channel,Hangs up the requested channel.,,,app_softhangup,,))
828 $(eval $(call BuildAsteriskModule,app-speech,Dialplan Speech,Dialplan speech applications.,+$(PKG_NAME)-res-speech,,app_speech_utils,,))
829 $(eval $(call BuildAsteriskModule,app-stack,Stack applications,Dialplan subroutines.,+$(PKG_NAME)-res-agi,,app_stack,,))
830 $(eval $(call BuildAsteriskModule,app-stasis,Stasis dialplan,Stasis dialplan application.,+$(PKG_NAME)-res-stasis,,app_stasis,,))
831 $(eval $(call BuildAsteriskModule,app-statsd,statsd dialplan,StatsD dialplan application.,+$(PKG_NAME)-res-statsd,,app_statsd,,))
832 $(eval $(call BuildAsteriskModule,app-stream-echo,Stream echo,Stream echo application.,,,app_stream_echo,,))
833 $(eval $(call BuildAsteriskModule,app-system,System exec,Generic system application.,,,app_system,,))
834 $(eval $(call BuildAsteriskModule,app-talkdetect,File playback with audio detect,Playback with talk detection.,,,app_talkdetect,,))
835 $(eval $(call BuildAsteriskModule,app-test,Interface test,Interface test application.,,,app_test,,))
836 $(eval $(call BuildAsteriskModule,app-transfer,Transfers caller to other ext,Transfers a caller to another extension.,,,app_transfer,,))
837 $(eval $(call BuildAsteriskModule,app-url,Send URL,Send URL applications.,,,app_url,,))
838 $(eval $(call BuildAsteriskModule,app-userevent,Custom user event,Custom user event application.,,,app_userevent,,))
839 $(eval $(call BuildAsteriskModule,app-verbose,Verbose logging,Send verbose output.,,,app_verbose,,))
840 $(eval $(call BuildAsteriskModule,app-waitforcond,Wait for condition,Wait until condition is true.,,,app_waitforcond,,))
841 $(eval $(call BuildAsteriskModule,app-voicemail,Voicemail,Voicemail module.,,voicemail.conf,app_voicemail,vm-*,))
842 $(eval $(call BuildAsteriskModule,app-voicemail-imap,Voicemail IMAP,Voicemail module.,+uw-imap,,app_voicemail_imap,,))
843 $(eval $(call BuildAsteriskModule,app-voicemail-odbc,Voicemail ODBC,Voicemail module.,+unixodbc,,app_voicemail_odbc,,))
844 $(eval $(call BuildAsteriskModule,app-waitforring,Wait for first ring,Waits until first ring after time.,,,app_waitforring,,))
845 $(eval $(call BuildAsteriskModule,app-waitforsilence,Wait for silence/noise,Wait for silence/noise.,,,app_waitforsilence,,))
846 $(eval $(call BuildAsteriskModule,app-waituntil,Sleep,Wait until specified time.,,,app_waituntil,,))
847 $(eval $(call BuildAsteriskModule,app-while,While loop,While loops and conditional execution.,,,app_while,,))
848 $(eval $(call BuildAsteriskModule,app-zapateller,Block telemarketers,Block telemarketers with special information tone.,,,app_zapateller,,))
849 $(eval $(call BuildAsteriskModule,bridge-builtin-features,Bridging features,Built in bridging features.,,,bridge_builtin_features,,))
850 $(eval $(call BuildAsteriskModule,bridge-builtin-interval-features,Built in bridging interval features,Built in bridging interval features.,,,bridge_builtin_interval_features,,))
851 $(eval $(call BuildAsteriskModule,bridge-holding,Bridging for storing channels in a bridge,Holding bridge module.,,,bridge_holding,,))
852 $(eval $(call BuildAsteriskModule,bridge-native-rtp,Native RTP bridging technology module,Native RTP bridging module.,,,bridge_native_rtp,,))
853 $(eval $(call BuildAsteriskModule,bridge-simple,Simple two channel bridging module,Simple two channel bridging module.,,,bridge_simple,,))
854 $(eval $(call BuildAsteriskModule,bridge-softmix,Multi-party software based channel mixing,Multi-party software based channel mixing.,,,bridge_softmix,,))
855 $(eval $(call BuildAsteriskModule,cdr,Provides CDR,Call Detail Records.,,cdr.conf cdr_custom.conf cdr_manager.conf cdr_syslog.conf,app_cdr app_forkcdr cdr_custom cdr_manager cdr_syslog func_cdr,,))
856 $(eval $(call BuildAsteriskModule,cdr-csv,Provides CDR CSV,Comma Separated Values CDR backend.,,,cdr_csv,,))
857 $(eval $(call BuildAsteriskModule,cdr-sqlite3,Provides CDR SQLITE3,SQLite3 CDR backend.,libsqlite3,,cdr_sqlite3_custom,,))
858 $(eval $(call BuildAsteriskModule,cel-custom,Customizable CSV CEL backend,Customizable Comma Separated Values CEL backend.,,cel_custom.conf,cel_custom,,))
859 $(eval $(call BuildAsteriskModule,cel-manager,AMI CEL backend,Asterisk Manager Interface CEL backend.,,,cel_manager,,))
860 $(eval $(call BuildAsteriskModule,cel-sqlite3-custom,SQLite3 custom CEL,SQLite3 custom CEL module.,,cel_sqlite3_custom.conf,cel_sqlite3_custom,,))
861 $(eval $(call BuildAsteriskModule,chan-alsa,ALSA channel,ALSA console channel driver.,+alsa-lib,alsa.conf,chan_alsa,,))
862 $(eval $(call BuildAsteriskModule,chan-audiosocket,Audiosocket channel,Audiosocket channel.,+$(PKG_NAME)-res-audiosocket,,chan_audiosocket,,))
863 $(eval $(call BuildAsteriskModule,chan-bridge-media,Bridge media channel driver,Bridge media channel driver.,,,chan_bridge_media,,))
864 $(eval $(call BuildAsteriskModule,chan-console,Console channel driver,Console channel driver.,+portaudio,console.conf,chan_console,,))
865 $(eval $(call BuildAsteriskModule,chan-dahdi,DAHDI channel,DAHDI telephony.,+dahdi-tools-libtonezone +kmod-dahdi +libpri @!aarch64,chan_dahdi.conf,chan_dahdi,,))
866 $(eval $(call BuildAsteriskModule,chan-iax2,IAX2 channel,Inter Asterisk eXchange.,,iax.conf iaxprov.conf,chan_iax2,,))
867 $(eval $(call BuildAsteriskModule,chan-mgcp,MGCP,Media Gateway Control Protocol.,,mgcp.conf,chan_mgcp,,))
868 $(eval $(call BuildAsteriskModule,chan-mobile,Bluetooth channel,Bluetooth mobile device channel driver.,+bluez-libs,chan_mobile.conf,chan_mobile,,))
869 $(eval $(call BuildAsteriskModule,chan-motif,Jingle channel,Motif Jingle channel driver.,+$(PKG_NAME)-res-xmpp,motif.conf,chan_motif,,))
870 $(eval $(call BuildAsteriskModule,chan-ooh323,H.323 channel,Objective Systems H.323 channel.,,ooh323.conf,chan_ooh323,,))
871 $(eval $(call BuildAsteriskModule,chan-oss,OSS channel,OSS console channel driver.,,oss.conf,chan_oss,,))
872 $(eval $(call BuildAsteriskModule,chan-rtp,RTP media channel,RTP media channel.,+asterisk-res-rtp-multicast,,chan_rtp,,))
873 $(eval $(call BuildAsteriskModule,chan-sip,SIP channel,Session Initiation Protocol.,+$(PKG_NAME)-app-confbridge,sip.conf sip_notify.conf,chan_sip,,))
874 $(eval $(call BuildAsteriskModule,chan-skinny,Skinny channel,Skinny Client Control Protocol.,,skinny.conf,chan_skinny,,))
875 $(eval $(call BuildAsteriskModule,chan-unistim,Unistim channel,UNISTIM protocol.,,unistim.conf,chan_unistim,,))
876 $(eval $(call BuildAsteriskModule,codec-a-mu,Alaw to ulaw translation,Alaw and ulaw direct coder/decoder.,,,codec_a_mu,,))
877 $(eval $(call BuildAsteriskModule,codec-adpcm,ADPCM text,Adaptive Differential PCM coder/decoder.,,,codec_adpcm,,))
878 $(eval $(call BuildAsteriskModule,codec-alaw,Signed linear to alaw translation,Alaw coder/decoder.,,,codec_alaw,,))
879 $(eval $(call BuildAsteriskModule,codec-dahdi,DAHDI codec,Generic DAHDI transcoder codec translator.,+$(PKG_NAME)-chan-dahdi,,codec_dahdi,,))
880 $(eval $(call BuildAsteriskModule,codec-g722,G.722,ITU G.722-64kbps G722 transcoder.,,,codec_g722,,))
881 $(eval $(call BuildAsteriskModule,codec-g726,Signed linear to G.726 translation,ITU G.726-32kbps G726 transcoder.,,,codec_g726,,))
882 $(eval $(call BuildAsteriskModule,codec-gsm,linear to GSM translation,GSM coder/decoder.,,,codec_gsm,,))
883 $(eval $(call BuildAsteriskModule,codec-ilbc,linear to ILBC translation,iLBC coder/decoder.,,,codec_ilbc,,))
884 $(eval $(call BuildAsteriskModule,codec-lpc10,Linear to LPC10 translation,LPC10 2.4kbps coder/decoder.,,,codec_lpc10,,))
885 $(eval $(call BuildAsteriskModule,codec-resample,resample sLinear audio,SLIN resampling codec.,,,codec_resample,,))
886 $(eval $(call BuildAsteriskModule,codec-speex,Speex Coder/Decoder,Speex coder/decoder.,@!SOFT_FLOAT +libspeex +libspeexdsp,,codec_speex,,))
887 $(eval $(call BuildAsteriskModule,codec-ulaw,Signed linear to ulaw translation,Ulaw coder/decoder.,,,codec_ulaw,,))
888 $(eval $(call BuildAsteriskModule,curl,CURL,cURL support,+libcurl,,func_curl res_config_curl res_curl,,))
889 $(eval $(call BuildAsteriskModule,format-g719,G.719,ITU G.719.,,,format_g719,,))
890 $(eval $(call BuildAsteriskModule,format-g723,G.723.1,G.723.1 simple timestamp file format.,,,format_g723,,))
891 $(eval $(call BuildAsteriskModule,format-g726,G.726,Raw G.726 data.,,,format_g726,,))
892 $(eval $(call BuildAsteriskModule,format-g729,G.729,Raw G.729 data.,,,format_g729,,))
893 $(eval $(call BuildAsteriskModule,format-gsm,GSM format,Raw GSM data.,,,format_gsm,,))
894 $(eval $(call BuildAsteriskModule,format-h263,H263 format,Raw H.263 data.,,,format_h263,,))
895 $(eval $(call BuildAsteriskModule,format-h264,H264 format,Raw H.264 data.,,,format_h264,,))
896 $(eval $(call BuildAsteriskModule,format-ilbc,ILBC format,Raw iLBC data.,,,format_ilbc,,))
897 $(eval $(call BuildAsteriskModule,format-mp3,MP3 format,MP3 format.,@BROKEN,,format_mp3,,)) # requires patched mpg123 source
898 $(eval $(call BuildAsteriskModule,format-ogg-speex,OGG/Speex audio,OGG/Speex audio.,@!SOFT_FLOAT +libogg +libspeex,,format_ogg_speex,,))
899 $(eval $(call BuildAsteriskModule,format-ogg-vorbis,OGG/Vorbis audio,OGG/Vorbis audio.,+libvorbis,,format_ogg_vorbis,,))
900 $(eval $(call BuildAsteriskModule,format-pcm,PCM format,Raw/Sun ulaw/alaw 8KHz and G.722 16Khz.,,,format_pcm,,))
901 $(eval $(call BuildAsteriskModule,format-siren14,Siren14,ITU G.722.1 Annex C.,,,format_siren14,,))
902 $(eval $(call BuildAsteriskModule,format-siren7,Siren7,ITU G.722.1.,,,format_siren7,,))
903 $(eval $(call BuildAsteriskModule,format-sln,Raw slinear format,Raw signed linear audio support 8khz-192khz.,,,format_sln,,))
904 $(eval $(call BuildAsteriskModule,format-vox,VOX format,Dialogic VOX file format.,,,format_vox,,))
905 $(eval $(call BuildAsteriskModule,format-wav,WAV format (8000hz Signed Linear),Microsoft WAV/WAV16 format.,,,format_wav,,))
906 $(eval $(call BuildAsteriskModule,format-wav-gsm,WAV format (Proprietary GSM),Microsoft WAV format.,,,format_wav_gsm,,))
907 $(eval $(call BuildAsteriskModule,func-aes,AES dialplan functions,AES dialplan functions.,,,func_aes,,))
908 $(eval $(call BuildAsteriskModule,func-base64,base64 support,Base64 encode/decode dialplan functions.,,,func_base64,,))
909 $(eval $(call BuildAsteriskModule,func-blacklist,Blacklist on callerid,Look up Caller ID name/number from blacklist database.,,,func_blacklist,,))
910 $(eval $(call BuildAsteriskModule,func-callcompletion,Call control configuration function,Call control configuration function.,,,func_callcompletion,,))
911 $(eval $(call BuildAsteriskModule,func-channel,Channel info,Channel information dialplan functions.,,,func_channel,,))
912 $(eval $(call BuildAsteriskModule,func-config,Configuration file variable access,Asterisk configuration file variable access.,,,func_config,,))
913 $(eval $(call BuildAsteriskModule,func-cut,CUT function,Cut out information from a string.,,,func_cut,,))
914 $(eval $(call BuildAsteriskModule,func-db,Database interaction,Database related dialplan functions.,,,func_db app_db,,))
915 $(eval $(call BuildAsteriskModule,func-devstate,Blinky lights control,Gets or sets a device state in the dialplan.,,,func_devstate,,))
916 $(eval $(call BuildAsteriskModule,func-dialgroup,Dialgroup dialplan function,Dialgroup dialplan function.,,,func_dialgroup,,))
917 $(eval $(call BuildAsteriskModule,func-dialplan,Dialplan context/extension/priority checking functions,Dialplan context/extension/priority checking functions.,,,func_dialplan,,))
918 $(eval $(call BuildAsteriskModule,func-enum,ENUM,ENUM related dialplan functions.,,enum.conf,func_enum,,))
919 $(eval $(call BuildAsteriskModule,func-env,Environment functions,Environment/filesystem dialplan functions.,,,func_env,,))
920 $(eval $(call BuildAsteriskModule,func-extstate,Hinted extension state,Gets the state of an extension in the dialplan.,,,func_extstate,,))
921 $(eval $(call BuildAsteriskModule,func-frame-drop,Frame drop,Function to drop frames on a channel.,,,func_frame_drop,,))
922 $(eval $(call BuildAsteriskModule,func-frame-trace,Frame trace for internal ast_frame debugging,Frame trace for internal ast_frame debugging.,,,func_frame_trace,,))
923 $(eval $(call BuildAsteriskModule,func-global,Global variable,Variable dialplan functions.,,,func_global,,))
924 $(eval $(call BuildAsteriskModule,func-groupcount,Group count,Channel group dialplan functions.,,,func_groupcount,,))
925 $(eval $(call BuildAsteriskModule,func-hangupcause,HANGUPCAUSE related functions,Hangup cause related functions and applications.,,,func_hangupcause,,))
926 $(eval $(call BuildAsteriskModule,func-holdintercept,Hold interception dialplan function,Hold interception dialplan function.,,,func_holdintercept,,))
927 $(eval $(call BuildAsteriskModule,func-iconv,Charset conversion,Charset conversions.,,,func_iconv,,,$(ICONV_DEPENDS)))
928 $(eval $(call BuildAsteriskModule,func-jitterbuffer,Jitter buffer for read side of channel,Jitter buffer for read side of channel.,,,func_jitterbuffer,,))
929 $(eval $(call BuildAsteriskModule,func-json,JSON decoding function,JSON decoding function.,,,func_json,,))
930 $(eval $(call BuildAsteriskModule,func-lock,Dialplan mutexes,Dialplan mutexes.,,,func_lock,,))
931 $(eval $(call BuildAsteriskModule,func-math,Math functions,Mathematical dialplan function.,,,func_math,,))
932 $(eval $(call BuildAsteriskModule,func-md5,MD5 digest dialplan functions,MD5 digest dialplan functions.,,,func_md5,,))
933 $(eval $(call BuildAsteriskModule,func-module,Simple module check function,Checks if Asterisk module is loaded in memory.,,,func_module,,))
934 $(eval $(call BuildAsteriskModule,func-periodic-hook,Periodic dialplan hooks,Periodic dialplan hooks.,+$(PKG_NAME)-app-chanspy +$(PKG_NAME)-func-cut +$(PKG_NAME)-func-groupcount +$(PKG_NAME)-func-uri,,func_periodic_hook,,))
935 $(eval $(call BuildAsteriskModule,func-pitchshift,Audio effects dialplan functions,Audio effects dialplan functions.,,,func_pitchshift,,))
936 $(eval $(call BuildAsteriskModule,func-presencestate,Hinted presence state,Gets or sets a presence state in the dialplan.,,,func_presencestate,,))
937 $(eval $(call BuildAsteriskModule,func-rand,RAND dialplan function,Random number dialplan function.,,,func_rand,,))
938 $(eval $(call BuildAsteriskModule,func-realtime,REALTIME dialplan function,Read/write/store/destroy values from a realtime repository.,,,func_realtime,,))
939 $(eval $(call BuildAsteriskModule,func-sayfiles,Say files,Say application files.,,,func_sayfiles,,))
940 $(eval $(call BuildAsteriskModule,func-scramble,Scramble,Frequency inverting voice scrambler.,,,func_scramble,,))
941 $(eval $(call BuildAsteriskModule,func-sha1,SHA-1 computation dialplan function,SHA-1 computation dialplan function.,,,func_sha1,,))
942 $(eval $(call BuildAsteriskModule,func-shell,Shell,Collects the output generated by a command executed by the system shell.,,,func_shell,,))
943 $(eval $(call BuildAsteriskModule,func-sorcery,Get a field from a sorcery object,Get a field from a sorcery object.,,,func_sorcery,,))
944 $(eval $(call BuildAsteriskModule,func-speex,Noise reduction and AGC,Noise reduction and Automatic Gain Control.,@!SOFT_FLOAT +libspeex +libspeexdsp,,func_speex,,))
945 $(eval $(call BuildAsteriskModule,func-sprintf,SPRINTF dialplan function,SPRINTF dialplan function.,,,func_sprintf,,))
946 $(eval $(call BuildAsteriskModule,func-srv,SRV functions,SRV related dialplan functions.,,,func_srv,,))
947 $(eval $(call BuildAsteriskModule,func-sysinfo,System information related functions,System information related functions.,,,func_sysinfo,,))
948 $(eval $(call BuildAsteriskModule,func-talkdetect,Talk detection dialplan function,Talk detection dialplan function.,,,func_talkdetect,,))
949 $(eval $(call BuildAsteriskModule,func-uri,URI encoding and decoding,URI encode/decode dialplan functions.,,,func_uri,,))
950 $(eval $(call BuildAsteriskModule,func-version,Get Asterisk version/build info,Get Asterisk version/build info.,,,func_version,,))
951 $(eval $(call BuildAsteriskModule,func-vmcount,vmcount dialplan,Indicator for whether a voice mailbox has messages in a given folder.,,,func_vmcount,,))
952 $(eval $(call BuildAsteriskModule,func-volume,Technology independent volume control,Technology independent volume control.,,,func_volume,,))
953 $(eval $(call BuildAsteriskModule,odbc,ODBC,ODBC support.,+libpthread +libc +unixodbc,cdr_adaptive_odbc.conf cdr_odbc.conf cel_odbc.conf func_odbc.conf res_odbc.conf,cdr_adaptive_odbc cdr_odbc cel_odbc func_odbc res_config_odbc res_odbc res_odbc_transaction,,))
954 $(eval $(call BuildAsteriskModule,pbx-ael,Asterisk Extension Logic,Asterisk Extension Language compiler.,+$(PKG_NAME)-res-ael-share,extensions.ael,pbx_ael,,))
955 $(eval $(call BuildAsteriskModule,pbx-dundi,Dundi,Distributed Universal Number Discovery.,,dundi.conf,pbx_dundi,,))
956 $(eval $(call BuildAsteriskModule,pbx-loopback,Loopback switch,Loopback switch.,,,pbx_loopback,,))
957 $(eval $(call BuildAsteriskModule,pbx-lua,Lua,Lua PBX switch.,+liblua,extensions.lua,pbx_lua,,))
958 $(eval $(call BuildAsteriskModule,pbx-realtime,Realtime Switch,Realtime switch.,,,pbx_realtime,,))
959 $(eval $(call BuildAsteriskModule,pbx-spool,Call Spool,Outgoing spool support.,,,pbx_spool,,))
960 $(eval $(call BuildAsteriskModule,pgsql,PostgreSQL,PostgreSQL support.,+libpq,cel_pgsql.conf cdr_pgsql.conf res_pgsql.conf,cel_pgsql cdr_pgsql res_config_pgsql,,))
961 $(eval $(call BuildAsteriskModule,pjsip,pjsip channel,PJSIP SIP stack.,+$(PKG_NAME)-res-http-websocket +$(PKG_NAME)-res-pjproject +$(PKG_NAME)-res-sorcery +libpjsip +libpjmedia +libpjnath +libpjsip-simple +libpjsip-ua +libpjsua +libpjsua2,pjsip.conf pjsip_notify.conf pjsip_wizard.conf,chan_pjsip func_pjsip_aor func_pjsip_contact func_pjsip_endpoint res_pjsip res_pjsip_acl res_pjsip_authenticator_digest res_pjsip_caller_id res_pjsip_config_wizard res_pjsip_dialog_info_body_generator res_pjsip_diversion res_pjsip_dlg_options res_pjsip_dtmf_info res_pjsip_empty_info res_pjsip_endpoint_identifier_anonymous res_pjsip_endpoint_identifier_ip res_pjsip_endpoint_identifier_user res_pjsip_exten_state res_pjsip_header_funcs res_pjsip_history res_pjsip_logger res_pjsip_messaging res_pjsip_mwi res_pjsip_mwi_body_generator res_pjsip_nat res_pjsip_notify res_pjsip_one_touch_record_info res_pjsip_outbound_authenticator_digest res_pjsip_outbound_publish res_pjsip_outbound_registration res_pjsip_path res_pjsip_pidf_body_generator res_pjsip_pidf_digium_body_supplement res_pjsip_pidf_eyebeam_body_supplement res_pjsip_publish_asterisk res_pjsip_pubsub res_pjsip_refer res_pjsip_registrar res_pjsip_rfc3326 res_pjsip_sdp_rtp res_pjsip_send_to_voicemail res_pjsip_session res_pjsip_sips_contact res_pjsip_t38 res_pjsip_transport_websocket res_pjsip_xpidf_body_generator,,))
962 $(eval $(call BuildAsteriskModule,res-adsi,Provide ADSI,ADSI resource.,,,res_adsi,,))
963 $(eval $(call BuildAsteriskModule,res-ael-share,Shareable AEL code,Shareable code for AEL.,,,res_ael_share,,))
964 $(eval $(call BuildAsteriskModule,res-agi,Asterisk Gateway Interface,Asterisk Gateway Interface.,+$(PKG_NAME)-res-speech,,res_agi,,))
965 $(eval $(call BuildAsteriskModule,res-ari,Asterisk RESTful interface,Asterisk RESTful Interface.,+$(PKG_NAME)-res-http-websocket,ari.conf,res_ari,,))
966 $(eval $(call BuildAsteriskModule,res-ari-applications,RESTful Stasis application resources,RESTful API module - Stasis application resources.,+$(PKG_NAME)-res-ari +$(PKG_NAME)-res-ari-model +$(PKG_NAME)-res-stasis,,res_ari_applications,))
967 $(eval $(call BuildAsteriskModule,res-ari-asterisk,RESTful Asterisk resources,RESTful API module - Asterisk resources.,+$(PKG_NAME)-res-ari +$(PKG_NAME)-res-ari-model +$(PKG_NAME)-res-stasis,,res_ari_asterisk,,))
968 $(eval $(call BuildAsteriskModule,res-ari-bridges,RESTful bridge resources,RESTful API module - bridge resources.,+$(PKG_NAME)-res-ari +$(PKG_NAME)-res-ari-model +$(PKG_NAME)-res-stasis-playback,,res_ari_bridges,,))
969 $(eval $(call BuildAsteriskModule,res-ari-channels,RESTful channel resources,RESTful API module - channel resources.,+$(PKG_NAME)-res-ari +$(PKG_NAME)-res-ari-model +$(PKG_NAME)-res-stasis-answer +$(PKG_NAME)-res-stasis-playback +$(PKG_NAME)-res-stasis-snoop,,res_ari_channels,,))
970 $(eval $(call BuildAsteriskModule,res-ari-device-states,RESTful device state resources,RESTful API module - device state resources.,+$(PKG_NAME)-res-ari +$(PKG_NAME)-res-ari-model +$(PKG_NAME)-res-stasis-device-state,,res_ari_device_states,,))
971 $(eval $(call BuildAsteriskModule,res-ari-endpoints,RESTful endpoint resources,RESTful API module - endpoint resources.,+$(PKG_NAME)-res-ari +$(PKG_NAME)-res-ari-model +$(PKG_NAME)-res-stasis,,res_ari_endpoints,,))
972 $(eval $(call BuildAsteriskModule,res-ari-events,RESTful WebSocket resource,RESTful API module - WebSocket resource.,+$(PKG_NAME)-res-ari +$(PKG_NAME)-res-ari-model +$(PKG_NAME)-res-stasis,,res_ari_events,,))
973 $(eval $(call BuildAsteriskModule,res-ari-mailboxes,RESTful mailboxes resources,RESTful API module - mailboxes resources.,+$(PKG_NAME)-res-ari +$(PKG_NAME)-res-ari-model +$(PKG_NAME)-res-stasis-mailbox,,res_ari_mailboxes,,))
974 $(eval $(call BuildAsteriskModule,res-ari-model,ARI model validators,ARI model validators.,,,res_ari_model,,))
975 $(eval $(call BuildAsteriskModule,res-ari-playbacks,RESTful playback control resources,RESTful API module - playback control resources.,+$(PKG_NAME)-res-ari +$(PKG_NAME)-res-ari-model +$(PKG_NAME)-res-stasis-playback,,res_ari_playbacks,,))
976 $(eval $(call BuildAsteriskModule,res-ari-recordings,RESTful recording resources,RESTful API module - recording resources.,+$(PKG_NAME)-res-ari +$(PKG_NAME)-res-ari-model +$(PKG_NAME)-res-stasis-recording,,res_ari_recordings,,))
977 $(eval $(call BuildAsteriskModule,res-ari-sounds,RESTful sound resources,RESTful API module - sound resources.,+$(PKG_NAME)-res-ari +$(PKG_NAME)-res-ari-model +$(PKG_NAME)-res-stasis,,res_ari_sounds,))
978 $(eval $(call BuildAsteriskModule,res-audiosocket,Audiosocket resource module,Audiosocket resource module.,,,res_audiosocket,))
979 $(eval $(call BuildAsteriskModule,res-calendar,Calendar API,Asterisk calendar integration.,,calendar.conf,res_calendar,,))
980 $(eval $(call BuildAsteriskModule,res-calendar-caldav,CalDAV calendar,Asterisk CalDAV calendar integration.,+$(PKG_NAME)-res-calendar +libical +libneon,,res_calendar_caldav,,))
981 $(eval $(call BuildAsteriskModule,res-calendar-ews,EWS calendar,Asterisk MS Exchange Web Service calendar integration.,+$(PKG_NAME)-res-calendar +libneon,,res_calendar_ews,,))
982 $(eval $(call BuildAsteriskModule,res-calendar-exchange,Exchange calendar,Asterisk MS Exchange calendar integration.,+$(PKG_NAME)-res-calendar +libical +libiksemel +libneon,,res_calendar_exchange,,))
983 $(eval $(call BuildAsteriskModule,res-calendar-icalendar,iCalendar calendar,Asterisk iCalendar .ics file integration.,+$(PKG_NAME)-res-calendar +libical +libneon,,res_calendar_icalendar,,))
984 $(eval $(call BuildAsteriskModule,res-chan-stats,statsd channel stats,Example of how to use Stasis.,+$(PKG_NAME)-res-statsd,,res_chan_stats,,))
985 $(eval $(call BuildAsteriskModule,res-clialiases,CLI aliases,CLI aliases.,,cli_aliases.conf,res_clialiases,,))
986 $(eval $(call BuildAsteriskModule,res-clioriginate,Calls via CLI,Call origination and redirection from the CLI.,,,res_clioriginate,,))
987 $(eval $(call BuildAsteriskModule,res-config-ldap,LDAP realtime interface,LDAP realtime interface.,+libopenldap,res_ldap.conf,res_config_ldap,,))
988 $(eval $(call BuildAsteriskModule,res-config-mysql,MySQL CDR backend,MySQL realtime configuration driver.,+libmysqlclient,,res_config_mysql,,))
989 $(eval $(call BuildAsteriskModule,res-config-sqlite3,SQLite 3 realtime config engine,SQLite3 realtime config engine.,,,res_config_sqlite3,,))
990 $(eval $(call BuildAsteriskModule,res-convert,File format conversion CLI command,File format conversion CLI command.,,,res_convert,,))
991 $(eval $(call BuildAsteriskModule,res-endpoint-stats,Endpoint statistics,Endpoint statistics.,+$(PKG_NAME)-res-statsd,,res_endpoint_stats,,))
992 $(eval $(call BuildAsteriskModule,res-hep,HEPv3 API,HEPv3 API.,,hep.conf,res_hep,,))
993 $(eval $(call BuildAsteriskModule,res-hep-pjsip,PJSIP HEPv3 Logger,PJSIP HEPv3 logger.,+$(PKG_NAME)-res-hep +$(PKG_NAME)-pjsip,,res_hep_pjsip,,))
994 $(eval $(call BuildAsteriskModule,res-hep-rtcp,RTCP HEPv3 Logger,RTCP HEPv3 logger.,+$(PKG_NAME)-res-hep,,res_hep_rtcp,,))
995 $(eval $(call BuildAsteriskModule,res-fax-spandsp,Spandsp T.38 and G.711,Spandsp G.711 and T.38 FAX technologies.,+$(PKG_NAME)-res-fax +libspandsp +libtiff,,res_fax_spandsp,,))
996 $(eval $(call BuildAsteriskModule,res-fax,FAX modules,Generic FAX applications.,,res_fax.conf,res_fax,,))
997 $(eval $(call BuildAsteriskModule,res-format-attr-celt,CELT format attribute module,CELT format attribute module.,,,res_format_attr_celt,,))
998 $(eval $(call BuildAsteriskModule,res-format-attr-g729,G.729 format attribute module,G.729 format attribute module.,,,res_format_attr_g729,,))
999 $(eval $(call BuildAsteriskModule,res-format-attr-h263,H.263 format attribute module,H.263 format attribute module.,,,res_format_attr_h263,,))
1000 $(eval $(call BuildAsteriskModule,res-format-attr-h264,H.264 format attribute module,H.264 format attribute module.,,,res_format_attr_h264,,))
1001 $(eval $(call BuildAsteriskModule,res-format-attr-ilbc,ILBC format attribute module,iLBC format attribute module.,,,res_format_attr_ilbc,,))
1002 $(eval $(call BuildAsteriskModule,res-format-attr-opus,Opus format attribute module,Opus format attribute module.,,,res_format_attr_opus,,))
1003 $(eval $(call BuildAsteriskModule,res-format-attr-silk,SILK format attribute module,SILK format attribute module.,,,res_format_attr_silk,,))
1004 $(eval $(call BuildAsteriskModule,res-format-attr-siren14,Siren14 format attribute module,Siren14 format attribute module.,,,res_format_attr_siren14,,))
1005 $(eval $(call BuildAsteriskModule,res-format-attr-siren7,Siren7 format attribute module,Siren7 format attribute module.,,,res_format_attr_siren7,,))
1006 $(eval $(call BuildAsteriskModule,res-format-attr-vp8,VP8 format attribute module,VP8 format attribute module.,,,res_format_attr_vp8,,))
1007 $(eval $(call BuildAsteriskModule,res-http-media-cache,HTTP media cache backend,HTTP media cache backend.,+$(PKG_NAME)-curl,,res_http_media_cache,,))
1008 $(eval $(call BuildAsteriskModule,res-http-websocket,HTTP websocket support,HTTP WebSocket support.,,,res_http_websocket,,))
1009 $(eval $(call BuildAsteriskModule,res-limit,Resource limits,Resource limits.,,,res_limit,,))
1010 $(eval $(call BuildAsteriskModule,res-manager-devicestate,Device state topic forwarder,Manager device state topic forwarder.,,,res_manager_devicestate,,))
1011 $(eval $(call BuildAsteriskModule,res-manager-presencestate,Presence state topic forwarder,Manager presence state topic forwarder.,,,res_manager_presencestate,,))
1012 $(eval $(call BuildAsteriskModule,res-monitor,PBX channel monitoring,Call monitoring resource.,,,res_monitor,,))
1013 $(eval $(call BuildAsteriskModule,res-musiconhold,MOH,Music On Hold resource.,,musiconhold.conf,res_musiconhold,,))
1014 $(eval $(call BuildAsteriskModule,res-mutestream,Mute audio stream resources,Mute audio stream resources.,,,res_mutestream,,))
1015 $(eval $(call BuildAsteriskModule,res-mwi-devstate,MWI device state subs,This module allows presence subscriptions to voicemail boxes. This\nallows common BLF keys to act as voicemail waiting indicators.,,,res_mwi_devstate,,))
1016 $(eval $(call BuildAsteriskModule,res-mwi-external,Core external MWI resource,Core external MWI resource.,,,res_mwi_external,,))
1017 $(eval $(call BuildAsteriskModule,res-mwi-external-ami,AMI for external MWI,AMI support for external MWI.,+$(PKG_NAME)-res-mwi-external,,res_mwi_external_ami,,))
1018 $(eval $(call BuildAsteriskModule,res-parking,Phone Parking,Call parking resource.,+$(PKG_NAME)-bridge-holding,res_parking.conf,res_parking,,))
1019 $(eval $(call BuildAsteriskModule,res-phoneprov,Phone Provisioning,HTTP phone provisioning.,,phoneprov.conf,res_phoneprov,,))
1020 $(eval $(call BuildAsteriskModule,res-pjsip-phoneprov,PJSIP Phone Provisioning,PJSIP phone provisioning.,+$(PKG_NAME)-pjsip +$(PKG_NAME)-res-phoneprov,,res_pjsip_phoneprov_provider,,))
1021 $(eval $(call BuildAsteriskModule,res-pjsip-stir-shaken,PJSIP STIR/SHAKEN resource module,PJSIP STIR/SHAKEN resource module.,+$(PKG_NAME)-pjsip +$(PKG_NAME)-res-stir-shaken,,res_pjsip_stir_shaken,,))
1022 $(eval $(call BuildAsteriskModule,res-pjproject,Bridge PJPROJECT to Asterisk logging,PJProject log and utility support.,+asterisk-res-sorcery +libpj +libpjlib-util +libpjmedia +libpjmedia +libpjnath +libpjsip-simple +libpjsip-ua +libpjsip +libpjsua +libpjsua2 +libsrtp2,pjproject.conf,res_pjproject,,))
1023 $(eval $(call BuildAsteriskModule,res-pktccops,PktcCOPS manager for MGCP,PktcCOPS manager for MGCP.,,res_pktccops.conf,res_pktccops,,))
1024 $(eval $(call BuildAsteriskModule,res-prometheus,Prometheus resource module,Prometheus resource module.,+libpjsip +libpjmedia +libpjnath +libpjsip-simple +libpjsip-ua +libpjsua +libpjsua2,prometheus.conf,res_prometheus,,))
1025 $(eval $(call BuildAsteriskModule,res-realtime,RealTime CLI,Realtime data lookup/rewrite.,,,res_realtime,,))
1026 $(eval $(call BuildAsteriskModule,res-remb-modifier,REMB modifier,REMB modifier module.,,,res_remb_modifier,,))
1027 $(eval $(call BuildAsteriskModule,res-resolver-unbound,Unbound DNS resolver,Unbound DNS resolver support.,+libunbound,resolver_unbound.conf,res_resolver_unbound,,))
1028 $(eval $(call BuildAsteriskModule,res-rtp-asterisk,RTP stack,Asterisk RTP stack.,+libpjsip +libpjmedia +libpjnath +libpjsip-simple +libpjsip-ua +libpjsua +libpjsua2,rtp.conf,res_rtp_asterisk,,))
1029 $(eval $(call BuildAsteriskModule,res-rtp-multicast,RTP multicast engine,Multicast RTP engine.,,,res_rtp_multicast,,))
1030 $(eval $(call BuildAsteriskModule,res-security-log,Security event logging,Security event logging.,,,res_security_log,,))
1031 $(eval $(call BuildAsteriskModule,res-smdi,Provide SMDI,Simplified Message Desk Interface resource.,,smdi.conf,res_smdi,,))
1032 $(eval $(call BuildAsteriskModule,res-snmp,SNMP [Sub]Agent for Asterisk,SNMP agent for Asterisk.,+libnetsnmp,res_snmp.conf,res_snmp,,))
1033 $(eval $(call BuildAsteriskModule,res-sorcery,Sorcery data layer,Sorcery backend modules for data access intended for using realtime as\nbackend.,,sorcery.conf,res_sorcery_astdb res_sorcery_config res_sorcery_memory res_sorcery_realtime,,))
1034 $(eval $(call BuildAsteriskModule,res-sorcery-memory-cache,Sorcery memory cache object wizard,Sorcery memory cache object wizard.,,,res_sorcery_memory_cache,,))
1035 $(eval $(call BuildAsteriskModule,res-speech,Speech Recognition API,Generic speech recognition API.,,,res_speech,,))
1036 $(eval $(call BuildAsteriskModule,res-srtp,SRTP Support,Secure RTP.,+libsrtp2,,res_srtp,,))
1037 $(eval $(call BuildAsteriskModule,res-stasis,Stasis application,Stasis application support.,,,res_stasis,,))
1038 $(eval $(call BuildAsteriskModule,res-stasis-answer,Stasis application answer,Stasis application answer support.,+$(PKG_NAME)-res-stasis,,res_stasis_answer,,))
1039 $(eval $(call BuildAsteriskModule,res-stasis-device-state,Stasis application device state,Stasis application device state support.,+$(PKG_NAME)-res-stasis,,res_stasis_device_state,,))
1040 $(eval $(call BuildAsteriskModule,res-stasis-mailbox,Stasis application mailbox,Stasis application mailbox support.,+$(PKG_NAME)-res-stasis +$(PKG_NAME)-res-mwi-external,,res_stasis_mailbox,,))
1041 $(eval $(call BuildAsteriskModule,res-stasis-playback,Stasis application playback,Stasis application playback support.,+$(PKG_NAME)-res-stasis-recording,,res_stasis_playback,,))
1042 $(eval $(call BuildAsteriskModule,res-stasis-recording,Stasis application recording,Stasis application recording support.,+$(PKG_NAME)-res-stasis,,res_stasis_recording,,))
1043 $(eval $(call BuildAsteriskModule,res-stasis-snoop,Stasis application snoop,Stasis application snoop support.,+$(PKG_NAME)-res-stasis-recording,,res_stasis_snoop,,))
1044 $(eval $(call BuildAsteriskModule,res-statsd,statsd client,Statsd client support.,,statsd.conf,res_statsd,,))
1045 $(eval $(call BuildAsteriskModule,res-stir-shaken,STIR/SHAKEN resource module,STIR/SHAKEN resource module.,+$(PKG_NAME)-curl,stir_shaken.conf,res_stir_shaken,,))
1046 $(eval $(call BuildAsteriskModule,res-stun-monitor,STUN monitoring,STUN network monitor.,,res_stun_monitor.conf,res_stun_monitor,,))
1047 $(eval $(call BuildAsteriskModule,res-timing-dahdi,DAHDI Timing Interface,DAHDI timing interface.,+$(PKG_NAME)-chan-dahdi,,res_timing_dahdi,,))
1048 $(eval $(call BuildAsteriskModule,res-timing-pthread,pthread Timing Interface,pthread timing interface.,,,res_timing_pthread,,))
1049 $(eval $(call BuildAsteriskModule,res-tonedetect,Tone detection,Tone detection module.,,,res_tonedetect,,))
1050 $(eval $(call BuildAsteriskModule,res-xmpp,XMPP client and component module,Asterisk XMPP interface.,+libiksemel +libopenssl,xmpp.conf,res_xmpp,,))
1051
1052 ################################
1053 # AST utils
1054 # Params:
1055 # 1 - Utility name
1056 # 2 - Description
1057 # 3 - Dependencies
1058 # 4 - Configuration files
1059 ################################
1060 # $(eval $(call BuildAsteriskUtil,Utility,Description,Dependencies,Configuration Files))
1061
1062 $(eval $(call BuildAsteriskUtil,aelparse,Check extensions.ael file.,+$(PKG_NAME)-pbx-ael,))
1063 $(eval $(call BuildAsteriskUtil,astcanary,Assures Asterisk no threads have gone missing.,,))
1064 $(eval $(call BuildAsteriskUtil,astdb2sqlite3,Convert astdb to SQLite 3.,,))
1065 $(eval $(call BuildAsteriskUtil,astdb2bdb,Convert astdb back to Berkeley DB 1.86.,,))
1066 $(eval $(call BuildAsteriskUtil,check_expr,Expression checker [older version].,,))
1067 $(eval $(call BuildAsteriskUtil,check_expr2,Expression checker [newer version].,,))
1068 $(eval $(call BuildAsteriskUtil,conf2ael,Convert .conf to .ael.,+$(PKG_NAME)-pbx-ael,))
1069 $(eval $(call BuildAsteriskUtil,muted,Listens for AMI events. Mutes soundcard during call.,,muted.conf))
1070 $(eval $(call BuildAsteriskUtil,smsq,Send messages from command line.,+libpopt,))
1071 $(eval $(call BuildAsteriskUtil,stereorize,Merge two mono WAV-files to one stereo WAV-file.,,))
1072 $(eval $(call BuildAsteriskUtil,streamplayer,A utility for reading from a raw TCP stream [MOH source].,,))