asterisk11: cleanup build procedure, reduce size of main package
[feed/telephony.git] / net / asterisk-11.x / Makefile
1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=asterisk11
11 PKG_VERSION:=11.5.0
12 PKG_RELEASE:=2
13
14 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
16 PKG_MD5SUM:=34ca88eeb50580823ec6e38d4c0ad0dc
17
18 PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
19
20 include $(INCLUDE_DIR)/package.mk
21
22 define Package/asterisk11/install/module
23 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
24 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/*$(2).so* $(1)/usr/lib/asterisk/modules/
25 endef
26
27 define Package/asterisk11/install/conffile
28 $(INSTALL_DIR) $(1)/etc/asterisk
29 $(CP) $(PKG_INSTALL_DIR)/etc/asterisk/*$(2)* $(1)/etc/asterisk/
30 endef
31
32 define Package/asterisk11/install/lib
33 $(INSTALL_DIR) $(1)/usr/lib
34 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/$(2).so* $(1)/usr/lib/
35 endef
36
37 define Package/asterisk11/install/sbin
38 $(INSTALL_DIR) $(1)/usr/sbin
39 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/$(2) $(1)/usr/sbin/
40 endef
41
42 define Package/asterisk11/install/sounds
43 $(INSTALL_DIR) $(1)/usr/lib/asterisk/sounds/
44 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/sounds/en/$(2) $(1)/usr/lib/asterisk/sounds/
45 endef
46
47 define BuildAsteriskModule
48 define Package/asterisk11-$(1)
49 $$(call Package/asterisk11/Default)
50 TITLE:=$(2) support
51 DEPENDS:= asterisk11 $(4)
52 endef
53
54 define Package/asterisk11-$(1)/conffiles
55 $(5)
56 endef
57
58 define Package/asterisk11-$(1)/description
59 $$(call Package/asterisk11/Default/description)
60 This package provides support $(3) in Asterisk.
61 endef
62
63 define Package/asterisk11-$(1)/install
64 $(foreach c,$(6),$(call Package/asterisk11/install/conffile,$$(1),$(c));)
65 $(foreach m,$(7),$(call Package/asterisk11/install/module,$$(1),$(m));)
66 $(foreach s,$(8),$(call Package/asterisk11/install/sounds,$$(1),$(s));)
67 endef
68
69 $$(eval $$(call BuildPackage,asterisk11-$(1)))
70 endef
71
72 define Package/asterisk11/Default
73 SUBMENU:=Telephony
74 SECTION:=net
75 CATEGORY:=Network
76 URL:=http://www.asterisk.org/
77 MAINTAINER:=Jiri Slachta <slachta@cesnet.cz>
78 endef
79
80 define Package/asterisk11/Default/description
81 Asterisk is a complete PBX in software. It provides all of the features
82 you would expect from a PBX and more. Asterisk does voice over IP in three
83 protocols, and can interoperate with almost all standards-based telephony
84 equipment using relatively inexpensive hardware.
85 endef
86
87 define Package/asterisk11
88 $(call Package/asterisk11/Default)
89 TITLE:=Complete open source PBX, v11.x
90 MENU:=1
91 DEPENDS:=+libopenssl +libncurses +libpopt +libpthread +libsqlite3 +librt +libxml2 +zlib @!TARGET_avr32
92 endef
93
94 define Package/asterisk11/description
95 $(call Package/asterisk11/Default/description)
96 endef
97
98 define Package/asterisk11/conffiles
99 /etc/asterisk/asterisk.conf
100 /etc/asterisk/acl.conf
101 /etc/asterisk/ccss.conf
102 /etc/asterisk/modules.conf
103 /etc/asterisk/extconfig.conf
104 /etc/asterisk/extensions.conf
105 /etc/asterisk/features.conf
106 /etc/asterisk/indications.conf
107 /etc/asterisk/logger.conf
108 /etc/asterisk/manager.conf
109 /etc/asterisk/rtp.conf
110 /etc/asterisk/sip.conf
111 /etc/asterisk/sip_notify.conf
112 /etc/asterisk/udptl.conf
113 /etc/default/asterisk
114 /etc/init.d/asterisk
115 endef
116
117 AST_CFG_FILES:= \
118 asterisk.conf acl.conf ccss.conf extconfig.conf extensions.conf features.conf indications.conf logger.conf manager.conf modules.conf \
119 rtp.conf sip_notify.conf sip.conf udptl.conf
120 AST_EMB_MODULES:=\
121 app_dial app_echo app_macro app_playback codec_ulaw format_pcm func_callerid \
122 func_logic func_strings func_timeout chan_sip chan_local pbx_config res_crypto res_http_websocket res_rtp_asterisk res_rtp_multicast
123
124 define Package/asterisk11/install
125 $(call Package/asterisk11/install/lib,$(1),libasteriskssl)
126 $(call Package/asterisk11/install/sbin,$(1),asterisk)
127 $(call Package/asterisk11/install/sbin,$(1),safe_asterisk)
128 $(call Package/asterisk11/install/sbin,$(1),astgenkey)
129 $(foreach m,$(AST_CFG_FILES),$(call Package/asterisk11/install/conffile,$(1),$(m));)
130 $(foreach m,$(AST_EMB_MODULES),$(call Package/asterisk11/install/module,$(1),$(m));)
131 $(INSTALL_DIR) $(1)/etc/default
132 $(INSTALL_DATA) ./files/asterisk.default $(1)/etc/default/asterisk
133 $(INSTALL_DIR) $(1)/etc/init.d
134 $(INSTALL_BIN) ./files/asterisk.init $(1)/etc/init.d/asterisk
135 endef
136
137 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-chan-mobile),)
138 CONFIGURE_ARGS+= \
139 --with-bluetooth="$(STAGING_DIR)/usr"
140 else
141 CONFIGURE_ARGS+= \
142 --without-bluetooth
143 endif
144
145 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-curl),)
146 CONFIGURE_ARGS+= \
147 --with-libcurl="$(STAGING_DIR)/usr"
148 else
149 CONFIGURE_ARGS+= \
150 --without-libcurl
151 endif
152
153 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-mysql),)
154 CONFIGURE_ARGS+= \
155 --with-mysqlclient="$(STAGING_DIR)/usr/bin"
156 else
157 CONFIGURE_ARGS+= \
158 --without-mysqlclient
159 endif
160
161 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-pbx-lua),)
162 CONFIGURE_ARGS+= \
163 --with-lua="$(STAGING_DIR)/usr"
164 TARGET_LDFLAGS+=-ldl -lcrypt
165 else
166 CONFIGURE_ARGS+= \
167 --without-lua
168 endif
169
170 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-pgsql),)
171 CONFIGURE_ARGS+= \
172 --with-postgres="$(STAGING_DIR)/usr"
173 else
174 CONFIGURE_ARGS+= \
175 --without-postgres
176 endif
177
178 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-res-fax-spandsp),)
179 CONFIGURE_ARGS+= \
180 --with-spandsp="$(STAGING_DIR)/usr"
181 else
182 CONFIGURE_ARGS+= \
183 --without-spandsp
184 endif
185
186 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-res-srtp),)
187 CONFIGURE_ARGS+= \
188 --with-srtp="$(STAGING_DIR)/usr"
189 else
190 CONFIGURE_ARGS+= \
191 --without-srtp
192 endif
193
194 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-res-xmpp),)
195 CONFIGURE_ARGS+= \
196 --with-iksemel="$(STAGING_DIR)/usr"
197 SITE_VARS+= \
198 ac_cv_lib_iksemel_iks_start_sasl=yes
199 else
200 CONFIGURE_ARGS+= \
201 --without-iksemel
202 endif
203
204 EXTRA_CFLAGS+= $(TARGET_CPPFLAGS)
205 EXTRA_LDFLAGS+= $(TARGET_LDFLAGS) -Wl,-rpath-link,$(STAGING_DIR)/usr/lib
206 CONFIGURE_ARGS+= \
207 --build=$(GNU_HOST_NAME) \
208 --host=$(GNU_TARGET_NAME) \
209 --target=$(GNU_TARGET_NAME) \
210 --without-cap \
211 --without-curses \
212 --without-dahdi \
213 --with-gsm=internal \
214 --without-gtk2 \
215 --with-ilbc=internal \
216 --without-isdnnet \
217 --without-misdn \
218 --without-nbs \
219 --with-ncurses="$(STAGING_DIR)/usr" \
220 --without-netsnmp \
221 --without-newt \
222 --without-ogg \
223 --without-osptk \
224 --with-popt="$(STAGING_DIR)/usr" \
225 --without-pri \
226 --without-pwlib \
227 --without-radius \
228 --without-sdl \
229 --without-sqlite \
230 --with-sqlite3="$(STAGING_DIR)/usr" \
231 --without-suppserv \
232 --without-tds \
233 --without-termcap \
234 --without-tinfo \
235 --without-tonezone \
236 --without-uuid \
237 --without-vorbis \
238 --without-vpb \
239 --with-z="$(STAGING_DIR)/usr" \
240 --with-sounds-cache="$(DL_DIR)" \
241 $(if $(CONFIG_AST_WITHOUT_SSL_WRAPPER_LIB),--disable-asteriskssl) \
242 --disable-xmldoc
243
244 define Build/Configure
245 echo "export CFLAGS += $(FPIC) $(TARGET_CFLAGS) $(EXTRA_CFLAGS)"\
246 " $(TARGET_CPPFLAGS) $(EXTRA_CPPFLAGS)"\
247 > $(PKG_BUILD_DIR)/res/pjproject/user.mak;
248 echo "export LDLAGS += $(TARGET_LDFLAGS) $(EXTRA_LDFLAGS)"\
249 " -lc $(LIBGCC_S) -lm"\
250 >> $(PKG_BUILD_DIR)/res/pjproject/user.mak;
251 echo "export CXXFLAGS += $(FPIC) $(TARGET_CFLAGS) $(EXTRA_CFLAGS)"\
252 " $(TARGET_CPPFLAGS) $(EXTRA_CPPFLAGS)"\
253 >> $(PKG_BUILD_DIR)/res/pjproject/user.mak;
254 $(call Build/Configure/Default,,$(SITE_VARS))
255 endef
256
257 define Build/Compile
258 $(MAKE) -C "$(PKG_BUILD_DIR)" \
259 include/asterisk/version.h \
260 include/asterisk/buildopts.h defaults.h \
261 makeopts.embed_rules
262 ASTCFLAGS="$(EXTRA_CFLAGS) -DLOW_MEMORY"
263 ASTLDFLAGS="$(EXTRA_LDFLAGS)"
264 $(MAKE) -C "$(PKG_BUILD_DIR)" \
265 ASTVARLIBDIR="/usr/lib/asterisk" \
266 ASTDATADIR="/usr/lib/asterisk" \
267 ASTKEYDIR="/usr/lib/asterisk" \
268 ASTDBDIR="/usr/lib/asterisk" \
269 NOISY_BUILD="yes" \
270 DEBUG="" \
271 OPTIMIZE="" \
272 DESTDIR="$(PKG_INSTALL_DIR)" \
273 all install samples
274 endef
275
276 define Build/InstallDev
277 $(INSTALL_DIR) $(1)/usr/include/asterisk-11/include/asterisk/
278 $(CP) $(PKG_INSTALL_DIR)/usr/include/asterisk/*.h $(1)/usr/include/asterisk-11/include/asterisk/
279 $(CP) $(PKG_INSTALL_DIR)/usr/include/asterisk.h $(1)/usr/include/asterisk-11/include/
280 endef
281
282 $(eval $(call BuildPackage,asterisk11))
283
284 ################################
285 # AST modules
286 # Params:
287 # 1 - Package subname
288 # 2 - Package title
289 # 3 - Module description
290 # 4 - Module dependencies
291 # 5 - Full path to multiple conffiles
292 # 6 - conf files
293 # 7 - module files
294 # 8 - sound files
295 ################################
296
297 $(eval $(call BuildAsteriskModule,app-alarmreceiver,Alarm receiver,Central Station Alarm receiver for Ademco Contact ID,,,,app_alarmreceiver,))
298 $(eval $(call BuildAsteriskModule,app-authenticate,Authenticate commands,Execute arbitrary authenticate commands,,,,app_authenticate,))
299 $(eval $(call BuildAsteriskModule,app-confbridge,ConfBridge,Software bridge for multi-party audio conferencing,,/etc/asterisk/confbridge.conf,confbridge.conf,app_confbridge,))
300 $(eval $(call BuildAsteriskModule,app-directed_pickup,Directed call pickup,support for directed call pickup,,,,app_directed_pickup,))
301 $(eval $(call BuildAsteriskModule,app-disa,Direct Inward System Access,Direct Inward System Access,,,,app_disa,))
302 $(eval $(call BuildAsteriskModule,app-exec,Exec application,support for application execution,,,,app_exec,))
303 $(eval $(call BuildAsteriskModule,app-chanisavail,Channel availability check,support for checking if a channel is available,,,,app_chanisavail,))
304 $(eval $(call BuildAsteriskModule,app-chanspy,Channel listen in,support for listening in on any channel,,,,app_chanspy,))
305 $(eval $(call BuildAsteriskModule,app-minivm,Minimal voicemail system,a voicemail system in small building blocks working together based on the Comedian Mail voicemail,,/etc/asterisk/extensions_minivm.conf /etc/asterisk/minivm.conf,extensions_minivm.conf minivm.conf,app_minivm,))
306 $(eval $(call BuildAsteriskModule,app-mixmonitor,Record a call and mix the audio,record a call and mix the audio during the recording,,,,app_mixmonitor,))
307 $(eval $(call BuildAsteriskModule,app-originate,Originate a call,originating an outbound call and connecting it to a specified extension or application,,,,app_originate,))
308 $(eval $(call BuildAsteriskModule,app-playtones,Playtones application,play a tone list,,,,app_playtones,))
309 $(eval $(call BuildAsteriskModule,app-read,Variable read,a trivial application to read a variable,,,,app_read,))
310 $(eval $(call BuildAsteriskModule,app-readexten,Extension to variable,a trivial application to read an extension into a variable,,,,app_readexten,))
311 $(eval $(call BuildAsteriskModule,app-record,Record sound file,to record a sound file,,,,app_record,))
312 $(eval $(call BuildAsteriskModule,app-sayunixtime,Say Unix time,an application to say Unix time,,,,app_sayunixtime,))
313 $(eval $(call BuildAsteriskModule,app-senddtmf,Send DTMF digits,Sends arbitrary DTMF digits,,,,app_senddtmf,))
314 $(eval $(call BuildAsteriskModule,app-sms,SMS,SMS support (ETSI ES 201 912 protocol 1),,,,app_sms,))
315 $(eval $(call BuildAsteriskModule,app-stack,Stack applications, stack applications Gosub Return etc., +asterisk11-res-agi,,,app_stack,))
316 $(eval $(call BuildAsteriskModule,app-system,System exec,support for executing system commands,,,,app_system,))
317 $(eval $(call BuildAsteriskModule,app-talkdetect,File playback with audio detect,for file playback with audio detect,,,,app_talkdetect,))
318 $(eval $(call BuildAsteriskModule,app-verbose,Verbose logging,Verbose logging application,,,,app_verbose,))
319 $(eval $(call BuildAsteriskModule,app-waituntil,Sleep,support sleeping until the given epoch,,,,app_waituntil,))
320 $(eval $(call BuildAsteriskModule,app-while,While loop,a while loop implementation,,,,app_while,))
321 $(eval $(call BuildAsteriskModule,cdr,Provides CDR,Call Detail Record,,/etc/asterisk/cdr.conf /etc/asterisk/cdr_custom.conf /etc/asterisk/cdr_manager.conf /etc/asterisk/cdr_syslog.conf,cdr cdr_custom cdr_manager cdr_syslog,app_cdr app_forkcdr cdr_custom cdr_manager cdr_syslog func_cdr,))
322 $(eval $(call BuildAsteriskModule,cdr-csv,Provides CDR CSV,Call Detail Record with CSV support,,,,cdr_csv,))
323 $(eval $(call BuildAsteriskModule,cdr-sqlite3,Provides CDR SQLITE3,Call Detail Record with SQLITE3 support,libsqlite3,,,cdr_sqlite3_custom,))
324 $(eval $(call BuildAsteriskModule,codec-a-mu,Alaw to ulaw translation,translation between alaw and ulaw codecs,,,,codec_a_mu,))
325 $(eval $(call BuildAsteriskModule,codec-adpcm,ADPCM text,ADPCM text ,,,,codec_adpcm,))
326 $(eval $(call BuildAsteriskModule,codec-alaw,Signed linear to alaw translation,translation between signed linear and alaw codecs,,,,codec_alaw,))
327 $(eval $(call BuildAsteriskModule,codec-g722,G.722,a high bit rate 48/56/64Kbps ITU standard codec,,,,codec_g722,))
328 $(eval $(call BuildAsteriskModule,codec-g726,Signed linear to G.726 translation,translation between signed linear and ITU G.726-32kbps codecs,,,,codec_g726,))
329 $(eval $(call BuildAsteriskModule,codec-gsm,linear to GSM translation,translate between signed linear and GSM,,,,codec_gsm,))
330 $(eval $(call BuildAsteriskModule,codec-ilbc,linear to ILBC translation,translate between signed linear and ILBC,,,,codec_ilbc,))
331 $(eval $(call BuildAsteriskModule,codec-lpc10,Linear to LPC10 translation,translate between signed linear and LPC10,,,,codec_lpc10,))
332 $(eval $(call BuildAsteriskModule,codec-resample,resample sLinear audio,resample sLinear audio,,,,codec_resample,))
333 $(eval $(call BuildAsteriskModule,codec-ulaw,Linear to ulaw translation,translate between signed linear and ulaw,,,,codec_ulaw,))
334 $(eval $(call BuildAsteriskModule,curl,CURL,CURL support,+libcurl,,,func_curl res_curl,))
335 $(eval $(call BuildAsteriskModule,format-g726,G.726,support for headerless G.726 16/24/32/40kbps data format,,,,format_g726,))
336 $(eval $(call BuildAsteriskModule,format-g729,G.729,support for raw headerless G729 data,,,,format_g729,))
337 $(eval $(call BuildAsteriskModule,format-gsm,GSM format,support for GSM format,,,,format_gsm,))
338 $(eval $(call BuildAsteriskModule,format-h263,H263 format,support for H264 format,,,,format_h263,))
339 $(eval $(call BuildAsteriskModule,format-h264,H264 format,support for H264 format,,,,format_h264,))
340 $(eval $(call BuildAsteriskModule,format-ilbc,ILBC format,support for ILBC format,,,,format_ilbc,))
341 $(eval $(call BuildAsteriskModule,format-pcm,PCM,support for PCM format,,,,format_pcm,))
342 $(eval $(call BuildAsteriskModule,format-sln,Raw slinear format,support for raw slinear format,,,,format_sln,))
343 $(eval $(call BuildAsteriskModule,format-vox,VOX format,support for ADPCM vox format,,,,format_vox,))
344 $(eval $(call BuildAsteriskModule,format-wav,WAV format (8000hz Signed Linear),support for proprietary Microsoft WAV format (8000hz Signed Linear),,,,format_wav,))
345 $(eval $(call BuildAsteriskModule,format-wav-gsm,WAV format (Proprietary GSM),support for proprietary Microsoft WAV format (Proprietary GSM),,,,format_wav_gsm,))
346 $(eval $(call BuildAsteriskModule,func-blacklist,Blacklist on callerid,looking up the callerid number and see if it is blacklisted,,,,func_blacklist,))
347 $(eval $(call BuildAsteriskModule,func-cut,CUT function,CUT function,,,,func_cut,))
348 $(eval $(call BuildAsteriskModule,func-db,Database interaction,functions for interaction with the database,,,,func_db,))
349 $(eval $(call BuildAsteriskModule,func-devstate,Blinky lights control,functions for manually controlled blinky lights,,,,func_devstate,))
350 $(eval $(call BuildAsteriskModule,func-extstate,Hinted extension state,retrieving the state of a hinted extension for dialplan control,,,,func_extstate,))
351 $(eval $(call BuildAsteriskModule,func-global,Global variable,global variable dialplan functions,,,,func_global,))
352 $(eval $(call BuildAsteriskModule,func-channel,Channel info,Channel info dialplan function,,,,func_channel,))
353 $(eval $(call BuildAsteriskModule,func-shell,Shell,support for shell execution,,,,func_shell,))
354 $(eval $(call BuildAsteriskModule,func-uri,URI encoding and decoding,Encodes and decodes URI-safe strings,,,,func_uri,))
355 $(eval $(call BuildAsteriskModule,func-vmcount,vmcount dialplan,a vmcount dialplan function,,,,func_vmcount,))
356 $(eval $(call BuildAsteriskModule,func-base64,base64 support,support of base64 function,,,,func_base64,))
357 $(eval $(call BuildAsteriskModule,chan-agent,Agents proxy channel, an implementation of agents proxy channel,,,,chan_agent,))
358 $(eval $(call BuildAsteriskModule,chan-iax2,IAX2 channel,IAX support,,/etc/asterisk/iax.conf /etc/asterisk/iaxprov.conf,iax.conf iaxprov.conf,chan_iax2,))
359 $(eval $(call BuildAsteriskModule,chan-motif,Jingle channel,Motif Jingle Channel Driver,+asterisk11-res-xmpp,/etc/asterisk/motif.conf /etc/asterisk/jingle.conf,motif.conf jingle.conf,chan_motif,))
360 $(eval $(call BuildAsteriskModule,chan-mgcp,MGCP channel,the channel chan_mgcp,,/etc/asterisk/mgcp.conf,mgcp.conf,chan_mgcp,))
361 $(eval $(call BuildAsteriskModule,chan-mobile,Mobile channel,the channel chan_mobile,+bluez-libs,/etc/asterisk/chan_mobile.conf,chan_mobile.conf,chan_mobile,))
362 $(eval $(call BuildAsteriskModule,chan-skinny,Skinny channel,the channel chan_skinny,,/etc/asterisk/skinny.conf,skinny.conf,chan_skinny,))
363 $(eval $(call BuildAsteriskModule,chan-unistim,Unistim channel,channel driver for the UNISTIM (Unified Networks IP Stimulus) protocol,,/etc/asterisk/unistim.conf,unistim.conf,chan_unistim,))
364 $(eval $(call BuildAsteriskModule,mysql,MySQL,MySQL support,+libmysqlclient,/etc/asterisk/res_config_mysql.conf,res_config_mysql.conf,res_config_mysql,))
365 $(eval $(call BuildAsteriskModule,odbc,ODBC,ODBC support,+libpthread +libc +unixodbc,/etc/asterisk/cdr_adaptive_odbc.conf /etc/asterisk/cdr_odbc.conf /etc/asterisk/cel_odbc.conf /etc/asterisk/func_odbc.conf /etc/asterisk/res_odbc.conf,cdr_adaptive_odbc cdr_odbc cel_odbc func_odbc res_odbc,cdr_adaptive_odbc cdr_odbc cel_odbc func_odbc res_config_odbc res_odbc,))
366 $(eval $(call BuildAsteriskModule,pgsql,PostgreSQL,PostgreSQL support,+libpq,/etc/asterisk/cel_pgsql.conf /etc/asterisk/cdr_pgsql.conf /etc/asterisk/res_pgsql.conf,cel_pgsql.conf cdr_pgsql.conf res_pgsql.conf,cel_pgsql cdr_pgsql res_config_pgsql,))
367 $(eval $(call BuildAsteriskModule,pbx-ael,Asterisk Extension Logic,support for symbolic Asterisk Extension Logic,,,extensions.ael,pbx_ael,))
368 $(eval $(call BuildAsteriskModule,pbx-spool,Call Spool,outgoing call spool support,,,,pbx_spool,))
369 $(eval $(call BuildAsteriskModule,pbx-lua,Lua,provides Lua resources for Asterisk,+libpthread +libc +liblua,/etc/asterisk/extensions.lua,extensions.lua,pbx_lua,))
370 $(eval $(call BuildAsteriskModule,res-ael-share,Shareable AEL code,support for shareable AEL code mainly between internal and external modules,,,,res_ael_share,))
371 $(eval $(call BuildAsteriskModule,res-agi,Asterisk Gateway Interface,support for the Asterisk Gateway Interface extension,,,,res_agi,))
372 $(eval $(call BuildAsteriskModule,res-clioriginate,Calls via CLI,Originate calls via the CLI,,,,res_clioriginate,))
373 $(eval $(call BuildAsteriskModule,res-monitor,Provide Monitor,Cryptographic Signature capability,,,,res_monitor,))
374 $(eval $(call BuildAsteriskModule,res-phoneprov,Phone Provisioning,Phone provisioning application for the asterisk internal http server,,/etc/asterisk/phoneprov.conf,phoneprov.conf,res_phoneprov,))
375 $(eval $(call BuildAsteriskModule,res-pktccops,Provide PacketCable COPS,simple client/server model for supporting policy control over QoS signaling protocols,,/etc/asterisk/res_pktccops.conf,res_pktccops.conf,res_pktccops,))
376 $(eval $(call BuildAsteriskModule,res-smdi,Provide SMDI,Simple Message Desk Interface capability,,/etc/asterisk/smdi.conf,smdi.conf,res_smdi,))
377 $(eval $(call BuildAsteriskModule,res-fax,FAX modules,Generic FAX resource for FAX technology resource modules,+asterisk11-res-timing-pthread,/etc/asterisk/res_fax.conf /etc/asterisk/udptl.conf,udptl.conf res_fax.conf,res_fax,))
378 $(eval $(call BuildAsteriskModule,res-fax-spandsp,Spandsp T.38 and G.711,Spandsp T.38 and G.711 FAX Resource,+asterisk11-res-fax +libspandsp +libtiff,,,res_fax_spandsp,))
379 $(eval $(call BuildAsteriskModule,res-musiconhold,MOH,Music On Hold support,,/etc/asterisk/musiconhold.conf,musiconhold.conf,res_musiconhold,))
380 $(eval $(call BuildAsteriskModule,res-srtp,SRTP,Secure RTP,+libsrtp,,,res_srtp,))
381 $(eval $(call BuildAsteriskModule,res-timing-pthread,pthread Timing Interface,,,,,res_timing_pthread,))
382 $(eval $(call BuildAsteriskModule,res-timing-timerfd,Timerfd Timing Interface,,,,,res_timing_timerfd,))
383 $(eval $(call BuildAsteriskModule,res-xmpp,XMPP client and component module,reference module for interfacting Asterisk directly as a client or component with XMPP server,+libiksemel +libopenssl,/etc/asterisk/xmpp.conf,xmpp.conf,res_xmpp,))
384 $(eval $(call BuildAsteriskModule,sounds,Sounds,contains sound files,,,,,a* b* d* h* i* m* p* q* s* t*))
385 $(eval $(call BuildAsteriskModule,voicemail,Voicemail,voicemail related modules,,/etc/asterisk/voicemail.conf,voicemail.conf,*voicemail res_adsi res_smdi,vm-*))