Dash:
[t2.git] / package / network / asterisk / asterisk.conf
blob5b7730838b1d7a993a3252fe9d14abd70145bb32
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: package/*/asterisk/asterisk.conf
5 # Copyright (C) 2004 - 2021 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
7
8 # More information can be found in the files COPYING and README.
9
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 if [ $prefix_auto = 1 ]; then
17         prefix="opt/asterisk"
18         set_confopt
21 # we need to build the configuration tool natively
22 # code shared with asterisk-addons
23 if atstage cross; then
24         asterisk_build_menuselect() {
25           (
26                 cd menuselect
27                 CC=$HOST_CC CPP=cpp RANLIB=ranlib \
28                 ./configure --build $arch_build
29                 eval $MAKE
30           )
31         }
32         hook_add preconf 5 "asterisk_build_menuselect"
34 export CONFIG_LIBXML2="$root/usr/bin/xml2-config"
35 var_append extraconfopt " " "--with-sounds-cache=$builddir"
37 var_append makeopt ' ' "ASTLIBDIR=$libdir"
38 var_append makeopt ' ' "ASTVARLIBDIR=$datadir"
39 var_append makeopt ' ' "ASTETCDIR=$sysconfdir"
40 var_append makeopt ' ' "ASTSPOOLDIR=$localstatedir/spool"
41 var_append makeopt ' ' "ASTLOGDIR=$localstatedir/log"
42 var_append makeopt ' ' "ASTHEADERDIR=$includedir/asterisk"
43 var_append makeopt ' ' "ASTBINDIR=$bindir"
44 var_append makeopt ' ' "ASTSBINDIR=$sbindir"
45 var_append makeopt ' ' "ASTVARRUNDIR=$localstatedir/run"
46 var_append makeopt ' ' "ASTMANDIR=$mandir"
48 makeinstopt="$makeopt DESTDIR=$root install samples"
50 var_append GCC_WRAPPER_INSERT " " "-I/opt/postgresql/include"
51 var_append GCC_WRAPPER_INSERT " " "-L/opt/postgresql/lib"