4707cc9302ca2ed0d2eba08b8627ac00c0ac93b9
[feed/telephony.git] / net / asterisk-1.8.x / Makefile
1 #
2 # Copyright (C) 2014 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:=asterisk18
11 PKG_VERSION:=1.8.27.0
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
16 PKG_MD5SUM:=8861a5ff91cf4252f485b2a049d1c317
17
18 PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
19
20 include $(INCLUDE_DIR)/ltqtapi.mk
21 include $(INCLUDE_DIR)/package.mk
22
23 define Package/asterisk18/Default
24 SUBMENU:=Telephony
25 SECTION:=net
26 CATEGORY:=Network
27 URL:=http://www.asterisk.org/
28 endef
29
30 define Package/asterisk18/Default/description
31 Asterisk is a complete PBX in software. It provides all of the features
32 you would expect from a PBX and more. Asterisk does voice over IP in three
33 protocols, and can interoperate with almost all standards-based telephony
34 equipment using relatively inexpensive hardware.
35 endef
36
37 define Package/asterisk18
38 $(call Package/asterisk18/Default)
39 TITLE:=Complete open source PBX, v1.8x
40 MENU:=1
41 DEPENDS:= +libopenssl +libncurses +libpopt +libpthread +zlib @!TARGET_avr32
42 endef
43
44 define Package/asterisk18/description
45 $(call Package/asterisk18/Default/description)
46 endef
47
48 define Package/asterisk18-sounds
49 $(call Package/asterisk18/Default)
50 TITLE:=Sound files
51 DEPENDS:= asterisk18
52 endef
53
54 define Package/asterisk18-sounds/description
55 $(call Package/asterisk18/Default/description)
56 This package contains sound files for Asterisk.
57 endef
58
59 define Package/asterisk18-voicemail
60 $(call Package/asterisk18/Default)
61 TITLE:=Voicemail support
62 DEPENDS:= asterisk18
63 endef
64
65 define Package/asterisk18-voicemail/description
66 $(call Package/asterisk18/Default/description)
67 This package contains voicemail related modules for Asterisk.
68 endef
69
70 define Package/asterisk18-app-meetme
71 $(call Package/asterisk18/Default)
72 TITLE:=conferencing support
73 DEPENDS:= asterisk18 +dahdi-tools-libtonezone +kmod-dahdi-linux
74 endef
75
76 define Package/asterisk18-app-meetme/description
77 $(call Package/asterisk18/Default/description)
78 This package provides the MeetMe application driver Conferencing support to
79 Asterisk.
80 endef
81
82 define Package/asterisk18-chan-iax2
83 $(call Package/asterisk18/Default)
84 TITLE:=IAX support
85 DEPENDS:= asterisk18 +asterisk18-res-crypto
86 endef
87
88 define Package/asterisk18-chan-iax2/description
89 $(call Package/asterisk18/Default/description)
90 This package provides IAX support to
91 Asterisk.
92 endef
93
94 define Package/asterisk18-cdr
95 $(call Package/asterisk18/Default)
96 TITLE:=CDR support
97 DEPENDS:= asterisk18
98 endef
99
100 define Package/asterisk18-cdr/description
101 $(call Package/asterisk18/Default/description)
102 This package provides Call Detail Record support to
103 Asterisk.
104 endef
105
106 define Package/asterisk18-pgsql
107 $(call Package/asterisk18/Default)
108 TITLE:=PostgreSQL support
109 DEPENDS:= asterisk18 +libpq
110 endef
111
112 define Package/asterisk18-pgsql/description
113 $(call Package/asterisk18/Default/description)
114 This package provides PostgreSQL support to
115 Asterisk.
116 endef
117
118 define Package/asterisk18-res-musiconhold
119 $(call Package/asterisk18/Default)
120 TITLE:=MOH support
121 DEPENDS:= asterisk18
122 endef
123
124 define Package/asterisk18-res-musiconhold/description
125 $(call Package/asterisk18/Default/description)
126 This package provides Music On Hold support to
127 Asterisk.
128 endef
129
130 define Package/asterisk18-res-srtp
131 $(call Package/asterisk18/Default)
132 TITLE:=SRTP support
133 DEPENDS:= asterisk18 libsrtp +asterisk18-res-crypto
134 endef
135
136 define Package/asterisk18-res-srtp/description
137 $(call Package/asterisk18/Default/description)
138 This package provides SRTP support to
139 Asterisk.
140 endef
141
142 define Package/asterisk18-chan-gtalk
143 $(call Package/asterisk18/Default)
144 TITLE:=GTalk support
145 DEPENDS:= asterisk18 +libiksemel
146 endef
147
148 define Package/asterisk18-chan-gtalk/description
149 $(call Package/asterisk18/Default/description)
150 This package provides the channel chan_gtalk and res_jabber for GTalk
151 support to Asterisk.
152 endef
153
154 define Package/asterisk18-chan-mobile
155 $(call Package/asterisk18/Default)
156 TITLE:=Mobile channel support
157 DEPENDS:= asterisk18 +bluez-libs
158 endef
159
160 define Package/asterisk18-chan-mobile/description
161 $(call Package/asterisk18/Default/description)
162 This package provides the channel chan_mobile support to Asterisk.
163 endef
164
165 define Package/asterisk18-res-timing-timerfd
166 $(call Package/asterisk18/Default)
167 TITLE:= Timerfd Timing Interface
168 DEPENDS:= asterisk18
169 endef
170
171 define Package/asterisk18-res-timing-pthread
172 $(call Package/asterisk18/Default)
173 TITLE:= pthread Timing Interface
174 DEPENDS:= asterisk18
175 endef
176
177 define Package/asterisk18-res-fax
178 $(call Package/asterisk18/Default)
179 TITLE:=Generic FAX Resource for FAX technology resource modules
180 DEPENDS:= asterisk18 +asterisk18-res-timing-pthread
181 endef
182
183 define Package/asterisk18-res-fax-spandsp
184 $(call Package/asterisk18/Default)
185 TITLE:=Spandsp T.38 and G.711 FAX Resource
186 DEPENDS:= asterisk18 +asterisk18-res-fax +libspandsp
187 endef
188
189 define Package/asterisk18-chan-mgcp
190 $(call Package/asterisk18/Default)
191 TITLE:=MGCP channel support
192 DEPENDS:= asterisk18
193 endef
194
195 define Package/asterisk18-chan-mgcp/description
196 $(call Package/asterisk18/Default/description)
197 This package provides the channel chan_mgcp support to Asterisk.
198 endef
199
200 define Package/asterisk18-chan-skinny
201 $(call Package/asterisk18/Default)
202 TITLE:=Skinny channel support
203 DEPENDS:= asterisk18
204 endef
205
206 define Package/asterisk18-chan-skinny/description
207 $(call Package/asterisk18/Default/description)
208 This package provides the channel chan_skinny support to Asterisk.
209 endef
210
211 define Package/asterisk18-curl
212 $(call Package/asterisk18/Default)
213 TITLE:=CURL support
214 DEPENDS:= asterisk18 +libcurl
215 endef
216
217 define Package/asterisk18-curl/description
218 $(call Package/asterisk18/Default/description)
219 This package provides CURL
220 support to Asterisk.
221 endef
222
223 define Package/asterisk18-mysql
224 $(call Package/asterisk18/Default)
225 TITLE:=MySQL support
226 DEPENDS:= asterisk18 +PACKAGE_asterisk18-mysql:libmysqlclient
227 endef
228
229 define Package/asterisk18-mysql/description
230 $(call Package/asterisk18/Default/description)
231 This package provides MySQL
232 support to Asterisk.
233 endef
234
235 define Package/asterisk18-chan-lantiq
236 $(call Package/asterisk18/Default)
237 TITLE:=Lantiq TAPI support
238 DEPENDS:= asterisk18 $(LTQ_TAPI_DEPENDS)
239 URL:=http://git.nanl.de/?p=asterisk_channel_lantiq.git
240 MAINTAINER:=Mirko Vogt <mirko@openwrt.org>
241 endef
242
243 define Package/asterisk18-chan-lantiq/description
244 $(call Package/asterisk18/Default/description)
245 This package provides the channel chan_lantiq support to Asterisk.
246 endef
247
248 define Package/asterisk18-odbc
249 $(call Package/asterisk18/Default)
250 TITLE:=ODBC support
251 DEPENDS:= asterisk18 +libpthread +libc +unixodbc
252 endef
253
254 define Package/asterisk18-odbc/description
255 $(call Package/asterisk18/Default/description)
256 This package provides ODBC support for Asterisk.
257 endef
258
259 define Package/asterisk18-pbx-lua
260 $(call Package/asterisk18/Default)
261 TITLE:=Lua support
262 DEPENDS:= asterisk18 +libpthread +libc +liblua
263 endef
264
265 define Package/asterisk18-pbx-lua/description
266 $(call Package/asterisk18/Default/description)
267 This package provides Lua resources for Asterisk.
268 endef
269
270 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-app-meetme),)
271 CONFIGURE_ARGS+= \
272 --with-dahdi="$(STAGING_DIR)/usr"
273 else
274 CONFIGURE_ARGS+= \
275 --without-dahdi
276 endif
277
278 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-chan-gtalk),)
279 CONFIGURE_ARGS+= \
280 --with-iksemel="$(STAGING_DIR)/usr"
281 SITE_VARS+= \
282 ac_cv_lib_iksemel_iks_start_sasl=yes
283 else
284 CONFIGURE_ARGS+= \
285 --without-iksemel
286 endif
287
288 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-curl),)
289 CONFIGURE_ARGS+= \
290 --with-libcurl="$(STAGING_DIR)/usr"
291 else
292 CONFIGURE_ARGS+= \
293 --without-libcurl
294 endif
295
296 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-pgsql),)
297 CONFIGURE_ARGS+= \
298 --with-postgres="$(STAGING_DIR)/usr"
299 else
300 CONFIGURE_ARGS+= \
301 --without-postgres
302 endif
303
304 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-mysql),)
305 CONFIGURE_ARGS+= \
306 --with-mysqlclient="$(STAGING_DIR)/usr/bin"
307 else
308 CONFIGURE_ARGS+= \
309 --without-mysqlclient
310 endif
311
312 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-res-fax-spandsp),)
313 CONFIGURE_ARGS+= \
314 --with-spandsp="$(STAGING_DIR)/usr"
315 else
316 CONFIGURE_ARGS+= \
317 --without-spandsp
318 endif
319
320 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-chan-mobile),)
321 CONFIGURE_ARGS+= \
322 --with-bluetooth="$(STAGING_DIR)/usr"
323 else
324 CONFIGURE_ARGS+= \
325 --without-bluetooth
326 endif
327
328 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-res-srtp),)
329 CONFIGURE_ARGS+= \
330 --with-srtp="$(STAGING_DIR)/usr"
331 else
332 CONFIGURE_ARGS+= \
333 --without-srtp
334 endif
335
336 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-pbx-lua),)
337 CONFIGURE_ARGS+= \
338 --with-lua="$(STAGING_DIR)/usr"
339 TARGET_LDFLAGS+=-ldl -lcrypt
340 else
341 CONFIGURE_ARGS+= \
342 --without-lua
343 endif
344
345 CONFIGURE_ARGS+= \
346 --without-curses \
347 --with-gsm=internal \
348 --without-cap \
349 --without-gtk2 \
350 --without-isdnnet \
351 --without-misdn \
352 --without-nbs \
353 --with-ncurses="$(STAGING_DIR)/usr" \
354 --without-netsnmp \
355 --without-newt \
356 --without-ogg \
357 --without-osptk \
358 --with-popt="$(STAGING_DIR)/usr" \
359 --without-pri \
360 --without-radius \
361 --without-sdl \
362 --without-suppserv \
363 --without-tds \
364 --without-termcap \
365 --without-tinfo \
366 --without-vorbis \
367 --without-vpb \
368 --with-z="$(STAGING_DIR)/usr" \
369 --with-sounds-cache="$(DL_DIR)" \
370 --disable-xmldoc
371
372 EXTRA_CFLAGS+= $(TARGET_CPPFLAGS)
373 EXTRA_LDFLAGS+= $(TARGET_LDFLAGS)
374
375 define Build/Prepare
376 $(call Build/Prepare/Default)
377 ifneq ($(CONFIG_TARGET_lantiq),)
378 $(CP) ./src-lantiq/* $(PKG_BUILD_DIR)/
379 endif
380 endef
381
382 define Build/Configure
383 $(call Build/Configure/Default,,$(SITE_VARS))
384 endef
385
386 define Build/Compile
387 $(MAKE) -C "$(PKG_BUILD_DIR)" \
388 include/asterisk/version.h \
389 include/asterisk/buildopts.h defaults.h \
390 makeopts.embed_rules
391 ASTCFLAGS="$(EXTRA_CFLAGS) -DLOW_MEMORY" \
392 ASTLDFLAGS="$(EXTRA_LDFLAGS)" \
393 $(MAKE) -C "$(PKG_BUILD_DIR)" \
394 ASTVARLIBDIR="/usr/lib/asterisk" \
395 ASTDATADIR="/usr/lib/asterisk" \
396 ASTKEYDIR="/usr/lib/asterisk" \
397 ASTDBDIR="/usr/lib/asterisk" \
398 NOISY_BUILD="1" \
399 DEBUG="" \
400 OPTIMIZE="" \
401 DESTDIR="$(PKG_INSTALL_DIR)" \
402 all install samples
403 endef
404
405 define Build/InstallDev
406 $(INSTALL_DIR) $(1)/usr/include/asterisk-1.8/include/asterisk/
407 $(CP) $(PKG_INSTALL_DIR)/usr/include/asterisk/*.h $(1)/usr/include/asterisk-1.8/include/asterisk/
408 $(CP) $(PKG_INSTALL_DIR)/usr/include/asterisk.h $(1)/usr/include/asterisk-1.8/include/
409 endef
410
411 define Package/asterisk18/conffiles
412 /etc/asterisk/asterisk.conf
413 /etc/asterisk/modules.conf
414 /etc/asterisk/extensions.conf
415 /etc/asterisk/sip.conf
416 /etc/asterisk/sip_notify.conf
417 /etc/asterisk/features.conf
418 /etc/asterisk/indications.conf
419 /etc/asterisk/logger.conf
420 /etc/asterisk/manager.conf
421 /etc/asterisk/rtp.conf
422 /etc/default/asterisk
423 /etc/init.d/asterisk
424 endef
425
426 define Package/asterisk18/install
427 $(INSTALL_DIR) $(1)/etc/asterisk
428 for f in asterisk extensions features \
429 indications logger manager modules \
430 sip sip_notify rtp; do \
431 $(CP) $(PKG_INSTALL_DIR)/etc/asterisk/$$$$f.conf $(1)/etc/asterisk/ ; \
432 done
433 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
434 for f in app_dial app_echo app_playback app_macro \
435 chan_sip res_rtp_asterisk res_rtp_multicast \
436 codec_ulaw codec_gsm \
437 format_gsm format_pcm format_wav format_wav_gsm \
438 pbx_config \
439 func_strings func_timeout func_callerid func_logic; do \
440 $(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/$$$$f.so $(1)/usr/lib/asterisk/modules/ ; \
441 done
442 $(INSTALL_DIR) $(1)/usr/sbin
443 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/asterisk $(1)/usr/sbin/
444 $(INSTALL_DIR) $(1)/etc/default
445 $(INSTALL_DATA) ./files/asterisk.default $(1)/etc/default/asterisk
446 $(INSTALL_DIR) $(1)/etc/init.d
447 $(INSTALL_BIN) ./files/asterisk.init $(1)/etc/init.d/asterisk
448 endef
449
450 define Package/asterisk18-sounds/install
451 $(INSTALL_DIR) $(1)/usr/lib/asterisk/sounds/
452 $(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/sounds/en/* $(1)/usr/lib/asterisk/sounds/
453 rm -f $(1)/usr/lib/asterisk/sounds/vm-*
454 rm -f $(1)/usr/lib/asterisk/sounds/conf-*
455 endef
456
457
458 define Package/asterisk18-voicemail/conffiles
459 /etc/asterisk/voicemail.conf
460 endef
461
462 define Package/asterisk18-voicemail/install
463 $(INSTALL_DIR) $(1)/etc/asterisk
464 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/voicemail.conf $(1)/etc/asterisk/
465 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
466 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/*voicemail.so $(1)/usr/lib/asterisk/modules/
467 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/res_adsi.so $(1)/usr/lib/asterisk/modules/
468 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/res_smdi.so $(1)/usr/lib/asterisk/modules/
469 $(INSTALL_DIR) $(1)/usr/lib/asterisk/sounds/
470 $(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/sounds/en/vm-*.gsm $(1)/usr/lib/asterisk/sounds/
471 endef
472
473 define Package/asterisk18-app-meetme/conffiles
474 /etc/asterisk/meetme.conf
475 endef
476
477 define Package/asterisk18-app-meetme/install
478 $(INSTALL_DIR) $(1)/etc/asterisk
479 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/meetme.conf $(1)/etc/asterisk/
480 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
481 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/app_meetme.so $(1)/usr/lib/asterisk/modules/
482 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/chan_dahdi.so $(1)/usr/lib/asterisk/modules/
483 $(INSTALL_DIR) $(1)/usr/lib/asterisk/sounds/
484 $(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/sounds/en/conf-*.gsm $(1)/usr/lib/asterisk/sounds/
485 endef
486
487 define Package/asterisk18-chan-iax2/conffiles
488 /etc/asterisk/iax.conf
489 /etc/asterisk/iaxprov.conf
490 endef
491
492 define Package/asterisk18-cdr/conffiles
493 /etc/asterisk/cdr.conf
494 /etc/asterisk/cdr_custom.conf
495 /etc/asterisk/cdr_manager.conf
496 /etc/asterisk/cdr_syslog.conf
497 endef
498
499 define Package/asterisk18-res-musiconhold/conffiles
500 /etc/asterisk/musiconhold.conf
501 endef
502
503 define Package/asterisk18-chan-iax2/install
504 $(INSTALL_DIR) $(1)/etc/asterisk
505 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/iax.conf $(1)/etc/asterisk/
506 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/iaxprov.conf $(1)/etc/asterisk/
507 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
508 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/chan_iax2.so $(1)/usr/lib/asterisk/modules/
509 endef
510
511 define Package/asterisk18-cdr/install
512 $(INSTALL_DIR) $(1)/etc/asterisk
513 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/{cdr,cdr_custom,cdr_manager,cdr_syslog}.conf $(1)/etc/asterisk/
514 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
515 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/{app_,app_fork,func_}cdr.so $(1)/usr/lib/asterisk/modules/
516 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/cdr_csv.so $(1)/usr/lib/asterisk/modules/
517 endef
518
519 define Package/asterisk18-pgsql/conffiles
520 /etc/asterisk/cel_pgsql.conf
521 /etc/asterisk/cdr_pgsql.conf
522 /etc/asterisk/res_pgsql.conf
523 endef
524
525 define Package/asterisk18-pgsql/install
526 $(INSTALL_DIR) $(1)/etc/asterisk
527 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/{cel,cdr,res}_pgsql.conf $(1)/etc/asterisk/
528 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
529 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/{cel,cdr,res_config}_pgsql.so $(1)/usr/lib/asterisk/modules/
530 endef
531
532 define Package/asterisk18-res-musiconhold/install
533 $(INSTALL_DIR) $(1)/etc/asterisk
534 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/musiconhold.conf $(1)/etc/asterisk/
535 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
536 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/res_musiconhold.so $(1)/usr/lib/asterisk/modules/
537 endef
538
539 define Package/asterisk18-chan-gtalk/conffiles
540 /etc/asterisk/gtalk.conf
541 /etc/asterisk/jabber.conf
542 endef
543
544 define Package/asterisk18-chan-gtalk/install
545 $(INSTALL_DIR) $(1)/etc/asterisk
546 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/gtalk.conf $(1)/etc/asterisk/
547 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/jabber.conf $(1)/etc/asterisk/
548 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
549 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/chan_gtalk.so $(1)/usr/lib/asterisk/modules/
550 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/res_jabber.so $(1)/usr/lib/asterisk/modules/
551 endef
552
553 define Package/asterisk18-chan-mobile/conffiles
554 /etc/asterisk/chan_mobile.conf
555 endef
556
557 define Package/asterisk18-chan-mobile/install
558 $(INSTALL_DIR) $(1)/etc/asterisk
559 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/chan_mobile.conf $(1)/etc/asterisk/
560 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
561 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/chan_mobile.so $(1)/usr/lib/asterisk/modules/
562 endef
563
564 define Package/asterisk18-res-timing-timerfd/install
565 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
566 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/res_timing_timerfd.so $(1)/usr/lib/asterisk/modules/
567 endef
568
569 define Package/asterisk18-res-timing-pthread/install
570 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
571 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/res_timing_pthread.so $(1)/usr/lib/asterisk/modules/
572 endef
573
574 define Package/asterisk18-res-fax/conffiles
575 /etc/asterisk/res_fax.conf
576 endef
577
578 define Package/asterisk18-res-fax/install
579 $(INSTALL_DIR) $(1)/etc/asterisk
580 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/res_fax.conf $(1)/etc/asterisk/
581 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
582 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/res_fax.so $(1)/usr/lib/asterisk/modules/
583 endef
584
585 define Package/asterisk18-res-fax-spandsp/install
586 $(INSTALL_DIR) $(1)/etc/asterisk
587 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
588 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/res_fax_spandsp.so $(1)/usr/lib/asterisk/modules/
589 endef
590
591 define Package/asterisk18-chan-mgcp/conffiles
592 /etc/asterisk/mgcp.conf
593 endef
594
595 define Package/asterisk18-chan-mgcp/install
596 $(INSTALL_DIR) $(1)/etc/asterisk
597 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/mgcp.conf $(1)/etc/asterisk/
598 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
599 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/chan_mgcp.so $(1)/usr/lib/asterisk/modules/
600 endef
601
602 define Package/asterisk18-chan-skinny/conffiles
603 /etc/asterisk/skinny.conf
604 endef
605
606 define Package/asterisk18-chan-skinny/install
607 $(INSTALL_DIR) $(1)/etc/asterisk
608 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/skinny.conf $(1)/etc/asterisk/
609 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
610 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/chan_skinny.so $(1)/usr/lib/asterisk/modules/
611 endef
612
613 define Package/asterisk18-curl/install
614 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
615 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/func_curl.so $(1)/usr/lib/asterisk/modules/
616 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/res_curl.so $(1)/usr/lib/asterisk/modules/
617 endef
618
619 define Package/asterisk18-mysql/conffiles
620 /etc/asterisk/app_mysql.conf
621 /etc/asterisk/res_config_mysql.conf
622 /etc/asterisk/cdr_mysql.conf
623 endef
624
625 define Package/asterisk18-mysql/install
626 $(INSTALL_DIR) $(1)/etc/asterisk
627 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/app_mysql.conf $(1)/etc/asterisk/
628 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/res_config_mysql.conf $(1)/etc/asterisk/
629 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/cdr_mysql.conf $(1)/etc/asterisk/
630 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
631 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/app_mysql.so $(1)/usr/lib/asterisk/modules/
632 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/cdr_mysql.so $(1)/usr/lib/asterisk/modules/
633 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/res_config_mysql.so $(1)/usr/lib/asterisk/modules/
634 endef
635
636 define Package/asterisk18-chan-lantiq/conffiles
637 /etc/asterisk/lantiq.conf
638 endef
639
640 define Package/asterisk18-chan-lantiq/install
641 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
642 $(INSTALL_DIR) $(1)/etc/asterisk
643 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/lantiq.conf $(1)/etc/asterisk/
644 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/chan_lantiq.so $(1)/usr/lib/asterisk/modules/
645 endef
646
647 define Package/asterisk18-res-srtp/install
648 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
649 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/res_srtp.so $(1)/usr/lib/asterisk/modules/
650 endef
651
652 define Package/asterisk18-odbc/conffiles
653 /etc/asterisk/cdr_adaptive_odbc.conf
654 /etc/asterisk/cdr_odbc.conf
655 /etc/asterisk/cel_odbc.conf
656 /etc/asterisk/func_odbc.conf
657 /etc/asterisk/res_odbc.conf
658 endef
659
660 define Package/asterisk18-odbc/install
661 $(INSTALL_DIR) $(1)/etc/asterisk
662 $(CP) $(PKG_INSTALL_DIR)/etc/asterisk/{cdr_adaptive,cdr,cel,func,res}_odbc.conf $(1)/etc/asterisk/
663 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
664 $(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/{cdr_adaptive,cdr,cel,func,res_config,res}_odbc.so $(1)/usr/lib/asterisk/modules/
665 endef
666
667 define Package/asterisk18-pbx-lua/install
668 $(INSTALL_DIR) $(1)/etc/asterisk
669 $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/asterisk/extensions.lua $(1)/etc/asterisk/
670 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules
671 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/pbx_lua.so $(1)/usr/lib/asterisk/modules/
672 endef
673
674 define Buildasterisk18ModuleTemplate
675
676 define Package/asterisk18-$(subst _,-,$(1))
677 $$(call Package/asterisk18/Default)
678 TITLE:=$(2) support
679 DEPENDS:= asterisk18 $(patsubst +%,+PACKAGE_asterisk18-$(subst _,-,$(1)):%,$(4))
680 endef
681
682 define Package/asterisk18-$(subst _,-,$(1))/description
683 $$(call Package/asterisk18/Default/description)
684 This package provides support $(3) in Asterisk.
685 endef
686
687 define Package/asterisk18-$(subst _,-,$(1))/install
688 $(INSTALL_DIR) $$(1)/usr/lib/asterisk/modules
689 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/$(1).so $$(1)/usr/lib/asterisk/modules/
690 endef
691
692 $$(eval $$(call BuildPackage,asterisk18-$(subst _,-,$(1))))
693 endef
694
695 $(eval $(call BuildPackage,asterisk18))
696 $(eval $(call BuildPackage,asterisk18-voicemail))
697 $(eval $(call BuildPackage,asterisk18-sounds))
698 #$(eval $(call BuildPackage,asterisk18-app-meetme))
699 $(eval $(call BuildPackage,asterisk18-chan-iax2))
700 $(eval $(call BuildPackage,asterisk18-cdr))
701 $(eval $(call BuildPackage,asterisk18-res-musiconhold))
702 $(eval $(call BuildPackage,asterisk18-chan-gtalk))
703 $(eval $(call BuildPackage,asterisk18-chan-mobile))
704 $(eval $(call BuildPackage,asterisk18-odbc))
705 $(eval $(call BuildPackage,asterisk18-pgsql))
706 $(eval $(call BuildPackage,asterisk18-pbx-lua))
707 $(eval $(call BuildPackage,asterisk18-res-fax))
708 $(eval $(call BuildPackage,asterisk18-res-fax-spandsp))
709 $(eval $(call BuildPackage,asterisk18-res-timing-timerfd))
710 $(eval $(call BuildPackage,asterisk18-res-timing-pthread))
711 $(eval $(call BuildPackage,asterisk18-chan-mgcp))
712 $(eval $(call BuildPackage,asterisk18-chan-skinny))
713 $(eval $(call BuildPackage,asterisk18-curl))
714 $(eval $(call BuildPackage,asterisk18-mysql))
715 $(eval $(call BuildPackage,asterisk18-chan-lantiq))
716 $(eval $(call BuildPackage,asterisk18-res-srtp))
717 $(eval $(call Buildasterisk18ModuleTemplate,app_authenticate,Authenticate,support for executing arbitrary authenticate commands))
718 $(eval $(call Buildasterisk18ModuleTemplate,app_chanisavail,Channel availability check,support for checking if a channel is available))
719 $(eval $(call Buildasterisk18ModuleTemplate,app_chanspy,Channel listen in,support for listening in on any channel))
720 $(eval $(call Buildasterisk18ModuleTemplate,app_directed_pickup,Directed call pickup,support for directed call pickup))
721 $(eval $(call Buildasterisk18ModuleTemplate,app_exec,Exec application,support for application execution))
722 $(eval $(call Buildasterisk18ModuleTemplate,app_followme,FollowMe application,support for FollowMe functionality,+asterisk18-chan-local))
723 $(eval $(call Buildasterisk18ModuleTemplate,app_minivm,Minimal voicemail system,a voicemail system in small building blocks working together based on the Comedian Mail voicemail system))
724 $(eval $(call Buildasterisk18ModuleTemplate,app_readexten,Extension to variable,a trivial application to read an extension into a variable))
725 $(eval $(call Buildasterisk18ModuleTemplate,app_read,Variable read,a trivial application to read a variable))
726 $(eval $(call Buildasterisk18ModuleTemplate,app_sayunixtime,Say Unix time,an application to say Unix time))
727 $(eval $(call Buildasterisk18ModuleTemplate,app_sms,SMS,SMS support (ETSI ES 201 912 protocol 1)))
728 $(eval $(call Buildasterisk18ModuleTemplate,app_stack,Stack applications, stack applications Gosub Return etc., +asterisk18-res-agi))
729 $(eval $(call Buildasterisk18ModuleTemplate,app_system,System exec,support for executing system commands))
730 $(eval $(call Buildasterisk18ModuleTemplate,app_talkdetect,File playback with audio detect,for file playback with audio detect))
731 $(eval $(call Buildasterisk18ModuleTemplate,app_waituntil,Sleep,support sleeping until the given epoch))
732 $(eval $(call Buildasterisk18ModuleTemplate,app_while,While loop,a while loop implementation))
733 $(eval $(call Buildasterisk18ModuleTemplate,chan_agent,Agents proxy channel, an implementation of agents proxy channel))
734 $(eval $(call Buildasterisk18ModuleTemplate,chan_local,Local proxy channel, an implementation of local proxy channel))
735 $(eval $(call Buildasterisk18ModuleTemplate,codec_alaw,Signed linear to alaw translation,translation between signed linear and alaw codecs))
736 $(eval $(call Buildasterisk18ModuleTemplate,codec_a_mu,Alaw to ulaw translation,translation between alaw and ulaw codecs))
737 $(eval $(call Buildasterisk18ModuleTemplate,codec_g722,G.722,a high bit rate 48/56/64Kbps ITU standard codec))
738 $(eval $(call Buildasterisk18ModuleTemplate,codec_g726,Signed linear to G.726 translation,translation between signed linear and ITU G.726-32kbps codecs))
739 $(eval $(call Buildasterisk18ModuleTemplate,format_g726,G.726,support for headerless G.726 16/24/32/40kbps data format))
740 $(eval $(call Buildasterisk18ModuleTemplate,format_g729,G.729,support for raw headerless G729 data))
741 $(eval $(call Buildasterisk18ModuleTemplate,format_sln,Raw slinear format,support for raw slinear format))
742 $(eval $(call Buildasterisk18ModuleTemplate,format_sln16,Raw slinear 16 format,support for Raw slinear 16 format))
743 $(eval $(call Buildasterisk18ModuleTemplate,func_db,Database interaction,functions for interaction with the database))
744 $(eval $(call Buildasterisk18ModuleTemplate,func_devstate,Blinky lights control,functions for manually controlled blinky lights))
745 $(eval $(call Buildasterisk18ModuleTemplate,func_vmcount,vmcount dialplan,a vmcount dialplan function))
746 $(eval $(call Buildasterisk18ModuleTemplate,func_extstate,Hinted extension state,retrieving the state of a hinted extension for dialplan control))
747 $(eval $(call Buildasterisk18ModuleTemplate,func_global,Global variable,global variable dialplan functions))
748 $(eval $(call Buildasterisk18ModuleTemplate,func_groupcount,Group count,Counts the number of channels in the specified group))
749 $(eval $(call Buildasterisk18ModuleTemplate,func_shell,Shell,support for shell execution))
750 $(eval $(call Buildasterisk18ModuleTemplate,pbx_ael,Asterisk Extension Logic,support for symbolic Asterisk Extension Logic))
751 $(eval $(call Buildasterisk18ModuleTemplate,res_ael_share,Shareable AEL code,support for shareable AEL code mainly between internal and external modules))
752 $(eval $(call Buildasterisk18ModuleTemplate,pbx_spool,Call Spool,outgoing call spool support))
753 $(eval $(call Buildasterisk18ModuleTemplate,res_agi,Asterisk Gateway Interface,support for the Asterisk Gateway Interface extension))
754 $(eval $(call Buildasterisk18ModuleTemplate,res_crypto,Provide Crypto,Cryptographic Signature capability))
755 $(eval $(call Buildasterisk18ModuleTemplate,app_alarmreceiver,Alarm receiver,Central Station Alarm receiver for Ademco Contact ID))
756 $(eval $(call Buildasterisk18ModuleTemplate,app_setcallerid,Set callerid,support for setting callerid))
757 $(eval $(call Buildasterisk18ModuleTemplate,app_verbose,Verbose logging,Verbose logging application))
758 $(eval $(call Buildasterisk18ModuleTemplate,func_channel,Channel info,Channel info dialplan function))
759 $(eval $(call Buildasterisk18ModuleTemplate,func_blacklist,Blacklist on callerid,looking up the callerid number and see if it is blacklisted))
760 $(eval $(call Buildasterisk18ModuleTemplate,app_originate,Originate a call,originating an outbound call and connecting it to a specified extension or application))
761 $(eval $(call Buildasterisk18ModuleTemplate,func_uri,URI encoding and decoding,Encodes and decodes URI-safe strings))
762 $(eval $(call Buildasterisk18ModuleTemplate,app_disa,Direct Inward System Access,Direct Inward System Access))
763 $(eval $(call Buildasterisk18ModuleTemplate,app_senddtmf,Send DTMF digits,Sends arbitrary DTMF digits))
764 $(eval $(call Buildasterisk18ModuleTemplate,func_cut,CUT function,CUT function))
765 $(eval $(call Buildasterisk18ModuleTemplate,res_clioriginate,Calls via CLI,Originate calls via the CLI))
766 $(eval $(call Buildasterisk18ModuleTemplate,app_mixmonitor,Record a call and mix the audio,record a call and mix the audio during the recording))
767 $(eval $(call Buildasterisk18ModuleTemplate,app_playtones,Playtones application,play a tone list))
768 $(eval $(call Buildasterisk18ModuleTemplate,app_record,Record sound file,to record a sound file))