Asterisk网络电话交换机服务器@Ubuntu16.04下的安装

发布时间:2022-07-04 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了Asterisk网络电话交换机服务器@Ubuntu16.04下的安装脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。

安装依赖包

apt install libncursES5-dev uuid-dev libjansson-dev libXMl2-dev libSQLITe3-dev

Asterisk网络电话交换机服务器@Ubuntu16.04下的安装

 官网:Downloads ⋆ Asterisk

Asterisk网络电话交换机服务器@Ubuntu16.04下的安装

Asterisk网络电话交换机服务器@Ubuntu16.04下的安装

Asterisk网络电话交换机服务器@Ubuntu16.04下的安装

解压&配置&编译

配置时发现需要安装libedit

sudo apt install libedit-dev

Asterisk网络电话交换机服务器@Ubuntu16.04下的安装

 配置

./configure --with-jansson-bundled
czl@czl-redmiBook-14:~/asterisk/asterisk-16.20.0$ ./configure --with-jansson-bundled
checking build System tyPE... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C PReprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __extensions__... yes
checking whether char is unsigned... no
checking for uname... /bin/uname
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for gawk... no
checking for mawk... mawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for GNU make... make
checking for egrep... (cached) /bin/grep -E
checking for strip... strip
checking for ar... ar
checking for bison... /usr/bin/bison
checking for cmp... /usr/bin/cmp
checking for cat... /bin/cat
checking for cut... /usr/bin/cut
checking for flex... /usr/bin/flex
checking for grep... (cached) /bin/grep
checking for python2.7... /usr/bin/python2.7
checking for find... /usr/bin/find
checking for basename... /usr/bin/basename
checking for dirname... /usr/bin/dirname
checking for sh... /bin/bash
checking for ln... /bin/ln
checking for doxygen... :
checking for dot... /usr/bin/dot
checking for wget... /usr/bin/wget
checking for curl... /usr/bin/curl
checking for xMLlint... /usr/bin/xmllint
checking for xmlstarlet... no
checking for xml... no
checking for bash... /bin/bash
checking for git... /usr/bin/git
checking for alembic... :
checking for bzip2... /bin/bzip2
checking for tar... /bin/tar
checking for patch... /usr/bin/patch
checking for sed... (cached) /bin/sed
checking for nm... /usr/bin/nm
checking for ldconfig... /sbin/ldconfig
checking for sha1sum... /usr/bin/sha1sum
checking for openssl... /usr/bin/openssl
checking for bison that supports parse-param... /usr/bin/bison
checking for soxmix... no
checking for md5... no
checking for md5sum... md5sum
checking for a sed that does not truncate output... (cached) /bin/sed
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for RaiI support... checking for gcc -fnested-functions... no
checking for clang strsep/strcmp optimization... no
checking for embedded jansson (may have to download)... configuring
[jansson]  Downloading https://raw.githubusercontent.COM/asterisk/third-party/master/jansson/2.12/jansson-2.12.tar.bz2 to /tmp/jansson-2.12.tar.bz2
[jansson]  Retrying download
[jansson]  Downloading https://raw.githubusercontent.com/asterisk/third-party/master/jansson/2.12/jansson-2.12.tar.bz2 to /tmp/jansson-2.12.tar.bz2
[jansson]  Verifying /tmp/jansson-2.12.tar.bz2
[jansson]  Verify successful
[jansson]  Verifying /tmp/jansson-2.12.tar.bz2
[jansson]  Verify successful
[jansson]  Unpacking /tmp/jansson-2.12.tar.bz2
[jansson]  Applying patches /home/czl/asterisk/asterisk-16.20.0/third-party/jansson/patches /home/czl/asterisk/asterisk-16.20.0/third-party/jansson/source
No patches in /home/czl/asterisk/asterisk-16.20.0/third-party/jansson/patches
[jansson]  Rebuilding
[jansson]  Configuring
checking for bundled jansson... yes
checking for embedded pjproject (may have to download)... configuring
checking for bundled pjproject... yes
checking for gawk... (cached) mawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.47.0
checking for libcurl >= version 7.10.1... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is posix.1 compatible... yes
checking for sys/types.h... (cached) yes
checking for netinet/in.h... yes
checking for arpa/nameser.h... yes
checking for netdb.h... yes
checking for resolv.h... yes
checking for arpa/nameser.h... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for netinet/in.h... (cached) yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sysLOG.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for netdb.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for strings.h... (cached) yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBEDIT... yes
checking for testing for libedit unicode support... no
checking for uuid_generate_random in -luuid... yes
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for clock_gettime in -lrt... yes
checking for xml2-config... /usr/bin/xml2-config
checking for uriParseUriA in -luriparser... no
checking for xsltLoadStylesheetPI in -lxslt... no
checking for xsltCleanupGlobals in -lxslt... no
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for long double with more range or precision than double... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for struct stat.st_blksize... yes
checking for struct ucred.uid... yes
checking for struct ucred.cr_uid... no
checking for struct sockpeercred.uid... no
checking for struct ifreq.ifr_ifru.ifru_hwaddr... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking for ptrdiff_t... yes
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtimespec... no
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether closedir returns void... no
checking for error_at_line... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for utime.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strcoll... yes
checking for strftime... yes
checking for working strnlen... yes
checking for working strtod... yes
checking whether utime accepts a null argument... yes
checking for vprintf... yes
checking for _doprnt... no
checking for asprintf... yes
checking for atexit... yes
checking for closeFrom... no
checking for dup2... yes
checking for eaccess... yes
checking for endpwent... yes
checking for euidaccess... yes
checking for ffsll... yes
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for getloadavg... yes
checking for gettimeofday... yes
checking for glob... yes
checking for ioperm... yes
checking for inet_ntoa... yes
checking for isascii... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for mkdtemp... yes
checking for munmap... yes
checking for newlocale... yes
checking for pipe2... yes
checking for ppoll... yes
checking for putenv... yes
checking for re_comp... yes
checking for regcomp... yes
checking for select... yes
checking for setenv... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strncasecmp... yes
checking for strndup... yes
checking for strnlen... yes
checking for strrchr... yes
checking for strsep... yes
checking for strspn... yes
checking for strstr... yes
checking for strtod... (cached) yes
checking for strtol... yes
checking for strtold... yes
checking for strtoq... yes
checking for unsetenv... yes
checking for uselocale... yes
checking for utime... yes
checking for vasprintf... yes
checking for getpeereid... no
checking for sysctl... yes
checking for swapctl... no
checking for malloc_trim... yes
checking for htonll... no
checking for ntohll... no
checking for sqrt in -lm... yes
checking for exp2... yes
checking for log2... yes
checking for exp10... yes
checking for log10... yes
checking for sin... yes
checking for cos... yes
checking for tan... yes
checking for asin... yes
checking for acos... yes
checking for atan... yes
checking for atan2... yes
checking for pow... yes
checking for rint... yes
checking for exp... yes
checking for log... yes
checking for remainder... yes
checking for fmod... yes
checking for round... yes
checking for rounDF... yes
checking for trunc... yes
checking for floor... yes
checking for ceil... yes
checking for exp2l... yes
checking for log2l... yes
checking for exp10l... yes
checking for log10l... yes
checking for sinl... yes
checking for cosl... yes
checking for tanl... yes
checking for asinl... yes
checking for acosl... yes
checking for atanl... yes
checking for atan2l... yes
checking for powl... yes
checking for sqrtl... yes
checking for rintl... yes
checking for expl... yes
checking for logl... yes
checking for remainderl... yes
checking for fmodl... yes
checking for roundl... yes
checking for truncl... yes
checking for floorl... yes
checking for ceill... yes
checking for LLONG_MAX in limits.h... yes
checking for timersub in time.h... yes
checking for a version of GNU ld that supports the --dynamic-list flag... yes
checking for sys/poll.h... (cached) yes
checking for inet_aton... yes
checking for IP_PKTINFO... yes
checking for library containing gethostbyname_r... none required
checking for gethostbyname_r with 6 arguments... yes
checking for gethostbyname_r with 5 arguments... no
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for __swap16 VARiant of <sys/endian.h> byteswapping macros... no
checking for bswap16 variant of <sys/endian.h> byteswapping macros... no
checking for locale_t in locale.h... yes
checking for O_EVTONLY in fcntl.h... no
checking for O_SYMLINK in fcntl.h... no
checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes
checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... yes
checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... yes
checking for PTHREAD_MUTEX_ADAPTIVE_NP in pthread.h... yes
checking for pthread_spinlock_t in pthread.h... yes
checking for pthread_rwlock_timedwrlock() in pthread.h... yes
checking for working unnamed semaphores... yes
checking if PTHREAD_ONCE_INIT needs braces... no
checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... yes
checking whether we can compare a mutex to its initial value... no
checking sys/thr.h usability... no
checking sys/thr.h presence... no
checking for sys/thr.h... no
checking for compiler sync operations... yes
checking for compiler atomic operations... yes
checking if your system printf is NULL-safe.... (null)yes
checking if socket() accepts SOCK_NONBLOCK... yes
checking if we can increase the maximum select-able file descriptor... no
checking if we have usable eventfd support... yes
checking for compiler 'attribute pure' support... yes
checking for compiler 'attribute malloc' support... yes
checking for compiler 'attribute const' support... yes
checking for compiler 'attribute unused' support... yes
checking for compiler 'attribute always_inline' support... no
checking for compiler 'attribute deprecated' support... yes
checking for compiler 'attribute sentinel' support... yes
checking for compiler 'attribute warn_unused_result' support... yes
checking for compiler 'attribute may_alias' support... yes
checking for compiler 'attribute constructor' support... yes
checking for compiler 'attribute destructor' support... yes
checking for compiler 'attribute noreturn' support... yes
checking for -fsanitize=address support... yes
checking for -fsanitize=thread support... yes
checking for -fsanitize=leak support... yes
checking for -fsanitize=undefined support... yes
checking for -Wdeclaration-after-statement support... yes
checking for -Wtrampolines support... yes
checking for _FORTIFY_SOURCE support... yes
checking for -fno-strict-overflow... yes
checking for -Wno-format-truncation... yes
checking for -Wno-stringop-truncation... yes
checking for -Wshadow... yes
checking for -mArch=native support... yes
checking whether to use rpath... not needed
checking for sysinfo... yes
checking for library containing res_9_ninit... no
checking for res_ninit... yes
checking for library containing res_9_ndestroy... no
checking for res_ndestroy... no
checking for library containing res_9_close... no
checking for res_close... no
checking for BIND_8_COMPAT required... no
checking for GLOB_NOMAGIC in glob.h... yes
checking for GLOB_BRACE in glob.h... yes
checking for RTLD_NOLOAD in dlfcn.h... yes
checking for IP_MTU_DISCOVER in netinet/in.h... yes
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of char *... 8
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking size of fd_set.fds_bits... (cached) 8
checking for dladdr in dlfcn.h... yes
checking for snd_pcm_open in -lasound... no
checking for bfd_openr in -lbfd... no
checking for bfd_openr in -lbfd... (cached) no
checking for bfd_openr in -lbfd... (cached) no
checking for cap_from_text in -lcap... no
checking for DAHDI_RESET_COUNTERS in dahdi/user.h... no
checking for DAHDI_DEFAULT_MTU_MRU in dahdi/user.h... no
checking for DAHDI_CODE in dahdi/user.h... no
checking for DAHDI_policy_HALF_FULL in dahdi/user.h... no
checking for enhanced dahdi vmwi support... no
checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using dahdi/user.h... no
checking for getifaddrs() support... yes
checking for timerfd support... yes
checking for gsm_create in -lgsm... no
checking for ILBC... no
checking for iconv_open in -liconv... no
checking for libiconv_open in -liconv... no
checking for iconv_close in -lc... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for icaltimezone_get_utc_timezone in -lical... no
checking for iks_start_sasl in -likSEMel... no
checking for UW IMAP Toolkit c-client library... no
checking for system c-client library...... no
checking for SQLConnect in -liodbc... no
checking for inotify_init in -lc... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for jack_activate in -ljack... no
checking for kqueue in -lc... no
checking for kevent64... no
checking for ldap_initialize in -lldap... yes
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking for mISDN_open in -lmISDN... no
checking for MySQL_config... /usr/bin/mysql_config
checking for MySQL client bool support... no
checking for MySQL client my_bool support... yes
checking for nbs_connect in -lnbs... no
checking for neon-config... no
checking for neon-config... no
checking for net-snmp-config... no
checking for newtBell in -lnewt... no
checking for ub_ctx_delete in -lunbound... no
checking for SQLConnect in -lodbc... yes
checking sql.h usability... yes
checking sql.h presence... yes
checking for sql.h... yes
checking for ogg_stream_init in -logg... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... yes
checking for ogg/ogg.h... yes
checking for backtrace in -lexecinfo... no
checking for backtrace in -lc... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for ba2str in -lbluetooth... no
checking for bs_version in -lbeanstalk... no
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking for pg_config... /usr/bin/pg_config
checking for PQescapeStringConn in -lpq... yes
checking for pg_encoding_to_char within Postgres headers... no
checking for poptStrerror in -lpopt... no
checking for PORTAUDIO... no
checking for Pa_GetDeviceCount in -lportaudio... no
checking for pri_connected_line_update in -lpri... no
checking for resample_open in -lresample... no
checking for fftw_malloc in -lfftw3... no
checking for sf_open in -lsndfile... no
checking for minimum version of SpanDSP... no
checking for ss7_set_isup_timer in -lss7... no
checking for openr2_chan_new in -lopenr2... no
checking for opus_encoder_create in -lopus... no
checking for op_open_callbacks in -lopusfile... no
checking for luaL_newstate in -llua5.4... no
checking for luaL_newstate in -llua5.3... no
checking for luaL_newstate in -llua5.2... no
checking for luaL_newstate in -llua5.1... no
checking for luaL_newstate in -llua... no
checking for rc_read_config in -lfreeradius-client... no
checking for rc_read_config in -lradiusclient-ng... no
checking for rc_read_config in -lradcli... no
checking for codec2_create in -lcodec2... no
checking for cpg_join in -lcpg... no
checking for corosync_CFg_state_track in -lcfg... no
checking for speex_encode in -lspeex... no
checking for speex_preprocess_ctl in -lspeex... no
checking for speex_preprocess_ctl in -lspeexdsp... no
checking for sqlite_exec in -lsqlite... no
checking for sqlite3_open in -lsqlite3... yes
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for crypt in -lcrypt... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for crypt... no
checking for crypt_r in -lcrypt... yes
checking for AES_encrypt in -lcrypto... yes
checking openssl/aes.h usability... yes
checking openssl/aes.h presence... yes
checking for openssl/aes.h... yes
checking for SSL_connect in -lssl... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for BIO_meth_new in -lssl... no
checking osp/osp.h usability... no
checking osp/osp.h presence... no
checking for osp/osp.h... no
checking for srtp_init in -lsrtp2... no
checking for srtp_init in -lsrtp... no
checking for GMIME... no
checking for GMIME... no
checking for GMIME... no
checking for GMIME... no
checking for GMIME... no
checking for malloc in -lhoard... no
checking for dbinit in -lsybdb... no
checking for tone_zone_find_by_num in -ltonezone... no
checking for tone_zone_find in -ltonezone... no
checking for vorbis_info_init in -lvorbis... no
checking for OV_CALLBACKS_NOCLOSE declared in vorbis/vorbisfile.h... no
checking for vpb_open in -lvpb... no
checking for comPress in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether ODBC has support for Unicode types... yes
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking for linux/ixjuser.h... yes
checking for MSG_NOSIGNAL in sys/socket.h... yes
checking for SO_NOSIGPIPE in sys/socket.h... no
checking for sdl-config... no
checking for img_Load in -lSDL_image... no
checking for sws_getContext in -lavcodec... no
checking linux/videodev.h usability... no
checking linux/videodev.h presence... no
checking for linux/videodev.h... no
checking for XOpenDisplay in -lX11... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for /sbin/launchd... no
checking for GTK2... yes
checking for systemd... no
checking for LOG_AUTH in syslog.h... yes
checking for LOG_AUTHPRIV in syslog.h... yes
checking for LOG_CRON in syslog.h... yes
checking for LOG_DAEMON in syslog.h... yes
checking for LOG_FTP in syslog.h... yes
checking for LOG_KERN in syslog.h... yes
checking for LOG_LPR in syslog.h... yes
checking for LOG_MAIL in syslog.h... yes
checking for LOG_NEWS in syslog.h... yes
checking for LOG_SYSLOG in syslog.h... yes
checking for LOG_UUCP in syslog.h... yes
checking for bridges/bridge_softmix/include/hrirs.h... yes
checking for mandatory modules:  JANSSON PJPROJECT... ok
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
config.status: creating include/asterisk/autoconfig.h
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for GNU make... make
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for asprintf... yes
checking for getloadavg... yes
checking for setenv... yes
checking for strcasestr... yes
checking for strndup... yes
checking for strnlen... yes
checking for strsep... yes
checking for unsetenv... yes
checking for vasprintf... yes
checking for newtBell in -lnewt... no
checking for initscr in -lncurses... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for keypad in -ltinfo... yes
checking for ncurses.h... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking for xml2-config... /usr/bin/xml2-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK2... yes
configure: creating ./config.status
config.status: creating makeopts
config.status: creating autoconfig.h
configure: Menuselect build configuration successfully completed

               .$$$$$$$$$$$$$$$=..      
            .$7$7..          .7$$7:.    
          .$$:.                 ,$7.7   
        .$7.     7$$$$           .$$77  
     ..$$.       $$$$$            .$$$7 
    ..7$   .?.   $$$$$   .?.       7$$$.
   $.$.   .$$$7. $$$$7 .7$$$.      .$$$.
 .777.   .$$$$$$77$$$77$$$$$7.      $$$,
 $$$~      .7$$$$$$$$$$$$$7.       .$$$.
.$$7          .7$$$$$$$7:          ?$$$.
$$$          ?7$$$$$$$$$$I        .$$$7 
$$$       .7$$$$$$$$$$$$$$$$      :$$$. 
$$$       $$$$$$7$$$$$$$$$$$$    .$$$.  
$$$        $$$   7$$$7  .$$$    .$$$.   
$$$$             $$$$7         .$$$.    
7$$$7            7$$$$        7$$$      
 $$$$$                        $$$       
  $$$$7.                       $$  (TM)     
   $$$$$$$.           .7$$$$$$  $$      
     $$$$$$$$$$$$7$$$$$$$$$.$$$$$$      
       $$$$$$$$$$$$$$$$.                

configure: Package configured for: 
configure: OS type  : linux-gnu
configure: Host CPU : x86_64
configure: build-cpu:vendor:os: x86_64 : pc : linux-gnu :
configure: host-cpu:vendor:os: x86_64 : pc : linux-gnu :
czl@czl-RedmiBook-14:~/asterisk/asterisk-16.20.0$

 编译,直接执行Make

czl@czl-RedmiBook-14:~/asterisk/asterisk-16.20.0$ make
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory '/home/czl/asterisk/asterisk-16.20.0/menuselect'
gcc  -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES -i/usr/include/libxml2   -c -o menuselect.o menuselect.c
gcc  -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES   -c -o strcompat.o strcompat.c
gcc  -g -D_GNU_SOURCE -Wall -DHAVE_NCURSES   -c -o menuselect_stub.o menuselect_stub.c
gcc  -o menuselect menuselect.o strcompat.o menuselect_stub.o -lxml2
make[1]: Leaving directory '/home/czl/asterisk/asterisk-16.20.0/menuselect'
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
menuselect/menuselect --check-deps menuselect.makeopts  
   [CC] astcanary.c -> astcanary.o
   [LD] astcanary.o -> astcanary
   [CC] astdb2sqlite3.c -> astdb2sqlite3.o
   [CC] hash/hash.c -> hash/hash.o
   [CC] hash/hash_Bigkey.c -> hash/hash_bigkey.o
   [CC] hash/hash_buf.c -> hash/hash_buf.o
   [CC] hash/hash_func.c -> hash/hash_func.o
   [CC] hash/hash_log2.c -> hash/hash_log2.o
   [CC] hash/hash_page.c -> hash/hash_page.o
   [CC] hash/ndbm.c -> hash/ndbm.o
   [CC] BTree/bt_close.c -> btree/bt_close.o
   [CC] btree/bt_conv.c -> btree/bt_conv.o
   [CC] btree/bt_debug.c -> btree/bt_debug.o
   [CC] btree/bt_delete.c -> btree/bt_delete.o
   [CC] btree/bt_get.c -> btree/bt_get.o
   [CC] btree/bt_open.c -> btree/bt_open.o
   [CC] btree/bt_overflow.c -> btree/bt_overflow.o
   [CC] btree/bt_page.c -> btree/bt_page.o
   [CC] btree/bt_put.c -> btree/bt_put.o
   [CC] btree/bt_search.c -> btree/bt_search.o
   [CC] btree/bt_seq.c -> btree/bt_seq.o
   [CC] btree/bt_split.c -> btree/bt_split.o
   [CC] btree/bt_utils.c -> btree/bt_utils.o
   [CC] db/db.c -> db/db.o
   [CC] mpool/mpool.c -> mpool/mpool.o
   [CC] recno/rec_close.c -> recno/rec_close.o
   [CC] recno/rec_delete.c -> recno/rec_delete.o
   [CC] recno/rec_get.c -> recno/rec_get.o
   [CC] recno/rec_open.c -> recno/rec_open.o
   [CC] recno/rec_put.c -> recno/rec_put.o
   [CC] recno/rec_search.c -> recno/rec_search.o
   [CC] recno/rec_seq.c -> recno/rec_seq.o
   [CC] recno/rec_utils.c -> recno/rec_utils.o
   [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o mpool/mpool.o recno/rec_close.o recno/rec_delete.o recno/rec_get.o recno/rec_open.o recno/rec_put.o recno/rec_search.o recno/rec_seq.o recno/rec_utils.o -> libdb1.a
   [LD] astdb2sqlite3.o db1-ast/libdb1.a -> astdb2sqlite3
   [CC] astdB2Bdb.c -> astdb2bdb.o
   [LD] astdb2bdb.o db1-ast/libdb1.a -> astdb2bdb
[pjproject]  Compiling lib libpj-x86_64-unknown-linux-gnu.a
[pjproject]  Compiling lib libpjlib-util-x86_64-unknown-linux-gnu.a
[pjproject]  Compiling lib libpjsua-x86_64-unknown-linux-gnu.a
[pjproject]  Compiling lib libpjsip-ua-x86_64-unknown-linux-gnu.a
[pjproject]  Compiling lib libpjsip-simple-x86_64-unknown-linux-gnu.a
[pjproject]  Compiling lib libpjsip-x86_64-unknown-linux-gnu.a
[pjproject]  Compiling lib libpjmedia-codec-x86_64-unknown-linux-gnu.a
[pjproject]  Compiling lib libpjmedia-videodev-x86_64-unknown-linux-gnu.a
[pjproject]  Compiling lib libpjmedia-x86_64-unknown-linux-gnu.a
[pjproject]  Compiling lib libpjmedia-audiodev-x86_64-unknown-linux-gnu.a
[pjproject]  Compiling lib libpjnath-x86_64-unknown-linux-gnu.a
[pjproject]  Generating symbols
[jansson]  Building bundled jansson.
   [CC] chan_mgcp.c -> chan_mgcp.o
   [LD] chan_mgcp.o -> chan_mgcp.so
   [CC] chan_unistim.c -> chan_unistim.o
   [LD] chan_unistim.o -> chan_unistim.so
   [CC] chan_bridge_media.c -> chan_bridge_media.o
   [LD] chan_bridge_media.o -> chan_bridge_media.so
   [CC] chan_iax2.c -> chan_iax2.o
   [CC] iax2/netsock.c -> iax2/netsock.o
   [CC] iax2/parser.c -> iax2/parser.o
   [CC] iax2/firmware.c -> iax2/firmware.o
   [CC] iax2/provision.c -> iax2/provision.o
   [CC] iax2/codec_pref.c -> iax2/codec_pref.o
   [CC] iax2/format_compatibility.c -> iax2/format_compatibility.o
   [LD] chan_iax2.o iax2/netsock.o iax2/parser.o iax2/firmware.o iax2/provision.o iax2/codec_pref.o iax2/format_compatibility.o -> chan_iax2.so
   [CC] chan_oss.c -> chan_oss.o
   [CC] console_video.c -> console_video.o
   [CC] vgrabbers.c -> vgrabbers.o
   [CC] console_board.c -> console_board.o
   [LD] chan_oss.o console_video.o vgrabbers.o console_board.o -> chan_oss.so
   [CC] chan_phone.c -> chan_phone.o
   [LD] chan_phone.o -> chan_phone.so
   [CC] chan_pjsip.c -> chan_pjsip.o
   [CC] pjsip/dialplan_functions.c -> pjsip/dialplan_functions.o
   [CC] pjsip/cli_commands.c -> pjsip/cli_commands.o
   [LD] chan_pjsip.o pjsip/dialplan_functions.o pjsip/cli_commands.o -> chan_pjsip.so
   [CC] chan_skinny.c -> chan_skinny.o
   [LD] chan_skinny.o -> chan_skinny.so
   [CC] chan_rtp.c -> chan_rtp.o
   [LD] chan_rtp.o -> chan_rtp.so
   [CC] chan_sip.c -> chan_sip.o
   [CC] sip/security_events.c -> sip/security_events.o
   [CC] sip/dialplan_functions.c -> sip/dialplan_functions.o
   [CC] sip/reqresp_parser.c -> sip/reqresp_parser.o
   [CC] sip/utils.c -> sip/utils.o
   [CC] sip/config_parser.c -> sip/config_parser.o
   [CC] sip/route.c -> sip/route.o
   [LD] chan_sip.o sip/security_events.o sip/dialplan_functions.o sip/reqresp_parser.o sip/utils.o sip/config_parser.o sip/route.o -> chan_sip.so
   [CC] pbx_spool.c -> pbx_spool.o
   [LD] pbx_spool.o -> pbx_spool.so
   [CC] pbx_realtime.c -> pbx_realtime.o
   [LD] pbx_realtime.o -> pbx_realtime.so
   [CC] pbx_ael.c -> pbx_ael.o
   [LD] pbx_ael.o -> pbx_ael.so
   [CC] pbx_dundi.c -> pbx_dundi.o
   [CC] dundi-parser.c -> dundi-parser.o
   [LD] pbx_dundi.o dundi-parser.o -> pbx_dundi.so
   [CC] pbx_loopback.c -> pbx_loopback.o
   [LD] pbx_loopback.o -> pbx_loopback.so
   [CC] pbx_config.c -> pbx_config.o
   [LD] pbx_config.o -> pbx_config.so
   [CC] app_queue.c -> app_queue.o
   [LD] app_queue.o -> app_queue.so
   [CC] app_authenticate.c -> app_authenticate.o
   [LD] app_authenticate.o -> app_authenticate.so
   [CC] app_exec.c -> app_exec.o
   [LD] app_exec.o -> app_exec.so
   [CC] app_controlplayback.c -> app_controlplayback.o
   [LD] app_controlplayback.o -> app_controlplayback.so
   [CC] app_getcpeid.c -> app_getcpeid.o
   [LD] app_getcpeid.o -> app_getcpeid.so
   [CC] app_page.c -> app_page.o
   [LD] app_page.o -> app_page.so
   [CC] app_userevent.c -> app_userevent.o
   [LD] app_userevent.o -> app_userevent.so
   [CC] app_waitforsilence.c -> app_waitforsilence.o
   [LD] app_waitforsilence.o -> app_waitforsilence.so
   [CC] app_read.c -> app_read.o
   [LD] app_read.o -> app_read.so
   [CC] app_cdr.c -> app_cdr.o
   [LD] app_cdr.o -> app_cdr.so
   [CC] app_forkcdr.c -> app_forkcdr.o
   [LD] app_forkcdr.o -> app_forkcdr.so
   [CC] app_waitforring.c -> app_waitforring.o
   [LD] app_waitforring.o -> app_waitforring.so
   [CC] app_bridgeaddchan.c -> app_bridgeaddchan.o
   [LD] app_bridgeaddchan.o -> app_bridgeaddchan.so
   [CC] app_bridgewait.c -> app_bridgewait.o
   [LD] app_bridgewait.o -> app_bridgewait.so
   [CC] app_dictate.c -> app_dictate.o
   [LD] app_dictate.o -> app_dictate.so
   [CC] app_nbscat.c -> app_nbscat.o
   [LD] app_nbscat.o -> app_nbscat.so
   [CC] app_directory.c -> app_directory.o
   [LD] app_directory.o -> app_directory.so
   [CC] app_sms.c -> app_sms.o
   [LD] app_sms.o -> app_sms.so
   [CC] app_waituntil.c -> app_waituntil.o
   [LD] app_waituntil.o -> app_waituntil.so
   [CC] app_directed_pickup.c -> app_directed_pickup.o
   [LD] app_directed_pickup.o -> app_directed_pickup.so
   [CC] app_privacy.c -> app_privacy.o
   [LD] app_privacy.o -> app_privacy.so
   [CC] app_system.c -> app_system.o
   [LD] app_system.o -> app_system.so
   [CC] app_morsecode.c -> app_morsecode.o
   [LD] app_morsecode.o -> app_morsecode.so
   [CC] app_voicemail.c -> app_voicemail.o
   [LD] app_voicemail.o -> app_voicemail.so
   [CC] app_minivm.c -> app_minivm.o
   [LD] app_minivm.o -> app_minivm.so
   [CC] app_image.c -> app_image.o
   [LD] app_image.o -> app_image.so
   [CC] app_url.c -> app_url.o
   [LD] app_url.o -> app_url.so
   [CC] app_waitforcond.c -> app_waitforcond.o
   [LD] app_waitforcond.o -> app_waitforcond.so
   [CC] app_confbridge.c -> app_confbridge.o
   [CC] confbridge/conf_state_single_marked.c -> confbridge/conf_state_single_marked.o
   [CC] confbridge/conf_state.c -> confbridge/conf_state.o
   [CC] confbridge/conf_state_single.c -> confbridge/conf_state_single.o
   [CC] confbridge/conf_state_multi_marked.c -> confbridge/conf_state_multi_marked.o
   [CC] confbridge/conf_chan_record.c -> confbridge/conf_chan_record.o
   [CC] confbridge/conf_state_multi.c -> confbridge/conf_state_multi.o
   [CC] confbridge/conf_state_empty.c -> confbridge/conf_state_empty.o
   [CC] confbridge/conf_config_parser.c -> confbridge/conf_config_parser.o
   [CC] confbridge/confbridge_manager.c -> confbridge/confbridge_manager.o
   [CC] confbridge/conf_chan_announce.c -> confbridge/conf_chan_announce.o
   [CC] confbridge/conf_state_inactive.c -> confbridge/conf_state_inactive.o
   [LD] app_confbridge.o confbridge/conf_state_single_marked.o confbridge/conf_state.o confbridge/conf_state_single.o confbridge/conf_state_multi_marked.o confbridge/conf_chan_record.o confbridge/conf_state_multi.o confbridge/conf_state_empty.o confbridge/conf_config_parser.o confbridge/confbridge_manager.o confbridge/conf_chan_announce.o confbridge/conf_state_inactive.o -> app_confbridge.so
   [CC] app_stack.c -> app_stack.o
   [LD] app_stack.o -> app_stack.so
   [CC] app_readexten.c -> app_readexten.o
   [LD] app_readexten.o -> app_readexten.so
   [CC] app_echo.c -> app_echo.o
   [LD] app_echo.o -> app_echo.so
   [CC] app_channelredirect.c -> app_channelredirect.o
   [LD] app_channelredirect.o -> app_channelredirect.so
   [CC] app_milliwatt.c -> app_milliwatt.o
   [LD] app_milliwatt.o -> app_milliwatt.so
   [CC] app_while.c -> app_while.o
   [LD] app_while.o -> app_while.so
   [CC] app_senddtmf.c -> app_senddtmf.o
   [LD] app_senddtmf.o -> app_senddtmf.so
   [CC] app_disa.c -> app_disa.o
   [LD] app_disa.o -> app_disa.so
   [CC] app_mP3.c -> app_mp3.o
   [LD] app_mp3.o -> app_mp3.so
   [CC] app_celgenuserevent.c -> app_celgenuserevent.o
   [LD] app_celgenuserevent.o -> app_celgenuserevent.so
   [CC] app_zapateller.c -> app_zapateller.o
   [LD] app_zapateller.o -> app_zapateller.so
   [CC] app_dtmfStore.c -> app_dtmfstore.o
   [LD] app_dtmfstore.o -> app_dtmfstore.so
   [CC] app_speech_utils.c -> app_speech_utils.o
   [LD] app_speech_utils.o -> app_speech_utils.so
   [CC] app_chanisavail.c -> app_chanisavail.o
   [LD] app_chanisavail.o -> app_chanisavail.so
   [CC] app_verbose.c -> app_verbose.o
   [LD] app_verbose.o -> app_verbose.so
   [CC] app_playtones.c -> app_playtones.o
   [LD] app_playtones.o -> app_playtones.so
   [CC] app_originate.c -> app_originate.o
   [LD] app_originate.o -> app_originate.so
   [CC] app_adsiprog.c -> app_adsiprog.o
   [LD] app_adsiprog.o -> app_adsiprog.so
   [CC] app_amd.c -> app_amd.o
   [LD] app_amd.o -> app_amd.so
   [CC] app_blind_transfer.c -> app_blind_transfer.o
   [LD] app_blind_transfer.o -> app_blind_transfer.so
   [CC] app_db.c -> app_db.o
   [LD] app_db.o -> app_db.so
   [CC] app_sendtext.c -> app_sendtext.o
   [LD] app_sendtext.o -> app_sendtext.so
   [CC] app_talkdetect.c -> app_talKDEtect.o
   [LD] app_talkdetect.o -> app_talkdetect.so
   [CC] app_attended_transfer.c -> app_attended_transfer.o
   [LD] app_attended_transfer.o -> app_attended_transfer.so
   [CC] app_stasis.c -> app_stasis.o
   [LD] app_stasis.o -> app_stasis.so
   [CC] app_agent_pool.c -> app_agent_pool.o
   [LD] app_agent_pool.o -> app_agent_pool.so
   [CC] app_dumpchan.c -> app_dumpchan.o
   [LD] app_dumpchan.o -> app_dumpchan.so
   [CC] app_record.c -> app_record.o
   [LD] app_record.o -> app_record.so
   [CC] app_softhangup.c -> app_softhangup.o
   [LD] app_softhangup.o -> app_softhangup.so
   [CC] app_mixmonitor.c -> app_mixmonitor.o
   [LD] app_mixmonitor.o -> app_mixmonitor.so
   [CC] app_reload.c -> app_reload.o
   [LD] app_reload.o -> app_reload.so
   [CC] app_festival.c -> app_festival.o
   [LD] app_festival.o -> app_festival.so
   [CC] app_followme.c -> app_followme.o
   [LD] app_followme.o -> app_followme.so
   [CC] app_alarmreceiver.c -> app_alarmreceiver.o
   [LD] app_alarmreceiver.o -> app_alarmreceiver.so
   [CC] app_transfer.c -> app_transfer.o
   [LD] app_transfer.o -> app_transfer.so
   [CC] app_sayunixtime.c -> app_sayunixtime.o
   [LD] app_sayunixtime.o -> app_sayunixtime.so
   [CC] app_stream_echo.c -> app_stream_echo.o
   [LD] app_stream_echo.o -> app_stream_echo.so
   [CC] app_playback.c -> app_playback.o
   [LD] app_playback.o -> app_playback.so
   [CC] app_chanspy.c -> app_chanspy.o
   [LD] app_chanspy.o -> app_chanspy.so
   [CC] app_ices.c -> app_ices.o
   [LD] app_ices.o -> app_ices.so
   [CC] app_test.c -> app_test.o
   [LD] app_test.o -> app_test.so
   [CC] app_dial.c -> app_dial.o
   [LD] app_dial.o -> app_dial.so
   [CC] app_externalivr.c -> app_externalivr.o
   [LD] app_externalivr.o -> app_externalivr.so
   [CC] src/add.c -> src/add.o
   [CC] src/code.c -> src/code.o
   [CC] src/debug.c -> src/debug.o
   [CC] src/decode.c -> src/decode.o
   [CC] src/long_term.c -> src/long_term.o
   [CC] src/lpc.c -> src/lpc.o
   [CC] src/preprocess.c -> src/preprocess.o
   [CC] src/rpe.c -> src/rpe.o
   [CC] src/gsm_destroy.c -> src/gsm_destroy.o
   [CC] src/gsm_decode.c -> src/gsm_decode.o
   [CC] src/gsm_encode.c -> src/gsm_encode.o
   [CC] src/gsm_explode.c -> src/gsm_explode.o
   [CC] src/gsm_implode.c -> src/gsm_implode.o
   [CC] src/gsm_create.c -> src/gsm_create.o
   [CC] src/gsm_print.c -> src/gsm_print.o
   [CC] src/gsm_option.c -> src/gsm_option.o
   [CC] src/short_term.c -> src/short_term.o
   [CC] src/table.c -> src/table.o
   [AR] src/add.o src/code.o src/debug.o src/decode.o src/long_term.o src/lpc.o src/preprocess.o src/rpe.o src/gsm_destroy.o src/gsm_decode.o src/gsm_encode.o src/gsm_explode.o src/gsm_implode.o src/gsm_create.o src/gsm_print.o src/gsm_option.o src/short_term.o src/table.o -> lib/libgsm.a
   [CC] f2clib.c -> f2clib.o
   [CC] analys.c -> analys.o
   [CC] bsynz.c -> bsynz.o
   [CC] chanwr.c -> chanwr.o
   [CC] dcbias.c -> dcbias.o
   [CC] decode.c -> decode.o
   [CC] deemp.c -> deemp.o
   [CC] difmag.c -> difmag.o
   [CC] dyptrk.c -> dyptrk.o
   [CC] encode.c -> encode.o
   [CC] energy.c -> energy.o
   [CC] ham84.c -> ham84.o
   [CC] hp100.c -> hp100.o
   [CC] invert.c -> invert.o
   [CC] irc2pc.c -> irc2pc.o
   [CC] ivfilt.c -> ivfilt.o
   [CC] lpcdec.c -> lpcdec.o
   [CC] lpcenc.c -> lpcenc.o
   [CC] lpcini.c -> lpcini.o
   [CC] lpfilt.c -> lpfilt.o
   [CC] median.c -> median.o
   [CC] mload.c -> mload.o
   [CC] onset.c -> onset.o
   [CC] pitsyn.c -> pitsyn.o
   [CC] placea.c -> placea.o
   [CC] placev.c -> placev.o
   [CC] preemp.c -> preemp.o
   [CC] prepro.c -> prepro.o
   [CC] random.c -> random.o
   [CC] rcchk.c -> rcchk.o
   [CC] synths.c -> synths.o
   [CC] tbdm.c -> tbdm.o
   [CC] voicin.c -> voicin.o
   [CC] vparms.c -> vparms.o
   [AR] f2clib.o analys.o bsynz.o chanwr.o dcbias.o decode.o deemp.o difmag.o dyptrk.o encode.o energy.o ham84.o hp100.o invert.o irc2pc.o ivfilt.o lpcdec.o lpcenc.o lpcini.o lpfilt.o median.o mload.o onset.o pitsyn.o placea.o placev.o preemp.o prepro.o random.o rcchk.o synths.o tbdm.o voicin.o vparms.o -> liblpc10.a
   [CC] anaFilter.c -> anaFilter.o
   [CC] constants.c -> constants.o
   [CC] createCB.c -> createCB.o
   [CC] doCPLC.c -> doCPLC.o
   [CC] enhancer.c -> enhancer.o
   [CC] filter.c -> filter.o
   [CC] FrameClassify.c -> FrameClassify.o
   [CC] gainquant.c -> gainquant.o
   [CC] getCBvec.c -> getCBvec.o
   [CC] helpfun.c -> helpfun.o
   [CC] hpInput.c -> hpInput.o
   [CC] hpOutput.c -> hpOutput.o
   [CC] iCBConstruct.c -> iCBConstruct.o
   [CC] iCBSearch.c -> iCBSearch.o
   [CC] iLBC_decode.c -> iLBC_decode.o
   [CC] iLBC_encode.c -> iLBC_encode.o
   [CC] iLBC_test.c -> iLBC_test.o
   [CC] LPCdecode.c -> LPCdecode.o
   [CC] LPCencode.c -> LPCencode.o
   [CC] lsf.c -> lsf.o
   [CC] packing.c -> packing.o
   [CC] StateConstructW.c -> StateConstructW.o
   [CC] StateSearchW.c -> StateSearchW.o
   [CC] syntFilter.c -> syntFilter.o
   [AR] anaFilter.o constants.o createCB.o doCPLC.o enhancer.o filter.o FrameClassify.o gainquant.o getCBvec.o helpfun.o hpInput.o hpOutput.o iCBConstruct.o iCBSearch.o iLBC_decode.o iLBC_encode.o iLBC_test.o LPCdecode.o LPCencode.o lsf.o packing.o StateConstructW.o StateSearchW.o syntFilter.o -> libilbc.a
   [CC] codec_gsm.c -> codec_gsm.o
   [LD] codec_gsm.o gsm/lib/libgsm.a -> codec_gsm.so
   [CC] codec_alaw.c -> codec_alaw.o
   [LD] codec_alaw.o -> codec_alaw.so
   [CC] codec_lpc10.c -> codec_lpc10.o
   [LD] codec_lpc10.o lpc10/liblpc10.a -> codec_lpc10.so
   [CC] codec_a_mu.c -> codec_a_mu.o
   [LD] codec_a_mu.o -> codec_a_mu.so
   [CC] codec_g726.c -> codec_g726.o
   [LD] codec_g726.o -> codec_g726.so
   [CC] codec_resample.c -> codec_resample.o
   [CC] speex/resample.c -> speex/resample.o
   [LD] codec_resample.o speex/resample.o -> codec_resample.so
   [CC] codec_ilbc.c -> codec_ilbc.o
   [LD] codec_ilbc.o ilbc/libilbc.a -> codec_ilbc.so
   [CC] codec_adpcm.c -> codec_adpcm.o
   [LD] codec_adpcm.o -> codec_adpcm.so
   [CC] codec_g722.c -> codec_g722.o
   [CC] g722/g722_encode.c -> g722/g722_encode.o
   [CC] g722/g722_decode.c -> g722/g722_decode.o
   [LD] codec_g722.o g722/g722_encode.o g722/g722_decode.o -> codec_g722.so
   [CC] codec_ulaw.c -> codec_ulaw.o
   [LD] codec_ulaw.o -> codec_ulaw.so
   [CC] format_h264.c -> format_h264.o
   [LD] format_h264.o -> format_h264.so
   [CC] format_sln.c -> format_sln.o
   [LD] format_sln.o -> format_sln.so
   [CC] format_g726.c -> format_g726.o
   [LD] format_g726.o -> format_g726.so
   [CC] format_siren14.c -> format_siren14.o
   [LD] format_siren14.o -> format_siren14.so
   [CC] format_g719.c -> format_g719.o
   [LD] format_g719.o -> format_g719.so
   [CC] format_g723.c -> format_g723.o
   [LD] format_g723.o -> format_g723.so
   [CC] format_wav_gsm.c -> format_wav_gsm.o
   [LD] format_wav_gsm.o -> format_wav_gsm.so
   [CC] format_pcm.c -> format_pcm.o
   [LD] format_pcm.o -> format_pcm.so
   [CC] format_g729.c -> format_g729.o
   [LD] format_g729.o -> format_g729.so
   [CC] format_siren7.c -> format_siren7.o
   [LD] format_siren7.o -> format_siren7.so
   [CC] format_h263.c -> format_h263.o
   [LD] format_h263.o -> format_h263.so
   [CC] format_ilbc.c -> format_ilbc.o
   [LD] format_ilbc.o -> format_ilbc.so
   [CC] format_gsm.c -> format_gsm.o
   [LD] format_gsm.o -> format_gsm.so
   [CC] format_wav.c -> format_wav.o
   [LD] format_wav.o -> format_wav.so
   [CC] format_vox.c -> format_vox.o
   [LD] format_vox.o -> format_vox.so
   [CC] cdr_sqlite3_custom.c -> cdr_sqlite3_custom.o
   [LD] cdr_sqlite3_custom.o -> cdr_sqlite3_custom.so
   [CC] cdr_csv.c -> cdr_csv.o
   [LD] cdr_csv.o -> cdr_csv.so
   [CC] cdr_custom.c -> cdr_custom.o
   [LD] cdr_custom.o -> cdr_custom.so
   [CC] cdr_manager.c -> cdr_manager.o
   [LD] cdr_manager.o -> cdr_manager.so
   [CC] cdr_odbc.c -> cdr_odbc.o
   [LD] cdr_odbc.o -> cdr_odbc.so
   [CC] cdr_adaptive_odbc.c -> cdr_adaptive_odbc.o
   [LD] cdr_adaptive_odbc.o -> cdr_adaptive_odbc.so
   [CC] cdr_pgsql.c -> cdr_pgsql.o
   [LD] cdr_pgsql.o -> cdr_pgsql.so
   [CC] cel_sqlite3_custom.c -> cel_sqlite3_custom.o
   [LD] cel_sqlite3_custom.o -> cel_sqlite3_custom.so
   [CC] cel_custom.c -> cel_custom.o
   [LD] cel_custom.o -> cel_custom.so
   [CC] cel_odbc.c -> cel_odbc.o
   [LD] cel_odbc.o -> cel_odbc.so
   [CC] cel_pgsql.c -> cel_pgsql.o
   [LD] cel_pgsql.o -> cel_pgsql.so
   [CC] cel_manager.c -> cel_manager.o
   [LD] cel_manager.o -> cel_manager.so
   [CC] bridge_softmix.c -> bridge_softmix.o
   [CC] bridge_softmix/bridge_softmix_binaural.c -> bridge_softmix/bridge_softmix_binaural.o
   [LD] bridge_softmix.o bridge_softmix/bridge_softmix_binaural.o -> bridge_softmix.so
   [CC] bridge_builtin_features.c -> bridge_builtin_features.o
   [LD] bridge_builtin_features.o -> bridge_builtin_features.so
   [CC] bridge_native_rtp.c -> bridge_native_rtp.o
   [LD] bridge_native_rtp.o -> bridge_native_rtp.so
   [CC] bridge_builtin_interval_features.c -> bridge_builtin_interval_features.o
   [LD] bridge_builtin_interval_features.o -> bridge_builtin_interval_features.so
   [CC] bridge_simple.c -> bridge_simple.o
   [LD] bridge_simple.o -> bridge_simple.so
   [CC] bridge_holding.c -> bridge_holding.o
   [LD] bridge_holding.o -> bridge_holding.so
   [CC] func_config.c -> func_config.o
   [LD] func_config.o -> func_config.so
   [CC] func_talkdetect.c -> func_talkdetect.o
   [LD] func_talkdetect.o -> func_talkdetect.so
   [CC] func_math.c -> func_math.o
   [LD] func_math.o -> func_math.so
   [CC] func_vmcount.c -> func_vmcount.o
   [LD] func_vmcount.o -> func_vmcount.so
   [CC] func_realtime.c -> func_realtime.o
   [LD] func_realtime.o -> func_realtime.so
   [CC] func_volume.c -> func_volume.o
   [LD] func_volume.o -> func_volume.so
   [CC] func_holdintercept.c -> func_holdintercept.o
   [LD] func_holdintercept.o -> func_holdintercept.so
   [CC] func_logic.c -> func_logic.o
   [LD] func_logic.o -> func_logic.so
   [CC] func_extstate.c -> func_extstate.o
   [LD] func_extstate.o -> func_extstate.so
   [CC] func_iconv.c -> func_iconv.o
   [LD] func_iconv.o -> func_iconv.so
   [CC] func_timeout.c -> func_timeout.o
   [LD] func_timeout.o -> func_timeout.so
   [CC] func_cdr.c -> func_cdr.o
   [LD] func_cdr.o -> func_cdr.so
   [CC] func_uri.c -> func_uri.o
   [LD] func_uri.o -> func_uri.so
   [CC] func_dialgroup.c -> func_dialgroup.o
   [LD] func_dialgroup.o -> func_dialgroup.so
   [CC] func_groupcount.c -> func_groupcount.o
   [LD] func_groupcount.o -> func_groupcount.so
   [CC] func_cut.c -> func_cut.o
   [LD] func_cut.o -> func_cut.so
   [CC] func_version.c -> func_version.o
   [LD] func_version.o -> func_version.so
   [CC] func_enum.c -> func_enum.o
   [LD] func_enum.o -> func_enum.so
   [CC] func_hangupcause.c -> func_hangupcause.o
   [LD] func_hangupcause.o -> func_hangupcause.so
   [CC] func_odbc.c -> func_odbc.o
   [LD] func_odbc.o -> func_odbc.so
   [CC] func_pjsip_aor.c -> func_pjsip_aor.o
   [LD] func_pjsip_aor.o -> func_pjsip_aor.so
   [CC] func_sha1.c -> func_sha1.o
   [LD] func_sha1.o -> func_sha1.so
   [CC] func_presencestate.c -> func_presencestate.o
   [LD] func_presencestate.o -> func_presencestate.so
   [CC] func_rand.c -> func_rand.o
   [LD] func_rand.o -> func_rand.so
   [CC] func_blacklist.c -> func_blacklist.o
   [LD] func_blacklist.o -> func_blacklist.so
   [CC] func_db.c -> func_db.o
   [LD] func_db.o -> func_db.so
   [CC] func_sprintf.c -> func_sprintf.o
   [LD] func_sprintf.o -> func_sprintf.so
   [CC] func_lock.c -> func_lock.o
   [LD] func_lock.o -> func_lock.so
   [CC] func_frame_trace.c -> func_frame_trace.o
   [LD] func_frame_trace.o -> func_frame_trace.so
   [CC] func_dialplan.c -> func_dialplan.o
   [LD] func_dialplan.o -> func_dialplan.so
   [CC] func_callerid.c -> func_callerid.o
   [LD] func_callerid.o -> func_callerid.so
   [CC] func_callcompletion.c -> func_callcompletion.o
   [LD] func_callcompletion.o -> func_callcompletion.so
   [CC] func_md5.c -> func_md5.o
   [LD] func_md5.o -> func_md5.so
   [CC] func_base64.c -> func_base64.o
   [LD] func_base64.o -> func_base64.so
   [CC] func_channel.c -> func_channel.o
   [LD] func_channel.o -> func_channel.so
   [CC] func_srv.c -> func_srv.o
   [LD] func_srv.o -> func_srv.so
   [CC] func_global.c -> func_global.o
   [LD] func_global.o -> func_global.so
   [CC] func_sysinfo.c -> func_sysinfo.o
   [LD] func_sysinfo.o -> func_sysinfo.so
   [CC] func_periodic_hook.c -> func_periodic_hook.o
   [LD] func_periodic_hook.o -> func_periodic_hook.so
   [CC] func_curl.c -> func_curl.o
   [LD] func_curl.o -> func_curl.so
   [CC] func_sorcery.c -> func_sorcery.o
   [LD] func_sorcery.o -> func_sorcery.so
   [CC] func_shell.c -> func_shell.o
   [LD] func_shell.o -> func_shell.so
   [CC] func_module.c -> func_module.o
   [LD] func_module.o -> func_module.so
   [CC] func_pitchshift.c -> func_pitchshift.o
   [LD] func_pitchshift.o -> func_pitchshift.so
   [CC] func_env.c -> func_env.o
   [LD] func_env.o -> func_env.so
   [CC] func_pjsip_contact.c -> func_pjsip_contact.o
   [LD] func_pjsip_contact.o -> func_pjsip_contact.so
   [CC] func_devstate.c -> func_devstate.o
   [LD] func_devstate.o -> func_devstate.so
   [CC] func_strings.c -> func_strings.o
   [LD] func_strings.o -> func_strings.so
   [CC] func_aes.c -> func_aes.o
   [LD] func_aes.o -> func_aes.so
   [CC] func_JITterbuffer.c -> func_jitterbuffer.o
   [LD] func_jitterbuffer.o -> func_jitterbuffer.so
   [CC] func_pjsip_endpoint.c -> func_pjsip_endpoint.o
   [LD] func_pjsip_endpoint.o -> func_pjsip_endpoint.so
   [CC] abstract_jb.c -> abstract_jb.o
   [CC] acl.c -> acl.o
   [CC] adsi.c -> adsi.o
   [CC] alaw.c -> alaw.o
   [CC] alertpipe.c -> alertpipe.o
   [CC] aoc.c -> aoc.o
   [CC] app.c -> app.o
   [CC] ast_expr2.c -> ast_expr2.o
   [CC] ast_expr2f.c -> ast_expr2f.o
   [CC] asterisk.c -> asterisk.o
   [CC] astfd.c -> astfd.o
   [CC] astmm.c -> astmm.o
   [CC] astobj2.c -> astobj2.o
   [CC] astobj2_container.c -> astobj2_container.o
   [CC] astobj2_global.c -> astobj2_global.o
   [CC] astobj2_hash.c -> astobj2_hash.o
   [CC] astobj2_rbtree.c -> astobj2_rbtree.o
   [CC] audiohook.c -> audiohook.o
   [CC] autochan.c -> autochan.o
   [CC] autoservice.c -> autoservice.o
   [CC] backtrace.c -> backtrace.o
   [CC] bridge.c -> bridge.o
   [CC] bridge_after.c -> bridge_after.o
   [CC] bridge_basic.c -> bridge_basic.o
   [CC] bridge_channel.c -> bridge_channel.o
   [CC] bridge_roles.c -> bridge_roles.o
   [CC] bucket.c -> bucket.o
   [CC] callerid.c -> callerid.o
   [CC] channel.c -> channel.o
   [CC] channel_internal_api.c -> channel_internal_api.o
   [CC] chanvars.c -> chanvars.o
   [CC] cli.c -> cli.o
   [CC] codec.c -> codec.o
   [CC] codec_builtin.c -> codec_builtin.o
   [CC] config_options.c -> config_options.o
   [CC] conversions.c -> conversions.o
   [CC] core_local.c -> core_local.o
   [CC] core_unreal.c -> core_unreal.o
   [CC] crypt.c -> crypt.o
   [CC] data_buffer.c -> data_buffer.o
   [CC] datastore.c -> datastore.o
   [CC] db.c -> db.o
   [CC] devicestate.c -> devicestate.o
   [CC] dial.c -> dial.o
   [CC] dns.c -> dns.o
   [CC] dns_core.c -> dns_core.o
   [CC] dns_naptr.c -> dns_naptr.o
   [CC] dns_query_set.c -> dns_query_set.o
   [CC] dns_recurring.c -> dns_recurring.o
   [CC] dns_srv.c -> dns_srv.o
   [CC] dns_system_resolver.c -> dns_system_resolver.o
   [CC] dns_test.c -> dns_test.o
   [CC] dns_tlsa.c -> dns_tlsa.o
   [CC] dns_txt.c -> dns_txt.o
   [CC] endpoints.c -> endpoints.o
   [CC] event.c -> event.o
   [CC] features_config.c -> features_config.o
   [CC] file.c -> file.o
   [CC] fixedjitterbuf.c -> fixedjitterbuf.o
   [CC] format.c -> format.o
   [CC] format_cache.c -> format_cache.o
   [CC] format_cap.c -> format_cap.o
   [CC] format_compatibility.c -> format_compatibility.o
   [CC] frame.c -> frame.o
   [CC] framehook.c -> framehook.o
   [CC] fskmodem.c -> fskmodem.o
   [CC] global_datastores.c -> global_datastores.o
   [CC] hashtab.c -> hashtab.o
   [CC] heap.c -> heap.o
   [CC] image.c -> image.o
   [CC] io.c -> io.o
   [CC] iostream.c -> iostream.o
   [CC] jitterbuf.c -> jitterbuf.o
   [CC] json.c -> json.o
   [CC] loader.c -> loader.o
   [CC] lock.c -> lock.o
   [CC] logger_category.c -> logger_category.o
   [CC] manager_bridges.c -> manager_bridges.o
   [CC] manager_channels.c -> manager_channels.o
   [CC] manager_endpoints.c -> manager_endpoints.o
   [CC] manager_mwi.c -> manager_mwi.o
   [CC] manager_system.c -> manager_system.o
   [CC] max_forwards.c -> max_forwards.o
   [CC] md5.c -> md5.o
   [CC] media_cache.c -> media_cache.o
   [CC] media_index.c -> media_index.o
   [CC] message.c -> message.o
   [CC] mixmonitor.c -> mixmonitor.o
   [CC] mwi.c -> mwi.o
   [CC] named_locks.c -> named_locks.o
   [CC] netsock2.c -> netsock2.o
   [CC] optional_api.c -> optional_api.o
   [CC] options.c -> options.o
   [CC] parking.c -> parking.o
   [CC] pbx.c -> pbx.o
   [CC] pbx_app.c -> pbx_app.o
   [CC] pbx_builtins.c -> pbx_builtins.o
   [CC] pbx_functions.c -> pbx_functions.o
   [CC] pbx_hangup_handler.c -> pbx_hangup_handler.o
   [CC] pbx_ignorepat.c -> pbx_ignorepat.o
   [CC] pbx_include.c -> pbx_include.o
   [CC] pbx_sw.c -> pbx_sw.o
   [CC] pbx_switch.c -> pbx_switch.o
   [CC] pbx_timing.c -> pbx_timing.o
   [CC] pbx_variables.c -> pbx_variables.o
   [CC] pickup.c -> pickup.o
   [CC] poll.c -> poll.o
   [CC] presencestate.c -> presencestate.o
   [CC] privacy.c -> privacy.o
   [CC] rtp_engine.c -> rtp_engine.o
   [CC] say.c -> say.o
   [CC] sched.c -> sched.o
   [CC] sdp_srtp.c -> sdp_srtp.o
   [CC] security_events.c -> security_events.o
   [CC] sem.c -> sem.o
   [CC] serializer.c -> serializer.o
   [CC] sha1.c -> sha1.o
   [CC] sip_api.c -> sip_api.o
   [CC] slinfactory.c -> slinfactory.o
   [CC] smoother.c -> smoother.o
   [CC] sorcery.c -> sorcery.o
   [CC] srv.c -> srv.o
   [CC] stasis.c -> stasis.o
   [CC] stasis_bridges.c -> stasis_bridges.o
   [CC] stasis_cache.c -> stasis_cache.o
   [CC] stasis_cache_pattern.c -> stasis_cache_pattern.o
   [CC] stasis_channels.c -> stasis_channels.o
   [CC] stasis_endpoints.c -> stasis_endpoints.o
   [CC] stasis_message.c -> stasis_message.o
   [CC] stasis_message_router.c -> stasis_message_router.o
   [CC] stasis_system.c -> stasis_system.o
   [CC] stdtime/localtime.c -> stdtime/localtime.o
   [CC] strcompat.c -> strcompat.o
   [CC] stream.c -> stream.o
   [CC] stringfields.c -> stringfields.o
   [CC] strings.c -> strings.o
   [CC] stun.c -> stun.o
   [CC] syslog.c -> syslog.o
   [CC] taskprocessor.c -> taskprocessor.o
   [CC] tcptls.c -> tcptls.o
   [CC] tdd.c -> tdd.o
   [CC] term.c -> term.o
   [CC] test.c -> test.o
   [CC] threadpool.c -> threadpool.o
   [CC] threadstorage.c -> threadstorage.o
   [CC] time.c -> time.o
   [CC] timing.c -> timing.o
   [CC] translate.c -> translate.o
   [CC] ulaw.c -> ulaw.o
   [CC] uri.c -> uri.o
   [CC] utf8.c -> utf8.o
   [CC] utils.c -> utils.o
   [CC] uuid.c -> uuid.o
   [CC] version.c -> version.o
   [CC] xml.c -> xml.o
   [CC] xmldoc.c -> xmldoc.o
   [CC] ccss.c -> ccss.o
   [CC] cdr.c -> cdr.o
   [CC] cel.c -> cel.o
   [CC] config.c -> config.o
   [CC] dnsmgr.c -> dnsmgr.o
   [CC] dsp.c -> dsp.o
   [CC] enum.c -> enum.o
   [CC] features.c -> features.o
   [CC] http.c -> http.o
   [CC] indications.c -> indications.o
   [CC] logger.c -> logger.o
   [CC] manager.c -> manager.o
   [CC] named_acl.c -> named_acl.o
   [CC] plc.c -> plc.o
   [CC] sounds.c -> sounds.o
   [CC] udptl.c -> udptl.o
   [CC] libasteriskssl.c -> libasteriskssl.o
   [LD] libasteriskssl.o -> libasteriskssl.so.1
   [LN] libasteriskssl.so.1 -> libasteriskssl.so
   [CC] libasteriskpj.c -> libasteriskpj.o
   [GENERATE] libasteriskpj.exports
   [LD] libasteriskpj.o -> libasteriskpj.so.2
   [LN] libasteriskpj.so.2 -> libasteriskpj.so
   [LD] abstract_jb.o acl.o adsi.o alaw.o alertpipe.o aoc.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o astobj2_container.o astobj2_global.o astobj2_hash.o astobj2_rbtree.o audiohook.o autochan.o autoservice.o backtrace.o bridge.o bridge_after.o bridge_basic.o bridge_channel.o bridge_roles.o bucket.o callerid.o channel.o channel_internal_api.o chanvars.o cli.o codec.o codec_builtin.o config_options.o conversions.o core_local.o core_unreal.o crypt.o data_buffer.o datastore.o db.o devicestate.o dial.o dns.o dns_core.o dns_naptr.o dns_query_set.o dns_recurring.o dns_srv.o dns_system_resolver.o dns_test.o dns_tlsa.o dns_txt.o endpoints.o event.o features_config.o file.o fixedjitterbuf.o format.o format_cache.o format_cap.o format_compatibility.o frame.o framehook.o fskmodem.o global_datastores.o hashtab.o heap.o image.o io.o iostream.o jitterbuf.o json.o loader.o lock.o logger_category.o manager_bridges.o manager_channels.o manager_endpoints.o manager_mwi.o manager_system.o max_forwards.o md5.o media_cache.o media_index.o message.o mixmonitor.o mwi.o named_locks.o netsock2.o optional_api.o options.o parking.o pbx.o pbx_app.o pbx_builtins.o pbx_functions.o pbx_hangup_handler.o pbx_ignorepat.o pbx_include.o pbx_sw.o pbx_switch.o pbx_timing.o pbx_variables.o pickup.o poll.o presencestate.o privacy.o rtp_engine.o say.o sched.o sdp_srtp.o security_events.o sem.o serializer.o sha1.o sip_api.o slinfactory.o smoother.o sorcery.o srv.o stasis.o stasis_bridges.o stasis_cache.o stasis_cache_pattern.o stasis_channels.o stasis_endpoints.o stasis_message.o stasis_message_router.o stasis_system.o stdtime/localtime.o strcompat.o stream.o stringfields.o strings.o stun.o syslog.o taskprocessor.o tcptls.o tdd.o term.o test.o threadpool.o threadstorage.o time.o timing.o translate.o ulaw.o uri.o utf8.o utils.o uuid.o version.o xml.o xmldoc.o ccss.o cdr.o cel.o config.o dnsmgr.o dsp.o enum.o features.o http.o indications.o logger.o manager.o named_acl.o plc.o sounds.o udptl.o -> asterisk
   [CC] res_pjsip_mwi.c -> res_pjsip_mwi.o
   [LD] res_pjsip_mwi.o -> res_pjsip_mwi.so
   [CC] res_config_odbc.c -> res_config_odbc.o
   [LD] res_config_odbc.o -> res_config_odbc.so
   [CC] res_ari_playbacks.c -> res_ari_playbacks.o
   [CC] ari/resource_playbacks.c -> ari/resource_playbacks.o
   [LD] res_ari_playbacks.o ari/resource_playbacks.o -> res_ari_playbacks.so
   [CC] res_hep_pjsip.c -> res_hep_pjsip.o
   [LD] res_hep_pjsip.o -> res_hep_pjsip.so
   [CC] res_pjsip_endpoint_identifier_user.c -> res_pjsip_endpoint_identifier_user.o
   [LD] res_pjsip_endpoint_identifier_user.o -> res_pjsip_endpoint_identifier_user.so
   [CC] res_http_websocket.c -> res_http_websocket.o
   [LD] res_http_websocket.o -> res_http_websocket.so
   [CC] res_calendar.c -> res_calendar.o
   [LD] res_calendar.o -> res_calendar.so
   [CC] res_format_attr_opus.c -> res_format_attr_opus.o
   [LD] res_format_attr_opus.o -> res_format_attr_opus.so
   [CC] res_stasis_device_state.c -> res_stasis_device_state.o
   [LD] res_stasis_device_state.o -> res_stasis_device_state.so
   [CC] res_format_attr_celt.c -> res_format_attr_celt.o
   [LD] res_format_attr_celt.o -> res_format_attr_celt.so
   [CC] res_pjsip_acl.c -> res_pjsip_acl.o
   [LD] res_pjsip_acl.o -> res_pjsip_acl.so
   [CC] res_ari.c -> res_ari.o
   [CC] ari/cli.c -> ari/cli.o
   [CC] ari/config.c -> ari/config.o
   [CC] ari/ari_websockets.c -> ari/ari_websockets.o
   [LD] res_ari.o ari/cli.o ari/config.o ari/ari_websockets.o -> res_ari.so
   [CC] res_pjsip_one_touch_record_info.c -> res_pjsip_one_touch_record_info.o
   [LD] res_pjsip_one_touch_record_info.o -> res_pjsip_one_touch_record_info.so
   [CC] res_manager_presencestate.c -> res_manager_presencestate.o
   [LD] res_manager_presencestate.o -> res_manager_presencestate.so
   [CC] res_ari_channels.c -> res_ari_channels.o
   [CC] ari/resource_channels.c -> ari/resource_channels.o
   [LD] res_ari_channels.o ari/resource_channels.o -> res_ari_channels.so
   [CC] res_odbc_transaction.c -> res_odbc_transaction.o
   [LD] res_odbc_transaction.o -> res_odbc_transaction.so
   [CC] res_stasis_recording.c -> res_stasis_recording.o
   [CC] stasis_recording/stored.c -> stasis_recording/stored.o
   [LD] res_stasis_recording.o stasis_recording/stored.o -> res_stasis_recording.so
   [CC] res_pjsip.c -> res_pjsip.o
   [CC] res_pjsip/security_events.c -> res_pjsip/security_events.o
   [CC] res_pjsip/pjsip_options.c -> res_pjsip/pjsip_options.o
   [CC] res_pjsip/config_global.c -> res_pjsip/config_global.o
   [CC] res_pjsip/pjsip_transport_events.c -> res_pjsip/pjsip_transport_events.o
   [CC] res_pjsip/pjsip_message_filter.c -> res_pjsip/pjsip_message_filter.o
   [CC] res_pjsip/pjsip_resolver.c -> res_pjsip/pjsip_resolver.o
   [CC] res_pjsip/config_system.c -> res_pjsip/config_system.o
   [CC] res_pjsip/config_domain_aliases.c -> res_pjsip/config_domain_aliases.o
   [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o
   [CC] res_pjsip/pjsip_distributor.c -> res_pjsip/pjsip_distributor.o
   [CC] res_pjsip/pjsip_configuration.c -> res_pjsip/pjsip_configuration.o
   [CC] res_pjsip/presence_xml.c -> res_pjsip/presence_xml.o
   [CC] res_pjsip/pjsip_session.c -> res_pjsip/pjsip_session.o
   [CC] res_pjsip/location.c -> res_pjsip/location.o
   [CC] res_pjsip/pjsip_global_headers.c -> res_pjsip/pjsip_global_headers.o
   [CC] res_pjsip/pjsip_transport_management.c -> res_pjsip/pjsip_transport_management.o
   [CC] res_pjsip/pjsip_cli.c -> res_pjsip/pjsip_cli.o
   [CC] res_pjsip/config_auth.c -> res_pjsip/config_auth.o
   [CC] res_pjsip/pjsip_scheduler.c -> res_pjsip/pjsip_scheduler.o
   [LD] res_pjsip.o res_pjsip/security_events.o res_pjsip/pjsip_options.o res_pjsip/config_global.o res_pjsip/pjsip_transport_events.o res_pjsip/pjsip_message_filter.o res_pjsip/pjsip_resolver.o res_pjsip/config_system.o res_pjsip/config_domain_aliases.o res_pjsip/config_transport.o res_pjsip/pjsip_distributor.o res_pjsip/pjsip_configuration.o res_pjsip/presence_xml.o res_pjsip/pjsip_session.o res_pjsip/location.o res_pjsip/pjsip_global_headers.o res_pjsip/pjsip_transport_management.o res_pjsip/pjsip_cli.o res_pjsip/config_auth.o res_pjsip/pjsip_scheduler.o -> res_pjsip.so
   [CC] res_pjsip_header_funcs.c -> res_pjsip_header_funcs.o
   [LD] res_pjsip_header_funcs.o -> res_pjsip_header_funcs.so
   [CC] res_pjsip_stir_shaken.c -> res_pjsip_stir_shaken.o
   [LD] res_pjsip_stir_shaken.o -> res_pjsip_stir_shaken.so
   [CC] res_sorcery_astdb.c -> res_sorcery_astdb.o
   [LD] res_sorcery_astdb.o -> res_sorcery_astdb.so
   [CC] res_convert.c -> res_convert.o
   [LD] res_convert.o -> res_convert.so
   [CC] res_ari_endpoints.c -> res_ari_endpoints.o
   [CC] ari/resource_endpoints.c -> ari/resource_endpoints.o
   [LD] res_ari_endpoints.o ari/resource_endpoints.o -> res_ari_endpoints.so
   [CC] res_pjsip_caller_id.c -> res_pjsip_caller_id.o
   [LD] res_pjsip_caller_id.o -> res_pjsip_caller_id.so
   [CC] res_ari_bridges.c -> res_ari_bridges.o
   [CC] ari/resource_bridges.c -> ari/resource_bridges.o
   [LD] res_ari_bridges.o ari/resource_bridges.o -> res_ari_bridges.so
   [CC] res_smdi.c -> res_smdi.o
   [LD] res_smdi.o -> res_smdi.so
   [CC] res_clialiases.c -> res_clialiases.o
   [LD] res_clialiases.o -> res_clialiases.so
   [CC] res_musiconhold.c -> res_musiconhold.o
   [LD] res_musiconhold.o -> res_musiconhold.so
   [CC] res_adsi.c -> res_adsi.o
   [LD] res_adsi.o -> res_adsi.so
   [CC] res_pjsip_sdp_rtp.c -> res_pjsip_sdp_rtp.o
   [LD] res_pjsip_sdp_rtp.o -> res_pjsip_sdp_rtp.so
   [CC] res_ari_model.c -> res_ari_model.o
   [CC] ari/ari_model_validators.c -> ari/ari_model_validators.o
   [LD] res_ari_model.o ari/ari_model_validators.o -> res_ari_model.so
   [CC] res_pjsip_transport_websocket.c -> res_pjsip_transport_websocket.o
   [LD] res_pjsip_transport_websocket.o -> res_pjsip_transport_websocket.so
   [CC] res_limit.c -> res_limit.o
   [LD] res_limit.o -> res_limit.so
   [CC] res_sorcery_memory.c -> res_sorcery_memory.o
   [LD] res_sorcery_memory.o -> res_sorcery_memory.so
   [CC] res_pjsip_pubsub.c -> res_pjsip_pubsub.o
   [LD] res_pjsip_pubsub.o -> res_pjsip_pubsub.so
   [CC] res_fax.c -> res_fax.o
   [LD] res_fax.o -> res_fax.so
   [CC] res_stasis_answer.c -> res_stasis_answer.o
   [LD] res_stasis_answer.o -> res_stasis_answer.so
   [CC] res_pjsip_endpoint_identifier_ip.c -> res_pjsip_endpoint_identifier_ip.o
   [LD] res_pjsip_endpoint_identifier_ip.o -> res_pjsip_endpoint_identifier_ip.so
   [CC] res_pjsip_refer.c -> res_pjsip_refer.o
   [LD] res_pjsip_refer.o -> res_pjsip_refer.so
   [CC] res_ari_applications.c -> res_ari_applications.o
   [CC] ari/resource_applications.c -> ari/resource_applications.o
   [LD] res_ari_applications.o ari/resource_applications.o -> res_ari_applications.so
   [CC] res_pjsip_outbound_registration.c -> res_pjsip_outbound_registration.o
   [LD] res_pjsip_outbound_registration.o -> res_pjsip_outbound_registration.so
   [CC] res_pjsip_endpoint_identifier_anonymous.c -> res_pjsip_endpoint_identifier_anonymous.o
   [LD] res_pjsip_endpoint_identifier_anonymous.o -> res_pjsip_endpoint_identifier_anonymous.so
   [CC] res_pjsip_rfc3326.c -> res_pjsip_rfc3326.o
   [LD] res_pjsip_rfc3326.o -> res_pjsip_rfc3326.so
   [CC] res_mutestream.c -> res_mutestream.o
   [LD] res_mutestream.o -> res_mutestream.so
   [CC] res_format_attr_silk.c -> res_format_attr_silk.o
   [LD] res_format_attr_silk.o -> res_format_attr_silk.so
   [CC] res_sorcery_config.c -> res_sorcery_config.o
   [LD] res_sorcery_config.o -> res_sorcery_config.so
   [CC] res_curl.c -> res_curl.o
   [LD] res_curl.o -> res_curl.so
   [CC] res_pjproject.c -> res_pjproject.o
   [LD] res_pjproject.o -> res_pjproject.so
   [CC] res_ari_sounds.c -> res_ari_sounds.o
   [CC] ari/resource_sounds.c -> ari/resource_sounds.o
   [LD] res_ari_sounds.o ari/resource_sounds.o -> res_ari_sounds.so
   [CC] res_timing_pthread.c -> res_timing_pthread.o
   [LD] res_timing_pthread.o -> res_timing_pthread.so
   [CC] res_pjsip_nat.c -> res_pjsip_nat.o
   [LD] res_pjsip_nat.o -> res_pjsip_nat.so
   [CC] res_pjsip_empty_info.c -> res_pjsip_empty_info.o
   [LD] res_pjsip_empty_info.o -> res_pjsip_empty_info.so
   [CC] res_pjsip_logger.c -> res_pjsip_logger.o
   [LD] res_pjsip_logger.o -> res_pjsip_logger.so
   [CC] res_pjsip_dlg_options.c -> res_pjsip_dlg_options.o
   [LD] res_pjsip_dlg_options.o -> res_pjsip_dlg_options.so
   [CC] res_realtime.c -> res_realtime.o
   [LD] res_realtime.o -> res_realtime.so
   [CC] res_format_attr_h264.c -> res_format_attr_h264.o
   [LD] res_format_attr_h264.o -> res_format_attr_h264.so
   [CC] res_pjsip_messaging.c -> res_pjsip_messaging.o
   [LD] res_pjsip_messaging.o -> res_pjsip_messaging.so
   [CC] res_http_media_cache.c -> res_http_media_cache.o
   [LD] res_http_media_cache.o -> res_http_media_cache.so
   [CC] res_ari_events.c -> res_ari_events.o
   [CC] ari/resource_events.c -> ari/resource_events.o
   [LD] res_ari_events.o ari/resource_events.o -> res_ari_events.so
   [CC] res_clioriginate.c -> res_clioriginate.o
   [LD] res_clioriginate.o -> res_clioriginate.so
   [CC] res_pjsip_phoneprov_provider.c -> res_pjsip_phoneprov_provider.o
   [LD] res_pjsip_phoneprov_provider.o -> res_pjsip_phoneprov_provider.so
   [CC] res_pjsip_exten_state.c -> res_pjsip_exten_state.o
   [LD] res_pjsip_exten_state.o -> res_pjsip_exten_state.so
   [CC] res_ari_asterisk.c -> res_ari_asterisk.o
   [CC] ari/resource_asterisk.c -> ari/resource_asterisk.o
   [LD] res_ari_asterisk.o ari/resource_asterisk.o -> res_ari_asterisk.so
   [CC] res_pjsip_xpidf_body_generator.c -> res_pjsip_xpidf_body_generator.o
   [LD] res_pjsip_xpidf_body_generator.o -> res_pjsip_xpidf_body_generator.so
   [CC] res_mwi_devstate.c -> res_mwi_devstate.o
   [LD] res_mwi_devstate.o -> res_mwi_devstate.so
   [CC] res_format_attr_vp8.c -> res_format_attr_vp8.o
   [LD] res_format_attr_vp8.o -> res_format_attr_vp8.so
   [CC] res_hep.c -> res_hep.o
   [LD] res_hep.o -> res_hep.so
   [CC] res_ari_device_states.c -> res_ari_device_states.o
   [CC] ari/resource_device_states.c -> ari/resource_device_states.o
   [LD] res_ari_device_states.o ari/resource_device_states.o -> res_ari_device_states.so
   [CC] res_stun_monitor.c -> res_stun_monitor.o
   [LD] res_stun_monitor.o -> res_stun_monitor.so
   [CC] res_sorcery_memory_cache.c -> res_sorcery_memory_cache.o
   [LD] res_sorcery_memory_cache.o -> res_sorcery_memory_cache.so
   [CC] res_pjsip_outbound_publish.c -> res_pjsip_outbound_publish.o
   [LD] res_pjsip_outbound_publish.o -> res_pjsip_outbound_publish.so
   [CC] res_stasis_playback.c -> res_stasis_playback.o
   [LD] res_stasis_playback.o -> res_stasis_playback.so
   [CC] res_agi.c -> res_agi.o
   [LD] res_agi.o -> res_agi.so
   [CC] res_pjsip_pidf_digium_body_supplement.c -> res_pjsip_pidf_digium_body_supplement.o
   [LD] res_pjsip_pidf_digium_body_supplement.o -> res_pjsip_pidf_digium_body_supplement.so
   [CC] res_ari_recordings.c -> res_ari_recordings.o
   [CC] ari/resource_recordings.c -> ari/resource_recordings.o
   [LD] res_ari_recordings.o ari/resource_recordings.o -> res_ari_recordings.so
   [CC] res_format_attr_siren14.c -> res_format_attr_siren14.o
   [LD] res_format_attr_siren14.o -> res_format_attr_siren14.so
   [CC] res_speech.c -> res_speech.o
   [LD] res_speech.o -> res_speech.so
   [CC] res_pjsip_session.c -> res_pjsip_session.o
   [LD] res_pjsip_session.o -> res_pjsip_session.so
   [CC] res_pjsip_diversion.c -> res_pjsip_diversion.o
   [LD] res_pjsip_diversion.o -> res_pjsip_diversion.so
   [CC] res_pjsip_config_wizard.c -> res_pjsip_config_wizard.o
   [LD] res_pjsip_config_wizard.o -> res_pjsip_config_wizard.so
   [CC] res_config_curl.c -> res_config_curl.o
   [LD] res_config_curl.o -> res_config_curl.so
   [CC] res_hep_rtcp.c -> res_hep_rtcp.o
   [LD] res_hep_rtcp.o -> res_hep_rtcp.so
   [CC] res_format_attr_siren7.c -> res_format_attr_siren7.o
   [LD] res_format_attr_siren7.o -> res_format_attr_siren7.so
   [CC] res_phoneprov.c -> res_phoneprov.o
   [LD] res_phoneprov.o -> res_phoneprov.so
   [CC] res_crypto.c -> res_crypto.o
   [LD] res_crypto.o -> res_crypto.so
   [CC] res_stir_shaken.c -> res_stir_shaken.o
   [CC] res_stir_shaken/store.c -> res_stir_shaken/store.o
   [CC] res_stir_shaken/general.c -> res_stir_shaken/general.o
   [CC] res_stir_shaken/stir_shaken.c -> res_stir_shaken/stir_shaken.o
   [CC] res_stir_shaken/certificate.c -> res_stir_shaken/certificate.o
   [CC] res_stir_shaken/curl.c -> res_stir_shaken/curl.o
   [LD] res_stir_shaken.o res_stir_shaken/store.o res_stir_shaken/general.o res_stir_shaken/stir_shaken.o res_stir_shaken/certificate.o res_stir_shaken/curl.o -> res_stir_shaken.so
   [CC] res_statsd.c -> res_statsd.o
   [LD] res_statsd.o -> res_statsd.so
   [CC] res_parking.c -> res_parking.o
   [CC] parking/parking_controller.c -> parking/parking_controller.o
   [CC] parking/parking_manager.c -> parking/parking_manager.o
   [CC] parking/parking_devicestate.c -> parking/parking_devicestate.o
   [CC] parking/parking_applications.c -> parking/parking_applications.o
   [CC] parking/parking_bridge_features.c -> parking/parking_bridge_features.o
   [CC] parking/parking_bridge.c -> parking/parking_bridge.o
   [CC] parking/parking_tests.c -> parking/parking_tests.o
   [CC] parking/parking_ui.c -> parking/parking_ui.o
   [LD] res_parking.o parking/parking_controller.o parking/parking_manager.o parking/parking_devicestate.o parking/parking_applications.o parking/parking_bridge_features.o parking/parking_bridge.o parking/parking_tests.o parking/parking_ui.o -> res_parking.so
   [CC] res_pjsip_send_to_voicemail.c -> res_pjsip_send_to_voicemail.o
   [LD] res_pjsip_send_to_voicemail.o -> res_pjsip_send_to_voicemail.so
   [CC] res_security_log.c -> res_security_log.o
   [LD] res_security_log.o -> res_security_log.so
   [CC] res_rtp_multicast.c -> res_rtp_multicast.o
   [LD] res_rtp_multicast.o -> res_rtp_multicast.so
   [CC] res_manager_devicestate.c -> res_manager_devicestate.o
   [LD] res_manager_devicestate.o -> res_manager_devicestate.so
   [CC] res_pjsip_authenticator_digest.c -> res_pjsip_authenticator_digest.o
   [LD] res_pjsip_authenticator_digest.o -> res_pjsip_authenticator_digest.so
   [CC] res_pjsip_mwi_body_generator.c -> res_pjsip_mwi_body_generator.o
   [LD] res_pjsip_mwi_body_generator.o -> res_pjsip_mwi_body_generator.so
   [CC] res_format_attr_g729.c -> res_format_attr_g729.o
   [LD] res_format_attr_g729.o -> res_format_attr_g729.so
   [CC] res_odbc.c -> res_odbc.o
   [LD] res_odbc.o -> res_odbc.so
   [CC] res_config_pgsql.c -> res_config_pgsql.o
   [LD] res_config_pgsql.o -> res_config_pgsql.so
   [CC] res_format_attr_h263.c -> res_format_attr_h263.o
   [LD] res_format_attr_h263.o -> res_format_attr_h263.so
   [CC] res_pjsip_pidf_eyebeam_body_supplement.c -> res_pjsip_pidf_eyebeam_body_supplement.o
   [LD] res_pjsip_pidf_eyebeam_body_supplement.o -> res_pjsip_pidf_eyebeam_body_supplement.so
   [CC] res_ael_share.c -> res_ael_share.o
   [CC] ael/ael_lex.c -> ael/ael_lex.o
   [CC] ael/ael.tab.c -> ael/ael.tab.o
   [CC] ael/pval.c -> ael/pval.o
   [LD] res_ael_share.o ael/ael_lex.o ael/ael.tab.o ael/pval.o -> res_ael_share.so
   [CC] res_pjsip_outbound_authenticator_digest.c -> res_pjsip_outbound_authenticator_digest.o
   [LD] res_pjsip_outbound_authenticator_digest.o -> res_pjsip_outbound_authenticator_digest.so
   [CC] res_rtp_asterisk.c -> res_rtp_asterisk.o
   [LD] res_rtp_asterisk.o -> res_rtp_asterisk.so
   [CC] res_stasis.c -> res_stasis.o
   [CC] stasis/stasis_bridge.c -> stasis/stasis_bridge.o
   [CC] stasis/app.c -> stasis/app.o
   [CC] stasis/messaging.c -> stasis/messaging.o
   [CC] stasis/command.c -> stasis/command.o
   [CC] stasis/control.c -> stasis/control.o
   [LD] res_stasis.o stasis/stasis_bridge.o stasis/app.o stasis/messaging.o stasis/command.o stasis/control.o -> res_stasis.so
   [CC] res_pjsip_history.c -> res_pjsip_history.o
   [LD] res_pjsip_history.o -> res_pjsip_history.so
   [CC] res_pjsip_notify.c -> res_pjsip_notify.o
   [LD] res_pjsip_notify.o -> res_pjsip_notify.so
   [CC] res_sorcery_realtime.c -> res_sorcery_realtime.o
   [LD] res_sorcery_realtime.o -> res_sorcery_realtime.so
   [CC] res_config_sqlite3.c -> res_config_sqlite3.o
   [LD] res_config_sqlite3.o -> res_config_sqlite3.so
   [CC] res_pjsip_dtmf_info.c -> res_pjsip_dtmf_info.o
   [LD] res_pjsip_dtmf_info.o -> res_pjsip_dtmf_info.so
   [CC] res_format_attr_ilbc.c -> res_format_attr_ilbc.o
   [LD] res_format_attr_ilbc.o -> res_format_attr_ilbc.so
   [CC] res_timing_timerfd.c -> res_timing_timerfd.o
   [LD] res_timing_timerfd.o -> res_timing_timerfd.so
   [CC] res_pjsip_sips_contact.c -> res_pjsip_sips_contact.o
   [LD] res_pjsip_sips_contact.o -> res_pjsip_sips_contact.so
   [CC] res_pjsip_publish_asterisk.c -> res_pjsip_publish_asterisk.o
   [LD] res_pjsip_publish_asterisk.o -> res_pjsip_publish_asterisk.so
   [CC] res_config_ldap.c -> res_config_ldap.o
   [LD] res_config_ldap.o -> res_config_ldap.so
   [CC] res_pjsip_pidf_body_generator.c -> res_pjsip_pidf_body_generator.o
   [LD] res_pjsip_pidf_body_generator.o -> res_pjsip_pidf_body_generator.so
   [CC] res_monitor.c -> res_monitor.o
   [LD] res_monitor.o -> res_monitor.so
   [CC] res_stasis_snoop.c -> res_stasis_snoop.o
   [LD] res_stasis_snoop.o -> res_stasis_snoop.so
   [CC] res_pjsip_registrar.c -> res_pjsip_registrar.o
   [LD] res_pjsip_registrar.o -> res_pjsip_registrar.so
   [CC] res_pjsip_dialog_info_body_generator.c -> res_pjsip_dialog_info_body_generator.o
   [LD] res_pjsip_dialog_info_body_generator.o -> res_pjsip_dialog_info_body_generator.so
   [CC] res_pjsip_t38.c -> res_pjsip_t38.o
   [LD] res_pjsip_t38.o -> res_pjsip_t38.so
   [CC] res_pjsip_path.c -> res_pjsip_path.o
   [LD] res_pjsip_path.o -> res_pjsip_path.so
Building Documentation For: third-party channels pbx apps codecs formats cdr cel bridges funcs tests main res addons 
 +--------- Asterisk Build Complete ---------+
 + Asterisk has successfully been built, and +
 + can be installed by running:              +
 +                                           +
 +                make install               +
 +-------------------------------------------+
czl@czl-RedmiBook-14:~/asterisk/asterisk-16.20.0$ 

安装sudo make install

czl@czl-RedmiBook-14:~/asterisk/asterisk-16.20.0$ sudo make install
Installing modules from channels...
Installing modules from pbx...
Installing modules from apps...
Installing modules from codecs...
Installing modules from formats...
Installing modules from cdr...
Installing modules from cel...
Installing modules from bridges...
Installing modules from funcs...
Installing modules from tests...
Installing modules from main...
Installing modules from res...
Installing modules from addons...
/usr/bin/install -c -d "/usr/include/asterisk/doxygen"
/usr/bin/install -c -m 644 include/asterisk.h "/usr/include"
/usr/bin/install -c -m 644 include/asterisk/*.h "/usr/include/asterisk"
/usr/bin/install -c -m 644 include/asterisk/doxygen/*.h "/usr/include/asterisk/doxygen"
if [ -n "" ]; then 
	for h in ; do rm -f "/usr/include/asterisk/$h"; done 
fi
/usr/bin/install -c -m 755 contrib/scripts/astversion "/usr/sbin/"
/usr/bin/install -c -m 755 contrib/scripts/astgenkey "/usr/sbin/"
/usr/bin/install -c -m 755 contrib/scripts/autosupport "/usr/sbin/"
if [ ! -f /sbin/launchd ]; then 
	./build_tools/install_subst contrib/scripts/safe_asterisk "/usr/sbin/safe_asterisk"; 
fi
/usr/bin/install -c -m 644 doc/core-*.xml "/var/lib/asterisk/documentation"
/usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/documentation"
/usr/bin/install -c -m 644 doc/appdocsxml.dtd "/var/lib/asterisk/documentation"
/usr/bin/install -c -m 644 doc/asterisk.8 "/usr/share/man/man8"
/usr/bin/install -c -m 644 doc/astdb*.8 "/usr/share/man/man8"
/usr/bin/install -c -m 644 contrib/scripts/astgenkey.8 "/usr/share/man/man8"
/usr/bin/install -c -m 644 contrib/scripts/autosupport.8 "/usr/share/man/man8"
/usr/bin/install -c -m 644 contrib/scripts/safe_asterisk.8 "/usr/share/man/man8"
if [ -f contrib/firmware/iax/iaxy.bin ] ; then 
	/usr/bin/install -c -m 644 contrib/firmware/iax/iaxy.bin "/var/lib/asterisk/firmware/iax/iaxy.bin"; 
fi
CFLAGS="   -I/usr/include/libxml2  -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -g3  " build_tools/mkpkgconfig "/usr/lib/pkgconfig";
find static-http | while read x; do 
	if test -d $x; then 
		/usr/bin/install -c -m 755 -d "/var/lib/asterisk/$x"; 
	else 
		/usr/bin/install -c -m 644 $x "/var/lib/asterisk/$x" ; 
	fi 
done
/usr/bin/install -c -m 644 doc/core-en_US.xml "/var/lib/asterisk/static-http";
/usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/static-http";
if [ -d doc/tex/asterisk ] ; then 
	/usr/bin/install -c -d "/var/lib/asterisk/static-http/docs" ; 
	for n in doc/tex/asterisk/* ; do 
		/usr/bin/install -c -m 644 $n "/var/lib/asterisk/static-http/docs" ; 
	done 
fi
for x in images/*.jpg; do 
	/usr/bin/install -c -m 644 $x "/var/lib/asterisk/images" ; 
done
make -C sounds install
make[1]: Entering directory '/home/czl/asterisk/asterisk-16.20.0/sounds'
make[1]: Leaving directory '/home/czl/asterisk/asterisk-16.20.0/sounds'
find rest-api -name "*.json" | while read x; do 
	/usr/bin/install -c -m 644 $x "/var/lib/asterisk/rest-api" ; 
done
 +---- Asterisk Installation Complete -------+
 +                                           +
 +    YOU MUST READ THE SECURITY DOCUMENT    +
 +                                           +
 + Asterisk has successfully been installed. +
 + If you would like to install the sample   +
 + configuration files (overwriting any      +
 + existing config files), run:              +
 +                                           +
 + For generic reference documentation:      +
 +    make samples                           +
 +                                           +
 + For a sample basic PBX:                   +
 +    make basic-pbx                         +
 +                                           +
 +                                           +
 +-----------------  or ---------------------+
 +                                           +
 + You can go ahead and install the asterisk +
 + program documentation now or later run:   +
 +                                           +
 +               make progdocs               +
 +                                           +
 + **Note** This requires that you have      +
 + doxygen installed on your local system    +
 +-------------------------------------------+
czl@czl-RedmiBook-14:~/asterisk/asterisk-16.20.0$ 

结束!

脚本宝典总结

以上是脚本宝典为你收集整理的Asterisk网络电话交换机服务器@Ubuntu16.04下的安装全部内容,希望文章能够帮你解决Asterisk网络电话交换机服务器@Ubuntu16.04下的安装所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。