Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1 2023-08-12 10:26:36 yast timezone
- 2 2023-08-12 10:27:07 zypper ref
- 3 2023-08-12 10:27:40 zypper up
- 4 2023-08-12 10:31:41 reboot
- 5 2023-08-14 03:55:13 ip a
- 6 2023-08-14 03:55:19 mc
- 7 2023-08-14 03:56:43 zypper install mc
- 8 2023-08-14 03:57:17 zypper install -y gcc8
- 9 2023-08-14 03:57:32 zypper install -y gcc-c++
- 10 2023-08-14 03:58:35 zypper install -t pattern devel_basis
- 11 2023-08-14 03:59:21 zypper install -y gdb
- 12 2023-08-14 03:59:37 zypper install -y cmake
- 13 2023-08-14 03:59:57 zypper install -y libedit
- 14 2023-08-14 04:00:28 zypper addrepo https://download.opensuse.org/repositories/devel:libraries:c_c++/openSUSE_Factory_zSystems/devel:libraries:c_c++.repo
- 15 2023-08-14 04:00:35 zypper refresh
- 16 2023-08-14 04:00:51 zypper install libedit
- 17 2023-08-14 04:01:04 cd /usr/src/
- 18 2023-08-14 04:01:38 wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
- 19 2023-08-14 04:02:26 tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
- 20 2023-08-14 04:03:07 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 21 2023-08-14 04:03:18 cd asterisk-20.4.0/
- 22 2023-08-14 04:03:20 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 23 2023-08-14 04:04:05 zypper install -t pattern devel_basis
- 24 2023-08-14 04:05:00 zypper install zypper install -t pattern devel_basis
- 25 2023-08-14 04:05:03 zypper install -t pattern devel_basis
- 26 2023-08-14 04:05:18 zypper install -y libedit-devel
- 27 2023-08-14 04:05:26 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 28 2023-08-14 04:06:23 zypper install -y libxml2-devel readline-devel readline-doc xz-devel
- 29 2023-08-14 04:06:30 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- login as: root
- Keyboard-interactive authentication prompts from server:
- | Password:
- End of keyboard-interactive prompts from server
- ┌────────────────────────────────────────────────────────────────────┐
- │ • MobaXterm 20.2 • │
- │ (SSH client, X-server and networking tools) │
- │ │
- │ ➤ SSH session to [email protected] │
- │ • SSH compression : ✔ │
- │ • SSH-browser : ✔ │
- │ • X11-forwarding : ✘ (disabled or not supported by server) │
- │ • DISPLAY : 10.20.7.70:0.0 │
- │ │
- │ ➤ For more info, ctrl+click on help or visit our website │
- └────────────────────────────────────────────────────────────────────┘
- Last login: Fri Aug 11 03:04:19 2023
- Thank you for installing ViciBox Server v.11.0!
- This software is available for free download at http://www.vicibox.com.
- If you paid for this software you have been ripped off. Please report any
- fraud or abuses of this software to [email protected]. Please report any
- bugs on the forum at http://www.vicidial.org/VICIDIALforum/
- To configure the network settings type :
- yast lan
- To change the server IP in the database type :
- /usr/share/astguiclient/ADMIN_update_server_ip.pl
- Official paid-for ViciDial support is available at :
- http://www.vicidial.com
- Free community-based ViciDial Support is available at :
- http://www.vicidial.org/VICIDIALforum
- The ViciBox manual is available at :
- https://docs.vicibox.com/
- - ViciBox v.11.0.1 230806
- vicibox11:~ # asterisk -rvvvvvvvvvvvvv
- Unable to connect to remote asterisk (does /run/asterisk/asterisk.ctl exist?)
- vicibox11:~ # systemctl status asterisk
- ○ asterisk.service - Asterisk PBX
- Loaded: loaded (/usr/lib/systemd/system/asterisk.service; disabled; vendor preset: disabled)
- Active: inactive (dead)
- vicibox11:~ #
- vicibox11:~ #
- vicibox11:~ # systemctl start asterisk
- vicibox11:~ # systemctl status asterisk
- ● asterisk.service - Asterisk PBX
- Loaded: loaded (/usr/lib/systemd/system/asterisk.service; disabled; vendor preset: disabled)
- Active: active (running) since Fri 2023-08-11 04:35:57 UTC; 1s ago
- Main PID: 4906 (asterisk)
- Tasks: 19 (limit: 993)
- CGroup: /system.slice/asterisk.service
- └─ 4906 /usr/sbin/asterisk -fn
- Aug 11 04:35:57 vicibox11 systemd[1]: Started Asterisk PBX.
- Aug 11 04:35:57 vicibox11 asterisk[4906]: PBX UUID: bfd88c50-6bd3-4980-bc6b-2156eb8aecf6
- Aug 11 04:35:57 vicibox11 asterisk[4906]: [Aug 11 04:35:57] NOTICE[4906]: loader.c:2394 load_modules: 333 modules will be loaded.
- vicibox11:~ #
- vicibox11:~ #
- vicibox11:~ # asterisk -rvvvvvvvvvvvvv
- Asterisk 16.30.0-vici, Copyright (C) 1999 - 2021, Sangoma Technologies Corporation and others.
- Created by Mark Spencer <[email protected]>
- Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
- This is free software, with components licensed under the GNU General Public
- License version 2 and other licenses; you are welcome to redistribute it under
- certain conditions. Type 'core show license' for details.
- =========================================================================
- Connected to Asterisk 16.30.0-vici currently running on vicibox11 (pid = 4906)
- vicibox11*CLI> sip
- notify prune qualify reload set show unregister
- vicibox11*CLI> sip
- notify prune qualify reload set show unregister
- vicibox11*CLI> sip
- notify prune qualify reload set show unregister
- vicibox11*CLI> sip
- notify prune qualify reload set show unregister
- vicibox11*CLI> sip
- notify prune qualify reload set show unregister
- vicibox11*CLI> sip
- notify prune qualify reload set show unregister
- vicibox11*CLI> sip
- notify prune qualify reload set show unregister
- vicibox11*CLI> sip
- notify prune qualify reload set show unregister
- vicibox11*CLI> sip
- notify prune qualify reload set show unregister
- vicibox11*CLI>
- Disconnected from Asterisk server
- Asterisk cleanly ending (0).
- Executing last minute cleanups
- vicibox11:~ # mc
- If 'mc' is not a typo you can use command-not-found to lookup the package that contains it, like this:
- cnf mc
- vicibox11:~ # apt
- If 'apt' is not a typo you can use command-not-found to lookup the package that contains it, like this:
- cnf apt
- vicibox11:~ # yum
- If 'yum' is not a typo you can use command-not-found to lookup the package that contains it, like this:
- cnf yum
- vicibox11:~ # dnf
- If 'dnf' is not a typo you can use command-not-found to lookup the package that contains it, like this:
- cnf dnf
- vicibox11:~ # cnf
- vicibox11:~ #
- vicibox11:~ # cnf install mc
- install: searching ... Traceback (most recent call last):
- File "/usr/bin/cnf", line 136, in <module>
- main()
- File "/usr/bin/cnf", line 118, in main
- rows = module.query_repo(repo, term)
- File "/usr/lib/python3.6/site-packages/scout/bin.py", line 128, in query_repo
- 'WHERE binary=?', term)
- File "/usr/lib/python3.6/site-packages/scout/__init__.py", line 522, in query
- self.execute(query, *args, **kwargs)
- File "/usr/lib/python3.6/site-packages/scout/__init__.py", line 484, in execute
- self.cursor.execute(query, args)
- sqlite3.OperationalError: no such table: binary
- vicibox11:~ #
- vicibox11:~ # zypper install mc
- Retrieving repository 'openSUSE-Leap-15.5-Non-OSS' metadata ..................................................................................................................................[done]
- Building repository 'openSUSE-Leap-15.5-Non-OSS' cache .......................................................................................................................................[done]
- Retrieving repository 'openSUSE-Leap-15.5-Non-OSS-Updates' metadata ..........................................................................................................................[done]
- Building repository 'openSUSE-Leap-15.5-Non-OSS-Updates' cache ...............................................................................................................................[done]
- Retrieving repository 'openSUSE-Leap-15.5-OSS' metadata ......................................................................................................................................[done]
- Building repository 'openSUSE-Leap-15.5-OSS' cache ...........................................................................................................................................[done]
- Retrieving repository 'openSUSE-Leap-15.5-OSS-Updates' metadata ..............................................................................................................................[done]
- Building repository 'openSUSE-Leap-15.5-OSS-Updates' cache ...................................................................................................................................[done]
- Retrieving repository 'openSUSE-Leap-15.5-PERL' metadata .....................................................................................................................................[done]
- Building repository 'openSUSE-Leap-15.5-PERL' cache ..........................................................................................................................................[done]
- Retrieving repository 'openSUSE-Leap-15.5-ViciDial' metadata .................................................................................................................................[done]
- Building repository 'openSUSE-Leap-15.5-ViciDial' cache ......................................................................................................................................[done]
- Retrieving repository 'openSUSE-Leap-15.5-ViciDial-Ast16' metadata ...........................................................................................................................[done]
- Building repository 'openSUSE-Leap-15.5-ViciDial-Ast16' cache ................................................................................................................................[done]
- Retrieving repository 'openSUSE-Leap-15.5-ViciDial-ViciBox' metadata .........................................................................................................................[done]
- Building repository 'openSUSE-Leap-15.5-ViciDial-ViciBox' cache ..............................................................................................................................[done]
- Retrieving repository 'openSUSE-SLE-15.5-Backports' metadata .................................................................................................................................[done]
- Building repository 'openSUSE-SLE-15.5-Backports' cache ......................................................................................................................................[done]
- Retrieving repository 'openSUSE-SLE-15.5-Updates' metadata ...................................................................................................................................[done]
- Building repository 'openSUSE-SLE-15.5-Updates' cache ........................................................................................................................................[done]
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- The following 2 recommended packages were automatically selected:
- mc-lang xorriso
- The following 15 NEW packages are going to be installed:
- git-gui gitk libXmuu1 libXss1 libburn4 libisoburn1 libisofs6 libjte1 mc mc-lang sqlite3-tcl tcl tk xhost xorriso
- 15 new packages to install.
- Overall download size: 7.4 MiB. Already cached: 0 B. After the operation, additional 23.0 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libXmuu1-1.1.2-1.30.x86_64 (openSUSE-Leap-15.5-OSS) (1/15), 14.4 KiB
- Retrieving: libXmuu1-1.1.2-1.30.x86_64.rpm ......................................................................................................................................[done (12.5 KiB/s)]
- Retrieving: libXss1-1.2.2-3.4.x86_64 (openSUSE-Leap-15.5-OSS) (2/15), 12.5 KiB
- Retrieving: libXss1-1.2.2-3.4.x86_64.rpm .....................................................................................................................................................[done]
- Retrieving: libburn4-1.4.6-1.27.x86_64 (openSUSE-Leap-15.5-OSS) (3/15), 156.0 KiB
- Retrieving: libburn4-1.4.6-1.27.x86_64.rpm .....................................................................................................................................[done (521.5 KiB/s)]
- Retrieving: libjte1-1.20-1.26.x86_64 (openSUSE-Leap-15.5-OSS) (4/15), 29.5 KiB
- Retrieving: libjte1-1.20-1.26.x86_64.rpm ........................................................................................................................................[done (18.8 KiB/s)]
- Retrieving: sqlite3-tcl-3.39.3-150000.3.20.1.x86_64 (openSUSE-Leap-15.5-OSS) (5/15), 87.6 KiB
- Retrieving: sqlite3-tcl-3.39.3-150000.3.20.1.x86_64.rpm .........................................................................................................................[done (40.6 KiB/s)]
- Retrieving: xhost-1.0.7-1.29.x86_64 (openSUSE-Leap-15.5-OSS) (6/15), 29.0 KiB
- Retrieving: xhost-1.0.7-1.29.x86_64.rpm ......................................................................................................................................................[done]
- Retrieving: libisofs6-1.4.6-1.29.x86_64 (openSUSE-Leap-15.5-OSS) (7/15), 211.2 KiB
- Retrieving: libisofs6-1.4.6-1.29.x86_64.rpm ....................................................................................................................................[done (327.8 KiB/s)]
- Retrieving: tcl-8.6.12-150300.14.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (8/15), 2.3 MiB
- Retrieving: tcl-8.6.12-150300.14.9.1.x86_64.rpm ..................................................................................................................................[done (2.6 MiB/s)]
- Retrieving: libisoburn1-1.4.6-1.29.x86_64 (openSUSE-Leap-15.5-OSS) (9/15), 378.7 KiB
- Retrieving: libisoburn1-1.4.6-1.29.x86_64.rpm ...................................................................................................................................[done (77.1 KiB/s)]
- Retrieving: tk-8.6.12-150300.10.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (10/15), 1.7 MiB
- Retrieving: tk-8.6.12-150300.10.3.1.x86_64.rpm ...................................................................................................................................[done (3.4 MiB/s)]
- Retrieving: xorriso-1.4.6-1.29.x86_64 (openSUSE-Leap-15.5-OSS) (11/15), 353.2 KiB
- Retrieving: xorriso-1.4.6-1.29.x86_64.rpm ........................................................................................................................................[done (2.9 MiB/s)]
- Retrieving: gitk-2.35.3-150300.10.27.1.x86_64 (openSUSE-Leap-15.5-OSS) (12/15), 232.3 KiB
- Retrieving: gitk-2.35.3-150300.10.27.1.x86_64.rpm ................................................................................................................................[done (1.3 MiB/s)]
- Retrieving: git-gui-2.35.3-150300.10.27.1.x86_64 (openSUSE-Leap-15.5-OSS) (13/15), 298.6 KiB
- Retrieving: git-gui-2.35.3-150300.10.27.1.x86_64.rpm ...........................................................................................................................[done (817.7 KiB/s)]
- Retrieving: mc-4.8.27-bp155.2.13.x86_64 (openSUSE-Leap-15.5-OSS) (14/15), 816.9 KiB
- Retrieving: mc-4.8.27-bp155.2.13.x86_64.rpm ......................................................................................................................................[done (2.5 MiB/s)]
- Retrieving: mc-lang-4.8.27-bp155.2.13.noarch (openSUSE-Leap-15.5-OSS) (15/15), 893.2 KiB
- Retrieving: mc-lang-4.8.27-bp155.2.13.noarch.rpm .................................................................................................................................[done (2.8 MiB/s)]
- Checking for file conflicts: .................................................................................................................................................................[done]
- ( 1/15) Installing: libXmuu1-1.1.2-1.30.x86_64 ...............................................................................................................................................[done]
- ( 2/15) Installing: libXss1-1.2.2-3.4.x86_64 .................................................................................................................................................[done]
- ( 3/15) Installing: libburn4-1.4.6-1.27.x86_64 ...............................................................................................................................................[done]
- ( 4/15) Installing: libjte1-1.20-1.26.x86_64 .................................................................................................................................................[done]
- ( 5/15) Installing: sqlite3-tcl-3.39.3-150000.3.20.1.x86_64 ..................................................................................................................................[done]
- ( 6/15) Installing: xhost-1.0.7-1.29.x86_64 ..................................................................................................................................................[done]
- ( 7/15) Installing: libisofs6-1.4.6-1.29.x86_64 ..............................................................................................................................................[done]
- ( 8/15) Installing: tcl-8.6.12-150300.14.9.1.x86_64 ..........................................................................................................................................[done]
- ( 9/15) Installing: libisoburn1-1.4.6-1.29.x86_64 ............................................................................................................................................[done]
- (10/15) Installing: tk-8.6.12-150300.10.3.1.x86_64 ...........................................................................................................................................[done]
- (11/15) Installing: xorriso-1.4.6-1.29.x86_64 ................................................................................................................................................[done]
- (12/15) Installing: gitk-2.35.3-150300.10.27.1.x86_64 ........................................................................................................................................[done]
- (13/15) Installing: git-gui-2.35.3-150300.10.27.1.x86_64 .....................................................................................................................................[done]
- setting /usr/lib/mc/cons.saver to root:root 4755. (wrong permissions 0755)
- (14/15) Installing: mc-4.8.27-bp155.2.13.x86_64 ..............................................................................................................................................[done]
- (15/15) Installing: mc-lang-4.8.27-bp155.2.13.noarch .........................................................................................................................................[done]
- vicibox11:~ #
- vicibox11:~ #
- vicibox11:~ #
- vicibox11:~ #
- vicibox11:~ # mc
- vicibox11:/usr/src # git clone https://github.com/asterisk/asterisk
- Cloning into 'asterisk'...
- remote: Enumerating objects: 365433, done.
- remote: Counting objects: 100% (2637/2637), done.
- remote: Compressing objects: 100% (972/972), done.
- remote: Total 365433 (delta 1855), reused 2303 (delta 1631), pack-reused 362796
- Receiving objects: 100% (365433/365433), 340.62 MiB | 1.26 MiB/s, done.
- Resolving deltas: 100% (273204/273204), done.
- vicibox11:/usr/src # wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
- --2023-08-11 04:48:18-- https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
- Resolving downloads.asterisk.org (downloads.asterisk.org)... 165.22.184.19, 2604:a880:400:d0::14:9001
- Connecting to downloads.asterisk.org (downloads.asterisk.org)|165.22.184.19|:443... connected.
- HTTP request sent, awaiting response... 500 Internal Server Error
- 2023-08-11 04:48:19 ERROR 500: Internal Server Error.
- vicibox11:/usr/src # wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
- --2023-08-11 04:49:41-- http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
- Resolving downloads.asterisk.org (downloads.asterisk.org)... 165.22.184.19, 2604:a880:400:d0::14:9001
- Connecting to downloads.asterisk.org (downloads.asterisk.org)|165.22.184.19|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 28187580 (27M) [application/octet-stream]
- Saving to: ‘asterisk-20-current.tar.gz’
- asterisk-20-current.tar.gz 100%[==========================================================================================================>] 26.88M 1.41MB/s in 29s
- 2023-08-11 04:50:10 (954 KB/s) - ‘asterisk-20-current.tar.gz’ saved [28187580/28187580]
- vicibox11:/usr/src # tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
- asterisk-20.4.0/
- asterisk-20.4.0/.cleancount
- asterisk-20.4.0/.gitignore
- asterisk-20.4.0/.lastclean
- asterisk-20.4.0/.version
- asterisk-20.4.0/BSDmakefile
- asterisk-20.4.0/BUGS
- asterisk-20.4.0/CHANGES.md
- asterisk-20.4.0/COPYING
- asterisk-20.4.0/CREDITS
- asterisk-20.4.0/ChangeLogs/
- asterisk-20.4.0/ChangeLogs/ChangeLog-20.3.0.md
- asterisk-20.4.0/ChangeLogs/ChangeLog-20.3.1.md
- asterisk-20.4.0/ChangeLogs/ChangeLog-20.4.0.md
- asterisk-20.4.0/ChangeLogs/historical/
- asterisk-20.4.0/ChangeLogs/historical/CHANGES
- asterisk-20.4.0/ChangeLogs/historical/ChangeLog
- asterisk-20.4.0/LICENSE
- asterisk-20.4.0/Makefile
- asterisk-20.4.0/Makefile.moddir_rules
- asterisk-20.4.0/Makefile.rules
- asterisk-20.4.0/README-SERIOUSLY.bestpractices.md
- asterisk-20.4.0/README-addons.txt
- asterisk-20.4.0/README.md
- asterisk-20.4.0/SECURITY.md
- asterisk-20.4.0/UPGRADE.txt
- asterisk-20.4.0/Zaptel-to-DAHDI.txt
- asterisk-20.4.0/addons/
- asterisk-20.4.0/addons/.gitignore
- asterisk-20.4.0/addons/Makefile
- asterisk-20.4.0/addons/chan_mobile.c
- asterisk-20.4.0/addons/chan_ooh323.c
- asterisk-20.4.0/addons/chan_ooh323.h
- asterisk-20.4.0/addons/format_mp3.c
- asterisk-20.4.0/addons/ooh323c/
- asterisk-20.4.0/addons/ooh323c/COPYING
- asterisk-20.4.0/addons/ooh323c/README
- asterisk-20.4.0/addons/ooh323c/src/
- asterisk-20.4.0/addons/ooh323c/src/Makefile.in
- asterisk-20.4.0/addons/ooh323c/src/context.c
- asterisk-20.4.0/addons/ooh323c/src/decode.c
- asterisk-20.4.0/addons/ooh323c/src/dlist.c
- asterisk-20.4.0/addons/ooh323c/src/dlist.h
- asterisk-20.4.0/addons/ooh323c/src/encode.c
- asterisk-20.4.0/addons/ooh323c/src/errmgmt.c
- asterisk-20.4.0/addons/ooh323c/src/eventHandler.c
- asterisk-20.4.0/addons/ooh323c/src/eventHandler.h
- asterisk-20.4.0/addons/ooh323c/src/h323/
- asterisk-20.4.0/addons/ooh323c/src/h323/H235-SECURITY-MESSAGES.h
- asterisk-20.4.0/addons/ooh323c/src/h323/H235-SECURITY-MESSAGESDec.c
- asterisk-20.4.0/addons/ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.c
- asterisk-20.4.0/addons/ooh323c/src/h323/H323-MESSAGES.c
- asterisk-20.4.0/addons/ooh323c/src/h323/H323-MESSAGES.h
- asterisk-20.4.0/addons/ooh323c/src/h323/H323-MESSAGESDec.c
- asterisk-20.4.0/addons/ooh323c/src/h323/H323-MESSAGESEnc.c
- asterisk-20.4.0/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.c
- asterisk-20.4.0/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.h
- asterisk-20.4.0/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.c
- asterisk-20.4.0/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.c
- asterisk-20.4.0/addons/ooh323c/src/memheap.c
- asterisk-20.4.0/addons/ooh323c/src/memheap.h
- asterisk-20.4.0/addons/ooh323c/src/ooCalls.c
- asterisk-20.4.0/addons/ooh323c/src/ooCalls.h
- asterisk-20.4.0/addons/ooh323c/src/ooCapability.c
- asterisk-20.4.0/addons/ooh323c/src/ooCapability.h
- asterisk-20.4.0/addons/ooh323c/src/ooCmdChannel.c
- asterisk-20.4.0/addons/ooh323c/src/ooCmdChannel.h
- asterisk-20.4.0/addons/ooh323c/src/ooCommon.h
- asterisk-20.4.0/addons/ooh323c/src/ooDateTime.c
- asterisk-20.4.0/addons/ooh323c/src/ooDateTime.h
- asterisk-20.4.0/addons/ooh323c/src/ooGkClient.c
- asterisk-20.4.0/addons/ooh323c/src/ooGkClient.h
- asterisk-20.4.0/addons/ooh323c/src/ooLogChan.c
- asterisk-20.4.0/addons/ooh323c/src/ooLogChan.h
- asterisk-20.4.0/addons/ooh323c/src/ooSocket.c
- asterisk-20.4.0/addons/ooh323c/src/ooSocket.h
- asterisk-20.4.0/addons/ooh323c/src/ooStackCmds.c
- asterisk-20.4.0/addons/ooh323c/src/ooStackCmds.h
- asterisk-20.4.0/addons/ooh323c/src/ooTimer.c
- asterisk-20.4.0/addons/ooh323c/src/ooTimer.h
- asterisk-20.4.0/addons/ooh323c/src/ooUtils.c
- asterisk-20.4.0/addons/ooh323c/src/ooUtils.h
- asterisk-20.4.0/addons/ooh323c/src/ooasn1.h
- asterisk-20.4.0/addons/ooh323c/src/oochannels.c
- asterisk-20.4.0/addons/ooh323c/src/oochannels.h
- asterisk-20.4.0/addons/ooh323c/src/ooh245.c
- asterisk-20.4.0/addons/ooh323c/src/ooh245.h
- asterisk-20.4.0/addons/ooh323c/src/ooh323.c
- asterisk-20.4.0/addons/ooh323c/src/ooh323.h
- asterisk-20.4.0/addons/ooh323c/src/ooh323ep.c
- asterisk-20.4.0/addons/ooh323c/src/ooh323ep.h
- asterisk-20.4.0/addons/ooh323c/src/oohdr.h
- asterisk-20.4.0/addons/ooh323c/src/ooper.h
- asterisk-20.4.0/addons/ooh323c/src/ooports.c
- asterisk-20.4.0/addons/ooh323c/src/ooports.h
- asterisk-20.4.0/addons/ooh323c/src/ooq931.c
- asterisk-20.4.0/addons/ooh323c/src/ooq931.h
- asterisk-20.4.0/addons/ooh323c/src/ootrace.c
- asterisk-20.4.0/addons/ooh323c/src/ootrace.h
- asterisk-20.4.0/addons/ooh323c/src/ootypes.h
- asterisk-20.4.0/addons/ooh323c/src/perutil.c
- asterisk-20.4.0/addons/ooh323c/src/printHandler.c
- asterisk-20.4.0/addons/ooh323c/src/printHandler.h
- asterisk-20.4.0/addons/ooh323c/src/rtctype.c
- asterisk-20.4.0/addons/ooh323c/src/rtctype.h
- asterisk-20.4.0/addons/ooh323cDriver.c
- asterisk-20.4.0/addons/ooh323cDriver.h
- asterisk-20.4.0/addons/res_config_mysql.c
- asterisk-20.4.0/agi/
- asterisk-20.4.0/agi/.gitignore
- asterisk-20.4.0/agi/DialAnMp3.agi
- asterisk-20.4.0/agi/Makefile
- asterisk-20.4.0/agi/agi-test.agi
- asterisk-20.4.0/agi/agi.xml
- asterisk-20.4.0/agi/eagi-sphinx-test.c
- asterisk-20.4.0/agi/eagi-test.c
- asterisk-20.4.0/agi/fastagi-test
- asterisk-20.4.0/agi/jukebox.agi
- asterisk-20.4.0/agi/numeralize
- asterisk-20.4.0/apps/
- asterisk-20.4.0/apps/Makefile
- asterisk-20.4.0/apps/app_adsiprog.c
- asterisk-20.4.0/apps/app_agent_pool.c
- asterisk-20.4.0/apps/app_alarmreceiver.c
- asterisk-20.4.0/apps/app_amd.c
- asterisk-20.4.0/apps/app_attended_transfer.c
- asterisk-20.4.0/apps/app_audiosocket.c
- asterisk-20.4.0/apps/app_authenticate.c
- asterisk-20.4.0/apps/app_blind_transfer.c
- asterisk-20.4.0/apps/app_bridgeaddchan.c
- asterisk-20.4.0/apps/app_bridgewait.c
- asterisk-20.4.0/apps/app_broadcast.c
- asterisk-20.4.0/apps/app_cdr.c
- asterisk-20.4.0/apps/app_celgenuserevent.c
- asterisk-20.4.0/apps/app_chanisavail.c
- asterisk-20.4.0/apps/app_channelredirect.c
- asterisk-20.4.0/apps/app_chanspy.c
- asterisk-20.4.0/apps/app_confbridge.c
- asterisk-20.4.0/apps/app_controlplayback.c
- asterisk-20.4.0/apps/app_db.c
- asterisk-20.4.0/apps/app_dial.c
- asterisk-20.4.0/apps/app_dictate.c
- asterisk-20.4.0/apps/app_directed_pickup.c
- asterisk-20.4.0/apps/app_directory.c
- asterisk-20.4.0/apps/app_disa.c
- asterisk-20.4.0/apps/app_dtmfstore.c
- asterisk-20.4.0/apps/app_dumpchan.c
- asterisk-20.4.0/apps/app_echo.c
- asterisk-20.4.0/apps/app_exec.c
- asterisk-20.4.0/apps/app_externalivr.c
- asterisk-20.4.0/apps/app_festival.c
- asterisk-20.4.0/apps/app_flash.c
- asterisk-20.4.0/apps/app_followme.c
- asterisk-20.4.0/apps/app_forkcdr.c
- asterisk-20.4.0/apps/app_getcpeid.c
- asterisk-20.4.0/apps/app_if.c
- asterisk-20.4.0/apps/app_ivrdemo.c
- asterisk-20.4.0/apps/app_jack.c
- asterisk-20.4.0/apps/app_macro.c
- asterisk-20.4.0/apps/app_meetme.c
- asterisk-20.4.0/apps/app_mf.c
- asterisk-20.4.0/apps/app_milliwatt.c
- asterisk-20.4.0/apps/app_minivm.c
- asterisk-20.4.0/apps/app_mixmonitor.c
- asterisk-20.4.0/apps/app_morsecode.c
- asterisk-20.4.0/apps/app_mp3.c
- asterisk-20.4.0/apps/app_originate.c
- asterisk-20.4.0/apps/app_osplookup.c
- asterisk-20.4.0/apps/app_page.c
- asterisk-20.4.0/apps/app_playback.c
- asterisk-20.4.0/apps/app_playtones.c
- asterisk-20.4.0/apps/app_privacy.c
- asterisk-20.4.0/apps/app_queue.c
- asterisk-20.4.0/apps/app_read.c
- asterisk-20.4.0/apps/app_readexten.c
- asterisk-20.4.0/apps/app_record.c
- asterisk-20.4.0/apps/app_reload.c
- asterisk-20.4.0/apps/app_saycounted.c
- asterisk-20.4.0/apps/app_sayunixtime.c
- asterisk-20.4.0/apps/app_senddtmf.c
- asterisk-20.4.0/apps/app_sendtext.c
- asterisk-20.4.0/apps/app_sf.c
- asterisk-20.4.0/apps/app_signal.c
- asterisk-20.4.0/apps/app_skel.c
- asterisk-20.4.0/apps/app_sms.c
- asterisk-20.4.0/apps/app_softhangup.c
- asterisk-20.4.0/apps/app_speech_utils.c
- asterisk-20.4.0/apps/app_stack.c
- asterisk-20.4.0/apps/app_stasis.c
- asterisk-20.4.0/apps/app_statsd.c
- asterisk-20.4.0/apps/app_stream_echo.c
- asterisk-20.4.0/apps/app_system.c
- asterisk-20.4.0/apps/app_talkdetect.c
- asterisk-20.4.0/apps/app_test.c
- asterisk-20.4.0/apps/app_transfer.c
- asterisk-20.4.0/apps/app_userevent.c
- asterisk-20.4.0/apps/app_verbose.c
- asterisk-20.4.0/apps/app_voicemail.c
- asterisk-20.4.0/apps/app_voicemail.exports.in
- asterisk-20.4.0/apps/app_voicemail_imap.c
- asterisk-20.4.0/apps/app_voicemail_imap.exports.in
- asterisk-20.4.0/apps/app_voicemail_odbc.c
- asterisk-20.4.0/apps/app_voicemail_odbc.exports.in
- asterisk-20.4.0/apps/app_waitforcond.c
- asterisk-20.4.0/apps/app_waitforring.c
- asterisk-20.4.0/apps/app_waitforsilence.c
- asterisk-20.4.0/apps/app_waituntil.c
- asterisk-20.4.0/apps/app_while.c
- asterisk-20.4.0/apps/app_zapateller.c
- asterisk-20.4.0/apps/confbridge/
- asterisk-20.4.0/apps/confbridge/conf_chan_announce.c
- asterisk-20.4.0/apps/confbridge/conf_chan_record.c
- asterisk-20.4.0/apps/confbridge/conf_config_parser.c
- asterisk-20.4.0/apps/confbridge/conf_state.c
- asterisk-20.4.0/apps/confbridge/conf_state_empty.c
- asterisk-20.4.0/apps/confbridge/conf_state_inactive.c
- asterisk-20.4.0/apps/confbridge/conf_state_multi.c
- asterisk-20.4.0/apps/confbridge/conf_state_multi_marked.c
- asterisk-20.4.0/apps/confbridge/conf_state_single.c
- asterisk-20.4.0/apps/confbridge/conf_state_single_marked.c
- asterisk-20.4.0/apps/confbridge/confbridge_manager.c
- asterisk-20.4.0/apps/confbridge/include/
- asterisk-20.4.0/apps/confbridge/include/conf_state.h
- asterisk-20.4.0/apps/confbridge/include/confbridge.h
- asterisk-20.4.0/apps/enter.h
- asterisk-20.4.0/apps/leave.h
- asterisk-20.4.0/autoconf/
- asterisk-20.4.0/autoconf/ast_c_compile_check.m4
- asterisk-20.4.0/autoconf/ast_c_declare_check.m4
- asterisk-20.4.0/autoconf/ast_c_define_check.m4
- asterisk-20.4.0/autoconf/ast_check_gnu_make.m4
- asterisk-20.4.0/autoconf/ast_check_mandatory.m4
- asterisk-20.4.0/autoconf/ast_check_osptk.m4
- asterisk-20.4.0/autoconf/ast_check_raii.m4
- asterisk-20.4.0/autoconf/ast_check_strsep_array_bounds.m4
- asterisk-20.4.0/autoconf/ast_ext_lib.m4
- asterisk-20.4.0/autoconf/ast_ext_tool_check.m4
- asterisk-20.4.0/autoconf/ast_func_fork.m4
- asterisk-20.4.0/autoconf/ast_gcc_attribute.m4
- asterisk-20.4.0/autoconf/ast_pkgconfig.m4
- asterisk-20.4.0/autoconf/ast_prog_egrep.m4
- asterisk-20.4.0/autoconf/ast_prog_ld.m4
- asterisk-20.4.0/autoconf/ast_prog_ld_gnu.m4
- asterisk-20.4.0/autoconf/ast_prog_sed.m4
- asterisk-20.4.0/autoconf/ax_pthread.m4
- asterisk-20.4.0/autoconf/libcurl.m4
- asterisk-20.4.0/bootstrap.sh
- asterisk-20.4.0/bridges/
- asterisk-20.4.0/bridges/Makefile
- asterisk-20.4.0/bridges/bridge_builtin_features.c
- asterisk-20.4.0/bridges/bridge_builtin_interval_features.c
- asterisk-20.4.0/bridges/bridge_holding.c
- asterisk-20.4.0/bridges/bridge_native_rtp.c
- asterisk-20.4.0/bridges/bridge_simple.c
- asterisk-20.4.0/bridges/bridge_softmix.c
- asterisk-20.4.0/bridges/bridge_softmix/
- asterisk-20.4.0/bridges/bridge_softmix/bridge_softmix_binaural.c
- asterisk-20.4.0/bridges/bridge_softmix/include/
- asterisk-20.4.0/bridges/bridge_softmix/include/bridge_softmix_internal.h
- asterisk-20.4.0/bridges/bridge_softmix/include/hrirs.h
- asterisk-20.4.0/bridges/bridge_softmix/include/hrirs_configuration.h
- asterisk-20.4.0/bridges/bridges.xml
- asterisk-20.4.0/build_tools/
- asterisk-20.4.0/build_tools/.gitignore
- asterisk-20.4.0/build_tools/cflags-devmode.xml
- asterisk-20.4.0/build_tools/cflags.xml
- asterisk-20.4.0/build_tools/download_externals
- asterisk-20.4.0/build_tools/find_missing_support_level
- asterisk-20.4.0/build_tools/get_documentation
- asterisk-20.4.0/build_tools/get_documentation.py
- asterisk-20.4.0/build_tools/get_makeopts
- asterisk-20.4.0/build_tools/get_moduleinfo
- asterisk-20.4.0/build_tools/install_subst
- asterisk-20.4.0/build_tools/list_valid_installed_externals
- asterisk-20.4.0/build_tools/make_build_h
- asterisk-20.4.0/build_tools/make_buildopts_h
- asterisk-20.4.0/build_tools/make_check_alembic
- asterisk-20.4.0/build_tools/make_defaults_h
- asterisk-20.4.0/build_tools/make_linker_eo_script
- asterisk-20.4.0/build_tools/make_linker_version_script
- asterisk-20.4.0/build_tools/make_sample_voicemail
- asterisk-20.4.0/build_tools/make_version
- asterisk-20.4.0/build_tools/make_version_c
- asterisk-20.4.0/build_tools/make_xml_documentation
- asterisk-20.4.0/build_tools/menuselect-deps.in
- asterisk-20.4.0/build_tools/mkpkgconfig
- asterisk-20.4.0/build_tools/post_process_documentation.py
- asterisk-20.4.0/build_tools/prep_tarball
- asterisk-20.4.0/build_tools/sha1sum-sh
- asterisk-20.4.0/cdr/
- asterisk-20.4.0/cdr/Makefile
- asterisk-20.4.0/cdr/cdr_adaptive_odbc.c
- asterisk-20.4.0/cdr/cdr_beanstalkd.c
- asterisk-20.4.0/cdr/cdr_csv.c
- asterisk-20.4.0/cdr/cdr_custom.c
- asterisk-20.4.0/cdr/cdr_manager.c
- asterisk-20.4.0/cdr/cdr_odbc.c
- asterisk-20.4.0/cdr/cdr_pgsql.c
- asterisk-20.4.0/cdr/cdr_radius.c
- asterisk-20.4.0/cdr/cdr_sqlite3_custom.c
- asterisk-20.4.0/cdr/cdr_tds.c
- asterisk-20.4.0/cel/
- asterisk-20.4.0/cel/Makefile
- asterisk-20.4.0/cel/cel_beanstalkd.c
- asterisk-20.4.0/cel/cel_custom.c
- asterisk-20.4.0/cel/cel_manager.c
- asterisk-20.4.0/cel/cel_odbc.c
- asterisk-20.4.0/cel/cel_pgsql.c
- asterisk-20.4.0/cel/cel_radius.c
- asterisk-20.4.0/cel/cel_sqlite3_custom.c
- asterisk-20.4.0/cel/cel_tds.c
- asterisk-20.4.0/channels/
- asterisk-20.4.0/channels/Makefile
- asterisk-20.4.0/channels/chan_alsa.c
- asterisk-20.4.0/channels/chan_audiosocket.c
- asterisk-20.4.0/channels/chan_bridge_media.c
- asterisk-20.4.0/channels/chan_console.c
- asterisk-20.4.0/channels/chan_dahdi.c
- asterisk-20.4.0/channels/chan_dahdi.h
- asterisk-20.4.0/channels/chan_iax2.c
- asterisk-20.4.0/channels/chan_mgcp.c
- asterisk-20.4.0/channels/chan_motif.c
- asterisk-20.4.0/channels/chan_pjsip.c
- asterisk-20.4.0/channels/chan_rtp.c
- asterisk-20.4.0/channels/chan_sip.c
- asterisk-20.4.0/channels/chan_skinny.c
- asterisk-20.4.0/channels/chan_unistim.c
- asterisk-20.4.0/channels/console_board.c
- asterisk-20.4.0/channels/console_gui.c
- asterisk-20.4.0/channels/console_video.c
- asterisk-20.4.0/channels/console_video.h
- asterisk-20.4.0/channels/dahdi/
- asterisk-20.4.0/channels/dahdi/bridge_native_dahdi.c
- asterisk-20.4.0/channels/dahdi/bridge_native_dahdi.h
- asterisk-20.4.0/channels/iax2/
- asterisk-20.4.0/channels/iax2/codec_pref.c
- asterisk-20.4.0/channels/iax2/firmware.c
- asterisk-20.4.0/channels/iax2/format_compatibility.c
- asterisk-20.4.0/channels/iax2/include/
- asterisk-20.4.0/channels/iax2/include/astobj.h
- asterisk-20.4.0/channels/iax2/include/codec_pref.h
- asterisk-20.4.0/channels/iax2/include/firmware.h
- asterisk-20.4.0/channels/iax2/include/format_compatibility.h
- asterisk-20.4.0/channels/iax2/include/iax2.h
- asterisk-20.4.0/channels/iax2/include/netsock.h
- asterisk-20.4.0/channels/iax2/include/parser.h
- asterisk-20.4.0/channels/iax2/include/provision.h
- asterisk-20.4.0/channels/iax2/netsock.c
- asterisk-20.4.0/channels/iax2/parser.c
- asterisk-20.4.0/channels/iax2/provision.c
- asterisk-20.4.0/channels/pjsip/
- asterisk-20.4.0/channels/pjsip/cli_commands.c
- asterisk-20.4.0/channels/pjsip/dialplan_functions.c
- asterisk-20.4.0/channels/pjsip/include/
- asterisk-20.4.0/channels/pjsip/include/chan_pjsip.h
- asterisk-20.4.0/channels/pjsip/include/cli_functions.h
- asterisk-20.4.0/channels/pjsip/include/dialplan_functions.h
- asterisk-20.4.0/channels/sig_analog.c
- asterisk-20.4.0/channels/sig_analog.h
- asterisk-20.4.0/channels/sig_pri.c
- asterisk-20.4.0/channels/sig_pri.h
- asterisk-20.4.0/channels/sig_ss7.c
- asterisk-20.4.0/channels/sig_ss7.h
- asterisk-20.4.0/channels/sip/
- asterisk-20.4.0/channels/sip/config_parser.c
- asterisk-20.4.0/channels/sip/dialplan_functions.c
- asterisk-20.4.0/channels/sip/include/
- asterisk-20.4.0/channels/sip/include/config_parser.h
- asterisk-20.4.0/channels/sip/include/dialog.h
- asterisk-20.4.0/channels/sip/include/dialplan_functions.h
- asterisk-20.4.0/channels/sip/include/globals.h
- asterisk-20.4.0/channels/sip/include/reqresp_parser.h
- asterisk-20.4.0/channels/sip/include/route.h
- asterisk-20.4.0/channels/sip/include/security_events.h
- asterisk-20.4.0/channels/sip/include/sip.h
- asterisk-20.4.0/channels/sip/include/sip_utils.h
- asterisk-20.4.0/channels/sip/reqresp_parser.c
- asterisk-20.4.0/channels/sip/route.c
- asterisk-20.4.0/channels/sip/security_events.c
- asterisk-20.4.0/channels/sip/utils.c
- asterisk-20.4.0/channels/vcodecs.c
- asterisk-20.4.0/channels/vgrabbers.c
- asterisk-20.4.0/codecs/
- asterisk-20.4.0/codecs/Makefile
- asterisk-20.4.0/codecs/codec_a_mu.c
- asterisk-20.4.0/codecs/codec_adpcm.c
- asterisk-20.4.0/codecs/codec_alaw.c
- asterisk-20.4.0/codecs/codec_codec2.c
- asterisk-20.4.0/codecs/codec_dahdi.c
- asterisk-20.4.0/codecs/codec_g722.c
- asterisk-20.4.0/codecs/codec_g726.c
- asterisk-20.4.0/codecs/codec_gsm.c
- asterisk-20.4.0/codecs/codec_ilbc.c
- asterisk-20.4.0/codecs/codec_lpc10.c
- asterisk-20.4.0/codecs/codec_resample.c
- asterisk-20.4.0/codecs/codec_speex.c
- asterisk-20.4.0/codecs/codec_ulaw.c
- asterisk-20.4.0/codecs/codecs.xml
- asterisk-20.4.0/codecs/ex_adpcm.h
- asterisk-20.4.0/codecs/ex_alaw.h
- asterisk-20.4.0/codecs/ex_codec2.h
- asterisk-20.4.0/codecs/ex_g722.h
- asterisk-20.4.0/codecs/ex_g726.h
- asterisk-20.4.0/codecs/ex_gsm.h
- asterisk-20.4.0/codecs/ex_ilbc.h
- asterisk-20.4.0/codecs/ex_lpc10.h
- asterisk-20.4.0/codecs/ex_speex.h
- asterisk-20.4.0/codecs/ex_ulaw.h
- asterisk-20.4.0/codecs/g722/
- asterisk-20.4.0/codecs/g722/g722.h
- asterisk-20.4.0/codecs/g722/g722_decode.c
- asterisk-20.4.0/codecs/g722/g722_encode.c
- asterisk-20.4.0/codecs/gsm/
- asterisk-20.4.0/codecs/gsm/COPYRIGHT
- asterisk-20.4.0/codecs/gsm/Makefile
- asterisk-20.4.0/codecs/gsm/README
- asterisk-20.4.0/codecs/gsm/inc/
- asterisk-20.4.0/codecs/gsm/inc/config.h
- asterisk-20.4.0/codecs/gsm/inc/gsm.h
- asterisk-20.4.0/codecs/gsm/inc/private.h
- asterisk-20.4.0/codecs/gsm/inc/proto.h
- asterisk-20.4.0/codecs/gsm/inc/unproto.h
- asterisk-20.4.0/codecs/gsm/libgsm.vcproj
- asterisk-20.4.0/codecs/gsm/src/
- asterisk-20.4.0/codecs/gsm/src/add.c
- asterisk-20.4.0/codecs/gsm/src/code.c
- asterisk-20.4.0/codecs/gsm/src/debug.c
- asterisk-20.4.0/codecs/gsm/src/decode.c
- asterisk-20.4.0/codecs/gsm/src/gsm_create.c
- asterisk-20.4.0/codecs/gsm/src/gsm_decode.c
- asterisk-20.4.0/codecs/gsm/src/gsm_destroy.c
- asterisk-20.4.0/codecs/gsm/src/gsm_encode.c
- asterisk-20.4.0/codecs/gsm/src/gsm_explode.c
- asterisk-20.4.0/codecs/gsm/src/gsm_implode.c
- asterisk-20.4.0/codecs/gsm/src/gsm_option.c
- asterisk-20.4.0/codecs/gsm/src/gsm_print.c
- asterisk-20.4.0/codecs/gsm/src/k6opt.h
- asterisk-20.4.0/codecs/gsm/src/k6opt.s
- asterisk-20.4.0/codecs/gsm/src/long_term.c
- asterisk-20.4.0/codecs/gsm/src/lpc.c
- asterisk-20.4.0/codecs/gsm/src/preprocess.c
- asterisk-20.4.0/codecs/gsm/src/rpe.c
- asterisk-20.4.0/codecs/gsm/src/short_term.c
- asterisk-20.4.0/codecs/gsm/src/table.c
- asterisk-20.4.0/codecs/ilbc/
- asterisk-20.4.0/codecs/ilbc/FrameClassify.c
- asterisk-20.4.0/codecs/ilbc/FrameClassify.h
- asterisk-20.4.0/codecs/ilbc/LICENSE
- asterisk-20.4.0/codecs/ilbc/LICENSE_ADDENDUM
- asterisk-20.4.0/codecs/ilbc/LPCdecode.c
- asterisk-20.4.0/codecs/ilbc/LPCdecode.h
- asterisk-20.4.0/codecs/ilbc/LPCencode.c
- asterisk-20.4.0/codecs/ilbc/LPCencode.h
- asterisk-20.4.0/codecs/ilbc/Makefile
- asterisk-20.4.0/codecs/ilbc/PATENTS
- asterisk-20.4.0/codecs/ilbc/StateConstructW.c
- asterisk-20.4.0/codecs/ilbc/StateConstructW.h
- asterisk-20.4.0/codecs/ilbc/StateSearchW.c
- asterisk-20.4.0/codecs/ilbc/StateSearchW.h
- asterisk-20.4.0/codecs/ilbc/anaFilter.c
- asterisk-20.4.0/codecs/ilbc/anaFilter.h
- asterisk-20.4.0/codecs/ilbc/constants.c
- asterisk-20.4.0/codecs/ilbc/constants.h
- asterisk-20.4.0/codecs/ilbc/createCB.c
- asterisk-20.4.0/codecs/ilbc/createCB.h
- asterisk-20.4.0/codecs/ilbc/doCPLC.c
- asterisk-20.4.0/codecs/ilbc/doCPLC.h
- asterisk-20.4.0/codecs/ilbc/enhancer.c
- asterisk-20.4.0/codecs/ilbc/enhancer.h
- asterisk-20.4.0/codecs/ilbc/extract-cfile.awk
- asterisk-20.4.0/codecs/ilbc/filter.c
- asterisk-20.4.0/codecs/ilbc/filter.h
- asterisk-20.4.0/codecs/ilbc/gainquant.c
- asterisk-20.4.0/codecs/ilbc/gainquant.h
- asterisk-20.4.0/codecs/ilbc/getCBvec.c
- asterisk-20.4.0/codecs/ilbc/getCBvec.h
- asterisk-20.4.0/codecs/ilbc/helpfun.c
- asterisk-20.4.0/codecs/ilbc/helpfun.h
- asterisk-20.4.0/codecs/ilbc/hpInput.c
- asterisk-20.4.0/codecs/ilbc/hpInput.h
- asterisk-20.4.0/codecs/ilbc/hpOutput.c
- asterisk-20.4.0/codecs/ilbc/hpOutput.h
- asterisk-20.4.0/codecs/ilbc/iCBConstruct.c
- asterisk-20.4.0/codecs/ilbc/iCBConstruct.h
- asterisk-20.4.0/codecs/ilbc/iCBSearch.c
- asterisk-20.4.0/codecs/ilbc/iCBSearch.h
- asterisk-20.4.0/codecs/ilbc/iLBC_decode.c
- asterisk-20.4.0/codecs/ilbc/iLBC_decode.h
- asterisk-20.4.0/codecs/ilbc/iLBC_define.h
- asterisk-20.4.0/codecs/ilbc/iLBC_encode.c
- asterisk-20.4.0/codecs/ilbc/iLBC_encode.h
- asterisk-20.4.0/codecs/ilbc/iLBC_test.c
- asterisk-20.4.0/codecs/ilbc/lsf.c
- asterisk-20.4.0/codecs/ilbc/lsf.h
- asterisk-20.4.0/codecs/ilbc/packing.c
- asterisk-20.4.0/codecs/ilbc/packing.h
- asterisk-20.4.0/codecs/ilbc/rfc3951.txt
- asterisk-20.4.0/codecs/ilbc/syntFilter.c
- asterisk-20.4.0/codecs/ilbc/syntFilter.h
- asterisk-20.4.0/codecs/log2comp.h
- asterisk-20.4.0/codecs/lpc10/
- asterisk-20.4.0/codecs/lpc10/Makefile
- asterisk-20.4.0/codecs/lpc10/README
- asterisk-20.4.0/codecs/lpc10/analys.c
- asterisk-20.4.0/codecs/lpc10/bsynz.c
- asterisk-20.4.0/codecs/lpc10/chanwr.c
- asterisk-20.4.0/codecs/lpc10/dcbias.c
- asterisk-20.4.0/codecs/lpc10/decode.c
- asterisk-20.4.0/codecs/lpc10/deemp.c
- asterisk-20.4.0/codecs/lpc10/difmag.c
- asterisk-20.4.0/codecs/lpc10/dyptrk.c
- asterisk-20.4.0/codecs/lpc10/encode.c
- asterisk-20.4.0/codecs/lpc10/energy.c
- asterisk-20.4.0/codecs/lpc10/f2c.h
- asterisk-20.4.0/codecs/lpc10/f2clib.c
- asterisk-20.4.0/codecs/lpc10/ham84.c
- asterisk-20.4.0/codecs/lpc10/hp100.c
- asterisk-20.4.0/codecs/lpc10/invert.c
- asterisk-20.4.0/codecs/lpc10/irc2pc.c
- asterisk-20.4.0/codecs/lpc10/ivfilt.c
- asterisk-20.4.0/codecs/lpc10/liblpc10.vcproj
- asterisk-20.4.0/codecs/lpc10/lpc10.h
- asterisk-20.4.0/codecs/lpc10/lpcdec.c
- asterisk-20.4.0/codecs/lpc10/lpcenc.c
- asterisk-20.4.0/codecs/lpc10/lpcini.c
- asterisk-20.4.0/codecs/lpc10/lpfilt.c
- asterisk-20.4.0/codecs/lpc10/median.c
- asterisk-20.4.0/codecs/lpc10/mload.c
- asterisk-20.4.0/codecs/lpc10/onset.c
- asterisk-20.4.0/codecs/lpc10/pitsyn.c
- asterisk-20.4.0/codecs/lpc10/placea.c
- asterisk-20.4.0/codecs/lpc10/placev.c
- asterisk-20.4.0/codecs/lpc10/preemp.c
- asterisk-20.4.0/codecs/lpc10/prepro.c
- asterisk-20.4.0/codecs/lpc10/random.c
- asterisk-20.4.0/codecs/lpc10/rcchk.c
- asterisk-20.4.0/codecs/lpc10/synths.c
- asterisk-20.4.0/codecs/lpc10/tbdm.c
- asterisk-20.4.0/codecs/lpc10/voicin.c
- asterisk-20.4.0/codecs/lpc10/vparms.c
- asterisk-20.4.0/codecs/speex/
- asterisk-20.4.0/codecs/speex/arch.h
- asterisk-20.4.0/codecs/speex/fixed_generic.h
- asterisk-20.4.0/codecs/speex/resample.c
- asterisk-20.4.0/codecs/speex/resample_sse.h
- asterisk-20.4.0/codecs/speex/speex_resampler.h
- asterisk-20.4.0/codecs/speex/stack_alloc.h
- asterisk-20.4.0/config.guess
- asterisk-20.4.0/config.sub
- asterisk-20.4.0/configs/
- asterisk-20.4.0/configs/basic-pbx/
- asterisk-20.4.0/configs/basic-pbx/README
- asterisk-20.4.0/configs/basic-pbx/asterisk.conf
- asterisk-20.4.0/configs/basic-pbx/cdr.conf
- asterisk-20.4.0/configs/basic-pbx/cdr_custom.conf
- asterisk-20.4.0/configs/basic-pbx/confbridge.conf
- asterisk-20.4.0/configs/basic-pbx/extensions.conf
- asterisk-20.4.0/configs/basic-pbx/indications.conf
- asterisk-20.4.0/configs/basic-pbx/logger.conf
- asterisk-20.4.0/configs/basic-pbx/modules.conf
- asterisk-20.4.0/configs/basic-pbx/musiconhold.conf
- asterisk-20.4.0/configs/basic-pbx/pjsip.conf
- asterisk-20.4.0/configs/basic-pbx/pjsip_notify.conf
- asterisk-20.4.0/configs/basic-pbx/queues.conf
- asterisk-20.4.0/configs/basic-pbx/voicemail.conf
- asterisk-20.4.0/configs/samples/
- asterisk-20.4.0/configs/samples/acl.conf.sample
- asterisk-20.4.0/configs/samples/adsi.conf.sample
- asterisk-20.4.0/configs/samples/aeap.conf.sample
- asterisk-20.4.0/configs/samples/agents.conf.sample
- asterisk-20.4.0/configs/samples/alarmreceiver.conf.sample
- asterisk-20.4.0/configs/samples/alsa.conf.sample
- asterisk-20.4.0/configs/samples/amd.conf.sample
- asterisk-20.4.0/configs/samples/app_skel.conf.sample
- asterisk-20.4.0/configs/samples/ari.conf.sample
- asterisk-20.4.0/configs/samples/ast_debug_tools.conf.sample
- asterisk-20.4.0/configs/samples/asterisk.adsi
- asterisk-20.4.0/configs/samples/asterisk.conf.sample
- asterisk-20.4.0/configs/samples/calendar.conf.sample
- asterisk-20.4.0/configs/samples/ccss.conf.sample
- asterisk-20.4.0/configs/samples/cdr.conf.sample
- asterisk-20.4.0/configs/samples/cdr_adaptive_odbc.conf.sample
- asterisk-20.4.0/configs/samples/cdr_beanstalkd.conf.sample
- asterisk-20.4.0/configs/samples/cdr_custom.conf.sample
- asterisk-20.4.0/configs/samples/cdr_manager.conf.sample
- asterisk-20.4.0/configs/samples/cdr_odbc.conf.sample
- asterisk-20.4.0/configs/samples/cdr_pgsql.conf.sample
- asterisk-20.4.0/configs/samples/cdr_sqlite3_custom.conf.sample
- asterisk-20.4.0/configs/samples/cdr_tds.conf.sample
- asterisk-20.4.0/configs/samples/cel.conf.sample
- asterisk-20.4.0/configs/samples/cel_beanstalkd.conf.sample
- asterisk-20.4.0/configs/samples/cel_custom.conf.sample
- asterisk-20.4.0/configs/samples/cel_odbc.conf.sample
- asterisk-20.4.0/configs/samples/cel_pgsql.conf.sample
- asterisk-20.4.0/configs/samples/cel_sqlite3_custom.conf.sample
- asterisk-20.4.0/configs/samples/cel_tds.conf.sample
- asterisk-20.4.0/configs/samples/chan_dahdi.conf.sample
- asterisk-20.4.0/configs/samples/chan_mobile.conf.sample
- asterisk-20.4.0/configs/samples/cli.conf.sample
- asterisk-20.4.0/configs/samples/cli_aliases.conf.sample
- asterisk-20.4.0/configs/samples/cli_permissions.conf.sample
- asterisk-20.4.0/configs/samples/codecs.conf.sample
- asterisk-20.4.0/configs/samples/confbridge.conf.sample
- asterisk-20.4.0/configs/samples/config_test.conf.sample
- asterisk-20.4.0/configs/samples/console.conf.sample
- asterisk-20.4.0/configs/samples/dbsep.conf.sample
- asterisk-20.4.0/configs/samples/dnsmgr.conf.sample
- asterisk-20.4.0/configs/samples/dsp.conf.sample
- asterisk-20.4.0/configs/samples/dundi.conf.sample
- asterisk-20.4.0/configs/samples/enum.conf.sample
- asterisk-20.4.0/configs/samples/extconfig.conf.sample
- asterisk-20.4.0/configs/samples/extensions.ael.sample
- asterisk-20.4.0/configs/samples/extensions.conf.sample
- asterisk-20.4.0/configs/samples/extensions.lua.sample
- asterisk-20.4.0/configs/samples/extensions_minivm.conf.sample
- asterisk-20.4.0/configs/samples/features.conf.sample
- asterisk-20.4.0/configs/samples/festival.conf.sample
- asterisk-20.4.0/configs/samples/followme.conf.sample
- asterisk-20.4.0/configs/samples/func_odbc.conf.sample
- asterisk-20.4.0/configs/samples/geolocation.conf.sample
- asterisk-20.4.0/configs/samples/hep.conf.sample
- asterisk-20.4.0/configs/samples/http.conf.sample
- asterisk-20.4.0/configs/samples/iax.conf.sample
- asterisk-20.4.0/configs/samples/iaxprov.conf.sample
- asterisk-20.4.0/configs/samples/indications.conf.sample
- asterisk-20.4.0/configs/samples/logger.conf.sample
- asterisk-20.4.0/configs/samples/manager.conf.sample
- asterisk-20.4.0/configs/samples/meetme.conf.sample
- asterisk-20.4.0/configs/samples/mgcp.conf.sample
- asterisk-20.4.0/configs/samples/minivm.conf.sample
- asterisk-20.4.0/configs/samples/modules.conf.sample
- asterisk-20.4.0/configs/samples/motif.conf.sample
- asterisk-20.4.0/configs/samples/musiconhold.conf.sample
- asterisk-20.4.0/configs/samples/ooh323.conf.sample
- asterisk-20.4.0/configs/samples/osp.conf.sample
- asterisk-20.4.0/configs/samples/phoneprov.conf.sample
- asterisk-20.4.0/configs/samples/pjproject.conf.sample
- asterisk-20.4.0/configs/samples/pjsip.conf.sample
- asterisk-20.4.0/configs/samples/pjsip_notify.conf.sample
- asterisk-20.4.0/configs/samples/pjsip_wizard.conf.sample
- asterisk-20.4.0/configs/samples/prometheus.conf.sample
- asterisk-20.4.0/configs/samples/queuerules.conf.sample
- asterisk-20.4.0/configs/samples/queues.conf.sample
- asterisk-20.4.0/configs/samples/res_config_mysql.conf.sample
- asterisk-20.4.0/configs/samples/res_config_sqlite3.conf.sample
- asterisk-20.4.0/configs/samples/res_corosync.conf.sample
- asterisk-20.4.0/configs/samples/res_curl.conf.sample
- asterisk-20.4.0/configs/samples/res_fax.conf.sample
- asterisk-20.4.0/configs/samples/res_http_media_cache.conf.sample
- asterisk-20.4.0/configs/samples/res_ldap.conf.sample
- asterisk-20.4.0/configs/samples/res_odbc.conf.sample
- asterisk-20.4.0/configs/samples/res_parking.conf.sample
- asterisk-20.4.0/configs/samples/res_pgsql.conf.sample
- asterisk-20.4.0/configs/samples/res_pktccops.conf.sample
- asterisk-20.4.0/configs/samples/res_snmp.conf.sample
- asterisk-20.4.0/configs/samples/res_stun_monitor.conf.sample
- asterisk-20.4.0/configs/samples/resolver_unbound.conf.sample
- asterisk-20.4.0/configs/samples/rtp.conf.sample
- asterisk-20.4.0/configs/samples/say.conf.sample
- asterisk-20.4.0/configs/samples/sip.conf.sample
- asterisk-20.4.0/configs/samples/sip_notify.conf.sample
- asterisk-20.4.0/configs/samples/skinny.conf.sample
- asterisk-20.4.0/configs/samples/sla.conf.sample
- asterisk-20.4.0/configs/samples/smdi.conf.sample
- asterisk-20.4.0/configs/samples/sorcery.conf.sample
- asterisk-20.4.0/configs/samples/ss7.timers.sample
- asterisk-20.4.0/configs/samples/stasis.conf.sample
- asterisk-20.4.0/configs/samples/statsd.conf.sample
- asterisk-20.4.0/configs/samples/stir_shaken.conf.sample
- asterisk-20.4.0/configs/samples/telcordia-1.adsi
- asterisk-20.4.0/configs/samples/test_sorcery.conf.sample
- asterisk-20.4.0/configs/samples/udptl.conf.sample
- asterisk-20.4.0/configs/samples/unistim.conf.sample
- asterisk-20.4.0/configs/samples/users.conf.sample
- asterisk-20.4.0/configs/samples/voicemail.conf.sample
- asterisk-20.4.0/configs/samples/xmpp.conf.sample
- asterisk-20.4.0/configure
- asterisk-20.4.0/configure.ac
- asterisk-20.4.0/contrib/
- asterisk-20.4.0/contrib/Makefile
- asterisk-20.4.0/contrib/README.festival
- asterisk-20.4.0/contrib/ast-db-manage/
- asterisk-20.4.0/contrib/ast-db-manage/README.md
- asterisk-20.4.0/contrib/ast-db-manage/cdr.ini.sample
- asterisk-20.4.0/contrib/ast-db-manage/cdr/
- asterisk-20.4.0/contrib/ast-db-manage/cdr/env.py
- asterisk-20.4.0/contrib/ast-db-manage/cdr/script.py.mako
- asterisk-20.4.0/contrib/ast-db-manage/cdr/versions/
- asterisk-20.4.0/contrib/ast-db-manage/cdr/versions/210693f3123d_create_cdr_table.py
- asterisk-20.4.0/contrib/ast-db-manage/cdr/versions/54cde9847798_expand_accountcode_to_80.py
- asterisk-20.4.0/contrib/ast-db-manage/config.ini.sample
- asterisk-20.4.0/contrib/ast-db-manage/config/
- asterisk-20.4.0/contrib/ast-db-manage/config/env.py
- asterisk-20.4.0/contrib/ast-db-manage/config/script.py.mako
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/041c0d3d1857_add_dtls_auto_gen_cert.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/0838f8db6a61_pjsip_add_send_contact_status_on_update_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/0be05c3a8225_add_early_media_options.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/0bee61aa9425_allow_180_ringing_with_sdp.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/10aedae86a32_add_outgoing_enum_va.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/136885b81223_add_regcontext_to_pj.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/154177371065_add_default_from_user.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/15b1430ad6f1_add_moh_passthrough_option_to_pjsip.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/15db7b91a97a_add_rtcp_mux.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/164abbd708c_add_auto_info_to_endpoint_dtmf_mode.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/1758e8bbf6b_increase_useragent_column_size.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/189a235b3fd7_add_keep_alive_interval.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/18e0805d367f_max_random_initial_delay.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/19b00bc19b7b_add_suppress_q850_reason_headers_to_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/1ac563b350a8_add_pjsip_trust_send__connected_line.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/1ae0609b6646_increse_reg_server_size.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/1c688d9a003c_pjsip_voicemail_extension.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/1d0e332c32af_create_rls_table.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/1d3ed26d9978_increase_uri_column_size.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/1d50859ed02e_create_accountcode.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/20abce6d1e3c_add_pjsip_identify_by_ip.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/21e526ad3040_add_pjsip_debug_option.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/23530d604b96_add_rpid_immediate.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/26d7f3bf0fa5_add_bind_rtp_to_media_address_to_pjsip.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/26f10cadc157_add_pjsip_timeout_options.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/28887f25a46f_create_queue_tables.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/28ab27a7826d_add_srv_lookups_to_identify.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/28b8e71e541f_add_g726_non_standard.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/28ce1e718f05_add_fatal_response_interval.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/2bb1a85135ad_pjsip_add_use_callerid_contact.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/2d078ec071b7_increaes_contact_column_size.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/2da192dbbc65_add_publish_tables.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/2fc7930b41b3_add_pjsip_endpoint_options_for_12_1.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/31cd4f4891ec_add_auto_dtmf_mode.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/339a3bdf53fc_expand_accountcode_to_80.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/3772f8f828da_update_identify_by.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/3855ee4e5f85_add_missing_pjsip_options.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/39959b9c2566_pjsip_stream_maximum.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/3a094a18e75b_pjsip_add_norefersub.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/3bcc0b5bc2c9_add_allow_reload_to_ps_transports.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/4042a0ff4d9f_add_reason_paused_to_queue_members.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/417c0247fd7e_add_security_negotiation_and_security_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/423f34ad36e2_fix_pjsip_qualify_ti.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/43956d550a44_add_tables_for_pjsip.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/4468b4a91372_add_pjsip_asymmetric_rtp_codec.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/44ccced114ce_add_webrtc.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/461d7d691209_add_pjsip_qualify_timeout.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/465e70e8c337_add_match_header_attribute_to_identify.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/465f47f880be_add_pjsip_google_voice_sip_options.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/498357a710ae_add_rtp_keepalive.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/4a6c67fa9b7a_add_fax_detect_timeout_option.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/4c573e7135bd_fix_tos_field_types.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/4da0c5f79a9c_create_tables.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/4e2493ef32e6_add_contact_user_to_endpoint.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/5139253c0423_make_q_member_uniqueid_autoinc.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/51f8cb66540e_add_further_dtls_options.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/52798ad97bdf_add_pjsip_identify_by_header.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/539f68bede2c_add_peer_supported_to_100rel.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/5813202e92be_add_contact_expiration_check_interval_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/581a4264e537_adding_extensions.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/58e440314c2a_allow_wildcard_certs.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/5950038a6ead_fix_pjsip_verifiy_typo.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/5a2247c957d2_add_aoc_option.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/61797b9fced6_add_stir_shaken.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/65eb22eb195_add_unidentified_request_options_to_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/6d8c104e6184_res_pjsip_add_contact_via_addr_and_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/7197536bb68d_geoloc_endpoint_params.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/79290b511e4b_pjsip_add_disable_rport.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/7f3e21abe318_add_preferred_codec_only_option_to_pjsip.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/7f85dd44c775_fix_suppress_q850_reason_headers.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/80473bad3c16_ignore_183_without_sdp.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/81b01a191a46_pjsip_add_contact_reg_server.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/837aa67461fb_add_pjsip_endpoint_ip_access_control_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/837aa67461fb_ps_contacts_add_authenticate_qualify.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/86bb1efa278d_add_ps_endpoints_refer_blind_progress.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/8915fcc5766f_add_ringinuse_to_queue_members.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/8d478ab86e29_pjsip_add_disable_multi_domain.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/8f72185e437f_res_pjsip_pubsub_add_resource_list_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/8fce4c573e15_add_pjsip_allow_overlap.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/945b1098bdd_add_media_encryption_optimistic_to_pjsip.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/9deac0ae4717_pjsip_add_subscribe_context.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/9f3692b1654b_add_stir_shaken_profile_and_codec_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/a06d8f8462d9_add_t38_bind_udptl_to_media_address.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/a1698e8bb9c5_add_incoming_mwi_mailbox.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/a541e0b5e89_add_pjsip_max_initial_qualify_time.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/a6ef36f1309_ps_globals_add_ignore_uri_user_options.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/b80485ff4dd0_add_pjsip_endpoint_acn_options.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/b83645976fdd_add_dtls_fingerprint_to_ps_endpoints.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/c20d6e3992f4_add_allow_unauthenticated_options.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/c6d929b23a8_create_pjsip_subscription_persistence_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/c7a44a5a0851_pjsip_add_global_mwi_options.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/ccf795ee535f_all_codecs_on_empty_reinvite.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/d39508cb8d8_create_queue_rules.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/d3e4284f8707_add_prune_on_boot_to_ps_subscription_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/d7983954dd96_add_ps_endpoints_notify_early_inuse_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/dbc44d5a908_add_missing_columns_to_sys_and_reg.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/de83fac997e2_add_bundle_to_ps_endpoints.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/e2f04d309071_add_wrapuptime_to_queue_members.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/e658c26033ca_create_history_info_flag.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/e96a0b8071c_increase_pjsip_column_size.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/ef7efc2d3964_ps_contacts_add_endpoint_and_modify_.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/f261363a857f_add_overlap_context.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/f3c0b8695b66_taskprocessor_overload_trigger.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/f3d1c5d38b56_add_prune_on_boot.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/f56d79a9f337_pjsip_create_remove_unavailable.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/f5b0e7427449_add_loop_last_to_res_musiconhold.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/f638dbe2eb23_symmetric_transport.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/fbb7766f17bc_add_playlist_to_moh.py
- asterisk-20.4.0/contrib/ast-db-manage/config/versions/fe6592859b85_fix_mwi_subscribe_replaces_.py
- asterisk-20.4.0/contrib/ast-db-manage/env.py
- asterisk-20.4.0/contrib/ast-db-manage/queue_log.ini.sample
- asterisk-20.4.0/contrib/ast-db-manage/queue_log/
- asterisk-20.4.0/contrib/ast-db-manage/queue_log/env.py
- asterisk-20.4.0/contrib/ast-db-manage/queue_log/script.py.mako
- asterisk-20.4.0/contrib/ast-db-manage/queue_log/versions/
- asterisk-20.4.0/contrib/ast-db-manage/queue_log/versions/4105ee839f58_create_queue_log_table.py
- asterisk-20.4.0/contrib/ast-db-manage/voicemail.ini.sample
- asterisk-20.4.0/contrib/ast-db-manage/voicemail/
- asterisk-20.4.0/contrib/ast-db-manage/voicemail/env.py
- asterisk-20.4.0/contrib/ast-db-manage/voicemail/script.py.mako
- asterisk-20.4.0/contrib/ast-db-manage/voicemail/versions/
- asterisk-20.4.0/contrib/ast-db-manage/voicemail/versions/39428242f7f5_increase_recording_column_size.py
- asterisk-20.4.0/contrib/ast-db-manage/voicemail/versions/a2e9769475e_create_tables.py
- asterisk-20.4.0/contrib/asterisk-ices.xml
- asterisk-20.4.0/contrib/dictionary.digium
- asterisk-20.4.0/contrib/docker/
- asterisk-20.4.0/contrib/docker/Dockerfile.asterisk
- asterisk-20.4.0/contrib/docker/Dockerfile.packager
- asterisk-20.4.0/contrib/docker/README.md
- asterisk-20.4.0/contrib/docker/make-package.sh
- asterisk-20.4.0/contrib/editors/
- asterisk-20.4.0/contrib/editors/ael.vim
- asterisk-20.4.0/contrib/editors/asterisk.vim
- asterisk-20.4.0/contrib/editors/asteriskvm.vim
- asterisk-20.4.0/contrib/festival-1.4.1-diff
- asterisk-20.4.0/contrib/festival-1.4.2.diff
- asterisk-20.4.0/contrib/festival-1.4.3.diff
- asterisk-20.4.0/contrib/festival-1.95.diff
- asterisk-20.4.0/contrib/i18n.testsuite.conf
- asterisk-20.4.0/contrib/init.d/
- asterisk-20.4.0/contrib/init.d/etc_default_asterisk
- asterisk-20.4.0/contrib/init.d/org.asterisk.asterisk.plist
- asterisk-20.4.0/contrib/init.d/org.asterisk.muted.plist
- asterisk-20.4.0/contrib/init.d/rc.archlinux.asterisk
- asterisk-20.4.0/contrib/init.d/rc.debian.asterisk
- asterisk-20.4.0/contrib/init.d/rc.gentoo.asterisk
- asterisk-20.4.0/contrib/init.d/rc.mandriva.asterisk
- asterisk-20.4.0/contrib/init.d/rc.mandriva.zaptel
- asterisk-20.4.0/contrib/init.d/rc.redhat.asterisk
- asterisk-20.4.0/contrib/init.d/rc.slackware.asterisk
- asterisk-20.4.0/contrib/init.d/rc.suse.asterisk
- asterisk-20.4.0/contrib/realtime/
- asterisk-20.4.0/contrib/realtime/mysql/
- asterisk-20.4.0/contrib/realtime/mysql/mysql_cdr.sql
- asterisk-20.4.0/contrib/realtime/mysql/mysql_config.sql
- asterisk-20.4.0/contrib/realtime/mysql/mysql_queue_log.sql
- asterisk-20.4.0/contrib/realtime/mysql/mysql_voicemail.sql
- asterisk-20.4.0/contrib/realtime/postgresql/
- asterisk-20.4.0/contrib/realtime/postgresql/postgresql_cdr.sql
- asterisk-20.4.0/contrib/realtime/postgresql/postgresql_config.sql
- asterisk-20.4.0/contrib/realtime/postgresql/postgresql_queue_log.sql
- asterisk-20.4.0/contrib/realtime/postgresql/postgresql_voicemail.sql
- asterisk-20.4.0/contrib/scripts/
- asterisk-20.4.0/contrib/scripts/README.messages-expire
- asterisk-20.4.0/contrib/scripts/agents.php
- asterisk-20.4.0/contrib/scripts/ast_coredumper
- asterisk-20.4.0/contrib/scripts/ast_grab_core
- asterisk-20.4.0/contrib/scripts/ast_logescalator
- asterisk-20.4.0/contrib/scripts/ast_loggrabber
- asterisk-20.4.0/contrib/scripts/ast_tls_cert
- asterisk-20.4.0/contrib/scripts/astcli
- asterisk-20.4.0/contrib/scripts/asterisk.ldap-schema
- asterisk-20.4.0/contrib/scripts/asterisk.ldif
- asterisk-20.4.0/contrib/scripts/asterisk.logrotate
- asterisk-20.4.0/contrib/scripts/astgenkey
- asterisk-20.4.0/contrib/scripts/astgenkey.8
- asterisk-20.4.0/contrib/scripts/astversion
- asterisk-20.4.0/contrib/scripts/autosupport
- asterisk-20.4.0/contrib/scripts/autosupport.8
- asterisk-20.4.0/contrib/scripts/clang-scan-build
- asterisk-20.4.0/contrib/scripts/dahdi_span_config_hook
- asterisk-20.4.0/contrib/scripts/dbsep.cgi
- asterisk-20.4.0/contrib/scripts/file.convert.sh
- asterisk-20.4.0/contrib/scripts/get_ilbc_source.sh
- asterisk-20.4.0/contrib/scripts/get_mp3_source.sh
- asterisk-20.4.0/contrib/scripts/get_swagger_ui.sh
- asterisk-20.4.0/contrib/scripts/import-cdr-csv-mysql.pl
- asterisk-20.4.0/contrib/scripts/install_prereq
- asterisk-20.4.0/contrib/scripts/live_ast
- asterisk-20.4.0/contrib/scripts/loadtest.tcl
- asterisk-20.4.0/contrib/scripts/lookup.agi
- asterisk-20.4.0/contrib/scripts/managerproxy.pl
- asterisk-20.4.0/contrib/scripts/messages-expire.pl
- asterisk-20.4.0/contrib/scripts/qview.pl
- asterisk-20.4.0/contrib/scripts/refcounter.py
- asterisk-20.4.0/contrib/scripts/reflocks.py
- asterisk-20.4.0/contrib/scripts/refstats.py
- asterisk-20.4.0/contrib/scripts/retrieve_extensions_from_mysql.pl
- asterisk-20.4.0/contrib/scripts/retrieve_extensions_from_sql.pl
- asterisk-20.4.0/contrib/scripts/retrieve_sip_conf_from_mysql.pl
- asterisk-20.4.0/contrib/scripts/safe_asterisk
- asterisk-20.4.0/contrib/scripts/safe_asterisk.8
- asterisk-20.4.0/contrib/scripts/safe_asterisk_restart
- asterisk-20.4.0/contrib/scripts/sip_nat_settings
- asterisk-20.4.0/contrib/scripts/sip_to_pjsip/
- asterisk-20.4.0/contrib/scripts/sip_to_pjsip/astconfigparser.py
- asterisk-20.4.0/contrib/scripts/sip_to_pjsip/astdicts.py
- asterisk-20.4.0/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py
- asterisk-20.4.0/contrib/scripts/sip_to_pjsip/sip_to_pjsql.py
- asterisk-20.4.0/contrib/scripts/sip_to_pjsip/sqlconfigparser.py
- asterisk-20.4.0/contrib/scripts/sipp-sendfax.xml
- asterisk-20.4.0/contrib/scripts/spandspflow2pcap.log
- asterisk-20.4.0/contrib/scripts/spandspflow2pcap.py
- asterisk-20.4.0/contrib/scripts/valgrind_compare
- asterisk-20.4.0/contrib/scripts/vmail.cgi
- asterisk-20.4.0/contrib/scripts/voicemailpwcheck.py
- asterisk-20.4.0/contrib/systemd/
- asterisk-20.4.0/contrib/systemd/README.txt
- asterisk-20.4.0/contrib/systemd/asterisk-ami.socket
- asterisk-20.4.0/contrib/systemd/asterisk-amis.socket
- asterisk-20.4.0/contrib/systemd/asterisk-cli.socket
- asterisk-20.4.0/contrib/systemd/asterisk-http.socket
- asterisk-20.4.0/contrib/systemd/asterisk-https.socket
- asterisk-20.4.0/contrib/systemd/asterisk.service
- asterisk-20.4.0/contrib/systemd/asterisk.socket
- asterisk-20.4.0/contrib/thirdparty/
- asterisk-20.4.0/contrib/thirdparty/spexxilbcfix_xlite.reg
- asterisk-20.4.0/contrib/thirdparty/spexxilbcfix_xpro.reg
- asterisk-20.4.0/contrib/unistimLang/
- asterisk-20.4.0/contrib/unistimLang/en.po
- asterisk-20.4.0/contrib/unistimLang/fr.po
- asterisk-20.4.0/contrib/unistimLang/ru.po
- asterisk-20.4.0/contrib/unistimLang/ru.po.utf8
- asterisk-20.4.0/contrib/upstart/
- asterisk-20.4.0/contrib/upstart/asterisk.upstart-0.3.9
- asterisk-20.4.0/contrib/upstart/asterisk.user.conf
- asterisk-20.4.0/contrib/utils/
- asterisk-20.4.0/contrib/utils/README.rawplayer
- asterisk-20.4.0/contrib/utils/eagi_proxy.c
- asterisk-20.4.0/contrib/utils/rawplayer.c
- asterisk-20.4.0/contrib/utils/zones2indications.c
- asterisk-20.4.0/contrib/valgrind-RedHat-8.0.supp
- asterisk-20.4.0/contrib/valgrind.supp
- asterisk-20.4.0/default.exports
- asterisk-20.4.0/doc/
- asterisk-20.4.0/doc/.gitignore
- asterisk-20.4.0/doc/CODING-GUIDELINES
- asterisk-20.4.0/doc/Doxyfile.in
- asterisk-20.4.0/doc/IAX2-security.pdf
- asterisk-20.4.0/doc/IAX2-security.txt
- asterisk-20.4.0/doc/Makefile
- asterisk-20.4.0/doc/README.txt
- asterisk-20.4.0/doc/aelparse.8
- asterisk-20.4.0/doc/appdocsxml.dtd
- asterisk-20.4.0/doc/appdocsxml.xslt
- asterisk-20.4.0/doc/astdb2bdb.8
- asterisk-20.4.0/doc/astdb2sqlite3.8
- asterisk-20.4.0/doc/asterisk.8
- asterisk-20.4.0/doc/asterisk.sgml
- asterisk-20.4.0/doc/lang/
- asterisk-20.4.0/doc/lang/hebrew.ods
- asterisk-20.4.0/doc/lang/language-criteria.txt
- asterisk-20.4.0/doc/lang/urdu.ods
- asterisk-20.4.0/doc/lang/vietnamese.ods
- asterisk-20.4.0/doc/smsq.8
- asterisk-20.4.0/formats/
- asterisk-20.4.0/formats/Makefile
- asterisk-20.4.0/formats/format_g719.c
- asterisk-20.4.0/formats/format_g723.c
- asterisk-20.4.0/formats/format_g726.c
- asterisk-20.4.0/formats/format_g729.c
- asterisk-20.4.0/formats/format_gsm.c
- asterisk-20.4.0/formats/format_h263.c
- asterisk-20.4.0/formats/format_h264.c
- asterisk-20.4.0/formats/format_ilbc.c
- asterisk-20.4.0/formats/format_ogg_speex.c
- asterisk-20.4.0/formats/format_ogg_vorbis.c
- asterisk-20.4.0/formats/format_pcm.c
- asterisk-20.4.0/formats/format_siren14.c
- asterisk-20.4.0/formats/format_siren7.c
- asterisk-20.4.0/formats/format_sln.c
- asterisk-20.4.0/formats/format_vox.c
- asterisk-20.4.0/formats/format_wav.c
- asterisk-20.4.0/formats/format_wav_gsm.c
- asterisk-20.4.0/formats/msgsm.h
- asterisk-20.4.0/funcs/
- asterisk-20.4.0/funcs/Makefile
- asterisk-20.4.0/funcs/func_aes.c
- asterisk-20.4.0/funcs/func_base64.c
- asterisk-20.4.0/funcs/func_blacklist.c
- asterisk-20.4.0/funcs/func_callcompletion.c
- asterisk-20.4.0/funcs/func_callerid.c
- asterisk-20.4.0/funcs/func_cdr.c
- asterisk-20.4.0/funcs/func_channel.c
- asterisk-20.4.0/funcs/func_config.c
- asterisk-20.4.0/funcs/func_curl.c
- asterisk-20.4.0/funcs/func_cut.c
- asterisk-20.4.0/funcs/func_db.c
- asterisk-20.4.0/funcs/func_devstate.c
- asterisk-20.4.0/funcs/func_dialgroup.c
- asterisk-20.4.0/funcs/func_dialplan.c
- asterisk-20.4.0/funcs/func_enum.c
- asterisk-20.4.0/funcs/func_env.c
- asterisk-20.4.0/funcs/func_evalexten.c
- asterisk-20.4.0/funcs/func_export.c
- asterisk-20.4.0/funcs/func_extstate.c
- asterisk-20.4.0/funcs/func_frame_drop.c
- asterisk-20.4.0/funcs/func_frame_trace.c
- asterisk-20.4.0/funcs/func_global.c
- asterisk-20.4.0/funcs/func_groupcount.c
- asterisk-20.4.0/funcs/func_hangupcause.c
- asterisk-20.4.0/funcs/func_holdintercept.c
- asterisk-20.4.0/funcs/func_iconv.c
- asterisk-20.4.0/funcs/func_jitterbuffer.c
- asterisk-20.4.0/funcs/func_json.c
- asterisk-20.4.0/funcs/func_lock.c
- asterisk-20.4.0/funcs/func_logic.c
- asterisk-20.4.0/funcs/func_math.c
- asterisk-20.4.0/funcs/func_md5.c
- asterisk-20.4.0/funcs/func_module.c
- asterisk-20.4.0/funcs/func_odbc.c
- asterisk-20.4.0/funcs/func_periodic_hook.c
- asterisk-20.4.0/funcs/func_periodic_hook.exports.in
- asterisk-20.4.0/funcs/func_pitchshift.c
- asterisk-20.4.0/funcs/func_pjsip_aor.c
- asterisk-20.4.0/funcs/func_pjsip_contact.c
- asterisk-20.4.0/funcs/func_pjsip_endpoint.c
- asterisk-20.4.0/funcs/func_presencestate.c
- asterisk-20.4.0/funcs/func_rand.c
- asterisk-20.4.0/funcs/func_realtime.c
- asterisk-20.4.0/funcs/func_sayfiles.c
- asterisk-20.4.0/funcs/func_scramble.c
- asterisk-20.4.0/funcs/func_sha1.c
- asterisk-20.4.0/funcs/func_shell.c
- asterisk-20.4.0/funcs/func_sorcery.c
- asterisk-20.4.0/funcs/func_speex.c
- asterisk-20.4.0/funcs/func_sprintf.c
- asterisk-20.4.0/funcs/func_srv.c
- asterisk-20.4.0/funcs/func_strings.c
- asterisk-20.4.0/funcs/func_sysinfo.c
- asterisk-20.4.0/funcs/func_talkdetect.c
- asterisk-20.4.0/funcs/func_timeout.c
- asterisk-20.4.0/funcs/func_uri.c
- asterisk-20.4.0/funcs/func_version.c
- asterisk-20.4.0/funcs/func_vmcount.c
- asterisk-20.4.0/funcs/func_volume.c
- asterisk-20.4.0/images/
- asterisk-20.4.0/images/animlogo.gif
- asterisk-20.4.0/images/asterisk-intro.jpg
- asterisk-20.4.0/images/font.png
- asterisk-20.4.0/images/kpad2.jpg
- asterisk-20.4.0/images/play.gif
- asterisk-20.4.0/include/
- asterisk-20.4.0/include/asterisk.h
- asterisk-20.4.0/include/asterisk/
- asterisk-20.4.0/include/asterisk/.gitignore
- asterisk-20.4.0/include/asterisk/_private.h
- asterisk-20.4.0/include/asterisk/abstract_jb.h
- asterisk-20.4.0/include/asterisk/acl.h
- asterisk-20.4.0/include/asterisk/adsi.h
- asterisk-20.4.0/include/asterisk/ael_structs.h
- asterisk-20.4.0/include/asterisk/agi.h
- asterisk-20.4.0/include/asterisk/alaw.h
- asterisk-20.4.0/include/asterisk/alertpipe.h
- asterisk-20.4.0/include/asterisk/aoc.h
- asterisk-20.4.0/include/asterisk/app.h
- asterisk-20.4.0/include/asterisk/ari.h
- asterisk-20.4.0/include/asterisk/ast_expr.h
- asterisk-20.4.0/include/asterisk/ast_version.h
- asterisk-20.4.0/include/asterisk/astdb.h
- asterisk-20.4.0/include/asterisk/astmm.h
- asterisk-20.4.0/include/asterisk/astobj2.h
- asterisk-20.4.0/include/asterisk/audiohook.h
- asterisk-20.4.0/include/asterisk/autochan.h
- asterisk-20.4.0/include/asterisk/autoconfig.h.in
- asterisk-20.4.0/include/asterisk/backtrace.h
- asterisk-20.4.0/include/asterisk/beep.h
- asterisk-20.4.0/include/asterisk/bridge.h
- asterisk-20.4.0/include/asterisk/bridge_after.h
- asterisk-20.4.0/include/asterisk/bridge_basic.h
- asterisk-20.4.0/include/asterisk/bridge_channel.h
- asterisk-20.4.0/include/asterisk/bridge_channel_internal.h
- asterisk-20.4.0/include/asterisk/bridge_features.h
- asterisk-20.4.0/include/asterisk/bridge_internal.h
- asterisk-20.4.0/include/asterisk/bridge_roles.h
- asterisk-20.4.0/include/asterisk/bridge_technology.h
- asterisk-20.4.0/include/asterisk/bucket.h
- asterisk-20.4.0/include/asterisk/buildinfo.h
- asterisk-20.4.0/include/asterisk/calendar.h
- asterisk-20.4.0/include/asterisk/callerid.h
- asterisk-20.4.0/include/asterisk/causes.h
- asterisk-20.4.0/include/asterisk/ccss.h
- asterisk-20.4.0/include/asterisk/cdr.h
- asterisk-20.4.0/include/asterisk/cel.h
- asterisk-20.4.0/include/asterisk/celt.h
- asterisk-20.4.0/include/asterisk/channel.h
- asterisk-20.4.0/include/asterisk/channel_internal.h
- asterisk-20.4.0/include/asterisk/channelstate.h
- asterisk-20.4.0/include/asterisk/chanvars.h
- asterisk-20.4.0/include/asterisk/cli.h
- asterisk-20.4.0/include/asterisk/codec.h
- asterisk-20.4.0/include/asterisk/compat.h
- asterisk-20.4.0/include/asterisk/compiler.h
- asterisk-20.4.0/include/asterisk/config.h
- asterisk-20.4.0/include/asterisk/config_options.h
- asterisk-20.4.0/include/asterisk/conversions.h
- asterisk-20.4.0/include/asterisk/core_local.h
- asterisk-20.4.0/include/asterisk/core_unreal.h
- asterisk-20.4.0/include/asterisk/crypto.h
- asterisk-20.4.0/include/asterisk/data_buffer.h
- asterisk-20.4.0/include/asterisk/datastore.h
- asterisk-20.4.0/include/asterisk/devicestate.h
- asterisk-20.4.0/include/asterisk/dial.h
- asterisk-20.4.0/include/asterisk/dlinkedlists.h
- asterisk-20.4.0/include/asterisk/dns.h
- asterisk-20.4.0/include/asterisk/dns_core.h
- asterisk-20.4.0/include/asterisk/dns_internal.h
- asterisk-20.4.0/include/asterisk/dns_naptr.h
- asterisk-20.4.0/include/asterisk/dns_query_set.h
- asterisk-20.4.0/include/asterisk/dns_recurring.h
- asterisk-20.4.0/include/asterisk/dns_resolver.h
- asterisk-20.4.0/include/asterisk/dns_srv.h
- asterisk-20.4.0/include/asterisk/dns_test.h
- asterisk-20.4.0/include/asterisk/dns_tlsa.h
- asterisk-20.4.0/include/asterisk/dns_txt.h
- asterisk-20.4.0/include/asterisk/dnsmgr.h
- asterisk-20.4.0/include/asterisk/doxygen/
- asterisk-20.4.0/include/asterisk/doxygen/architecture.h
- asterisk-20.4.0/include/asterisk/doxygen/licensing.h
- asterisk-20.4.0/include/asterisk/doxyref.h
- asterisk-20.4.0/include/asterisk/dsp.h
- asterisk-20.4.0/include/asterisk/dundi.h
- asterisk-20.4.0/include/asterisk/endian.h
- asterisk-20.4.0/include/asterisk/endpoints.h
- asterisk-20.4.0/include/asterisk/enum.h
- asterisk-20.4.0/include/asterisk/event.h
- asterisk-20.4.0/include/asterisk/event_defs.h
- asterisk-20.4.0/include/asterisk/extconf.h
- asterisk-20.4.0/include/asterisk/features.h
- asterisk-20.4.0/include/asterisk/features_config.h
- asterisk-20.4.0/include/asterisk/file.h
- asterisk-20.4.0/include/asterisk/format.h
- asterisk-20.4.0/include/asterisk/format_cache.h
- asterisk-20.4.0/include/asterisk/format_cap.h
- asterisk-20.4.0/include/asterisk/format_compatibility.h
- asterisk-20.4.0/include/asterisk/frame.h
- asterisk-20.4.0/include/asterisk/framehook.h
- asterisk-20.4.0/include/asterisk/fskmodem.h
- asterisk-20.4.0/include/asterisk/fskmodem_float.h
- asterisk-20.4.0/include/asterisk/fskmodem_int.h
- asterisk-20.4.0/include/asterisk/global_datastores.h
- asterisk-20.4.0/include/asterisk/hashtab.h
- asterisk-20.4.0/include/asterisk/heap.h
- asterisk-20.4.0/include/asterisk/http.h
- asterisk-20.4.0/include/asterisk/http_websocket.h
- asterisk-20.4.0/include/asterisk/ilbc.h
- asterisk-20.4.0/include/asterisk/image.h
- asterisk-20.4.0/include/asterisk/indications.h
- asterisk-20.4.0/include/asterisk/inline_api.h
- asterisk-20.4.0/include/asterisk/io.h
- asterisk-20.4.0/include/asterisk/iostream.h
- asterisk-20.4.0/include/asterisk/json.h
- asterisk-20.4.0/include/asterisk/linkedlists.h
- asterisk-20.4.0/include/asterisk/localtime.h
- asterisk-20.4.0/include/asterisk/lock.h
- asterisk-20.4.0/include/asterisk/logger.h
- asterisk-20.4.0/include/asterisk/logger_category.h
- asterisk-20.4.0/include/asterisk/manager.h
- asterisk-20.4.0/include/asterisk/max_forwards.h
- asterisk-20.4.0/include/asterisk/md5.h
- asterisk-20.4.0/include/asterisk/media_cache.h
- asterisk-20.4.0/include/asterisk/media_index.h
- asterisk-20.4.0/include/asterisk/message.h
- asterisk-20.4.0/include/asterisk/mixmonitor.h
- asterisk-20.4.0/include/asterisk/mod_format.h
- asterisk-20.4.0/include/asterisk/module.h
- asterisk-20.4.0/include/asterisk/monitor.h
- asterisk-20.4.0/include/asterisk/multicast_rtp.h
- asterisk-20.4.0/include/asterisk/musiconhold.h
- asterisk-20.4.0/include/asterisk/mwi.h
- asterisk-20.4.0/include/asterisk/named_locks.h
- asterisk-20.4.0/include/asterisk/netsock2.h
- asterisk-20.4.0/include/asterisk/network.h
- asterisk-20.4.0/include/asterisk/optional_api.h
- asterisk-20.4.0/include/asterisk/options.h
- asterisk-20.4.0/include/asterisk/opus.h
- asterisk-20.4.0/include/asterisk/parking.h
- asterisk-20.4.0/include/asterisk/paths.h
- asterisk-20.4.0/include/asterisk/pbx.h
- asterisk-20.4.0/include/asterisk/phoneprov.h
- asterisk-20.4.0/include/asterisk/pickup.h
- asterisk-20.4.0/include/asterisk/pktccops.h
- asterisk-20.4.0/include/asterisk/plc.h
- asterisk-20.4.0/include/asterisk/poll-compat.h
- asterisk-20.4.0/include/asterisk/presencestate.h
- asterisk-20.4.0/include/asterisk/privacy.h
- asterisk-20.4.0/include/asterisk/pval.h
- asterisk-20.4.0/include/asterisk/res_aeap.h
- asterisk-20.4.0/include/asterisk/res_aeap_message.h
- asterisk-20.4.0/include/asterisk/res_audiosocket.h
- asterisk-20.4.0/include/asterisk/res_fax.h
- asterisk-20.4.0/include/asterisk/res_geolocation.h
- asterisk-20.4.0/include/asterisk/res_hep.h
- asterisk-20.4.0/include/asterisk/res_mwi_external.h
- asterisk-20.4.0/include/asterisk/res_odbc.h
- asterisk-20.4.0/include/asterisk/res_odbc_transaction.h
- asterisk-20.4.0/include/asterisk/res_pjproject.h
- asterisk-20.4.0/include/asterisk/res_pjsip.h
- asterisk-20.4.0/include/asterisk/res_pjsip_body_generator_types.h
- asterisk-20.4.0/include/asterisk/res_pjsip_cli.h
- asterisk-20.4.0/include/asterisk/res_pjsip_outbound_publish.h
- asterisk-20.4.0/include/asterisk/res_pjsip_presence_xml.h
- asterisk-20.4.0/include/asterisk/res_pjsip_pubsub.h
- asterisk-20.4.0/include/asterisk/res_pjsip_session.h
- asterisk-20.4.0/include/asterisk/res_pjsip_session_caps.h
- asterisk-20.4.0/include/asterisk/res_prometheus.h
- asterisk-20.4.0/include/asterisk/res_srtp.h
- asterisk-20.4.0/include/asterisk/res_stir_shaken.h
- asterisk-20.4.0/include/asterisk/rtp_engine.h
- asterisk-20.4.0/include/asterisk/say.h
- asterisk-20.4.0/include/asterisk/sched.h
- asterisk-20.4.0/include/asterisk/sdp_srtp.h
- asterisk-20.4.0/include/asterisk/security_events.h
- asterisk-20.4.0/include/asterisk/security_events_defs.h
- asterisk-20.4.0/include/asterisk/select.h
- asterisk-20.4.0/include/asterisk/sem.h
- asterisk-20.4.0/include/asterisk/serializer.h
- asterisk-20.4.0/include/asterisk/sha1.h
- asterisk-20.4.0/include/asterisk/silk.h
- asterisk-20.4.0/include/asterisk/sip_api.h
- asterisk-20.4.0/include/asterisk/slin.h
- asterisk-20.4.0/include/asterisk/slinfactory.h
- asterisk-20.4.0/include/asterisk/smdi.h
- asterisk-20.4.0/include/asterisk/smoother.h
- asterisk-20.4.0/include/asterisk/sorcery.h
- asterisk-20.4.0/include/asterisk/sounds_index.h
- asterisk-20.4.0/include/asterisk/speech.h
- asterisk-20.4.0/include/asterisk/spinlock.h
- asterisk-20.4.0/include/asterisk/srv.h
- asterisk-20.4.0/include/asterisk/stasis.h
- asterisk-20.4.0/include/asterisk/stasis_app.h
- asterisk-20.4.0/include/asterisk/stasis_app_device_state.h
- asterisk-20.4.0/include/asterisk/stasis_app_impl.h
- asterisk-20.4.0/include/asterisk/stasis_app_mailbox.h
- asterisk-20.4.0/include/asterisk/stasis_app_playback.h
- asterisk-20.4.0/include/asterisk/stasis_app_recording.h
- asterisk-20.4.0/include/asterisk/stasis_app_snoop.h
- asterisk-20.4.0/include/asterisk/stasis_bridges.h
- asterisk-20.4.0/include/asterisk/stasis_cache_pattern.h
- asterisk-20.4.0/include/asterisk/stasis_channels.h
- asterisk-20.4.0/include/asterisk/stasis_endpoints.h
- asterisk-20.4.0/include/asterisk/stasis_internal.h
- asterisk-20.4.0/include/asterisk/stasis_message_router.h
- asterisk-20.4.0/include/asterisk/stasis_state.h
- asterisk-20.4.0/include/asterisk/stasis_system.h
- asterisk-20.4.0/include/asterisk/stasis_test.h
- asterisk-20.4.0/include/asterisk/statsd.h
- asterisk-20.4.0/include/asterisk/stream.h
- asterisk-20.4.0/include/asterisk/stringfields.h
- asterisk-20.4.0/include/asterisk/strings.h
- asterisk-20.4.0/include/asterisk/stun.h
- asterisk-20.4.0/include/asterisk/syslog.h
- asterisk-20.4.0/include/asterisk/taskprocessor.h
- asterisk-20.4.0/include/asterisk/tcptls.h
- asterisk-20.4.0/include/asterisk/tdd.h
- asterisk-20.4.0/include/asterisk/term.h
- asterisk-20.4.0/include/asterisk/test.h
- asterisk-20.4.0/include/asterisk/threadpool.h
- asterisk-20.4.0/include/asterisk/threadstorage.h
- asterisk-20.4.0/include/asterisk/time.h
- asterisk-20.4.0/include/asterisk/timing.h
- asterisk-20.4.0/include/asterisk/transcap.h
- asterisk-20.4.0/include/asterisk/translate.h
- asterisk-20.4.0/include/asterisk/udptl.h
- asterisk-20.4.0/include/asterisk/ulaw.h
- asterisk-20.4.0/include/asterisk/unaligned.h
- asterisk-20.4.0/include/asterisk/uri.h
- asterisk-20.4.0/include/asterisk/utf8.h
- asterisk-20.4.0/include/asterisk/utils.h
- asterisk-20.4.0/include/asterisk/uuid.h
- asterisk-20.4.0/include/asterisk/vector.h
- asterisk-20.4.0/include/asterisk/version.h
- asterisk-20.4.0/include/asterisk/xml.h
- asterisk-20.4.0/include/asterisk/xmldoc.h
- asterisk-20.4.0/include/asterisk/xmpp.h
- asterisk-20.4.0/include/jitterbuf.h
- asterisk-20.4.0/include/solaris-compat/
- asterisk-20.4.0/include/solaris-compat/compat.h
- asterisk-20.4.0/include/solaris-compat/sys/
- asterisk-20.4.0/include/solaris-compat/sys/cdefs.h
- asterisk-20.4.0/include/solaris-compat/sys/queue.h
- asterisk-20.4.0/install-sh
- asterisk-20.4.0/main/
- asterisk-20.4.0/main/.gitignore
- asterisk-20.4.0/main/Makefile
- asterisk-20.4.0/main/abstract_jb.c
- asterisk-20.4.0/main/acl.c
- asterisk-20.4.0/main/adsi.c
- asterisk-20.4.0/main/alaw.c
- asterisk-20.4.0/main/alertpipe.c
- asterisk-20.4.0/main/aoc.c
- asterisk-20.4.0/main/app.c
- asterisk-20.4.0/main/ast_expr2.c
- asterisk-20.4.0/main/ast_expr2.fl
- asterisk-20.4.0/main/ast_expr2.h
- asterisk-20.4.0/main/ast_expr2.y
- asterisk-20.4.0/main/ast_expr2f.c
- asterisk-20.4.0/main/asterisk.c
- asterisk-20.4.0/main/asterisk.dynamics
- asterisk-20.4.0/main/asterisk.exports.in
- asterisk-20.4.0/main/astfd.c
- asterisk-20.4.0/main/astmm.c
- asterisk-20.4.0/main/astobj2.c
- asterisk-20.4.0/main/astobj2_container.c
- asterisk-20.4.0/main/astobj2_container_private.h
- asterisk-20.4.0/main/astobj2_global.c
- asterisk-20.4.0/main/astobj2_hash.c
- asterisk-20.4.0/main/astobj2_private.h
- asterisk-20.4.0/main/astobj2_rbtree.c
- asterisk-20.4.0/main/audiohook.c
- asterisk-20.4.0/main/autochan.c
- asterisk-20.4.0/main/autoservice.c
- asterisk-20.4.0/main/backtrace.c
- asterisk-20.4.0/main/bridge.c
- asterisk-20.4.0/main/bridge_after.c
- asterisk-20.4.0/main/bridge_basic.c
- asterisk-20.4.0/main/bridge_channel.c
- asterisk-20.4.0/main/bridge_roles.c
- asterisk-20.4.0/main/bucket.c
- asterisk-20.4.0/main/buildinfo.c
- asterisk-20.4.0/main/callerid.c
- asterisk-20.4.0/main/ccss.c
- asterisk-20.4.0/main/cdr.c
- asterisk-20.4.0/main/cel.c
- asterisk-20.4.0/main/channel.c
- asterisk-20.4.0/main/channel_internal_api.c
- asterisk-20.4.0/main/chanvars.c
- asterisk-20.4.0/main/cli.c
- asterisk-20.4.0/main/codec.c
- asterisk-20.4.0/main/codec_builtin.c
- asterisk-20.4.0/main/config.c
- asterisk-20.4.0/main/config_options.c
- asterisk-20.4.0/main/conversions.c
- asterisk-20.4.0/main/core_local.c
- asterisk-20.4.0/main/core_unreal.c
- asterisk-20.4.0/main/crypt.c
- asterisk-20.4.0/main/cygload.c
- asterisk-20.4.0/main/data_buffer.c
- asterisk-20.4.0/main/datastore.c
- asterisk-20.4.0/main/db.c
- asterisk-20.4.0/main/devicestate.c
- asterisk-20.4.0/main/dial.c
- asterisk-20.4.0/main/dns.c
- asterisk-20.4.0/main/dns_core.c
- asterisk-20.4.0/main/dns_naptr.c
- asterisk-20.4.0/main/dns_query_set.c
- asterisk-20.4.0/main/dns_recurring.c
- asterisk-20.4.0/main/dns_srv.c
- asterisk-20.4.0/main/dns_system_resolver.c
- asterisk-20.4.0/main/dns_test.c
- asterisk-20.4.0/main/dns_tlsa.c
- asterisk-20.4.0/main/dns_txt.c
- asterisk-20.4.0/main/dnsmgr.c
- asterisk-20.4.0/main/dsp.c
- asterisk-20.4.0/main/ecdisa.h
- asterisk-20.4.0/main/endpoints.c
- asterisk-20.4.0/main/enum.c
- asterisk-20.4.0/main/event.c
- asterisk-20.4.0/main/features.c
- asterisk-20.4.0/main/features_config.c
- asterisk-20.4.0/main/features_config.h
- asterisk-20.4.0/main/file.c
- asterisk-20.4.0/main/fixedjitterbuf.c
- asterisk-20.4.0/main/fixedjitterbuf.h
- asterisk-20.4.0/main/format.c
- asterisk-20.4.0/main/format_cache.c
- asterisk-20.4.0/main/format_cap.c
- asterisk-20.4.0/main/format_compatibility.c
- asterisk-20.4.0/main/frame.c
- asterisk-20.4.0/main/framehook.c
- asterisk-20.4.0/main/fskmodem.c
- asterisk-20.4.0/main/fskmodem_float.c
- asterisk-20.4.0/main/fskmodem_int.c
- asterisk-20.4.0/main/global_datastores.c
- asterisk-20.4.0/main/hashtab.c
- asterisk-20.4.0/main/heap.c
- asterisk-20.4.0/main/http.c
- asterisk-20.4.0/main/image.c
- asterisk-20.4.0/main/indications.c
- asterisk-20.4.0/main/io.c
- asterisk-20.4.0/main/iostream.c
- asterisk-20.4.0/main/jitterbuf.c
- asterisk-20.4.0/main/json.c
- asterisk-20.4.0/main/libasteriskpj.c
- asterisk-20.4.0/main/libasteriskssl.c
- asterisk-20.4.0/main/libasteriskssl.exports.in
- asterisk-20.4.0/main/loader.c
- asterisk-20.4.0/main/lock.c
- asterisk-20.4.0/main/logger.c
- asterisk-20.4.0/main/logger_category.c
- asterisk-20.4.0/main/manager.c
- asterisk-20.4.0/main/manager_bridges.c
- asterisk-20.4.0/main/manager_channels.c
- asterisk-20.4.0/main/manager_endpoints.c
- asterisk-20.4.0/main/manager_mwi.c
- asterisk-20.4.0/main/manager_system.c
- asterisk-20.4.0/main/max_forwards.c
- asterisk-20.4.0/main/md5.c
- asterisk-20.4.0/main/media_cache.c
- asterisk-20.4.0/main/media_index.c
- asterisk-20.4.0/main/message.c
- asterisk-20.4.0/main/mixmonitor.c
- asterisk-20.4.0/main/mwi.c
- asterisk-20.4.0/main/named_acl.c
- asterisk-20.4.0/main/named_locks.c
- asterisk-20.4.0/main/netsock2.c
- asterisk-20.4.0/main/optional_api.c
- asterisk-20.4.0/main/options.c
- asterisk-20.4.0/main/parking.c
- asterisk-20.4.0/main/pbx.c
- asterisk-20.4.0/main/pbx_app.c
- asterisk-20.4.0/main/pbx_builtins.c
- asterisk-20.4.0/main/pbx_functions.c
- asterisk-20.4.0/main/pbx_hangup_handler.c
- asterisk-20.4.0/main/pbx_ignorepat.c
- asterisk-20.4.0/main/pbx_include.c
- asterisk-20.4.0/main/pbx_private.h
- asterisk-20.4.0/main/pbx_sw.c
- asterisk-20.4.0/main/pbx_switch.c
- asterisk-20.4.0/main/pbx_timing.c
- asterisk-20.4.0/main/pbx_variables.c
- asterisk-20.4.0/main/pickup.c
- asterisk-20.4.0/main/plc.c
- asterisk-20.4.0/main/poll.c
- asterisk-20.4.0/main/presencestate.c
- asterisk-20.4.0/main/privacy.c
- asterisk-20.4.0/main/rtp_engine.c
- asterisk-20.4.0/main/say.c
- asterisk-20.4.0/main/sched.c
- asterisk-20.4.0/main/sdp_srtp.c
- asterisk-20.4.0/main/security_events.c
- asterisk-20.4.0/main/sem.c
- asterisk-20.4.0/main/serializer.c
- asterisk-20.4.0/main/sha1.c
- asterisk-20.4.0/main/sip_api.c
- asterisk-20.4.0/main/slinfactory.c
- asterisk-20.4.0/main/smoother.c
- asterisk-20.4.0/main/sorcery.c
- asterisk-20.4.0/main/sounds.c
- asterisk-20.4.0/main/srv.c
- asterisk-20.4.0/main/stasis.c
- asterisk-20.4.0/main/stasis_bridges.c
- asterisk-20.4.0/main/stasis_cache.c
- asterisk-20.4.0/main/stasis_cache_pattern.c
- asterisk-20.4.0/main/stasis_channels.c
- asterisk-20.4.0/main/stasis_endpoints.c
- asterisk-20.4.0/main/stasis_message.c
- asterisk-20.4.0/main/stasis_message_router.c
- asterisk-20.4.0/main/stasis_state.c
- asterisk-20.4.0/main/stasis_system.c
- asterisk-20.4.0/main/stdtime/
- asterisk-20.4.0/main/stdtime/Makefile
- asterisk-20.4.0/main/stdtime/localtime.c
- asterisk-20.4.0/main/stdtime/private.h
- asterisk-20.4.0/main/stdtime/test.c
- asterisk-20.4.0/main/stdtime/tzfile.h
- asterisk-20.4.0/main/strcompat.c
- asterisk-20.4.0/main/stream.c
- asterisk-20.4.0/main/stringfields.c
- asterisk-20.4.0/main/strings.c
- asterisk-20.4.0/main/stun.c
- asterisk-20.4.0/main/syslog.c
- asterisk-20.4.0/main/taskprocessor.c
- asterisk-20.4.0/main/tcptls.c
- asterisk-20.4.0/main/tdd.c
- asterisk-20.4.0/main/term.c
- asterisk-20.4.0/main/test.c
- asterisk-20.4.0/main/threadpool.c
- asterisk-20.4.0/main/threadstorage.c
- asterisk-20.4.0/main/time.c
- asterisk-20.4.0/main/timing.c
- asterisk-20.4.0/main/translate.c
- asterisk-20.4.0/main/udptl.c
- asterisk-20.4.0/main/ulaw.c
- asterisk-20.4.0/main/uri.c
- asterisk-20.4.0/main/utf8.c
- asterisk-20.4.0/main/utils.c
- asterisk-20.4.0/main/uuid.c
- asterisk-20.4.0/main/xml.c
- asterisk-20.4.0/main/xmldoc.c
- asterisk-20.4.0/makeopts.in
- asterisk-20.4.0/menuselect/
- asterisk-20.4.0/menuselect/.gitignore
- asterisk-20.4.0/menuselect/Makefile
- asterisk-20.4.0/menuselect/README
- asterisk-20.4.0/menuselect/autoconfig.h.in
- asterisk-20.4.0/menuselect/config.guess
- asterisk-20.4.0/menuselect/config.sub
- asterisk-20.4.0/menuselect/configure
- asterisk-20.4.0/menuselect/configure.ac
- asterisk-20.4.0/menuselect/contrib/
- asterisk-20.4.0/menuselect/contrib/Makefile-dummy
- asterisk-20.4.0/menuselect/contrib/menuselect-dummy
- asterisk-20.4.0/menuselect/example_menuselect-tree
- asterisk-20.4.0/menuselect/install-sh
- asterisk-20.4.0/menuselect/linkedlists.h
- asterisk-20.4.0/menuselect/make_version
- asterisk-20.4.0/menuselect/makeopts.in
- asterisk-20.4.0/menuselect/menuselect.c
- asterisk-20.4.0/menuselect/menuselect.h
- asterisk-20.4.0/menuselect/menuselect_curses.c
- asterisk-20.4.0/menuselect/menuselect_gtk.c
- asterisk-20.4.0/menuselect/menuselect_newt.c
- asterisk-20.4.0/menuselect/menuselect_stub.c
- asterisk-20.4.0/menuselect/missing
- asterisk-20.4.0/menuselect/strcompat.c
- asterisk-20.4.0/menuselect/test/
- asterisk-20.4.0/menuselect/test/build_tools/
- asterisk-20.4.0/menuselect/test/build_tools/menuselect-deps
- asterisk-20.4.0/menuselect/test/menuselect-tree
- asterisk-20.4.0/missing
- asterisk-20.4.0/mkinstalldirs
- asterisk-20.4.0/pbx/
- asterisk-20.4.0/pbx/Makefile
- asterisk-20.4.0/pbx/ael/
- asterisk-20.4.0/pbx/ael/ael-test/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest10/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest10/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest12/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest12/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/qq.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t1/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t1/a.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t1/b.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t1/c.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t2/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t2/d.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t2/e.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t2/f.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t3/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t3/g.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t3/h.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t3/i.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t3/j.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/qq.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t1/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t1/a.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t1/b.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t1/c.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t2/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t2/d.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t2/e.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t2/f.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t3/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t3/g.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t3/h.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t3/i.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t3/j.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest24/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest24/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest9/
- asterisk-20.4.0/pbx/ael/ael-test/ael-ntest9/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test1/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test1/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test11/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test11/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test14/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test14/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test15/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test15/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test16/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test16/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test18/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test18/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test19/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test19/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test2/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test2/apptest.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-test2/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test20/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test20/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test3/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test3/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test3/include1.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-test3/include2.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-test3/include3.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-test3/include4.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-test3/include5.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-test3/telemarket_torture.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-test4/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test4/apptest.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-test4/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test5/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test5/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test6/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test6/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test7/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test7/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-test8/
- asterisk-20.4.0/pbx/ael/ael-test/ael-test8/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/include1.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/include2.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/include3.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/include4.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/include5.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/telemarket_torture.ael2
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest17/
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest17/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest21/
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest21/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest25/
- asterisk-20.4.0/pbx/ael/ael-test/ael-vtest25/extensions.ael
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest10
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest12
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest22
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest23
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest24
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest9
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test1
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test11
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test14
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test15
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test16
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test18
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test19
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test2
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test20
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test3
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test4
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test5
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test6
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test7
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test8
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-vtest13
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-vtest17
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-vtest21
- asterisk-20.4.0/pbx/ael/ael-test/ref.ael-vtest25
- asterisk-20.4.0/pbx/ael/ael-test/runtests
- asterisk-20.4.0/pbx/ael/ael-test/setref
- asterisk-20.4.0/pbx/dundi-parser.c
- asterisk-20.4.0/pbx/dundi-parser.h
- asterisk-20.4.0/pbx/pbx_ael.c
- asterisk-20.4.0/pbx/pbx_config.c
- asterisk-20.4.0/pbx/pbx_dundi.c
- asterisk-20.4.0/pbx/pbx_loopback.c
- asterisk-20.4.0/pbx/pbx_lua.c
- asterisk-20.4.0/pbx/pbx_realtime.c
- asterisk-20.4.0/pbx/pbx_spool.c
- asterisk-20.4.0/phoneprov/
- asterisk-20.4.0/phoneprov/000000000000-directory.xml
- asterisk-20.4.0/phoneprov/000000000000-phone.cfg
- asterisk-20.4.0/phoneprov/000000000000.cfg
- asterisk-20.4.0/phoneprov/polycom.xml
- asterisk-20.4.0/phoneprov/polycom_line.xml
- asterisk-20.4.0/phoneprov/snom-mac.xml
- asterisk-20.4.0/res/
- asterisk-20.4.0/res/Makefile
- asterisk-20.4.0/res/ael/
- asterisk-20.4.0/res/ael/.gitignore
- asterisk-20.4.0/res/ael/ael.flex
- asterisk-20.4.0/res/ael/ael.tab.c
- asterisk-20.4.0/res/ael/ael.tab.h
- asterisk-20.4.0/res/ael/ael.y
- asterisk-20.4.0/res/ael/ael_lex.c
- asterisk-20.4.0/res/ael/pval.c
- asterisk-20.4.0/res/ari.make
- asterisk-20.4.0/res/ari/
- asterisk-20.4.0/res/ari/ari_model_validators.c
- asterisk-20.4.0/res/ari/ari_model_validators.h
- asterisk-20.4.0/res/ari/ari_websockets.c
- asterisk-20.4.0/res/ari/cli.c
- asterisk-20.4.0/res/ari/config.c
- asterisk-20.4.0/res/ari/internal.h
- asterisk-20.4.0/res/ari/resource_applications.c
- asterisk-20.4.0/res/ari/resource_applications.h
- asterisk-20.4.0/res/ari/resource_asterisk.c
- asterisk-20.4.0/res/ari/resource_asterisk.h
- asterisk-20.4.0/res/ari/resource_bridges.c
- asterisk-20.4.0/res/ari/resource_bridges.h
- asterisk-20.4.0/res/ari/resource_channels.c
- asterisk-20.4.0/res/ari/resource_channels.h
- asterisk-20.4.0/res/ari/resource_device_states.c
- asterisk-20.4.0/res/ari/resource_device_states.h
- asterisk-20.4.0/res/ari/resource_endpoints.c
- asterisk-20.4.0/res/ari/resource_endpoints.h
- asterisk-20.4.0/res/ari/resource_events.c
- asterisk-20.4.0/res/ari/resource_events.h
- asterisk-20.4.0/res/ari/resource_mailboxes.c
- asterisk-20.4.0/res/ari/resource_mailboxes.h
- asterisk-20.4.0/res/ari/resource_playbacks.c
- asterisk-20.4.0/res/ari/resource_playbacks.h
- asterisk-20.4.0/res/ari/resource_recordings.c
- asterisk-20.4.0/res/ari/resource_recordings.h
- asterisk-20.4.0/res/ari/resource_sounds.c
- asterisk-20.4.0/res/ari/resource_sounds.h
- asterisk-20.4.0/res/parking/
- asterisk-20.4.0/res/parking/parking_applications.c
- asterisk-20.4.0/res/parking/parking_bridge.c
- asterisk-20.4.0/res/parking/parking_bridge_features.c
- asterisk-20.4.0/res/parking/parking_controller.c
- asterisk-20.4.0/res/parking/parking_devicestate.c
- asterisk-20.4.0/res/parking/parking_manager.c
- asterisk-20.4.0/res/parking/parking_tests.c
- asterisk-20.4.0/res/parking/parking_ui.c
- asterisk-20.4.0/res/parking/res_parking.h
- asterisk-20.4.0/res/prometheus/
- asterisk-20.4.0/res/prometheus/bridges.c
- asterisk-20.4.0/res/prometheus/channels.c
- asterisk-20.4.0/res/prometheus/cli.c
- asterisk-20.4.0/res/prometheus/endpoints.c
- asterisk-20.4.0/res/prometheus/pjsip_outbound_registrations.c
- asterisk-20.4.0/res/prometheus/prometheus_internal.h
- asterisk-20.4.0/res/res.xml
- asterisk-20.4.0/res/res_adsi.c
- asterisk-20.4.0/res/res_aeap.c
- asterisk-20.4.0/res/res_aeap.exports.in
- asterisk-20.4.0/res/res_aeap/
- asterisk-20.4.0/res/res_aeap/aeap.c
- asterisk-20.4.0/res/res_aeap/general.c
- asterisk-20.4.0/res/res_aeap/general.h
- asterisk-20.4.0/res/res_aeap/logger.h
- asterisk-20.4.0/res/res_aeap/message.c
- asterisk-20.4.0/res/res_aeap/message_json.c
- asterisk-20.4.0/res/res_aeap/transaction.c
- asterisk-20.4.0/res/res_aeap/transaction.h
- asterisk-20.4.0/res/res_aeap/transport.c
- asterisk-20.4.0/res/res_aeap/transport.h
- asterisk-20.4.0/res/res_aeap/transport_websocket.c
- asterisk-20.4.0/res/res_aeap/transport_websocket.h
- asterisk-20.4.0/res/res_ael_share.c
- asterisk-20.4.0/res/res_ael_share.exports.in
- asterisk-20.4.0/res/res_agi.c
- asterisk-20.4.0/res/res_agi.exports.in
- asterisk-20.4.0/res/res_ari.c
- asterisk-20.4.0/res/res_ari.exports.in
- asterisk-20.4.0/res/res_ari_applications.c
- asterisk-20.4.0/res/res_ari_asterisk.c
- asterisk-20.4.0/res/res_ari_bridges.c
- asterisk-20.4.0/res/res_ari_channels.c
- asterisk-20.4.0/res/res_ari_device_states.c
- asterisk-20.4.0/res/res_ari_endpoints.c
- asterisk-20.4.0/res/res_ari_events.c
- asterisk-20.4.0/res/res_ari_mailboxes.c
- asterisk-20.4.0/res/res_ari_model.c
- asterisk-20.4.0/res/res_ari_model.exports.in
- asterisk-20.4.0/res/res_ari_playbacks.c
- asterisk-20.4.0/res/res_ari_recordings.c
- asterisk-20.4.0/res/res_ari_sounds.c
- asterisk-20.4.0/res/res_audiosocket.c
- asterisk-20.4.0/res/res_audiosocket.exports.in
- asterisk-20.4.0/res/res_calendar.c
- asterisk-20.4.0/res/res_calendar.exports.in
- asterisk-20.4.0/res/res_calendar_caldav.c
- asterisk-20.4.0/res/res_calendar_ews.c
- asterisk-20.4.0/res/res_calendar_exchange.c
- asterisk-20.4.0/res/res_calendar_icalendar.c
- asterisk-20.4.0/res/res_chan_stats.c
- asterisk-20.4.0/res/res_clialiases.c
- asterisk-20.4.0/res/res_cliexec.c
- asterisk-20.4.0/res/res_clioriginate.c
- asterisk-20.4.0/res/res_config_curl.c
- asterisk-20.4.0/res/res_config_ldap.c
- asterisk-20.4.0/res/res_config_odbc.c
- asterisk-20.4.0/res/res_config_pgsql.c
- asterisk-20.4.0/res/res_config_sqlite3.c
- asterisk-20.4.0/res/res_convert.c
- asterisk-20.4.0/res/res_corosync.c
- asterisk-20.4.0/res/res_crypto.c
- asterisk-20.4.0/res/res_crypto.exports.in
- asterisk-20.4.0/res/res_curl.c
- asterisk-20.4.0/res/res_endpoint_stats.c
- asterisk-20.4.0/res/res_fax.c
- asterisk-20.4.0/res/res_fax.exports.in
- asterisk-20.4.0/res/res_fax_spandsp.c
- asterisk-20.4.0/res/res_format_attr_celt.c
- asterisk-20.4.0/res/res_format_attr_g729.c
- asterisk-20.4.0/res/res_format_attr_h263.c
- asterisk-20.4.0/res/res_format_attr_h264.c
- asterisk-20.4.0/res/res_format_attr_ilbc.c
- asterisk-20.4.0/res/res_format_attr_opus.c
- asterisk-20.4.0/res/res_format_attr_silk.c
- asterisk-20.4.0/res/res_format_attr_siren14.c
- asterisk-20.4.0/res/res_format_attr_siren7.c
- asterisk-20.4.0/res/res_format_attr_vp8.c
- asterisk-20.4.0/res/res_geolocation.c
- asterisk-20.4.0/res/res_geolocation.exports.in
- asterisk-20.4.0/res/res_geolocation/
- asterisk-20.4.0/res/res_geolocation/eprofile_to_pidf.xslt
- asterisk-20.4.0/res/res_geolocation/geoloc_civicaddr.c
- asterisk-20.4.0/res/res_geolocation/geoloc_common.c
- asterisk-20.4.0/res/res_geolocation/geoloc_config.c
- asterisk-20.4.0/res/res_geolocation/geoloc_datastore.c
- asterisk-20.4.0/res/res_geolocation/geoloc_dialplan.c
- asterisk-20.4.0/res/res_geolocation/geoloc_doc.xml
- asterisk-20.4.0/res/res_geolocation/geoloc_eprofile.c
- asterisk-20.4.0/res/res_geolocation/geoloc_gml.c
- asterisk-20.4.0/res/res_geolocation/geoloc_private.h
- asterisk-20.4.0/res/res_geolocation/pidf_lo_test.xml
- asterisk-20.4.0/res/res_geolocation/pidf_to_eprofile.xslt
- asterisk-20.4.0/res/res_geolocation/wiki/
- asterisk-20.4.0/res/res_geolocation/wiki/AsteriskImplementation.md
- asterisk-20.4.0/res/res_geolocation/wiki/CivicAddress.md
- asterisk-20.4.0/res/res_geolocation/wiki/GML.md
- asterisk-20.4.0/res/res_geolocation/wiki/Geolocation.md
- asterisk-20.4.0/res/res_geolocation/wiki/README.txt
- asterisk-20.4.0/res/res_geolocation/wiki/ReferenceInformation.md
- asterisk-20.4.0/res/res_geolocation/wiki/URI.md
- asterisk-20.4.0/res/res_hep.c
- asterisk-20.4.0/res/res_hep.exports.in
- asterisk-20.4.0/res/res_hep_pjsip.c
- asterisk-20.4.0/res/res_hep_rtcp.c
- asterisk-20.4.0/res/res_http_media_cache.c
- asterisk-20.4.0/res/res_http_post.c
- asterisk-20.4.0/res/res_http_websocket.c
- asterisk-20.4.0/res/res_http_websocket.exports.in
- asterisk-20.4.0/res/res_limit.c
- asterisk-20.4.0/res/res_manager_devicestate.c
- asterisk-20.4.0/res/res_manager_presencestate.c
- asterisk-20.4.0/res/res_monitor.c
- asterisk-20.4.0/res/res_monitor.exports.in
- asterisk-20.4.0/res/res_musiconhold.c
- asterisk-20.4.0/res/res_mutestream.c
- asterisk-20.4.0/res/res_mwi_devstate.c
- asterisk-20.4.0/res/res_mwi_external.c
- asterisk-20.4.0/res/res_mwi_external.exports.in
- asterisk-20.4.0/res/res_mwi_external_ami.c
- asterisk-20.4.0/res/res_odbc.c
- asterisk-20.4.0/res/res_odbc.exports.in
- asterisk-20.4.0/res/res_odbc_transaction.c
- asterisk-20.4.0/res/res_odbc_transaction.exports.in
- asterisk-20.4.0/res/res_parking.c
- asterisk-20.4.0/res/res_phoneprov.c
- asterisk-20.4.0/res/res_phoneprov.exports.in
- asterisk-20.4.0/res/res_pjproject.c
- asterisk-20.4.0/res/res_pjproject.exports.in
- asterisk-20.4.0/res/res_pjsip.c
- asterisk-20.4.0/res/res_pjsip.exports.in
- asterisk-20.4.0/res/res_pjsip/
- asterisk-20.4.0/res/res_pjsip/config_auth.c
- asterisk-20.4.0/res/res_pjsip/config_domain_aliases.c
- asterisk-20.4.0/res/res_pjsip/config_global.c
- asterisk-20.4.0/res/res_pjsip/config_system.c
- asterisk-20.4.0/res/res_pjsip/config_transport.c
- asterisk-20.4.0/res/res_pjsip/include/
- asterisk-20.4.0/res/res_pjsip/include/res_pjsip_private.h
- asterisk-20.4.0/res/res_pjsip/location.c
- asterisk-20.4.0/res/res_pjsip/pjsip_cli.c
- asterisk-20.4.0/res/res_pjsip/pjsip_config.xml
- asterisk-20.4.0/res/res_pjsip/pjsip_configuration.c
- asterisk-20.4.0/res/res_pjsip/pjsip_distributor.c
- asterisk-20.4.0/res/res_pjsip/pjsip_global_headers.c
- asterisk-20.4.0/res/res_pjsip/pjsip_manager.xml
- asterisk-20.4.0/res/res_pjsip/pjsip_message_filter.c
- asterisk-20.4.0/res/res_pjsip/pjsip_options.c
- asterisk-20.4.0/res/res_pjsip/pjsip_resolver.c
- asterisk-20.4.0/res/res_pjsip/pjsip_scheduler.c
- asterisk-20.4.0/res/res_pjsip/pjsip_session.c
- asterisk-20.4.0/res/res_pjsip/pjsip_transport_events.c
- asterisk-20.4.0/res/res_pjsip/pjsip_transport_management.c
- asterisk-20.4.0/res/res_pjsip/presence_xml.c
- asterisk-20.4.0/res/res_pjsip/security_agreements.c
- asterisk-20.4.0/res/res_pjsip/security_events.c
- asterisk-20.4.0/res/res_pjsip_acl.c
- asterisk-20.4.0/res/res_pjsip_aoc.c
- asterisk-20.4.0/res/res_pjsip_authenticator_digest.c
- asterisk-20.4.0/res/res_pjsip_caller_id.c
- asterisk-20.4.0/res/res_pjsip_config_wizard.c
- asterisk-20.4.0/res/res_pjsip_dialog_info_body_generator.c
- asterisk-20.4.0/res/res_pjsip_diversion.c
- asterisk-20.4.0/res/res_pjsip_dlg_options.c
- asterisk-20.4.0/res/res_pjsip_dtmf_info.c
- asterisk-20.4.0/res/res_pjsip_empty_info.c
- asterisk-20.4.0/res/res_pjsip_endpoint_identifier_anonymous.c
- asterisk-20.4.0/res/res_pjsip_endpoint_identifier_ip.c
- asterisk-20.4.0/res/res_pjsip_endpoint_identifier_user.c
- asterisk-20.4.0/res/res_pjsip_exten_state.c
- asterisk-20.4.0/res/res_pjsip_exten_state.exports.in
- asterisk-20.4.0/res/res_pjsip_geolocation.c
- asterisk-20.4.0/res/res_pjsip_header_funcs.c
- asterisk-20.4.0/res/res_pjsip_history.c
- asterisk-20.4.0/res/res_pjsip_logger.c
- asterisk-20.4.0/res/res_pjsip_messaging.c
- asterisk-20.4.0/res/res_pjsip_mwi.c
- asterisk-20.4.0/res/res_pjsip_mwi_body_generator.c
- asterisk-20.4.0/res/res_pjsip_nat.c
- asterisk-20.4.0/res/res_pjsip_notify.c
- asterisk-20.4.0/res/res_pjsip_one_touch_record_info.c
- asterisk-20.4.0/res/res_pjsip_outbound_authenticator_digest.c
- asterisk-20.4.0/res/res_pjsip_outbound_publish.c
- asterisk-20.4.0/res/res_pjsip_outbound_publish.exports.in
- asterisk-20.4.0/res/res_pjsip_outbound_registration.c
- asterisk-20.4.0/res/res_pjsip_path.c
- asterisk-20.4.0/res/res_pjsip_phoneprov_provider.c
- asterisk-20.4.0/res/res_pjsip_pidf_body_generator.c
- asterisk-20.4.0/res/res_pjsip_pidf_digium_body_supplement.c
- asterisk-20.4.0/res/res_pjsip_pidf_eyebeam_body_supplement.c
- asterisk-20.4.0/res/res_pjsip_publish_asterisk.c
- asterisk-20.4.0/res/res_pjsip_pubsub.c
- asterisk-20.4.0/res/res_pjsip_pubsub.exports.in
- asterisk-20.4.0/res/res_pjsip_refer.c
- asterisk-20.4.0/res/res_pjsip_registrar.c
- asterisk-20.4.0/res/res_pjsip_rfc3326.c
- asterisk-20.4.0/res/res_pjsip_rfc3329.c
- asterisk-20.4.0/res/res_pjsip_sdp_rtp.c
- asterisk-20.4.0/res/res_pjsip_send_to_voicemail.c
- asterisk-20.4.0/res/res_pjsip_session.c
- asterisk-20.4.0/res/res_pjsip_session.exports.in
- asterisk-20.4.0/res/res_pjsip_session/
- asterisk-20.4.0/res/res_pjsip_session/pjsip_session_caps.c
- asterisk-20.4.0/res/res_pjsip_sips_contact.c
- asterisk-20.4.0/res/res_pjsip_stir_shaken.c
- asterisk-20.4.0/res/res_pjsip_t38.c
- asterisk-20.4.0/res/res_pjsip_transport_websocket.c
- asterisk-20.4.0/res/res_pjsip_xpidf_body_generator.c
- asterisk-20.4.0/res/res_pktccops.c
- asterisk-20.4.0/res/res_pktccops.exports.in
- asterisk-20.4.0/res/res_prometheus.c
- asterisk-20.4.0/res/res_prometheus.exports.in
- asterisk-20.4.0/res/res_realtime.c
- asterisk-20.4.0/res/res_remb_modifier.c
- asterisk-20.4.0/res/res_resolver_unbound.c
- asterisk-20.4.0/res/res_rtp_asterisk.c
- asterisk-20.4.0/res/res_rtp_multicast.c
- asterisk-20.4.0/res/res_rtp_multicast.exports.in
- asterisk-20.4.0/res/res_security_log.c
- asterisk-20.4.0/res/res_smdi.c
- asterisk-20.4.0/res/res_smdi.exports.in
- asterisk-20.4.0/res/res_snmp.c
- asterisk-20.4.0/res/res_sorcery_astdb.c
- asterisk-20.4.0/res/res_sorcery_config.c
- asterisk-20.4.0/res/res_sorcery_memory.c
- asterisk-20.4.0/res/res_sorcery_memory_cache.c
- asterisk-20.4.0/res/res_sorcery_realtime.c
- asterisk-20.4.0/res/res_speech.c
- asterisk-20.4.0/res/res_speech.exports.in
- asterisk-20.4.0/res/res_speech_aeap.c
- asterisk-20.4.0/res/res_srtp.c
- asterisk-20.4.0/res/res_srtp.exports.in
- asterisk-20.4.0/res/res_stasis.c
- asterisk-20.4.0/res/res_stasis.exports.in
- asterisk-20.4.0/res/res_stasis_answer.c
- asterisk-20.4.0/res/res_stasis_answer.exports.in
- asterisk-20.4.0/res/res_stasis_device_state.c
- asterisk-20.4.0/res/res_stasis_device_state.exports.in
- asterisk-20.4.0/res/res_stasis_mailbox.c
- asterisk-20.4.0/res/res_stasis_mailbox.exports.in
- asterisk-20.4.0/res/res_stasis_playback.c
- asterisk-20.4.0/res/res_stasis_playback.exports.in
- asterisk-20.4.0/res/res_stasis_recording.c
- asterisk-20.4.0/res/res_stasis_recording.exports.in
- asterisk-20.4.0/res/res_stasis_snoop.c
- asterisk-20.4.0/res/res_stasis_snoop.exports.in
- asterisk-20.4.0/res/res_stasis_test.c
- asterisk-20.4.0/res/res_stasis_test.exports.in
- asterisk-20.4.0/res/res_statsd.c
- asterisk-20.4.0/res/res_statsd.exports.in
- asterisk-20.4.0/res/res_stir_shaken.c
- asterisk-20.4.0/res/res_stir_shaken.exports.in
- asterisk-20.4.0/res/res_stir_shaken/
- asterisk-20.4.0/res/res_stir_shaken/certificate.c
- asterisk-20.4.0/res/res_stir_shaken/certificate.h
- asterisk-20.4.0/res/res_stir_shaken/curl.c
- asterisk-20.4.0/res/res_stir_shaken/curl.h
- asterisk-20.4.0/res/res_stir_shaken/general.c
- asterisk-20.4.0/res/res_stir_shaken/general.h
- asterisk-20.4.0/res/res_stir_shaken/profile.c
- asterisk-20.4.0/res/res_stir_shaken/profile.h
- asterisk-20.4.0/res/res_stir_shaken/profile_private.h
- asterisk-20.4.0/res/res_stir_shaken/stir_shaken.c
- asterisk-20.4.0/res/res_stir_shaken/stir_shaken.h
- asterisk-20.4.0/res/res_stir_shaken/store.c
- asterisk-20.4.0/res/res_stir_shaken/store.h
- asterisk-20.4.0/res/res_stun_monitor.c
- asterisk-20.4.0/res/res_timing_dahdi.c
- asterisk-20.4.0/res/res_timing_kqueue.c
- asterisk-20.4.0/res/res_timing_pthread.c
- asterisk-20.4.0/res/res_timing_timerfd.c
- asterisk-20.4.0/res/res_tonedetect.c
- asterisk-20.4.0/res/res_xmpp.c
- asterisk-20.4.0/res/res_xmpp.exports.in
- asterisk-20.4.0/res/snmp/
- asterisk-20.4.0/res/snmp/agent.c
- asterisk-20.4.0/res/snmp/agent.h
- asterisk-20.4.0/res/srtp/
- asterisk-20.4.0/res/srtp/srtp_compat.h
- asterisk-20.4.0/res/stasis/
- asterisk-20.4.0/res/stasis/app.c
- asterisk-20.4.0/res/stasis/app.h
- asterisk-20.4.0/res/stasis/command.c
- asterisk-20.4.0/res/stasis/command.h
- asterisk-20.4.0/res/stasis/control.c
- asterisk-20.4.0/res/stasis/control.h
- asterisk-20.4.0/res/stasis/messaging.c
- asterisk-20.4.0/res/stasis/messaging.h
- asterisk-20.4.0/res/stasis/stasis_bridge.c
- asterisk-20.4.0/res/stasis/stasis_bridge.h
- asterisk-20.4.0/res/stasis_recording/
- asterisk-20.4.0/res/stasis_recording/stored.c
- asterisk-20.4.0/rest-api-templates/
- asterisk-20.4.0/rest-api-templates/README.txt
- asterisk-20.4.0/rest-api-templates/api.wiki.mustache
- asterisk-20.4.0/rest-api-templates/ari.make.mustache
- asterisk-20.4.0/rest-api-templates/ari_model_validators.c.mustache
- asterisk-20.4.0/rest-api-templates/ari_model_validators.h.mustache
- asterisk-20.4.0/rest-api-templates/ari_resource.c.mustache
- asterisk-20.4.0/rest-api-templates/ari_resource.h.mustache
- asterisk-20.4.0/rest-api-templates/asterisk_processor.py
- asterisk-20.4.0/rest-api-templates/body_parsing.mustache
- asterisk-20.4.0/rest-api-templates/do-not-edit.mustache
- asterisk-20.4.0/rest-api-templates/make_ari_stubs.py
- asterisk-20.4.0/rest-api-templates/models.wiki.mustache
- asterisk-20.4.0/rest-api-templates/odict.py
- asterisk-20.4.0/rest-api-templates/param_cleanup.mustache
- asterisk-20.4.0/rest-api-templates/param_parsing.mustache
- asterisk-20.4.0/rest-api-templates/res_ari_resource.c.mustache
- asterisk-20.4.0/rest-api-templates/rest_handler.mustache
- asterisk-20.4.0/rest-api-templates/swagger_model.py
- asterisk-20.4.0/rest-api-templates/transform.py
- asterisk-20.4.0/rest-api/
- asterisk-20.4.0/rest-api/README.txt
- asterisk-20.4.0/rest-api/api-docs/
- asterisk-20.4.0/rest-api/api-docs/applications.json
- asterisk-20.4.0/rest-api/api-docs/asterisk.json
- asterisk-20.4.0/rest-api/api-docs/bridges.json
- asterisk-20.4.0/rest-api/api-docs/channels.json
- asterisk-20.4.0/rest-api/api-docs/deviceStates.json
- asterisk-20.4.0/rest-api/api-docs/endpoints.json
- asterisk-20.4.0/rest-api/api-docs/events.json
- asterisk-20.4.0/rest-api/api-docs/mailboxes.json
- asterisk-20.4.0/rest-api/api-docs/playbacks.json
- asterisk-20.4.0/rest-api/api-docs/recordings.json
- asterisk-20.4.0/rest-api/api-docs/sounds.json
- asterisk-20.4.0/rest-api/resources.json
- asterisk-20.4.0/sample.call
- asterisk-20.4.0/sounds/
- asterisk-20.4.0/sounds/Makefile
- asterisk-20.4.0/sounds/sounds.xml
- asterisk-20.4.0/static-http/
- asterisk-20.4.0/static-http/ajamdemo.html
- asterisk-20.4.0/static-http/astman.css
- asterisk-20.4.0/static-http/astman.js
- asterisk-20.4.0/static-http/mantest.html
- asterisk-20.4.0/static-http/prototype.js
- asterisk-20.4.0/tests/
- asterisk-20.4.0/tests/CI/
- asterisk-20.4.0/tests/CI/buildAsterisk.sh
- asterisk-20.4.0/tests/CI/ci.functions
- asterisk-20.4.0/tests/CI/findLibdir.sh
- asterisk-20.4.0/tests/CI/gateTestGroups.json
- asterisk-20.4.0/tests/CI/gates.jenkinsfile
- asterisk-20.4.0/tests/CI/installAsterisk.sh
- asterisk-20.4.0/tests/CI/periodic-dailyTestGroups.json
- asterisk-20.4.0/tests/CI/periodics-daily.jenkinsfile
- asterisk-20.4.0/tests/CI/processCoverage.sh
- asterisk-20.4.0/tests/CI/publishAsteriskDocs.sh
- asterisk-20.4.0/tests/CI/ref_debug.jenkinsfile
- asterisk-20.4.0/tests/CI/ref_debugTestGroups.json
- asterisk-20.4.0/tests/CI/runTestsuite.sh
- asterisk-20.4.0/tests/CI/runUnittests.sh
- asterisk-20.4.0/tests/CI/setupJenkinsEnvironment.sh
- asterisk-20.4.0/tests/CI/setupRealtime.sh
- asterisk-20.4.0/tests/CI/teardownRealtime.sh
- asterisk-20.4.0/tests/CI/unittests.jenkinsfile
- asterisk-20.4.0/tests/CI/universal-asterisk-nongerrit.jenkinsfile
- asterisk-20.4.0/tests/Makefile
- asterisk-20.4.0/tests/keys/
- asterisk-20.4.0/tests/keys/rsa_key1.key
- asterisk-20.4.0/tests/keys/rsa_key1.pub
- asterisk-20.4.0/tests/test_abstract_jb.c
- asterisk-20.4.0/tests/test_acl.c
- asterisk-20.4.0/tests/test_aeap.c
- asterisk-20.4.0/tests/test_aeap_speech.c
- asterisk-20.4.0/tests/test_aeap_transaction.c
- asterisk-20.4.0/tests/test_aeap_transport.c
- asterisk-20.4.0/tests/test_ami_security_events.sh
- asterisk-20.4.0/tests/test_amihooks.c
- asterisk-20.4.0/tests/test_aoc.c
- asterisk-20.4.0/tests/test_app.c
- asterisk-20.4.0/tests/test_ari.c
- asterisk-20.4.0/tests/test_ari_model.c
- asterisk-20.4.0/tests/test_ast_format_str_reduce.c
- asterisk-20.4.0/tests/test_astobj2.c
- asterisk-20.4.0/tests/test_astobj2_thrash.c
- asterisk-20.4.0/tests/test_astobj2_weaken.c
- asterisk-20.4.0/tests/test_bridging.c
- asterisk-20.4.0/tests/test_bucket.c
- asterisk-20.4.0/tests/test_callerid.c
- asterisk-20.4.0/tests/test_capture.c
- asterisk-20.4.0/tests/test_cdr.c
- asterisk-20.4.0/tests/test_cel.c
- asterisk-20.4.0/tests/test_channel.c
- asterisk-20.4.0/tests/test_channel_feature_hooks.c
- asterisk-20.4.0/tests/test_config.c
- asterisk-20.4.0/tests/test_conversions.c
- asterisk-20.4.0/tests/test_core_codec.c
- asterisk-20.4.0/tests/test_core_format.c
- asterisk-20.4.0/tests/test_crypto.c
- asterisk-20.4.0/tests/test_data_buffer.c
- asterisk-20.4.0/tests/test_db.c
- asterisk-20.4.0/tests/test_devicestate.c
- asterisk-20.4.0/tests/test_dlinklists.c
- asterisk-20.4.0/tests/test_dns.c
- asterisk-20.4.0/tests/test_dns_naptr.c
- asterisk-20.4.0/tests/test_dns_query_set.c
- asterisk-20.4.0/tests/test_dns_recurring.c
- asterisk-20.4.0/tests/test_dns_srv.c
- asterisk-20.4.0/tests/test_endpoints.c
- asterisk-20.4.0/tests/test_event.c
- asterisk-20.4.0/tests/test_expr.c
- asterisk-20.4.0/tests/test_file.c
- asterisk-20.4.0/tests/test_format_cache.c
- asterisk-20.4.0/tests/test_format_cap.c
- asterisk-20.4.0/tests/test_func_file.c
- asterisk-20.4.0/tests/test_gosub.c
- asterisk-20.4.0/tests/test_hashtab_thrash.c
- asterisk-20.4.0/tests/test_heap.c
- asterisk-20.4.0/tests/test_http_media_cache.c
- asterisk-20.4.0/tests/test_jitterbuf.c
- asterisk-20.4.0/tests/test_json.c
- asterisk-20.4.0/tests/test_linkedlists.c
- asterisk-20.4.0/tests/test_locale.c
- asterisk-20.4.0/tests/test_logger.c
- asterisk-20.4.0/tests/test_media_cache.c
- asterisk-20.4.0/tests/test_message.c
- asterisk-20.4.0/tests/test_mwi.c
- asterisk-20.4.0/tests/test_named_lock.c
- asterisk-20.4.0/tests/test_netsock2.c
- asterisk-20.4.0/tests/test_optional_api.c
- asterisk-20.4.0/tests/test_pbx.c
- asterisk-20.4.0/tests/test_poll.c
- asterisk-20.4.0/tests/test_res_pjsip_scheduler.c
- asterisk-20.4.0/tests/test_res_pjsip_session_caps.c
- asterisk-20.4.0/tests/test_res_prometheus.c
- asterisk-20.4.0/tests/test_res_rtp.c
- asterisk-20.4.0/tests/test_res_stasis.c
- asterisk-20.4.0/tests/test_sched.c
- asterisk-20.4.0/tests/test_scope_trace.c
- asterisk-20.4.0/tests/test_scoped_lock.c
- asterisk-20.4.0/tests/test_security_events.c
- asterisk-20.4.0/tests/test_skel.c
- asterisk-20.4.0/tests/test_sorcery.c
- asterisk-20.4.0/tests/test_sorcery_astdb.c
- asterisk-20.4.0/tests/test_sorcery_memory_cache_thrash.c
- asterisk-20.4.0/tests/test_sorcery_realtime.c
- asterisk-20.4.0/tests/test_stasis.c
- asterisk-20.4.0/tests/test_stasis_channels.c
- asterisk-20.4.0/tests/test_stasis_endpoints.c
- asterisk-20.4.0/tests/test_stasis_state.c
- asterisk-20.4.0/tests/test_stream.c
- asterisk-20.4.0/tests/test_stringfields.c
- asterisk-20.4.0/tests/test_strings.c
- asterisk-20.4.0/tests/test_substitution.c
- asterisk-20.4.0/tests/test_taskprocessor.c
- asterisk-20.4.0/tests/test_threadpool.c
- asterisk-20.4.0/tests/test_time.c
- asterisk-20.4.0/tests/test_uri.c
- asterisk-20.4.0/tests/test_utils.c
- asterisk-20.4.0/tests/test_uuid.c
- asterisk-20.4.0/tests/test_vector.c
- asterisk-20.4.0/tests/test_voicemail_api.c
- asterisk-20.4.0/tests/test_websocket_client.c
- asterisk-20.4.0/tests/test_xml_escape.c
- asterisk-20.4.0/third-party/
- asterisk-20.4.0/third-party/Makefile
- asterisk-20.4.0/third-party/Makefile.rules
- asterisk-20.4.0/third-party/apply_patches
- asterisk-20.4.0/third-party/configure.m4
- asterisk-20.4.0/third-party/jansson/
- asterisk-20.4.0/third-party/jansson/.gitignore
- asterisk-20.4.0/third-party/jansson/Makefile
- asterisk-20.4.0/third-party/jansson/Makefile.rules
- asterisk-20.4.0/third-party/jansson/configure.m4
- asterisk-20.4.0/third-party/jansson/jansson-2.14.tar.bz2.md5
- asterisk-20.4.0/third-party/jansson/patches/
- asterisk-20.4.0/third-party/jansson/patches/README
- asterisk-20.4.0/third-party/pjproject/
- asterisk-20.4.0/third-party/pjproject/.gitignore
- asterisk-20.4.0/third-party/pjproject/Makefile
- asterisk-20.4.0/third-party/pjproject/Makefile.rules
- asterisk-20.4.0/third-party/pjproject/README-hacking.md
- asterisk-20.4.0/third-party/pjproject/configure.m4
- asterisk-20.4.0/third-party/pjproject/dependency_utils
- asterisk-20.4.0/third-party/pjproject/patches/
- asterisk-20.4.0/third-party/pjproject/patches/0000-configure-ssl-library-path.patch
- asterisk-20.4.0/third-party/pjproject/patches/0000-remove-third-party.patch
- asterisk-20.4.0/third-party/pjproject/patches/0010-Make-sure-that-NOTIFY-tdata-is-set-before-sending-it_new-129fb323a66dd1fd16880fe5ba5e6a57.patch
- asterisk-20.4.0/third-party/pjproject/patches/README
- asterisk-20.4.0/third-party/pjproject/patches/asterisk_malloc_debug.c
- asterisk-20.4.0/third-party/pjproject/patches/asterisk_malloc_debug.h
- asterisk-20.4.0/third-party/pjproject/patches/config_site.h
- asterisk-20.4.0/third-party/pjproject/patches/user.mak
- asterisk-20.4.0/third-party/pjproject/pjproject-2.13.1.tar.bz2.md5
- asterisk-20.4.0/third-party/versions.mak
- asterisk-20.4.0/utils/
- asterisk-20.4.0/utils/.gitignore
- asterisk-20.4.0/utils/Makefile
- asterisk-20.4.0/utils/ael_main.c
- asterisk-20.4.0/utils/astcanary.c
- asterisk-20.4.0/utils/astdb2bdb.c
- asterisk-20.4.0/utils/astdb2sqlite3.c
- asterisk-20.4.0/utils/astman.1
- asterisk-20.4.0/utils/astman.c
- asterisk-20.4.0/utils/check_expr.c
- asterisk-20.4.0/utils/clicompat.c
- asterisk-20.4.0/utils/conf_bridge_binaural_hrir_importer.c
- asterisk-20.4.0/utils/conf_bridge_binaural_hrir_importer.h
- asterisk-20.4.0/utils/db1-ast/
- asterisk-20.4.0/utils/db1-ast/Makefile
- asterisk-20.4.0/utils/db1-ast/btree/
- asterisk-20.4.0/utils/db1-ast/btree/bt_close.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_conv.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_debug.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_delete.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_get.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_open.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_overflow.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_page.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_put.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_search.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_seq.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_split.c
- asterisk-20.4.0/utils/db1-ast/btree/bt_utils.c
- asterisk-20.4.0/utils/db1-ast/btree/btree.h
- asterisk-20.4.0/utils/db1-ast/btree/extern.h
- asterisk-20.4.0/utils/db1-ast/db/
- asterisk-20.4.0/utils/db1-ast/db/db.c
- asterisk-20.4.0/utils/db1-ast/hash/
- asterisk-20.4.0/utils/db1-ast/hash/README
- asterisk-20.4.0/utils/db1-ast/hash/extern.h
- asterisk-20.4.0/utils/db1-ast/hash/hash.c
- asterisk-20.4.0/utils/db1-ast/hash/hash.h
- asterisk-20.4.0/utils/db1-ast/hash/hash_bigkey.c
- asterisk-20.4.0/utils/db1-ast/hash/hash_buf.c
- asterisk-20.4.0/utils/db1-ast/hash/hash_func.c
- asterisk-20.4.0/utils/db1-ast/hash/hash_log2.c
- asterisk-20.4.0/utils/db1-ast/hash/hash_page.c
- asterisk-20.4.0/utils/db1-ast/hash/hsearch.c
- asterisk-20.4.0/utils/db1-ast/hash/ndbm.c
- asterisk-20.4.0/utils/db1-ast/hash/page.h
- asterisk-20.4.0/utils/db1-ast/hash/search.h
- asterisk-20.4.0/utils/db1-ast/include/
- asterisk-20.4.0/utils/db1-ast/include/circ-queue.h
- asterisk-20.4.0/utils/db1-ast/include/compat.h
- asterisk-20.4.0/utils/db1-ast/include/db.h
- asterisk-20.4.0/utils/db1-ast/include/mpool.h
- asterisk-20.4.0/utils/db1-ast/include/ndbm.h
- asterisk-20.4.0/utils/db1-ast/libdb.map
- asterisk-20.4.0/utils/db1-ast/mpool/
- asterisk-20.4.0/utils/db1-ast/mpool/README
- asterisk-20.4.0/utils/db1-ast/mpool/mpool.c
- asterisk-20.4.0/utils/db1-ast/recno/
- asterisk-20.4.0/utils/db1-ast/recno/extern.h
- asterisk-20.4.0/utils/db1-ast/recno/rec_close.c
- asterisk-20.4.0/utils/db1-ast/recno/rec_delete.c
- asterisk-20.4.0/utils/db1-ast/recno/rec_get.c
- asterisk-20.4.0/utils/db1-ast/recno/rec_open.c
- asterisk-20.4.0/utils/db1-ast/recno/rec_put.c
- asterisk-20.4.0/utils/db1-ast/recno/rec_search.c
- asterisk-20.4.0/utils/db1-ast/recno/rec_seq.c
- asterisk-20.4.0/utils/db1-ast/recno/rec_utils.c
- asterisk-20.4.0/utils/db1-ast/recno/recno.h
- asterisk-20.4.0/utils/expr2.testinput
- asterisk-20.4.0/utils/extconf.c
- asterisk-20.4.0/utils/frame.c
- asterisk-20.4.0/utils/frame.h
- asterisk-20.4.0/utils/smsq.c
- asterisk-20.4.0/utils/stereorize.c
- asterisk-20.4.0/utils/streamplayer.c
- asterisk-20.4.0/utils/utils.xml
- asterisk-20.4.0/sounds/asterisk-core-sounds-en-gsm-1.6.1.tar.gz
- asterisk-20.4.0/sounds/asterisk-moh-opsound-wav-2.03.tar.gz
- vicibox11:/usr/src # cd asterisk-20.4.0/
- vicibox11:/usr/src/asterisk-20.4.0 # contrib/scripts/install_prereq install
- #############################################
- ## install completed successfully
- #############################################
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking for gcc... no
- checking for cc... no
- configure: error: in `/usr/src/asterisk-20.4.0':
- configure: error: no acceptable C compiler found in $PATH
- See `config.log' for more details
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 # apt install gcc
- apt: command not found
- vicibox11:/usr/src/asterisk-20.4.0 # git clone https://github.com/asterisk/asterisk^C
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install gcc8
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- The following 2 packages are suggested, but will not be installed:
- gcc8-info gcc8-locale
- The following 13 NEW packages are going to be installed:
- cpp8 gcc8 libasan5 libatomic1 libisl15 libitm1 liblsan0 libmpc3 libmpfr6 libmpx2 libmpxwrappers2 libtsan0 libubsan1
- 13 new packages to install.
- Overall download size: 32.6 MiB. Already cached: 0 B. After the operation, additional 117.4 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libasan5-9.3.1+git1296-1.6.1.x86_64 (openSUSE-Leap-15.5-OSS) (1/13), 395.6 KiB
- Retrieving: libasan5-9.3.1+git1296-1.6.1.x86_64.rpm ..............................................................................................................................[done (1.3 MiB/s)]
- Retrieving: libisl15-0.18-1.443.x86_64 (openSUSE-Leap-15.5-OSS) (2/13), 550.6 KiB
- Retrieving: libisl15-0.18-1.443.x86_64.rpm .......................................................................................................................................[done (2.2 MiB/s)]
- Retrieving: libmpfr6-4.0.2-3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (3/13), 216.1 KiB
- Retrieving: libmpfr6-4.0.2-3.3.1.x86_64.rpm ......................................................................................................................................[done (1.1 MiB/s)]
- Retrieving: libmpx2-8.2.1+r264010-150000.1.6.4.x86_64 (openSUSE-Leap-15.5-OSS) (4/13), 19.4 KiB
- Retrieving: libmpx2-8.2.1+r264010-150000.1.6.4.x86_64.rpm .......................................................................................................................[done (16.3 KiB/s)]
- Retrieving: libmpxwrappers2-8.2.1+r264010-150000.1.6.4.x86_64 (openSUSE-Leap-15.5-OSS) (5/13), 18.1 KiB
- Retrieving: libmpxwrappers2-8.2.1+r264010-150000.1.6.4.x86_64.rpm ............................................................................................................................[done]
- Retrieving: libtsan0-11.3.0+git1637-150000.1.11.2.x86_64 (openSUSE-Leap-15.5-OSS) (6/13), 328.9 KiB
- Retrieving: libtsan0-11.3.0+git1637-150000.1.11.2.x86_64.rpm .....................................................................................................................[done (1.6 MiB/s)]
- Retrieving: libmpc3-1.1.0-1.47.x86_64 (openSUSE-Leap-15.5-OSS) (7/13), 49.6 KiB
- Retrieving: libmpc3-1.1.0-1.47.x86_64.rpm .......................................................................................................................................[done (24.0 KiB/s)]
- Retrieving: cpp8-8.2.1+r264010-150000.1.6.4.x86_64 (openSUSE-Leap-15.5-OSS) (8/13), 8.1 MiB
- Retrieving: cpp8-8.2.1+r264010-150000.1.6.4.x86_64.rpm ...........................................................................................................................[done (2.1 MiB/s)]
- Retrieving: libatomic1-12.3.0+git1204-150000.1.10.1.x86_64 (openSUSE-SLE-15.5-Updates) (9/13), 23.6 KiB
- Retrieving: libatomic1-12.3.0+git1204-150000.1.10.1.x86_64.rpm ..................................................................................................................[done (17.5 KiB/s)]
- Retrieving: libitm1-12.3.0+git1204-150000.1.10.1.x86_64 (openSUSE-SLE-15.5-Updates) (10/13), 39.9 KiB
- Retrieving: libitm1-12.3.0+git1204-150000.1.10.1.x86_64.rpm ..................................................................................................................................[done]
- Retrieving: liblsan0-12.3.0+git1204-150000.1.10.1.x86_64 (openSUSE-SLE-15.5-Updates) (11/13), 167.9 KiB
- Retrieving: liblsan0-12.3.0+git1204-150000.1.10.1.x86_64.rpm ...................................................................................................................[done (488.9 KiB/s)]
- Retrieving: libubsan1-12.3.0+git1204-150000.1.10.1.x86_64 (openSUSE-SLE-15.5-Updates) (12/13), 157.1 KiB
- Retrieving: libubsan1-12.3.0+git1204-150000.1.10.1.x86_64.rpm ..................................................................................................................[done (765.6 KiB/s)]
- Retrieving: gcc8-8.2.1+r264010-150000.1.6.4.x86_64 (openSUSE-Leap-15.5-OSS) (13/13), 22.5 MiB
- Retrieving: gcc8-8.2.1+r264010-150000.1.6.4.x86_64.rpm ...........................................................................................................................[done (3.1 MiB/s)]
- Checking for file conflicts: .................................................................................................................................................................[done]
- ( 1/13) Installing: libasan5-9.3.1+git1296-1.6.1.x86_64 ......................................................................................................................................[done]
- ( 2/13) Installing: libisl15-0.18-1.443.x86_64 ...............................................................................................................................................[done]
- ( 3/13) Installing: libmpfr6-4.0.2-3.3.1.x86_64 ..............................................................................................................................................[done]
- ( 4/13) Installing: libmpx2-8.2.1+r264010-150000.1.6.4.x86_64 ................................................................................................................................[done]
- ( 5/13) Installing: libmpxwrappers2-8.2.1+r264010-150000.1.6.4.x86_64 ........................................................................................................................[done]
- ( 6/13) Installing: libtsan0-11.3.0+git1637-150000.1.11.2.x86_64 .............................................................................................................................[done]
- ( 7/13) Installing: libmpc3-1.1.0-1.47.x86_64 ................................................................................................................................................[done]
- ( 8/13) Installing: cpp8-8.2.1+r264010-150000.1.6.4.x86_64 ...................................................................................................................................[done]
- ( 9/13) Installing: libatomic1-12.3.0+git1204-150000.1.10.1.x86_64 ...........................................................................................................................[done]
- (10/13) Installing: libitm1-12.3.0+git1204-150000.1.10.1.x86_64 ..............................................................................................................................[done]
- (11/13) Installing: liblsan0-12.3.0+git1204-150000.1.10.1.x86_64 .............................................................................................................................[done]
- (12/13) Installing: libubsan1-12.3.0+git1204-150000.1.10.1.x86_64 ............................................................................................................................[done]
- (13/13) Installing: gcc8-8.2.1+r264010-150000.1.6.4.x86_64 ...................................................................................................................................[done]
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking for gcc... no
- checking for cc... no
- configure: error: in `/usr/src/asterisk-20.4.0':
- configure: error: no acceptable C compiler found in $PATH
- See `config.log' for more details
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install gcc-c++
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- The following 10 NEW packages are going to be installed:
- cpp cpp7 gcc gcc-c++ gcc7 gcc7-c++ libasan4 libcilkrts5 libstdc++6-devel-gcc7 libubsan0
- 10 new packages to install.
- Overall download size: 43.7 MiB. Already cached: 0 B. After the operation, additional 156.1 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: cpp7-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (1/10), 7.9 MiB
- Retrieving: cpp7-7.5.0+r278197-4.30.1.x86_64.rpm .................................................................................................................................[done (2.9 MiB/s)]
- Retrieving: libasan4-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/10), 362.2 KiB
- Retrieving: libasan4-7.5.0+r278197-4.30.1.x86_64.rpm .............................................................................................................................[done (2.5 MiB/s)]
- Retrieving: libcilkrts5-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (3/10), 65.7 KiB
- Retrieving: libcilkrts5-7.5.0+r278197-4.30.1.x86_64.rpm .........................................................................................................................[done (21.4 KiB/s)]
- Retrieving: libstdc++6-devel-gcc7-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (4/10), 6.7 MiB
- Retrieving: libstdc++6-devel-gcc7-7.5.0+r278197-4.30.1.x86_64.rpm ................................................................................................................[done (2.6 MiB/s)]
- Retrieving: libubsan0-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (5/10), 138.9 KiB
- Retrieving: libubsan0-7.5.0+r278197-4.30.1.x86_64.rpm ............................................................................................................................[done (1.2 MiB/s)]
- Retrieving: cpp-7-3.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (6/10), 9.4 KiB
- Retrieving: cpp-7-3.9.1.x86_64.rpm ...........................................................................................................................................................[done]
- Retrieving: gcc7-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (7/10), 19.7 MiB
- Retrieving: gcc7-7.5.0+r278197-4.30.1.x86_64.rpm .................................................................................................................................[done (3.9 MiB/s)]
- Retrieving: gcc7-c++-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (8/10), 8.9 MiB
- Retrieving: gcc7-c++-7.5.0+r278197-4.30.1.x86_64.rpm .............................................................................................................................[done (4.0 MiB/s)]
- Retrieving: gcc-7-3.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (9/10), 10.4 KiB
- Retrieving: gcc-7-3.9.1.x86_64.rpm ...........................................................................................................................................................[done]
- Retrieving: gcc-c++-7-3.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (10/10), 9.2 KiB
- Retrieving: gcc-c++-7-3.9.1.x86_64.rpm .......................................................................................................................................................[done]
- Checking for file conflicts: .................................................................................................................................................................[done]
- ( 1/10) Installing: cpp7-7.5.0+r278197-4.30.1.x86_64 .........................................................................................................................................[done]
- ( 2/10) Installing: libasan4-7.5.0+r278197-4.30.1.x86_64 .....................................................................................................................................[done]
- ( 3/10) Installing: libcilkrts5-7.5.0+r278197-4.30.1.x86_64 ..................................................................................................................................[done]
- ( 4/10) Installing: libstdc++6-devel-gcc7-7.5.0+r278197-4.30.1.x86_64 ........................................................................................................................[done]
- ( 5/10) Installing: libubsan0-7.5.0+r278197-4.30.1.x86_64 ....................................................................................................................................[done]
- ( 6/10) Installing: cpp-7-3.9.1.x86_64 .......................................................................................................................................................[done]
- ( 7/10) Installing: gcc7-7.5.0+r278197-4.30.1.x86_64 .........................................................................................................................................[done]
- ( 8/10) Installing: gcc7-c++-7.5.0+r278197-4.30.1.x86_64 .....................................................................................................................................[done]
- ( 9/10) Installing: gcc-7-3.9.1.x86_64 .......................................................................................................................................................[done]
- (10/10) Installing: gcc-c++-7-3.9.1.x86_64 ...................................................................................................................................................[done]
- vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --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... /usr/bin/grep
- checking for egrep... /usr/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... /usr/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... /usr/bin/sed
- checking for egrep... grep -E
- checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
- checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
- checking for gawk... gawk
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether ln -s works... yes
- checking for ranlib... ranlib
- checking for GNU make... Not Found
- configure: error: *** Please install GNU make. It is required to build Asterisk!
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install make
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- The following recommended package was automatically selected:
- make-lang
- The following 3 NEW packages are going to be installed:
- make make-lang site-config
- 3 new packages to install.
- Overall download size: 462.7 KiB. Already cached: 0 B. After the operation, additional 1.3 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: make-4.2.1-7.3.2.x86_64 (openSUSE-Leap-15.5-OSS) (1/3), 281.7 KiB
- Retrieving: make-4.2.1-7.3.2.x86_64.rpm ..........................................................................................................................................[done (1.2 MiB/s)]
- Retrieving: make-lang-4.2.1-7.3.2.noarch (openSUSE-Leap-15.5-OSS) (2/3), 164.0 KiB
- Retrieving: make-lang-4.2.1-7.3.2.noarch.rpm ...................................................................................................................................[done (790.3 KiB/s)]
- Retrieving: site-config-0.2-bp155.2.9.x86_64 (openSUSE-Leap-15.5-OSS) (3/3), 17.0 KiB
- Retrieving: site-config-0.2-bp155.2.9.x86_64.rpm ................................................................................................................................[done (17.0 KiB/s)]
- Checking for file conflicts: .................................................................................................................................................................[done]
- (1/3) Installing: make-4.2.1-7.3.2.x86_64 ....................................................................................................................................................[done]
- (2/3) Installing: make-lang-4.2.1-7.3.2.noarch ...............................................................................................................................................[done]
- (3/3) Installing: site-config-0.2-bp155.2.9.x86_64 ...........................................................................................................................................[done]
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install make^C
- vicibox11:/usr/src/asterisk-20.4.0 # history
- 1 2023-08-11 04:40:20 git clone https://github.com/asterisk/asterisk
- 2 2023-08-11 04:48:17 wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
- 3 2023-08-11 04:49:41 wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
- 4 2023-08-11 04:50:24 tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
- 5 2023-08-11 04:50:40 cd asterisk-20.4.0/
- 6 2023-08-11 04:50:46 contrib/scripts/install_prereq install
- 7 2023-08-11 04:50:58 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 8 2023-08-11 04:51:09 apt install gcc
- 9 2023-08-11 07:18:41 zypper install gcc8
- 10 2023-08-11 07:32:17 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 11 2023-08-11 07:32:55 zypper install gcc-c++
- 12 2023-08-11 07:33:37 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 13 2023-08-11 07:33:49 zypper install make
- 14 2023-08-11 07:34:06 history
- vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --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... /usr/bin/grep
- checking for egrep... /usr/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... /usr/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... /usr/bin/sed
- checking for egrep... grep -E
- checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
- checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
- checking for gawk... gawk
- 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) /usr/bin/grep -E
- checking for strip... strip
- checking for ar... ar
- checking for bison... :
- checking for cmp... /usr/bin/cmp
- checking for cat... /usr/bin/cat
- checking for cut... /usr/bin/cut
- checking for flex... :
- checking for grep... (cached) /usr/bin/grep
- checking for python2.7... no
- checking for python2... no
- checking for python... /usr/bin/python
- checking for find... /usr/bin/find
- checking for basename... /usr/bin/basename
- checking for dirname... /usr/bin/dirname
- checking for sh... /bin/sh
- checking for ln... /usr/bin/ln
- checking for doxygen... :
- checking for 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/sh
- checking for git... /usr/bin/git
- checking for alembic... :
- checking for bzip2... /usr/bin/bzip2
- checking for tar... /usr/bin/tar
- checking for patch... /usr/bin/patch
- checking for sed... (cached) /usr/bin/sed
- checking for nm... /usr/bin/nm
- checking for realpath... /usr/bin/realpath
- checking for ldconfig... /sbin/ldconfig
- checking for sha1sum... /usr/bin/sha1sum
- checking for openssl... /usr/bin/openssl
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for bison that supports parse-param...
- checking for soxmix... no
- checking for md5... no
- checking for md5sum... md5sum
- checking for a sed that does not truncate output... (cached) /usr/bin/sed
- checking whether gcc is Clang... no
- checking whether pthreads work with "-pthread" and "-lpthread"... 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
- configure: checking OPENSSL with pkg-config
- configure: checking whether system openssl > 1.1.0
- checking for OPENSSL... no
- configure: checking whether alternate openssl11 is installed
- checking for OPENSSL... no
- configure: checking fallback system openssl
- checking for OPENSSL... no
- configure: WARNING: OpenSSL does not seem to be installed
- checking for embedded jansson (may have to download)... configuring
- [jansson] Downloading https://raw.githubusercontent.com/asterisk/third-party/master/jansson/2.14/jansson-2.14.tar.bz2 to /tmp/jansson-2.14.tar.bz2
- [jansson] Verifying /tmp/jansson-2.14.tar.bz2
- [jansson] Verify successful
- [jansson] Verifying /tmp/jansson-2.14.tar.bz2
- [jansson] Verify successful
- [jansson] Unpacking /tmp/jansson-2.14.tar.bz2
- [jansson] Applying patches /usr/src/asterisk-20.4.0/third-party/jansson/patches /usr/src/asterisk-20.4.0/third-party/jansson/source
- No patches in /usr/src/asterisk-20.4.0/third-party/jansson/patches
- [jansson] Rebuilding
- [jansson] Configuring
- checking for bundled jansson... yes
- checking for embedded pjproject (may have to download)... configuring
- [pjproject] Downloading https://raw.githubusercontent.com/asterisk/third-party/master/pjproject/2.13.1/pjproject-2.13.1.tar.bz2 to /tmp/pjproject-2.13.1.tar.bz2
- [pjproject] Verifying /tmp/pjproject-2.13.1.tar.bz2
- [pjproject] Verify successful
- [pjproject] Verifying /tmp/pjproject-2.13.1.tar.bz2
- [pjproject] Verify successful
- [pjproject] Unpacking /tmp/pjproject-2.13.1.tar.bz2
- [pjproject] Applying patches /usr/src/asterisk-20.4.0/third-party/pjproject/patches /usr/src/asterisk-20.4.0/third-party/pjproject/source
- [pjproject] Applying user.mak
- [pjproject] Rebuilding
- [pjproject] Applying custom include file patches/config_site.h
- [pjproject] Applying custom include file patches/asterisk_malloc_debug.h
- [pjproject] Configuring with --prefix=/opt/pjproject --disable-speex-codec --disable-speex-aec --disable-bcg729 --disable-gsm-codec --disable-ilbc-codec --disable-l16-codec --disable-g722-codec --disable-g7221-codec --disable-opencore-amr --disable-silk --disable-opus --disable-video --disable-v4l2 --disable-sound --disable-ext-sound --disable-sdl --disable-libyuv --disable-ffmpeg --disable-openh264 --disable-ipp --disable-libwebrtc --without-external-pa --without-external-srtp --disable-resample --disable-g711-codec --enable-epoll
- checking for bundled pjproject... yes
- checking for gawk... (cached) gawk
- checking for curl-config... no
- checking whether libcurl is usable... no
- 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 LIBEDIT... no
- checking for history_init in -ledit... no
- configure: error: *** Please install the 'libedit' development package.
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install libedit
- Loading repository data...
- Reading installed packages...
- 'libedit' not found in package names. Trying capabilities.
- 'libedit0' providing 'libedit' is already installed.
- Resolving package dependencies...
- Nothing to do.
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install -t pattern devel_basis
- Retrieving repository 'openSUSE-SLE-15.5-Updates' metadata ...................................................................................................................................[done]
- Building repository 'openSUSE-SLE-15.5-Updates' cache ........................................................................................................................................[done]
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- The following 16 recommended packages were automatically selected:
- bin86 binutils-devel bison-lang cyrus-sasl-devel e2fsprogs-devel gcc-info glibc-info gmp-devel gperf libaio-devel libapparmor-devel libdb-4_8-devel libosip2-devel libstdc++-devel openldap2-devel
- pam-devel
- The following 39 NEW packages are going to be installed:
- autoconf automake bin86 binutils-devel bison bison-lang cyrus-sasl-devel e2fsprogs-devel flex gcc-info gcc7-info gdbm-devel gettext-tools glibc-info gmp-devel gperf libaio-devel
- libapparmor-devel libblkid-devel libcom_err-devel libdb-4_8-devel libext2fs-devel libfl-devel libfl2 libgmpxx4 libosip2-15 libosip2-devel libstdc++-devel libtool libuuid-devel m4 makeinfo
- ncurses-devel openldap2-devel pam-devel patterns-devel-base-devel_basis perl-Text-Unidecode tack zlib-devel
- The following NEW pattern is going to be installed:
- devel_basis
- 39 new packages to install.
- Overall download size: 32.5 MiB. Already cached: 0 B. After the operation, additional 111.8 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: bin86-0.16.21-1.28.x86_64 (openSUSE-Leap-15.5-OSS) (1/39), 79.2 KiB
- Retrieving: bin86-0.16.21-1.28.x86_64.rpm .......................................................................................................................................[done (79.2 KiB/s)]
- Retrieving: cyrus-sasl-devel-2.1.28-150500.1.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/39), 895.4 KiB
- Retrieving: cyrus-sasl-devel-2.1.28-150500.1.1.x86_64.rpm ........................................................................................................................[done (2.4 MiB/s)]
- Retrieving: gcc7-info-7.5.0+r278197-4.30.1.noarch (openSUSE-Leap-15.5-OSS) (3/39), 2.1 MiB
- Retrieving: gcc7-info-7.5.0+r278197-4.30.1.noarch.rpm ............................................................................................................................[done (3.5 MiB/s)]
- Retrieving: gdbm-devel-1.12-1.418.x86_64 (openSUSE-Leap-15.5-OSS) (4/39), 285.4 KiB
- Retrieving: gdbm-devel-1.12-1.418.x86_64.rpm .....................................................................................................................................[done (2.5 MiB/s)]
- Retrieving: gperf-3.1-1.27.x86_64 (openSUSE-Leap-15.5-OSS) (5/39), 147.5 KiB
- Retrieving: gperf-3.1-1.27.x86_64.rpm ..........................................................................................................................................[done (872.6 KiB/s)]
- Retrieving: libaio-devel-0.3.109-1.25.x86_64 (openSUSE-Leap-15.5-OSS) (6/39), 11.0 KiB
- Retrieving: libaio-devel-0.3.109-1.25.x86_64.rpm ................................................................................................................................[done (11.0 KiB/s)]
- Retrieving: libapparmor-devel-3.0.4-150500.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (7/39), 85.7 KiB
- Retrieving: libapparmor-devel-3.0.4-150500.9.1.x86_64.rpm .......................................................................................................................[done (49.2 KiB/s)]
- Retrieving: libblkid-devel-2.37.4-150500.7.16.x86_64 (openSUSE-Leap-15.5-OSS) (8/39), 60.0 KiB
- Retrieving: libblkid-devel-2.37.4-150500.7.16.x86_64.rpm .....................................................................................................................................[done]
- Retrieving: libcom_err-devel-1.46.4-150400.3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (9/39), 37.8 KiB
- Retrieving: libcom_err-devel-1.46.4-150400.3.3.1.x86_64.rpm ..................................................................................................................................[done]
- Retrieving: libfl2-2.6.4-3.157.x86_64 (openSUSE-Leap-15.5-OSS) (10/39), 99.3 KiB
- Retrieving: libfl2-2.6.4-3.157.x86_64.rpm ......................................................................................................................................[done (293.0 KiB/s)]
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (11/39), 17.1 KiB
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm .................................................................................................................................................[done]
- Retrieving: libosip2-15-5.3.1-bp155.1.5.x86_64 (openSUSE-Leap-15.5-OSS) (12/39), 96.8 KiB
- Retrieving: libosip2-15-5.3.1-bp155.1.5.x86_64.rpm ..............................................................................................................................[done (90.8 KiB/s)]
- Retrieving: libstdc++-devel-7-3.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (13/39), 8.6 KiB
- Retrieving: libstdc++-devel-7-3.9.1.x86_64.rpm ...............................................................................................................................................[done]
- Retrieving: libuuid-devel-2.37.4-150500.7.16.x86_64 (openSUSE-Leap-15.5-OSS) (14/39), 67.7 KiB
- Retrieving: libuuid-devel-2.37.4-150500.7.16.x86_64.rpm ......................................................................................................................................[done]
- Retrieving: m4-1.4.18-4.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (15/39), 199.7 KiB
- Retrieving: m4-1.4.18-4.3.1.x86_64.rpm .........................................................................................................................................[done (634.3 KiB/s)]
- Retrieving: pam-devel-1.3.0-150000.6.61.1.x86_64 (openSUSE-Leap-15.5-OSS) (16/39), 81.8 KiB
- Retrieving: pam-devel-1.3.0-150000.6.61.1.x86_64.rpm ............................................................................................................................[done (70.8 KiB/s)]
- Retrieving: perl-Text-Unidecode-1.30-1.443.noarch (openSUSE-Leap-15.5-OSS) (17/39), 132.2 KiB
- Retrieving: perl-Text-Unidecode-1.30-1.443.noarch.rpm ............................................................................................................................[done (1.7 MiB/s)]
- Retrieving: tack-6.1-150000.5.15.1.x86_64 (openSUSE-Leap-15.5-OSS) (18/39), 176.8 KiB
- Retrieving: tack-6.1-150000.5.15.1.x86_64.rpm .................................................................................................................................[done (1003.8 KiB/s)]
- Retrieving: zlib-devel-1.2.13-150500.2.3.x86_64 (openSUSE-Leap-15.5-OSS) (19/39), 121.1 KiB
- Retrieving: zlib-devel-1.2.13-150500.2.3.x86_64.rpm ..............................................................................................................................[done (1.5 MiB/s)]
- Retrieving: gcc-info-7-3.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (20/39), 11.0 KiB
- Retrieving: gcc-info-7-3.9.1.x86_64.rpm ......................................................................................................................................................[done]
- Retrieving: libext2fs-devel-1.46.4-150400.3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (21/39), 62.5 KiB
- Retrieving: libext2fs-devel-1.46.4-150400.3.3.1.x86_64.rpm ......................................................................................................................[done (22.7 KiB/s)]
- Retrieving: libfl-devel-2.6.4-3.157.x86_64 (openSUSE-Leap-15.5-OSS) (22/39), 99.2 KiB
- Retrieving: libfl-devel-2.6.4-3.157.x86_64.rpm ...................................................................................................................................[done (3.0 KiB/s)]
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (23/39), 2.2 MiB
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm .....................................................................................................................................[done (3.1 MiB/s)]
- Retrieving: libosip2-devel-5.3.1-bp155.1.5.x86_64 (openSUSE-Leap-15.5-OSS) (24/39), 70.2 KiB
- Retrieving: libosip2-devel-5.3.1-bp155.1.5.x86_64.rpm ...........................................................................................................................[done (29.0 KiB/s)]
- Retrieving: bison-3.0.4-3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (25/39), 483.7 KiB
- Retrieving: bison-3.0.4-3.3.1.x86_64.rpm .........................................................................................................................................[done (3.1 MiB/s)]
- Retrieving: bison-lang-3.0.4-3.3.1.noarch (openSUSE-Leap-15.5-OSS) (26/39), 105.7 KiB
- Retrieving: bison-lang-3.0.4-3.3.1.noarch.rpm ....................................................................................................................................[done (3.0 KiB/s)]
- Retrieving: autoconf-2.69-1.445.noarch (openSUSE-Leap-15.5-OSS) (27/39), 711.1 KiB
- Retrieving: autoconf-2.69-1.445.noarch.rpm .......................................................................................................................................[done (2.7 MiB/s)]
- Retrieving: makeinfo-6.5-4.17.x86_64 (openSUSE-Leap-15.5-OSS) (28/39), 700.2 KiB
- Retrieving: makeinfo-6.5-4.17.x86_64.rpm .........................................................................................................................................[done (1.5 MiB/s)]
- Retrieving: ncurses-devel-6.1-150000.5.15.1.x86_64 (openSUSE-Leap-15.5-OSS) (29/39), 5.3 MiB
- Retrieving: ncurses-devel-6.1-150000.5.15.1.x86_64.rpm ...........................................................................................................................[done (2.8 MiB/s)]
- Retrieving: binutils-devel-2.39-150100.7.40.1.x86_64 (openSUSE-Leap-15.5-OSS) (30/39), 13.6 MiB
- Retrieving: binutils-devel-2.39-150100.7.40.1.x86_64.rpm .........................................................................................................................[done (3.8 MiB/s)]
- Retrieving: e2fsprogs-devel-1.46.4-150400.3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (31/39), 25.9 KiB
- Retrieving: e2fsprogs-devel-1.46.4-150400.3.3.1.x86_64.rpm ......................................................................................................................[done (17.5 KiB/s)]
- Retrieving: flex-2.6.4-3.157.x86_64 (openSUSE-Leap-15.5-OSS) (32/39), 368.0 KiB
- Retrieving: flex-2.6.4-3.157.x86_64.rpm ..........................................................................................................................................[done (2.8 MiB/s)]
- Retrieving: gettext-tools-0.20.2-1.43.x86_64 (openSUSE-Leap-15.5-OSS) (33/39), 1.5 MiB
- Retrieving: gettext-tools-0.20.2-1.43.x86_64.rpm .................................................................................................................................[done (2.0 MiB/s)]
- Retrieving: automake-1.15.1-4.10.2.noarch (openSUSE-Leap-15.5-OSS) (34/39), 817.9 KiB
- Retrieving: automake-1.15.1-4.10.2.noarch.rpm ....................................................................................................................................[done (2.2 MiB/s)]
- Retrieving: libtool-2.4.6-3.4.1.x86_64 (openSUSE-Leap-15.5-OSS) (35/39), 748.2 KiB
- Retrieving: libtool-2.4.6-3.4.1.x86_64.rpm .......................................................................................................................................[done (2.3 MiB/s)]
- Retrieving: glibc-info-2.31-150300.52.2.noarch (openSUSE-SLE-15.5-Updates) (36/39), 1.0 MiB
- Retrieving: glibc-info-2.31-150300.52.2.noarch.rpm ...............................................................................................................................[done (2.5 MiB/s)]
- Retrieving: libdb-4_8-devel-4.8.30-150000.7.9.1.x86_64 (openSUSE-SLE-15.5-Updates) (37/39), 42.8 KiB
- Retrieving: libdb-4_8-devel-4.8.30-150000.7.9.1.x86_64.rpm ......................................................................................................................[done (40.6 KiB/s)]
- Retrieving: openldap2-devel-2.4.46-150200.14.17.1.x86_64 (openSUSE-SLE-15.5-Updates) (38/39), 145.7 KiB
- Retrieving: openldap2-devel-2.4.46-150200.14.17.1.x86_64.rpm .....................................................................................................................[done (1.6 MiB/s)]
- Retrieving: patterns-devel-base-devel_basis-20170319-lp155.2.4.x86_64 (openSUSE-Leap-15.5-OSS) (39/39), 9.6 KiB
- Retrieving: patterns-devel-base-devel_basis-20170319-lp155.2.4.x86_64.rpm ....................................................................................................................[done]
- Checking for file conflicts: .................................................................................................................................................................[done]
- ( 1/39) Installing: bin86-0.16.21-1.28.x86_64 ................................................................................................................................................[done]
- ( 2/39) Installing: cyrus-sasl-devel-2.1.28-150500.1.1.x86_64 ................................................................................................................................[done]
- ( 3/39) Installing: gcc7-info-7.5.0+r278197-4.30.1.noarch ....................................................................................................................................[done]
- ( 4/39) Installing: gdbm-devel-1.12-1.418.x86_64 .............................................................................................................................................[done]
- ( 5/39) Installing: gperf-3.1-1.27.x86_64 ....................................................................................................................................................[done]
- ( 6/39) Installing: libaio-devel-0.3.109-1.25.x86_64 .........................................................................................................................................[done]
- ( 7/39) Installing: libapparmor-devel-3.0.4-150500.9.1.x86_64 ................................................................................................................................[done]
- ( 8/39) Installing: libblkid-devel-2.37.4-150500.7.16.x86_64 .................................................................................................................................[done]
- ( 9/39) Installing: libcom_err-devel-1.46.4-150400.3.3.1.x86_64 ..............................................................................................................................[done]
- (10/39) Installing: libfl2-2.6.4-3.157.x86_64 ................................................................................................................................................[done]
- (11/39) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 .............................................................................................................................................[done]
- (12/39) Installing: libosip2-15-5.3.1-bp155.1.5.x86_64 .......................................................................................................................................[done]
- (13/39) Installing: libstdc++-devel-7-3.9.1.x86_64 ...........................................................................................................................................[done]
- (14/39) Installing: libuuid-devel-2.37.4-150500.7.16.x86_64 ..................................................................................................................................[done]
- (15/39) Installing: m4-1.4.18-4.3.1.x86_64 ...................................................................................................................................................[done]
- (16/39) Installing: pam-devel-1.3.0-150000.6.61.1.x86_64 .....................................................................................................................................[done]
- (17/39) Installing: perl-Text-Unidecode-1.30-1.443.noarch ....................................................................................................................................[done]
- (18/39) Installing: tack-6.1-150000.5.15.1.x86_64 ............................................................................................................................................[done]
- (19/39) Installing: zlib-devel-1.2.13-150500.2.3.x86_64 ......................................................................................................................................[done]
- (20/39) Installing: gcc-info-7-3.9.1.x86_64 ..................................................................................................................................................[done]
- (21/39) Installing: libext2fs-devel-1.46.4-150400.3.3.1.x86_64 ...............................................................................................................................[done]
- (22/39) Installing: libfl-devel-2.6.4-3.157.x86_64 ...........................................................................................................................................[done]
- (23/39) Installing: gmp-devel-6.1.2-4.9.1.x86_64 .............................................................................................................................................[done]
- (24/39) Installing: libosip2-devel-5.3.1-bp155.1.5.x86_64 ....................................................................................................................................[done]
- (25/39) Installing: bison-3.0.4-3.3.1.x86_64 .................................................................................................................................................[done]
- (26/39) Installing: bison-lang-3.0.4-3.3.1.noarch ............................................................................................................................................[done]
- (27/39) Installing: autoconf-2.69-1.445.noarch ...............................................................................................................................................[done]
- (28/39) Installing: makeinfo-6.5-4.17.x86_64 .................................................................................................................................................[done]
- (29/39) Installing: ncurses-devel-6.1-150000.5.15.1.x86_64 ...................................................................................................................................[done]
- (30/39) Installing: binutils-devel-2.39-150100.7.40.1.x86_64 .................................................................................................................................[done]
- (31/39) Installing: e2fsprogs-devel-1.46.4-150400.3.3.1.x86_64 ...............................................................................................................................[done]
- (32/39) Installing: flex-2.6.4-3.157.x86_64 ..................................................................................................................................................[done]
- (33/39) Installing: gettext-tools-0.20.2-1.43.x86_64 .........................................................................................................................................[done]
- (34/39) Installing: automake-1.15.1-4.10.2.noarch ............................................................................................................................................[done]
- (35/39) Installing: libtool-2.4.6-3.4.1.x86_64 ...............................................................................................................................................[done]
- (36/39) Installing: glibc-info-2.31-150300.52.2.noarch .......................................................................................................................................[done]
- (37/39) Installing: libdb-4_8-devel-4.8.30-150000.7.9.1.x86_64 ...............................................................................................................................[done]
- (38/39) Installing: openldap2-devel-2.4.46-150200.14.17.1.x86_64 .............................................................................................................................[done]
- (39/39) Installing: patterns-devel-base-devel_basis-20170319-lp155.2.4.x86_64 ................................................................................................................[done]
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install -t pattern devel_C_C++
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- The following 6 recommended packages were automatically selected:
- boost_1_66-jam libboost_headers1_66_0-devel ltrace posix_cc swig valgrind
- The following 7 NEW packages are going to be installed:
- boost_1_66-jam libboost_headers1_66_0-devel ltrace patterns-devel-C-C++-devel_C_C++ posix_cc swig valgrind
- The following NEW pattern is going to be installed:
- devel_C_C++
- 7 new packages to install.
- Overall download size: 16.6 MiB. Already cached: 0 B. After the operation, additional 143.3 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: boost_1_66-jam-1.66.0-12.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (1/7), 142.4 KiB
- Retrieving: boost_1_66-jam-1.66.0-12.3.1.x86_64.rpm ..........................................................................................................................................[done]
- Retrieving: libboost_headers1_66_0-devel-1.66.0-12.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/7), 9.0 MiB
- Retrieving: libboost_headers1_66_0-devel-1.66.0-12.3.1.x86_64.rpm ................................................................................................................[done (3.6 MiB/s)]
- Retrieving: ltrace-0.7.91-150500.18.1.x86_64 (openSUSE-Leap-15.5-OSS) (3/7), 159.7 KiB
- Retrieving: ltrace-0.7.91-150500.18.1.x86_64.rpm .................................................................................................................................[done (1.4 MiB/s)]
- Retrieving: posix_cc-1.4-bp155.3.11.x86_64 (openSUSE-Leap-15.5-OSS) (4/7), 16.1 KiB
- Retrieving: posix_cc-1.4-bp155.3.11.x86_64.rpm ..................................................................................................................................[done (16.1 KiB/s)]
- Retrieving: swig-3.0.12-4.18.x86_64 (openSUSE-Leap-15.5-OSS) (5/7), 1.3 MiB
- Retrieving: swig-3.0.12-4.18.x86_64.rpm ..........................................................................................................................................[done (2.9 MiB/s)]
- Retrieving: valgrind-3.20.0-150500.2.1.x86_64 (openSUSE-Leap-15.5-OSS) (6/7), 5.8 MiB
- Retrieving: valgrind-3.20.0-150500.2.1.x86_64.rpm ................................................................................................................................[done (2.7 MiB/s)]
- Retrieving: patterns-devel-C-C++-devel_C_C++-20170319-lp155.4.4.noarch (openSUSE-Leap-15.5-OSS) (7/7), 9.4 KiB
- Retrieving: patterns-devel-C-C++-devel_C_C++-20170319-lp155.4.4.noarch.rpm ...................................................................................................................[done]
- Checking for file conflicts: .................................................................................................................................................................[done]
- (1/7) Installing: boost_1_66-jam-1.66.0-12.3.1.x86_64 ........................................................................................................................................[done]
- (2/7) Installing: libboost_headers1_66_0-devel-1.66.0-12.3.1.x86_64 ..........................................................................................................................[done]
- (3/7) Installing: ltrace-0.7.91-150500.18.1.x86_64 ...........................................................................................................................................[done]
- (4/7) Installing: posix_cc-1.4-bp155.3.11.x86_64 .............................................................................................................................................[done]
- (5/7) Installing: swig-3.0.12-4.18.x86_64 ....................................................................................................................................................[done]
- (6/7) Installing: valgrind-3.20.0-150500.2.1.x86_64 ..........................................................................................................................................[done]
- (7/7) Installing: patterns-devel-C-C++-devel_C_C++-20170319-lp155.4.4.noarch .................................................................................................................[done]
- vicibox11:/usr/src/asterisk-20.4.0 # zypper se -t pattern devel
- Loading repository data...
- Reading installed packages...
- S | Name | Summary | Type
- ---+----------------------+---------------------------------------------+--------
- i+ | devel_basis | Base Development | pattern
- i+ | devel_C_C++ | C/C++ Development | pattern
- | devel_gnome | GNOME Development | pattern
- | devel_java | Java Development | pattern
- | devel_kde_frameworks | KDE Frameworks and Plasma Development | pattern
- | devel_kernel | Linux Kernel Development | pattern
- | devel_mono | .NET Development | pattern
- | devel_osc_build | Tools for Packaging with Open Build Service | pattern
- | devel_perl | Perl Development | pattern
- | devel_python3 | Python 3 Developement | pattern
- | devel_qt5 | Qt 5 Development | pattern
- | devel_qt6 | Qt 6 Development | pattern
- | devel_rpm_build | RPM Build Environment | pattern
- | devel_ruby | Ruby Development | pattern
- | devel_tcl | Tcl/Tk Development | pattern
- | devel_vulkan | Vulkan Development | pattern
- | devel_web | Web Development | pattern
- | devel_yast | YaST Development | pattern
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --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... /usr/bin/grep
- checking for egrep... /usr/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... /usr/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... /usr/bin/sed
- checking for egrep... grep -E
- checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
- checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
- checking for gawk... gawk
- 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) /usr/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... /usr/bin/cat
- checking for cut... /usr/bin/cut
- checking for flex... /usr/bin/flex
- checking for grep... (cached) /usr/bin/grep
- checking for python2.7... no
- checking for python2... no
- checking for python... /usr/bin/python
- checking for find... /usr/bin/find
- checking for basename... /usr/bin/basename
- checking for dirname... /usr/bin/dirname
- checking for sh... /bin/sh
- checking for ln... /usr/bin/ln
- checking for doxygen... :
- checking for 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/sh
- checking for git... /usr/bin/git
- checking for alembic... :
- checking for bzip2... /usr/bin/bzip2
- checking for tar... /usr/bin/tar
- checking for patch... /usr/bin/patch
- checking for sed... (cached) /usr/bin/sed
- checking for nm... /usr/bin/nm
- checking for realpath... /usr/bin/realpath
- checking for ldconfig... /sbin/ldconfig
- checking for sha1sum... /usr/bin/sha1sum
- checking for openssl... /usr/bin/openssl
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- 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) /usr/bin/sed
- checking whether gcc is Clang... no
- checking whether pthreads work with "-pthread" and "-lpthread"... 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
- configure: checking OPENSSL with pkg-config
- configure: checking whether system openssl > 1.1.0
- checking for OPENSSL... no
- configure: checking whether alternate openssl11 is installed
- checking for OPENSSL... no
- configure: checking fallback system openssl
- checking for OPENSSL... no
- configure: WARNING: OpenSSL does not seem to be installed
- checking for embedded jansson (may have to download)... configuring
- checking for bundled jansson... yes
- checking for embedded pjproject (may have to download)... configuring
- checking for bundled pjproject... yes
- checking for gawk... (cached) gawk
- checking for curl-config... no
- checking whether libcurl is usable... no
- 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 LIBEDIT... no
- checking for history_init in -ledit... no
- configure: error: *** Please install the 'libedit' development package.
- vicibox11:/usr/src/asterisk-20.4.0 # zypper search -t pattern
- Loading repository data...
- Reading installed packages...
- S | Name | Summary | Type
- ---+----------------------+-------------------------------------------------------+--------
- | 32bit | 32-Bit Runtime Environment | pattern
- i | apparmor | AppArmor | pattern
- i+ | base | Minimal Base System | pattern
- | basic_desktop | A very basic desktop (previously part of x11 pattern) | pattern
- | books | Documentation | pattern
- | budgie | Budgie Desktop Environment | pattern
- | budgie_applets | Applets for Budgie Desktop Environment | pattern
- | ceph_base | Ceph base | pattern
- | cinnamon | Cinnamon Desktop Environment | pattern
- | console | Console Tools | pattern
- | deepin | Deepin Desktop Environment | pattern
- i+ | devel_basis | Base Development | pattern
- i+ | devel_C_C++ | C/C++ Development | pattern
- | devel_gnome | GNOME Development | pattern
- | devel_java | Java Development | pattern
- | devel_kde_frameworks | KDE Frameworks and Plasma Development | pattern
- | devel_kernel | Linux Kernel Development | pattern
- | devel_mono | .NET Development | pattern
- | devel_osc_build | Tools for Packaging with Open Build Service | pattern
- | devel_perl | Perl Development | pattern
- | devel_python3 | Python 3 Developement | pattern
- | devel_qt5 | Qt 5 Development | pattern
- | devel_qt6 | Qt 6 Development | pattern
- | devel_rpm_build | RPM Build Environment | pattern
- | devel_ruby | Ruby Development | pattern
- | devel_tcl | Tcl/Tk Development | pattern
- | devel_vulkan | Vulkan Development | pattern
- | devel_web | Web Development | pattern
- | devel_yast | YaST Development | pattern
- | dhcp_dns_server | DHCP and DNS Server | pattern
- | directory_server | Directory Server (LDAP) | pattern
- i | documentation | Help and Support Documentation | pattern
- i+ | enhanced_base | Enhanced Base System | pattern
- | enlightenment | Enlightenment | pattern
- | file_server | File Server | pattern
- | fips | FIPS 140-2 specific packages | pattern
- | fonts | Fonts | pattern
- | games | Games | pattern
- | gateway_server | Internet Gateway | pattern
- | gnome | GNOME Desktop Environment (Wayland) | pattern
- | gnome_basic | GNOME Desktop Environment (Basic) | pattern
- | gnome_x11 | GNOME Desktop Environment (X11) | pattern
- | imaging | Graphics | pattern
- | kde | KDE Applications and Plasma 5 Desktop | pattern
- | kde_pim | KDE PIM Suite | pattern
- | kde_plasma | KDE Plasma 5 Desktop Base | pattern
- | kvm_server | KVM Host Server | pattern
- | kvm_tools | KVM Virtualization Host and tools | pattern
- i+ | lamp_server | Web and LAMP Server | pattern
- | laptop | Mobile | pattern
- | lxde | LXDE Desktop Environment | pattern
- | lxqt | LXQt Desktop Environment | pattern
- | mail_server | Mail and News Server | pattern
- | mate | MATE Desktop Environment | pattern
- i | minimal_base | Minimal Appliance Base | pattern
- | multimedia | Multimedia | pattern
- | network_admin | Network Administration | pattern
- | non_oss | Misc. Proprietary Packages | pattern
- | office | Office Software | pattern
- | print_server | Print Server | pattern
- i | sw_management | Software Management | pattern
- | sway | Sway Tiling Wayland Compositor and related tools | pattern
- | technical_writing | Technical Writing | pattern
- | update_test | Tests for the Update Stack | pattern
- | wsl_base | Base WSL packages | pattern
- | wsl_gui | WSL GUI packages | pattern
- | wsl_systemd | WSL systemd setup | pattern
- | x11 | X Window System | pattern
- | x11_yast | YaST User Interfaces | pattern
- | xen_server | Xen Virtual Machine Host Server | pattern
- | xen_tools | XEN Virtualization Host and tools | pattern
- | xfce | XFCE Desktop Environment | pattern
- i+ | yast2_basis | YaST Base Utilities | pattern
- | yast2_desktop | YaST Desktop Utilities | pattern
- | yast2_server | YaST Server Utilities | pattern
- vicibox11:/usr/src/asterisk-20.4.0 # zypper info -t pattern devel_basis
- Loading repository data...
- Reading installed packages...
- Information for pattern devel_basis:
- ------------------------------------
- Repository : openSUSE-Leap-15.5-OSS
- Name : devel_basis
- Version : 20170319-lp155.2.4
- Arch : x86_64
- Vendor : openSUSE
- Installed : Yes
- Visible to User : Yes
- Summary : Base Development
- Description :
- Minimal set of tools for compiling and linking applications.
- Contents :
- S | Name | Type | Dependency
- ---+---------------------------------+---------+------------
- i | autoconf | package | Required
- i | automake | package | Required
- i | binutils | package | Required
- i | bison | package | Required
- i | cpp | package | Required
- i | flex | package | Required
- i | gcc | package | Required
- i | gdbm-devel | package | Required
- i | gettext-tools | package | Required
- i | glibc-devel | package | Required
- i | libtool | package | Required
- i | m4 | package | Required
- i+ | make | package | Required
- i | makeinfo | package | Required
- i | ncurses-devel | package | Required
- i+ | patch | package | Required
- i | patterns-base-basesystem | package | Required
- i+ | patterns-devel-base-devel_basis | package | Required
- i | zlib-devel | package | Required
- i | bin86 | package | Recommended
- i | binutils-devel | package | Recommended
- i | e2fsprogs-devel | package | Recommended
- i | fdupes | package | Recommended
- i+ | gcc-c++ | package | Recommended
- i | gcc-info | package | Recommended
- i+ | git | package | Recommended
- i | glibc-info | package | Recommended
- i | gmp-devel | package | Recommended
- i | gperf | package | Recommended
- i | libaio-devel | package | Recommended
- i | libapparmor-devel | package | Recommended
- i | libdb-4_8-devel | package | Recommended
- i | libosip2-devel | package | Recommended
- i | libstdc++-devel | package | Recommended
- i | openldap2-devel | package | Recommended
- i | pam-devel | package | Recommended
- i+ | patch | package | Recommended
- i | pkg-config | package | Recommended
- i | subversion | package | Recommended
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install -t pattern devel_basis
- Loading repository data...
- Reading installed packages...
- 'pattern:devel_basis' is already installed.
- No update candidate for 'pattern:devel_basis-20170319-lp155.2.4.x86_64'. The highest available version is already installed.
- Resolving package dependencies...
- Nothing to do.
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install gdb
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- The following 7 NEW packages are going to be installed:
- babeltrace ctags gdb libboost_regex1_66_0 libdebuginfod1 libsource-highlight4 libstdc++6-pp
- 7 new packages to install.
- Overall download size: 5.2 MiB. Already cached: 0 B. After the operation, additional 16.9 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: babeltrace-1.5.8-1.30.x86_64 (openSUSE-Leap-15.5-OSS) (1/7), 203.7 KiB
- Retrieving: babeltrace-1.5.8-1.30.x86_64.rpm ....................................................................................................................................[done (51.9 KiB/s)]
- Retrieving: ctags-5.8-150000.3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/7), 141.6 KiB
- Retrieving: ctags-5.8-150000.3.3.1.x86_64.rpm ....................................................................................................................................[done (3.2 KiB/s)]
- Retrieving: libboost_regex1_66_0-1.66.0-12.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (3/7), 266.3 KiB
- Retrieving: libboost_regex1_66_0-1.66.0-12.3.1.x86_64.rpm ........................................................................................................................[done (2.6 MiB/s)]
- Retrieving: libdebuginfod1-0.185-150400.5.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (4/7), 24.5 KiB
- Retrieving: libdebuginfod1-0.185-150400.5.3.1.x86_64.rpm ........................................................................................................................[done (18.8 KiB/s)]
- Retrieving: libsource-highlight4-3.1.8-150000.3.4.1.x86_64 (openSUSE-Leap-15.5-OSS) (5/7), 237.1 KiB
- Retrieving: libsource-highlight4-3.1.8-150000.3.4.1.x86_64.rpm ...................................................................................................................[done (2.0 MiB/s)]
- Retrieving: libstdc++6-pp-12.3.0+git1204-150000.1.10.1.x86_64 (openSUSE-SLE-15.5-Updates) (6/7), 37.0 KiB
- Retrieving: libstdc++6-pp-12.3.0+git1204-150000.1.10.1.x86_64.rpm ................................................................................................................[done (7.9 KiB/s)]
- Retrieving: gdb-12.1-150400.15.9.1.x86_64 (openSUSE-SLE-15.5-Updates) (7/7), 4.4 MiB
- Retrieving: gdb-12.1-150400.15.9.1.x86_64.rpm ....................................................................................................................................[done (3.1 MiB/s)]
- Checking for file conflicts: .................................................................................................................................................................[done]
- (1/7) Installing: babeltrace-1.5.8-1.30.x86_64 ...............................................................................................................................................[done]
- update-alternatives: using /usr/bin/ctags-exuberant to provide /usr/bin/ctags (ctags) in auto mode
- (2/7) Installing: ctags-5.8-150000.3.3.1.x86_64 ..............................................................................................................................................[done]
- (3/7) Installing: libboost_regex1_66_0-1.66.0-12.3.1.x86_64 ..................................................................................................................................[done]
- (4/7) Installing: libdebuginfod1-0.185-150400.5.3.1.x86_64 ...................................................................................................................................[done]
- (5/7) Installing: libsource-highlight4-3.1.8-150000.3.4.1.x86_64 .............................................................................................................................[done]
- (6/7) Installing: libstdc++6-pp-12.3.0+git1204-150000.1.10.1.x86_64 ..........................................................................................................................[done]
- (7/7) Installing: gdb-12.1-150400.15.9.1.x86_64 ..............................................................................................................................................[done]
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install cmake
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- The following 6 NEW packages are going to be installed:
- cmake cmake-full cmake-man libarchive13 libjsoncpp19 librhash0
- 6 new packages to install.
- Overall download size: 8.2 MiB. Already cached: 0 B. After the operation, additional 36.6 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: cmake-man-3.20.4-150400.2.12.x86_64 (openSUSE-Leap-15.5-OSS) (1/6), 685.4 KiB
- Retrieving: cmake-man-3.20.4-150400.2.12.x86_64.rpm ..............................................................................................................................[done (2.4 MiB/s)]
- Retrieving: libarchive13-3.5.1-150400.3.12.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/6), 335.0 KiB
- Retrieving: libarchive13-3.5.1-150400.3.12.1.x86_64.rpm ..........................................................................................................................[done (1.9 MiB/s)]
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64 (openSUSE-Leap-15.5-OSS) (3/6), 77.1 KiB
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64.rpm ..................................................................................................................................[done (18.9 KiB/s)]
- Retrieving: librhash0-1.3.5-1.25.x86_64 (openSUSE-Leap-15.5-OSS) (4/6), 84.7 KiB
- Retrieving: librhash0-1.3.5-1.25.x86_64.rpm .....................................................................................................................................[done (84.7 KiB/s)]
- Retrieving: cmake-full-3.20.4-150400.2.13.x86_64 (openSUSE-Leap-15.5-OSS) (5/6), 6.9 MiB
- Retrieving: cmake-full-3.20.4-150400.2.13.x86_64.rpm .............................................................................................................................[done (2.8 MiB/s)]
- Retrieving: cmake-3.20.4-150400.2.5.x86_64 (openSUSE-Leap-15.5-OSS) (6/6), 85.2 KiB
- Retrieving: cmake-3.20.4-150400.2.5.x86_64.rpm ..................................................................................................................................[done (15.1 KiB/s)]
- Checking for file conflicts: .................................................................................................................................................................[done]
- (1/6) Installing: cmake-man-3.20.4-150400.2.12.x86_64 ........................................................................................................................................[done]
- (2/6) Installing: libarchive13-3.5.1-150400.3.12.1.x86_64 ....................................................................................................................................[done]
- (3/6) Installing: libjsoncpp19-1.8.4-1.17.x86_64 .............................................................................................................................................[done]
- (4/6) Installing: librhash0-1.3.5-1.25.x86_64 ................................................................................................................................................[done]
- (5/6) Installing: cmake-full-3.20.4-150400.2.13.x86_64 .......................................................................................................................................[done]
- (6/6) Installing: cmake-3.20.4-150400.2.5.x86_64 .............................................................................................................................................[done]
- vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --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... /usr/bin/grep
- checking for egrep... /usr/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... /usr/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... /usr/bin/sed
- checking for egrep... grep -E
- checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
- checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
- checking for gawk... gawk
- 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) /usr/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... /usr/bin/cat
- checking for cut... /usr/bin/cut
- checking for flex... /usr/bin/flex
- checking for grep... (cached) /usr/bin/grep
- checking for python2.7... no
- checking for python2... no
- checking for python... /usr/bin/python
- checking for find... /usr/bin/find
- checking for basename... /usr/bin/basename
- checking for dirname... /usr/bin/dirname
- checking for sh... /bin/sh
- checking for ln... /usr/bin/ln
- checking for doxygen... :
- checking for 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/sh
- checking for git... /usr/bin/git
- checking for alembic... :
- checking for bzip2... /usr/bin/bzip2
- checking for tar... /usr/bin/tar
- checking for patch... /usr/bin/patch
- checking for sed... (cached) /usr/bin/sed
- checking for nm... /usr/bin/nm
- checking for realpath... /usr/bin/realpath
- checking for ldconfig... /sbin/ldconfig
- checking for sha1sum... /usr/bin/sha1sum
- checking for openssl... /usr/bin/openssl
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- 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) /usr/bin/sed
- checking whether gcc is Clang... no
- checking whether pthreads work with "-pthread" and "-lpthread"... 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
- configure: checking OPENSSL with pkg-config
- configure: checking whether system openssl > 1.1.0
- checking for OPENSSL... no
- configure: checking whether alternate openssl11 is installed
- checking for OPENSSL... no
- configure: checking fallback system openssl
- checking for OPENSSL... no
- configure: WARNING: OpenSSL does not seem to be installed
- checking for embedded jansson (may have to download)... configuring
- checking for bundled jansson... yes
- checking for embedded pjproject (may have to download)... configuring
- checking for bundled pjproject... yes
- checking for gawk... (cached) gawk
- checking for curl-config... no
- checking whether libcurl is usable... no
- 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 LIBEDIT... no
- checking for history_init in -ledit... no
- configure: error: *** Please install the 'libedit' development package.
- vicibox11:/usr/src/asterisk-20.4.0 # zypper addrepo https://download.opensuse.org/repositories/devel:libraries:c_c++/openSUSE_Factory_zSystems/devel:libraries:c_c++.repo
- Adding repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' .................................................................................[done]
- Repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' successfully added
- URI : https://download.opensuse.org/repositories/devel:/libraries:/c_c%2B%2B/openSUSE_Factory_zSystems/
- Enabled : Yes
- GPG Check : Yes
- Autorefresh : No
- Priority : 99 (default priority)
- Repository priorities are without effect. All enabled repositories share the same priority.
- vicibox11:/usr/src/asterisk-20.4.0 # zypper refresh
- New repository or package signing key received:
- Repository: A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)
- Key Fingerprint: 1D4A 7EC7 023D 0D3E DEAC E106 F864 8C94 09CA 02B0
- Key Name: devel:libraries:c_c++ OBS Project <devel:libraries:[email protected]>
- Key Algorithm: DSA 1024
- Key Created: Mon Jun 7 03:56:06 2021
- Key Expires: Wed Aug 16 03:56:06 2023 (expires in 4 days)
- Rpm Name: gpg-pubkey-09ca02b0-60bd98d6
- Note: Signing data enables the recipient to verify that no modifications occurred after the data
- were signed. Accepting data with no, wrong or unknown signature can lead to a corrupted system
- and in extreme cases even to a system compromise.
- Note: A GPG pubkey is clearly identified by its fingerprint. Do not rely on the key's name. If
- you are not sure whether the presented key is authentic, ask the repository provider or check
- their web site. Many providers maintain a web page showing the fingerprints of the GPG keys they
- are using.
- Do you want to reject the key, trust temporarily, or trust always? [r/t/a/?] (r): y
- : Invalid answer 'y'.
- [r/t/a/?] (r): r
- Retrieving repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' metadata ...................................................................[error]
- Repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' is invalid.
- [devel_libraries_c_c++|https://download.opensuse.org/repositories/devel:/libraries:/c_c%2B%2B/openSUSE_Factory_zSystems/] Valid metadata not found at specified URL
- History:
- - Signature verification failed for repomd.xml
- - Can't provide /repodata/repomd.xml
- Please check if the URIs defined for this repository are pointing to a valid repository.
- Skipping repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' because of the above error.
- Repository 'openSUSE-Leap-15.5-Non-OSS' is up to date.
- Repository 'openSUSE-Leap-15.5-Non-OSS-Updates' is up to date.
- Repository 'openSUSE-Leap-15.5-OSS' is up to date.
- Repository 'openSUSE-Leap-15.5-OSS-Updates' is up to date.
- Repository 'openSUSE-Leap-15.5-PERL' is up to date.
- Repository 'openSUSE-Leap-15.5-ViciDial' is up to date.
- Repository 'openSUSE-Leap-15.5-ViciDial-Ast16' is up to date.
- Repository 'openSUSE-Leap-15.5-ViciDial-ViciBox' is up to date.
- Repository 'openSUSE-SLE-15.5-Backports' is up to date.
- Repository 'openSUSE-SLE-15.5-Updates' is up to date.
- Some of the repositories have not been refreshed because of an error.
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install libedit
- New repository or package signing key received:
- Repository: A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)
- Key Fingerprint: 1D4A 7EC7 023D 0D3E DEAC E106 F864 8C94 09CA 02B0
- Key Name: devel:libraries:c_c++ OBS Project <devel:libraries:[email protected]>
- Key Algorithm: DSA 1024
- Key Created: Mon Jun 7 03:56:06 2021
- Key Expires: Wed Aug 16 03:56:06 2023 (expires in 4 days)
- Rpm Name: gpg-pubkey-09ca02b0-60bd98d6
- Note: Signing data enables the recipient to verify that no modifications occurred after the data
- were signed. Accepting data with no, wrong or unknown signature can lead to a corrupted system
- and in extreme cases even to a system compromise.
- Note: A GPG pubkey is clearly identified by its fingerprint. Do not rely on the key's name. If
- you are not sure whether the presented key is authentic, ask the repository provider or check
- their web site. Many providers maintain a web page showing the fingerprints of the GPG keys they
- are using.
- Do you want to reject the key, trust temporarily, or trust always? [r/t/a/?] (r): t
- The gpg key signing file 'repomd.xml' will expire in 4 days.
- Repository: A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)
- Key Fingerprint: 1D4A 7EC7 023D 0D3E DEAC E106 F864 8C94 09CA 02B0
- Key Name: devel:libraries:c_c++ OBS Project <devel:libraries:[email protected]>
- Key Algorithm: DSA 1024
- Key Created: Mon Jun 7 03:56:06 2021
- Key Expires: Wed Aug 16 03:56:06 2023 (expires in 4 days)
- Rpm Name: gpg-pubkey-09ca02b0-60bd98d6
- Building repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' cache .........................................................................[done]
- Loading repository data...
- Reading installed packages...
- 'libedit' not found in package names. Trying capabilities.
- 'libedit0' providing 'libedit' is already installed.
- Resolving package dependencies...
- Nothing to do.
- vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --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... /usr/bin/grep
- checking for egrep... /usr/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... /usr/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... /usr/bin/sed
- checking for egrep... grep -E
- checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
- checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
- checking for gawk... gawk
- 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) /usr/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... /usr/bin/cat
- checking for cut... /usr/bin/cut
- checking for flex... /usr/bin/flex
- checking for grep... (cached) /usr/bin/grep
- checking for python2.7... no
- checking for python2... no
- checking for python... /usr/bin/python
- checking for find... /usr/bin/find
- checking for basename... /usr/bin/basename
- checking for dirname... /usr/bin/dirname
- checking for sh... /bin/sh
- checking for ln... /usr/bin/ln
- checking for doxygen... :
- checking for 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/sh
- checking for git... /usr/bin/git
- checking for alembic... :
- checking for bzip2... /usr/bin/bzip2
- checking for tar... /usr/bin/tar
- checking for patch... /usr/bin/patch
- checking for sed... (cached) /usr/bin/sed
- checking for nm... /usr/bin/nm
- checking for realpath... /usr/bin/realpath
- checking for ldconfig... /sbin/ldconfig
- checking for sha1sum... /usr/bin/sha1sum
- checking for openssl... /usr/bin/openssl
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- 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) /usr/bin/sed
- checking whether gcc is Clang... no
- checking whether pthreads work with "-pthread" and "-lpthread"... 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
- configure: checking OPENSSL with pkg-config
- configure: checking whether system openssl > 1.1.0
- checking for OPENSSL... no
- configure: checking whether alternate openssl11 is installed
- checking for OPENSSL... no
- configure: checking fallback system openssl
- checking for OPENSSL... no
- configure: WARNING: OpenSSL does not seem to be installed
- checking for embedded jansson (may have to download)... configuring
- checking for bundled jansson... yes
- checking for embedded pjproject (may have to download)... configuring
- checking for bundled pjproject... yes
- checking for gawk... (cached) gawk
- checking for curl-config... no
- checking whether libcurl is usable... no
- 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 LIBEDIT... no
- checking for history_init in -ledit... no
- configure: error: *** Please install the 'libedit' development package.
- vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled^C
- vicibox11:/usr/src/asterisk-20.4.0 # uname -a
- Linux vicibox11 5.14.21-150500.55.12-default #1 SMP PREEMPT_DYNAMIC Fri Jul 28 08:40:19 UTC 2023 (52c1db3) x86_64 x86_64 x86_64 GNU/Linux
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install libedit-devel
- Retrieving repository 'openSUSE-SLE-15.5-Backports' metadata .................................................................................................................................[done]
- Building repository 'openSUSE-SLE-15.5-Backports' cache ......................................................................................................................................[done]
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- The following NEW package is going to be installed:
- libedit-devel
- 1 new package to install.
- Overall download size: 35.6 KiB. Already cached: 0 B. After the operation, additional 48.2 KiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libedit-devel-3.1.snap20150325-2.12.x86_64 (openSUSE-Leap-15.5-OSS) (1/1), 35.6 KiB
- Retrieving: libedit-devel-3.1.snap20150325-2.12.x86_64.rpm ......................................................................................................................[done (10.1 KiB/s)]
- Checking for file conflicts: .................................................................................................................................................................[done]
- (1/1) Installing: libedit-devel-3.1.snap20150325-2.12.x86_64 .................................................................................................................................[done]
- vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --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... /usr/bin/grep
- checking for egrep... /usr/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... /usr/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... /usr/bin/sed
- checking for egrep... grep -E
- checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
- checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
- checking for gawk... gawk
- 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) /usr/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... /usr/bin/cat
- checking for cut... /usr/bin/cut
- checking for flex... /usr/bin/flex
- checking for grep... (cached) /usr/bin/grep
- checking for python2.7... no
- checking for python2... no
- checking for python... /usr/bin/python
- checking for find... /usr/bin/find
- checking for basename... /usr/bin/basename
- checking for dirname... /usr/bin/dirname
- checking for sh... /bin/sh
- checking for ln... /usr/bin/ln
- checking for doxygen... :
- checking for 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/sh
- checking for git... /usr/bin/git
- checking for alembic... :
- checking for bzip2... /usr/bin/bzip2
- checking for tar... /usr/bin/tar
- checking for patch... /usr/bin/patch
- checking for sed... (cached) /usr/bin/sed
- checking for nm... /usr/bin/nm
- checking for realpath... /usr/bin/realpath
- checking for ldconfig... /sbin/ldconfig
- checking for sha1sum... /usr/bin/sha1sum
- checking for openssl... /usr/bin/openssl
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- 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) /usr/bin/sed
- checking whether gcc is Clang... no
- checking whether pthreads work with "-pthread" and "-lpthread"... 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
- configure: checking OPENSSL with pkg-config
- configure: checking whether system openssl > 1.1.0
- checking for OPENSSL... no
- configure: checking whether alternate openssl11 is installed
- checking for OPENSSL... no
- configure: checking fallback system openssl
- checking for OPENSSL... no
- configure: WARNING: OpenSSL does not seem to be installed
- checking for embedded jansson (may have to download)... configuring
- checking for bundled jansson... yes
- checking for embedded pjproject (may have to download)... configuring
- checking for bundled pjproject... yes
- checking for gawk... (cached) gawk
- checking for curl-config... no
- checking whether libcurl is usable... no
- 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 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 LIBXML2... no
- checking for xml2-config... no
- configure: *** The Asterisk menuselect tool requires the 'libxml2' development package.
- configure: *** Please install the 'libxml2' development package.
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install libxml2-2-32bit
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- The following 4 NEW packages are going to be installed:
- glibc-32bit liblzma5-32bit libxml2-2-32bit libz1-32bit
- 4 new packages to install.
- Overall download size: 2.1 MiB. Already cached: 0 B. After the operation, additional 5.9 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: glibc-32bit-2.31-150300.52.2.x86_64 (openSUSE-SLE-15.5-Updates) (1/4), 1.4 MiB
- Retrieving: glibc-32bit-2.31-150300.52.2.x86_64.rpm ..............................................................................................................................[done (2.4 MiB/s)]
- Retrieving: libz1-32bit-1.2.13-150500.2.3.x86_64 (openSUSE-Leap-15.5-OSS) (2/4), 58.5 KiB
- Retrieving: libz1-32bit-1.2.13-150500.2.3.x86_64.rpm ............................................................................................................................[done (12.5 KiB/s)]
- Retrieving: liblzma5-32bit-5.2.3-150000.4.7.1.x86_64 (openSUSE-Leap-15.5-OSS) (3/4), 115.8 KiB
- Retrieving: liblzma5-32bit-5.2.3-150000.4.7.1.x86_64.rpm .......................................................................................................................[done (711.7 KiB/s)]
- Retrieving: libxml2-2-32bit-2.10.3-150500.5.5.1.x86_64 (openSUSE-SLE-15.5-Updates) (4/4), 585.8 KiB
- Retrieving: libxml2-2-32bit-2.10.3-150500.5.5.1.x86_64.rpm .......................................................................................................................[done (1.8 MiB/s)]
- Checking for file conflicts: .................................................................................................................................................................[done]
- (1/4) Installing: glibc-32bit-2.31-150300.52.2.x86_64 ........................................................................................................................................[done]
- (2/4) Installing: libz1-32bit-1.2.13-150500.2.3.x86_64 .......................................................................................................................................[done]
- (3/4) Installing: liblzma5-32bit-5.2.3-150000.4.7.1.x86_64 ...................................................................................................................................[done]
- (4/4) Installing: libxml2-2-32bit-2.10.3-150500.5.5.1.x86_64 .................................................................................................................................[done]
- vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --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... /usr/bin/grep
- checking for egrep... /usr/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... /usr/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... /usr/bin/sed
- checking for egrep... grep -E
- checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
- checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
- checking for gawk... gawk
- 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) /usr/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... /usr/bin/cat
- checking for cut... /usr/bin/cut
- checking for flex... /usr/bin/flex
- checking for grep... (cached) /usr/bin/grep
- checking for python2.7... no
- checking for python2... no
- checking for python... /usr/bin/python
- checking for find... /usr/bin/find
- checking for basename... /usr/bin/basename
- checking for dirname... /usr/bin/dirname
- checking for sh... /bin/sh
- checking for ln... /usr/bin/ln
- checking for doxygen... :
- checking for 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/sh
- checking for git... /usr/bin/git
- checking for alembic... :
- checking for bzip2... /usr/bin/bzip2
- checking for tar... /usr/bin/tar
- checking for patch... /usr/bin/patch
- checking for sed... (cached) /usr/bin/sed
- checking for nm... /usr/bin/nm
- checking for realpath... /usr/bin/realpath
- checking for ldconfig... /sbin/ldconfig
- checking for sha1sum... /usr/bin/sha1sum
- checking for openssl... /usr/bin/openssl
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- 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) /usr/bin/sed
- checking whether gcc is Clang... no
- checking whether pthreads work with "-pthread" and "-lpthread"... 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
- configure: checking OPENSSL with pkg-config
- configure: checking whether system openssl > 1.1.0
- checking for OPENSSL... no
- configure: checking whether alternate openssl11 is installed
- checking for OPENSSL... no
- configure: checking fallback system openssl
- checking for OPENSSL... no
- configure: WARNING: OpenSSL does not seem to be installed
- checking for embedded jansson (may have to download)... configuring
- checking for bundled jansson... yes
- checking for embedded pjproject (may have to download)... configuring
- checking for bundled pjproject... yes
- checking for gawk... (cached) gawk
- checking for curl-config... no
- checking whether libcurl is usable... no
- 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 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 LIBXML2... no
- checking for xml2-config... no
- configure: *** The Asterisk menuselect tool requires the 'libxml2' development package.
- configure: *** Please install the 'libxml2' development package.
- vicibox11:/usr/src/asterisk-20.4.0 # rpm
- RPM version 4.14.3
- Copyright (C) 1998-2002 - Red Hat, Inc.
- This program may be freely redistributed under the terms of the GNU GPL
- Usage: rpm [-afgpcdLAlsiv?] [-a|--all] [-f|--file] [-g|--group] [-p|--package] [--pkgid] [--hdrid] [--triggeredby] [--whatconflicts] [--whatrequires] [--whatobsoletes] [--whatprovides]
- [--whatrecommends] [--whatsuggests] [--whatsupplements] [--whatenhances] [--nomanifest] [-c|--configfiles] [-d|--docfiles] [-L|--licensefiles] [-A|--artifactfiles] [--dump]
- [-l|--list] [--queryformat=QUERYFORMAT] [-s|--state] [--nofiledigest] [--nofiles] [--nodeps] [--noscript] [--allfiles] [--allmatches] [--badreloc] [-e|--erase=<package>+]
- [--excludedocs] [--excludepath=<path>] [--force] [-F|--freshen=<packagefile>+] [-h|--hash] [--ignorearch] [--ignoreos] [--ignoresize] [--noverify] [-i|--install] [--justdb]
- [--nodeps] [--nofiledigest] [--nocontexts] [--nocaps] [--noorder] [--noscripts] [--notriggers] [--oldpackage] [--percent] [--prefix=<dir>] [--relocate=<old>=<new>]
- [--replacefiles] [--replacepkgs] [--test] [-U|--upgrade=<packagefile>+] [--reinstall=<packagefile>+] [-D|--define='MACRO EXPR'] [--undefine=MACRO] [-E|--eval='EXPR']
- [--target=CPU-VENDOR-OS] [--macros=<FILE:...>] [--noplugins] [--nodigest] [--nosignature] [--rcfile=<FILE:...>] [-r|--root=ROOT] [--dbpath=DIRECTORY] [--querytags] [--showrc]
- [--quiet] [-v|--verbose] [--version] [-?|--help] [--usage] [--scripts] [--setperms] [--setugids] [--setcaps] [--restore] [--conflicts] [--obsoletes] [--provides] [--requires]
- [--recommends] [--suggests] [--supplements] [--enhances] [--info] [--changelog] [--changes] [--xml] [--triggers] [--filetriggers] [--last] [--dupes] [--filesbypkg]
- [--fileclass] [--filecolor] [--fileprovide] [--filerequire] [--filecaps]
- vicibox11:/usr/src/asterisk-20.4.0 # rpm -i https://ftp.lysator.liu.se/pub/opensuse/distribution/leap/15.4/repo/oss/x86_64/libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- package libxml2-2-32bit-2.10.3-150500.5.5.1.x86_64 (which is newer than libxml2-2-32bit-2.9.12-150400.3.4.x86_64) is already installed
- file /usr/lib/libxml2.so.2 from install of libxml2-2-32bit-2.9.12-150400.3.4.x86_64 conflicts with file from package libxml2-2-32bit-2.10.3-150500.5.5.1.x86_64
- vicibox11:/usr/src/asterisk-20.4.0 # wget https://ftp.lysator.liu.se/pub/opensuse/distribution/leap/15.4/repo/oss/x86_64/libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- --2023-08-11 09:17:10-- https://ftp.lysator.liu.se/pub/opensuse/distribution/leap/15.4/repo/oss/x86_64/libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- Resolving ftp.lysator.liu.se (ftp.lysator.liu.se)... 130.236.254.253, 130.236.254.251, 2001:6b0:17:f0a0::fd, ...
- Connecting to ftp.lysator.liu.se (ftp.lysator.liu.se)|130.236.254.253|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 594424 (580K) [application/x-redhat-package-manager]
- Saving to: ‘libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm’
- libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm 100%[==========================================================================================================>] 580.49K 2.38MB/s in 0.2s
- 2023-08-11 09:17:11 (2.38 MB/s) - ‘libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm’ saved [594424/594424]
- vicibox11:/usr/src/asterisk-20.4.0 # rpm -i libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- package libxml2-2-32bit-2.10.3-150500.5.5.1.x86_64 (which is newer than libxml2-2-32bit-2.9.12-150400.3.4.x86_64) is already installed
- file /usr/lib/libxml2.so.2 from install of libxml2-2-32bit-2.9.12-150400.3.4.x86_64 conflicts with file from package libxml2-2-32bit-2.10.3-150500.5.5.1.x86_64
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src/asterisk-20.4.0 # zypper install libxml2-devel
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- The following recommended package was automatically selected:
- readline-doc
- The following 4 NEW packages are going to be installed:
- libxml2-devel readline-devel readline-doc xz-devel
- 4 new packages to install.
- Overall download size: 455.4 KiB. Already cached: 0 B. After the operation, additional 1.5 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: readline-doc-7.0-150400.25.22.noarch (openSUSE-Leap-15.5-OSS) (1/4), 246.4 KiB
- Retrieving: readline-doc-7.0-150400.25.22.noarch.rpm .............................................................................................................................[done (1.0 MiB/s)]
- Retrieving: xz-devel-5.2.3-150000.4.7.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/4), 44.1 KiB
- Retrieving: xz-devel-5.2.3-150000.4.7.1.x86_64.rpm ..............................................................................................................................[done (17.7 KiB/s)]
- Retrieving: readline-devel-7.0-150400.25.22.x86_64 (openSUSE-Leap-15.5-OSS) (3/4), 48.5 KiB
- Retrieving: readline-devel-7.0-150400.25.22.x86_64.rpm .......................................................................................................................................[done]
- Retrieving: libxml2-devel-2.10.3-150500.5.5.1.x86_64 (openSUSE-SLE-15.5-Updates) (4/4), 116.3 KiB
- Retrieving: libxml2-devel-2.10.3-150500.5.5.1.x86_64.rpm .......................................................................................................................[done (240.4 KiB/s)]
- Checking for file conflicts: .................................................................................................................................................................[done]
- (1/4) Installing: readline-doc-7.0-150400.25.22.noarch .......................................................................................................................................[done]
- (2/4) Installing: xz-devel-5.2.3-150000.4.7.1.x86_64 .........................................................................................................................................[done]
- (3/4) Installing: readline-devel-7.0-150400.25.22.x86_64 .....................................................................................................................................[done]
- (4/4) Installing: libxml2-devel-2.10.3-150500.5.5.1.x86_64 ...................................................................................................................................[done]
- vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --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... /usr/bin/grep
- checking for egrep... /usr/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... /usr/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... /usr/bin/sed
- checking for egrep... grep -E
- checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
- checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
- checking for gawk... gawk
- 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) /usr/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... /usr/bin/cat
- checking for cut... /usr/bin/cut
- checking for flex... /usr/bin/flex
- checking for grep... (cached) /usr/bin/grep
- checking for python2.7... no
- checking for python2... no
- checking for python... /usr/bin/python
- checking for find... /usr/bin/find
- checking for basename... /usr/bin/basename
- checking for dirname... /usr/bin/dirname
- checking for sh... /bin/sh
- checking for ln... /usr/bin/ln
- checking for doxygen... :
- checking for 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/sh
- checking for git... /usr/bin/git
- checking for alembic... :
- checking for bzip2... /usr/bin/bzip2
- checking for tar... /usr/bin/tar
- checking for patch... /usr/bin/patch
- checking for sed... (cached) /usr/bin/sed
- checking for nm... /usr/bin/nm
- checking for realpath... /usr/bin/realpath
- checking for ldconfig... /sbin/ldconfig
- checking for sha1sum... /usr/bin/sha1sum
- checking for openssl... /usr/bin/openssl
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- 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) /usr/bin/sed
- checking whether gcc is Clang... no
- checking whether pthreads work with "-pthread" and "-lpthread"... 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
- configure: checking OPENSSL with pkg-config
- configure: checking whether system openssl > 1.1.0
- checking for OPENSSL... no
- configure: checking whether alternate openssl11 is installed
- checking for OPENSSL... no
- configure: checking fallback system openssl
- checking for OPENSSL... no
- configure: WARNING: OpenSSL does not seem to be installed
- checking for embedded jansson (may have to download)... configuring
- checking for bundled jansson... yes
- checking for embedded pjproject (may have to download)... configuring
- checking for bundled pjproject... yes
- checking for gawk... (cached) gawk
- checking for curl-config... no
- checking whether libcurl is usable... no
- 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 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 LIBXML2... yes
- checking for uriParseUriA in -luriparser... no
- checking for xsltLoadStylesheetPI in -lxslt... no
- checking for xsltCleanupGlobals in -lxslt... no
- checking xlocale.h usability... no
- checking xlocale.h presence... no
- checking for xlocale.h... no
- 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 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 whether gethostbyname_r is declared... 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-format-y2k... 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... 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 mysql_config... no
- checking for neon-config... no
- checking for neon-config... no
- checking for NETSNMP... no
- checking for net-snmp-config... /usr/bin/net-snmp-config
- Can not find "/usr/include/net-snmp/net-snmp-config.h". The net-snmp development files seems to be missing. Exiting
- Can not find "/usr/include/net-snmp/net-snmp-config.h". The net-snmp development files seems to be missing. Exiting
- checking for newtBell in -lnewt... no
- checking for ub_ctx_delete in -lunbound... no
- checking for SQLConnect in -lodbc... no
- checking for ogg_stream_init in -logg... no
- 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 for pg_config... 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 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 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 compress in -lz... yes
- checking zlib.h usability... yes
- checking zlib.h presence... yes
- checking for zlib.h... yes
- checking linux/compiler.h usability... no
- checking linux/compiler.h presence... no
- checking for linux/compiler.h... no
- 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... no
- checking for XOpenDisplay in -lX11... (cached) no
- checking for /sbin/launchd... no
- checking for GTK2... no
- 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 for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/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... /usr/bin/sed
- checking for LIBXML2... yes
- checking for GTK2... no
- 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 :
- vicibox11:/usr/src/asterisk-20.4.0 # makemenuselect
- makemenuselect: command not found
- vicibox11:/usr/src/asterisk-20.4.0 # make menuselect
- CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" cmenuselect
- make[1]: Entering directory '/usr/src/asterisk-20.4.0/menuselect'
- gcc -g -D_GNU_SOURCE -Wall -Wno-deprecated-declarations -DHAVE_NCURSES -I/usr/include/libxml2 -c -o menuselect.o menuselect.c
- gcc -g -D_GNU_SOURCE -Wall -Wno-deprecated-declarations -DHAVE_NCURSES -c -o strcompat.o strcompat.c
- gcc -g -D_GNU_SOURCE -Wall -Wno-deprecated-declarations -DHAVE_NCURSES -c -o menuselect_curses.o menuselect_curses.c
- gcc -o cmenuselect menuselect.o strcompat.o menuselect_curses.o -lncurses -ltinfo -lxml2
- make[1]: Leaving directory '/usr/src/asterisk-20.4.0/menuselect'
- CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" nmenuselect
- make[1]: Entering directory '/usr/src/asterisk-20.4.0/menuselect'
- make[1]: Nothing to be done for 'nmenuselect'.
- make[1]: Leaving directory '/usr/src/asterisk-20.4.0/menuselect'
- CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" gmenuselect
- make[1]: Entering directory '/usr/src/asterisk-20.4.0/menuselect'
- make[1]: Nothing to be done for 'gmenuselect'.
- make[1]: Leaving directory '/usr/src/asterisk-20.4.0/menuselect'
- make[1]: Entering directory '/usr/src/asterisk-20.4.0'
- Generating input for menuselect ...
- CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect
- make[2]: Entering directory '/usr/src/asterisk-20.4.0/menuselect'
- gcc -g -D_GNU_SOURCE -Wall -Wno-deprecated-declarations -DHAVE_NCURSES -c -o menuselect_stub.o menuselect_stub.c
- gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o -lxml2
- make[2]: Leaving directory '/usr/src/asterisk-20.4.0/menuselect'
- menuselect/menuselect --check-deps menuselect.makeopts
- menuselect/menuselect --check-deps menuselect.makeopts
- menuselect changes NOT saved!
- make[1]: Leaving directory '/usr/src/asterisk-20.4.0'
- vicibox11:/usr/src/asterisk-20.4.0 # history
- 1 2023-08-11 04:40:20 git clone https://github.com/asterisk/asterisk
- 2 2023-08-11 04:48:17 wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
- 3 2023-08-11 04:49:41 wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
- 4 2023-08-11 04:50:24 tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
- 5 2023-08-11 04:50:40 cd asterisk-20.4.0/
- 6 2023-08-11 04:50:46 contrib/scripts/install_prereq install
- 7 2023-08-11 04:50:58 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 8 2023-08-11 04:51:09 apt install gcc
- 9 2023-08-11 07:18:41 zypper install gcc8
- 10 2023-08-11 07:32:17 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 11 2023-08-11 07:32:55 zypper install gcc-c++
- 12 2023-08-11 07:33:37 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 13 2023-08-11 07:33:49 zypper install make
- 14 2023-08-11 07:34:06 history
- 15 2023-08-11 07:34:10 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 16 2023-08-11 07:34:50 zypper install libedit
- 17 2023-08-11 08:45:05 zypper install -t pattern devel_basis
- 18 2023-08-11 08:46:16 zypper install -t pattern devel_C_C++
- 19 2023-08-11 08:46:48 zypper se -t pattern devel
- 20 2023-08-11 08:47:22 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 21 2023-08-11 08:51:37 zypper search -t pattern
- 22 2023-08-11 08:51:56 zypper info -t pattern devel_basis
- 23 2023-08-11 08:52:13 zypper install -t pattern devel_basis
- 24 2023-08-11 08:52:42 zypper install gdb
- 25 2023-08-11 08:53:27 zypper install cmake
- 26 2023-08-11 08:54:15 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 27 2023-08-11 08:55:50 zypper addrepo https://download.opensuse.org/repositories/devel:libraries:c_c++/openSUSE_Factory_zSystems/devel:libraries:c_c++.repo
- 28 2023-08-11 08:55:50 zypper refresh
- 29 2023-08-11 08:56:10 zypper install libedit
- 30 2023-08-11 08:57:25 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 31 2023-08-11 09:11:48 uname -a
- 32 2023-08-11 09:12:22 zypper install libedit-devel
- 33 2023-08-11 09:12:55 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 34 2023-08-11 09:15:02 zypper install libxml2-2-32bit
- 35 2023-08-11 09:15:20 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 36 2023-08-11 09:16:34 rpm
- 37 2023-08-11 09:16:37 rpm -i https://ftp.lysator.liu.se/pub/opensuse/distribution/leap/15.4/repo/oss/x86_64/libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- 38 2023-08-11 09:17:10 wget https://ftp.lysator.liu.se/pub/opensuse/distribution/leap/15.4/repo/oss/x86_64/libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- 39 2023-08-11 09:17:17 rpm -i libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- 40 2023-08-11 09:19:22 zypper install libxml2-devel
- 41 2023-08-11 09:19:34 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 42 2023-08-11 09:20:36 makemenuselect
- 43 2023-08-11 09:20:46 make menuselect
- 44 2023-08-11 09:21:22 history
- vicibox11:/usr/src/asterisk-20.4.0 # make -j8
- [CC] astcanary.c -> astcanary.o
- [CC] astdb2sqlite3.c -> astdb2sqlite3.o
- [CC] astdb2bdb.c -> astdb2bdb.o
- [CC] hash/hash.c -> hash/hash.o
- [LD] astcanary.o -> astcanary
- [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
- [LD] astdb2bdb.o db1-ast/libdb1.a -> astdb2bdb
- [jansson] Building bundled jansson.
- [pjproject] Compiling libpj-x86_64-unknown-linux-gnu.a
- [pjproject] Compiling libpjlib-util-x86_64-unknown-linux-gnu.a
- [pjproject] Compiling libpjsua-x86_64-unknown-linux-gnu.a
- [pjproject] Compiling libpjsip-ua-x86_64-unknown-linux-gnu.a
- [pjproject] Compiling libpjsip-simple-x86_64-unknown-linux-gnu.a
- [pjproject] Compiling libpjsip-x86_64-unknown-linux-gnu.a
- [pjproject] Compiling libpjmedia-codec-x86_64-unknown-linux-gnu.a
- [pjproject] Compiling libpjmedia-videodev-x86_64-unknown-linux-gnu.a
- [pjproject] Compiling libpjmedia-x86_64-unknown-linux-gnu.a
- [pjproject] Compiling libpjmedia-audiodev-x86_64-unknown-linux-gnu.a
- [pjproject] Compiling libpjnath-x86_64-unknown-linux-gnu.a
- [pjproject] Generating symbols
- [CC] chan_unistim.c -> chan_unistim.o
- [CC] chan_rtp.c -> chan_rtp.o
- [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
- [CC] chan_iax2.c -> chan_iax2.o
- [CC] iax2/provision.c -> iax2/provision.o
- [CC] iax2/parser.c -> iax2/parser.o
- [CC] iax2/netsock.c -> iax2/netsock.o
- [CC] iax2/format_compatibility.c -> iax2/format_compatibility.o
- [CC] iax2/firmware.c -> iax2/firmware.o
- [CC] iax2/codec_pref.c -> iax2/codec_pref.o
- [CC] chan_bridge_media.c -> chan_bridge_media.o
- [CC] chan_audiosocket.c -> chan_audiosocket.o
- [LD] chan_rtp.o -> chan_rtp.so
- [LD] chan_bridge_media.o -> chan_bridge_media.so
- [LD] chan_audiosocket.o -> chan_audiosocket.so
- [LD] chan_pjsip.o pjsip/dialplan_functions.o pjsip/cli_commands.o -> chan_pjsip.so
- [LD] chan_unistim.o -> chan_unistim.so
- [LD] chan_iax2.o iax2/provision.o iax2/parser.o iax2/netsock.o iax2/format_compatibility.o iax2/firmware.o iax2/codec_pref.o -> chan_iax2.so
- [CC] pbx_spool.c -> pbx_spool.o
- [CC] pbx_realtime.c -> pbx_realtime.o
- [CC] pbx_loopback.c -> pbx_loopback.o
- [CC] pbx_dundi.c -> pbx_dundi.o
- [CC] dundi-parser.c -> dundi-parser.o
- [CC] pbx_config.c -> pbx_config.o
- [CC] pbx_ael.c -> pbx_ael.o
- [LD] pbx_loopback.o -> pbx_loopback.so
- [LD] pbx_ael.o -> pbx_ael.so
- [LD] pbx_realtime.o -> pbx_realtime.so
- [LD] pbx_spool.o -> pbx_spool.so
- [LD] pbx_config.o -> pbx_config.so
- [LD] pbx_dundi.o dundi-parser.o -> pbx_dundi.so
- [CC] app_zapateller.c -> app_zapateller.o
- [CC] app_while.c -> app_while.o
- [CC] app_waituntil.c -> app_waituntil.o
- [CC] app_waitforsilence.c -> app_waitforsilence.o
- [CC] app_waitforring.c -> app_waitforring.o
- [CC] app_waitforcond.c -> app_waitforcond.o
- [CC] app_voicemail.c -> app_voicemail.o
- [CC] app_verbose.c -> app_verbose.o
- [CC] app_userevent.c -> app_userevent.o
- [CC] app_transfer.c -> app_transfer.o
- [CC] app_test.c -> app_test.o
- [CC] app_talkdetect.c -> app_talkdetect.o
- [CC] app_system.c -> app_system.o
- [CC] app_stream_echo.c -> app_stream_echo.o
- [CC] app_stasis.c -> app_stasis.o
- [CC] app_stack.c -> app_stack.o
- [CC] app_speech_utils.c -> app_speech_utils.o
- [CC] app_softhangup.c -> app_softhangup.o
- [CC] app_sms.c -> app_sms.o
- [CC] app_signal.c -> app_signal.o
- [CC] app_sf.c -> app_sf.o
- [CC] app_sendtext.c -> app_sendtext.o
- [CC] app_senddtmf.c -> app_senddtmf.o
- [CC] app_sayunixtime.c -> app_sayunixtime.o
- [CC] app_reload.c -> app_reload.o
- [CC] app_record.c -> app_record.o
- [CC] app_readexten.c -> app_readexten.o
- [CC] app_read.c -> app_read.o
- [CC] app_queue.c -> app_queue.o
- [CC] app_privacy.c -> app_privacy.o
- [CC] app_playtones.c -> app_playtones.o
- [CC] app_playback.c -> app_playback.o
- [CC] app_page.c -> app_page.o
- [CC] app_originate.c -> app_originate.o
- [CC] app_mp3.c -> app_mp3.o
- [CC] app_morsecode.c -> app_morsecode.o
- [CC] app_mixmonitor.c -> app_mixmonitor.o
- [CC] app_minivm.c -> app_minivm.o
- [CC] app_milliwatt.c -> app_milliwatt.o
- [CC] app_mf.c -> app_mf.o
- [CC] app_if.c -> app_if.o
- [CC] app_getcpeid.c -> app_getcpeid.o
- [CC] app_forkcdr.c -> app_forkcdr.o
- [CC] app_followme.c -> app_followme.o
- [CC] app_festival.c -> app_festival.o
- [CC] app_externalivr.c -> app_externalivr.o
- [CC] app_exec.c -> app_exec.o
- [CC] app_echo.c -> app_echo.o
- [CC] app_dumpchan.c -> app_dumpchan.o
- [CC] app_dtmfstore.c -> app_dtmfstore.o
- [CC] app_disa.c -> app_disa.o
- [CC] app_directory.c -> app_directory.o
- [CC] app_directed_pickup.c -> app_directed_pickup.o
- [CC] app_dictate.c -> app_dictate.o
- [CC] app_db.c -> app_db.o
- [CC] app_dial.c -> app_dial.o
- [CC] app_controlplayback.c -> app_controlplayback.o
- [CC] app_confbridge.c -> app_confbridge.o
- [CC] confbridge/confbridge_manager.c -> confbridge/confbridge_manager.o
- [CC] confbridge/conf_state_single_marked.c -> confbridge/conf_state_single_marked.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_state_multi.c -> confbridge/conf_state_multi.o
- [CC] confbridge/conf_state_inactive.c -> confbridge/conf_state_inactive.o
- [CC] confbridge/conf_state_empty.c -> confbridge/conf_state_empty.o
- [CC] confbridge/conf_state.c -> confbridge/conf_state.o
- [CC] confbridge/conf_config_parser.c -> confbridge/conf_config_parser.o
- [CC] confbridge/conf_chan_record.c -> confbridge/conf_chan_record.o
- [CC] confbridge/conf_chan_announce.c -> confbridge/conf_chan_announce.o
- [CC] app_chanspy.c -> app_chanspy.o
- [CC] app_channelredirect.c -> app_channelredirect.o
- [CC] app_chanisavail.c -> app_chanisavail.o
- [CC] app_celgenuserevent.c -> app_celgenuserevent.o
- [CC] app_cdr.c -> app_cdr.o
- [CC] app_broadcast.c -> app_broadcast.o
- [CC] app_bridgewait.c -> app_bridgewait.o
- [CC] app_bridgeaddchan.c -> app_bridgeaddchan.o
- [CC] app_blind_transfer.c -> app_blind_transfer.o
- [CC] app_authenticate.c -> app_authenticate.o
- [CC] app_audiosocket.c -> app_audiosocket.o
- [CC] app_attended_transfer.c -> app_attended_transfer.o
- [CC] app_amd.c -> app_amd.o
- [CC] app_alarmreceiver.c -> app_alarmreceiver.o
- [CC] app_agent_pool.c -> app_agent_pool.o
- [CC] app_adsiprog.c -> app_adsiprog.o
- [LD] app_zapateller.o -> app_zapateller.so
- [LD] app_while.o -> app_while.so
- [LD] app_waituntil.o -> app_waituntil.so
- [LD] app_waitforsilence.o -> app_waitforsilence.so
- [LD] app_waitforring.o -> app_waitforring.so
- [LD] app_waitforcond.o -> app_waitforcond.so
- [LD] app_verbose.o -> app_verbose.so
- [LD] app_userevent.o -> app_userevent.so
- [LD] app_transfer.o -> app_transfer.so
- [LD] app_test.o -> app_test.so
- [LD] app_talkdetect.o -> app_talkdetect.so
- [LD] app_system.o -> app_system.so
- [LD] app_stream_echo.o -> app_stream_echo.so
- [LD] app_stasis.o -> app_stasis.so
- [LD] app_stack.o -> app_stack.so
- [LD] app_speech_utils.o -> app_speech_utils.so
- [LD] app_softhangup.o -> app_softhangup.so
- [LD] app_sms.o -> app_sms.so
- [LD] app_signal.o -> app_signal.so
- [LD] app_sf.o -> app_sf.so
- [LD] app_sendtext.o -> app_sendtext.so
- [LD] app_senddtmf.o -> app_senddtmf.so
- [LD] app_sayunixtime.o -> app_sayunixtime.so
- [LD] app_reload.o -> app_reload.so
- [LD] app_record.o -> app_record.so
- [LD] app_readexten.o -> app_readexten.so
- [LD] app_read.o -> app_read.so
- [LD] app_privacy.o -> app_privacy.so
- [LD] app_playtones.o -> app_playtones.so
- [LD] app_playback.o -> app_playback.so
- [LD] app_page.o -> app_page.so
- [LD] app_originate.o -> app_originate.so
- [LD] app_mp3.o -> app_mp3.so
- [LD] app_morsecode.o -> app_morsecode.so
- [LD] app_mixmonitor.o -> app_mixmonitor.so
- [LD] app_minivm.o -> app_minivm.so
- [LD] app_milliwatt.o -> app_milliwatt.so
- [LD] app_if.o -> app_if.so
- [LD] app_getcpeid.o -> app_getcpeid.so
- [LD] app_forkcdr.o -> app_forkcdr.so
- [LD] app_mf.o -> app_mf.so
- [LD] app_followme.o -> app_followme.so
- [LD] app_festival.o -> app_festival.so
- [LD] app_externalivr.o -> app_externalivr.so
- [LD] app_exec.o -> app_exec.so
- [LD] app_echo.o -> app_echo.so
- [LD] app_dumpchan.o -> app_dumpchan.so
- [LD] app_dtmfstore.o -> app_dtmfstore.so
- [LD] app_disa.o -> app_disa.so
- [LD] app_directory.o -> app_directory.so
- [LD] app_directed_pickup.o -> app_directed_pickup.so
- [LD] app_dictate.o -> app_dictate.so
- [LD] app_dial.o -> app_dial.so
- [LD] app_db.o -> app_db.so
- [LD] app_controlplayback.o -> app_controlplayback.so
- [LD] app_confbridge.o confbridge/confbridge_manager.o confbridge/conf_state_single_marked.o confbridge/conf_state_single.o confbridge/conf_state_multi_marked.o confbridge/conf_state_multi.o confbridge/conf_state_inactive.o confbridge/conf_state_empty.o confbridge/conf_state.o confbridge/conf_config_parser.o confbridge/conf_chan_record.o confbridge/conf_chan_announce.o -> app_confbridge.so
- [LD] app_chanspy.o -> app_chanspy.so
- [LD] app_channelredirect.o -> app_channelredirect.so
- [LD] app_chanisavail.o -> app_chanisavail.so
- [LD] app_celgenuserevent.o -> app_celgenuserevent.so
- [LD] app_cdr.o -> app_cdr.so
- [LD] app_broadcast.o -> app_broadcast.so
- [LD] app_bridgewait.o -> app_bridgewait.so
- [LD] app_bridgeaddchan.o -> app_bridgeaddchan.so
- [LD] app_blind_transfer.o -> app_blind_transfer.so
- [LD] app_authenticate.o -> app_authenticate.so
- [LD] app_audiosocket.o -> app_audiosocket.so
- [LD] app_attended_transfer.o -> app_attended_transfer.so
- [LD] app_amd.o -> app_amd.so
- [LD] app_alarmreceiver.o -> app_alarmreceiver.so
- [LD] app_agent_pool.o -> app_agent_pool.so
- [LD] app_adsiprog.o -> app_adsiprog.so
- [LD] app_voicemail.o -> app_voicemail.so
- [LD] app_queue.o -> app_queue.so
- [CC] f2clib.c -> f2clib.o
- [CC] analys.c -> analys.o
- [CC] codec_ulaw.c -> codec_ulaw.o
- [CC] anaFilter.c -> anaFilter.o
- [CC] bsynz.c -> bsynz.o
- [CC] constants.c -> constants.o
- [CC] chanwr.c -> chanwr.o
- [CC] dcbias.c -> dcbias.o
- [CC] createCB.c -> createCB.o
- [CC] src/add.c -> src/add.o
- [CC] decode.c -> decode.o
- [CC] src/code.c -> src/code.o
- [CC] doCPLC.c -> doCPLC.o
- [CC] deemp.c -> deemp.o
- [CC] enhancer.c -> enhancer.o
- [CC] codec_resample.c -> codec_resample.o
- [CC] src/debug.c -> src/debug.o
- [CC] src/decode.c -> src/decode.o
- [CC] difmag.c -> difmag.o
- [CC] filter.c -> filter.o
- [CC] src/long_term.c -> src/long_term.o
- [CC] FrameClassify.c -> FrameClassify.o
- [CC] dyptrk.c -> dyptrk.o
- [CC] src/lpc.c -> src/lpc.o
- [CC] src/preprocess.c -> src/preprocess.o
- [CC] gainquant.c -> gainquant.o
- [CC] encode.c -> encode.o
- [CC] getCBvec.c -> getCBvec.o
- [CC] src/rpe.c -> src/rpe.o
- [CC] speex/resample.c -> speex/resample.o
- [CC] helpfun.c -> helpfun.o
- [CC] energy.c -> energy.o
- [CC] hpInput.c -> hpInput.o
- [CC] ham84.c -> ham84.o
- [CC] src/gsm_destroy.c -> src/gsm_destroy.o
- [CC] hpOutput.c -> hpOutput.o
- [CC] hp100.c -> hp100.o
- [CC] iCBConstruct.c -> iCBConstruct.o
- [CC] src/gsm_decode.c -> src/gsm_decode.o
- [CC] iCBSearch.c -> iCBSearch.o
- [CC] src/gsm_encode.c -> src/gsm_encode.o
- [CC] invert.c -> invert.o
- [CC] src/gsm_explode.c -> src/gsm_explode.o
- [CC] iLBC_decode.c -> iLBC_decode.o
- [CC] irc2pc.c -> irc2pc.o
- [CC] src/gsm_implode.c -> src/gsm_implode.o
- irc2pc.c: In function ‘irc2pc_’:
- irc2pc.c:145:12: warning: ‘temp[9]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- pc[j] = temp[j - 1];
- ~~~~~~^~~~~~~~~~~~~
- irc2pc.c:145:12: warning: ‘temp[8]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- irc2pc.c:145:12: warning: ‘temp[7]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- [CC] src/gsm_create.c -> src/gsm_create.o
- [CC] ivfilt.c -> ivfilt.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] iLBC_encode.c -> iLBC_encode.o
- [CC] src/table.c -> src/table.o
- [CC] lpcdec.c -> lpcdec.o
- [CC] lpcenc.c -> lpcenc.o
- [CC] codec_lpc10.c -> codec_lpc10.o
- [CC] iLBC_test.c -> iLBC_test.o
- [CC] lpcini.c -> lpcini.o
- [CC] lpfilt.c -> lpfilt.o
- [CC] median.c -> median.o
- [CC] mload.c -> mload.o
- [CC] LPCdecode.c -> LPCdecode.o
- [CC] onset.c -> onset.o
- [CC] LPCencode.c -> LPCencode.o
- [CC] pitsyn.c -> pitsyn.o
- [CC] placea.c -> placea.o
- [CC] lsf.c -> lsf.o
- [CC] placev.c -> placev.o
- [CC] packing.c -> packing.o
- [CC] codec_ilbc.c -> codec_ilbc.o
- [CC] StateConstructW.c -> StateConstructW.o
- [CC] preemp.c -> preemp.o
- [CC] prepro.c -> prepro.o
- [CC] StateSearchW.c -> StateSearchW.o
- [CC] random.c -> random.o
- [CC] rcchk.c -> rcchk.o
- [CC] syntFilter.c -> syntFilter.o
- [CC] synths.c -> synths.o
- [CC] codec_gsm.c -> codec_gsm.o
- [CC] tbdm.c -> tbdm.o
- [CC] voicin.c -> voicin.o
- [CC] codec_g726.c -> codec_g726.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] vparms.c -> vparms.o
- [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
- [CC] codec_alaw.c -> codec_alaw.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] codec_adpcm.c -> codec_adpcm.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] codec_a_mu.c -> codec_a_mu.o
- [LD] codec_ulaw.o -> codec_ulaw.so
- [LD] codec_resample.o speex/resample.o -> codec_resample.so
- [LD] codec_lpc10.o lpc10/liblpc10.a -> codec_lpc10.so
- [LD] codec_ilbc.o ilbc/libilbc.a -> codec_ilbc.so
- [LD] codec_gsm.o gsm/lib/libgsm.a -> codec_gsm.so
- [LD] codec_alaw.o -> codec_alaw.so
- [LD] codec_adpcm.o -> codec_adpcm.so
- [LD] codec_a_mu.o -> codec_a_mu.so
- [LD] codec_g726.o -> codec_g726.so
- [LD] codec_g722.o g722/g722_encode.o g722/g722_decode.o -> codec_g722.so
- [CC] format_wav_gsm.c -> format_wav_gsm.o
- [CC] format_wav.c -> format_wav.o
- [CC] format_vox.c -> format_vox.o
- [CC] format_sln.c -> format_sln.o
- [CC] format_siren7.c -> format_siren7.o
- [CC] format_siren14.c -> format_siren14.o
- [CC] format_pcm.c -> format_pcm.o
- [CC] format_ilbc.c -> format_ilbc.o
- [CC] format_h264.c -> format_h264.o
- [CC] format_h263.c -> format_h263.o
- [CC] format_gsm.c -> format_gsm.o
- [CC] format_g729.c -> format_g729.o
- [CC] format_g726.c -> format_g726.o
- [CC] format_g723.c -> format_g723.o
- [CC] format_g719.c -> format_g719.o
- [LD] format_wav.o -> format_wav.so
- [LD] format_vox.o -> format_vox.so
- [LD] format_sln.o -> format_sln.so
- [LD] format_siren7.o -> format_siren7.so
- [LD] format_siren14.o -> format_siren14.so
- [LD] format_pcm.o -> format_pcm.so
- [LD] format_ilbc.o -> format_ilbc.so
- [LD] format_h264.o -> format_h264.so
- [LD] format_h263.o -> format_h263.so
- [LD] format_g729.o -> format_g729.so
- [LD] format_g726.o -> format_g726.so
- [LD] format_g723.o -> format_g723.so
- [LD] format_g719.o -> format_g719.so
- [LD] format_wav_gsm.o -> format_wav_gsm.so
- [LD] format_gsm.o -> format_gsm.so
- [CC] cdr_sqlite3_custom.c -> cdr_sqlite3_custom.o
- [CC] cdr_manager.c -> cdr_manager.o
- [CC] cdr_custom.c -> cdr_custom.o
- [CC] cdr_csv.c -> cdr_csv.o
- [LD] cdr_manager.o -> cdr_manager.so
- [LD] cdr_custom.o -> cdr_custom.so
- [LD] cdr_sqlite3_custom.o -> cdr_sqlite3_custom.so
- [LD] cdr_csv.o -> cdr_csv.so
- [CC] cel_sqlite3_custom.c -> cel_sqlite3_custom.o
- [CC] cel_manager.c -> cel_manager.o
- [CC] cel_custom.c -> cel_custom.o
- [LD] cel_manager.o -> cel_manager.so
- [LD] cel_custom.o -> cel_custom.so
- [LD] cel_sqlite3_custom.o -> cel_sqlite3_custom.so
- [CC] bridge_softmix.c -> bridge_softmix.o
- [CC] bridge_softmix/bridge_softmix_binaural.c -> bridge_softmix/bridge_softmix_binaural.o
- [CC] bridge_simple.c -> bridge_simple.o
- [CC] bridge_native_rtp.c -> bridge_native_rtp.o
- [CC] bridge_holding.c -> bridge_holding.o
- [CC] bridge_builtin_interval_features.c -> bridge_builtin_interval_features.o
- [CC] bridge_builtin_features.c -> bridge_builtin_features.o
- [LD] bridge_simple.o -> bridge_simple.so
- [LD] bridge_builtin_interval_features.o -> bridge_builtin_interval_features.so
- [LD] bridge_holding.o -> bridge_holding.so
- [LD] bridge_builtin_features.o -> bridge_builtin_features.so
- [LD] bridge_native_rtp.o -> bridge_native_rtp.so
- [LD] bridge_softmix.o bridge_softmix/bridge_softmix_binaural.o -> bridge_softmix.so
- [CC] func_volume.c -> func_volume.o
- [CC] func_vmcount.c -> func_vmcount.o
- [CC] func_version.c -> func_version.o
- [CC] func_uri.c -> func_uri.o
- [CC] func_timeout.c -> func_timeout.o
- [CC] func_talkdetect.c -> func_talkdetect.o
- [CC] func_sysinfo.c -> func_sysinfo.o
- [CC] func_strings.c -> func_strings.o
- [CC] func_srv.c -> func_srv.o
- [CC] func_sprintf.c -> func_sprintf.o
- [CC] func_sorcery.c -> func_sorcery.o
- [CC] func_shell.c -> func_shell.o
- [CC] func_sha1.c -> func_sha1.o
- [CC] func_scramble.c -> func_scramble.o
- [CC] func_sayfiles.c -> func_sayfiles.o
- [CC] func_realtime.c -> func_realtime.o
- [CC] func_rand.c -> func_rand.o
- [CC] func_presencestate.c -> func_presencestate.o
- [CC] func_pjsip_endpoint.c -> func_pjsip_endpoint.o
- [CC] func_pjsip_contact.c -> func_pjsip_contact.o
- [CC] func_pjsip_aor.c -> func_pjsip_aor.o
- [CC] func_pitchshift.c -> func_pitchshift.o
- [CC] func_periodic_hook.c -> func_periodic_hook.o
- [CC] func_module.c -> func_module.o
- [CC] func_md5.c -> func_md5.o
- [CC] func_math.c -> func_math.o
- [CC] func_logic.c -> func_logic.o
- [CC] func_lock.c -> func_lock.o
- [CC] func_json.c -> func_json.o
- [CC] func_jitterbuffer.c -> func_jitterbuffer.o
- [CC] func_iconv.c -> func_iconv.o
- [CC] func_holdintercept.c -> func_holdintercept.o
- [CC] func_hangupcause.c -> func_hangupcause.o
- [CC] func_groupcount.c -> func_groupcount.o
- [CC] func_global.c -> func_global.o
- [CC] func_frame_trace.c -> func_frame_trace.o
- [CC] func_frame_drop.c -> func_frame_drop.o
- [CC] func_extstate.c -> func_extstate.o
- [CC] func_export.c -> func_export.o
- [CC] func_evalexten.c -> func_evalexten.o
- [CC] func_env.c -> func_env.o
- [CC] func_enum.c -> func_enum.o
- [CC] func_dialplan.c -> func_dialplan.o
- [CC] func_dialgroup.c -> func_dialgroup.o
- [CC] func_devstate.c -> func_devstate.o
- [CC] func_db.c -> func_db.o
- [CC] func_cut.c -> func_cut.o
- [CC] func_config.c -> func_config.o
- [CC] func_channel.c -> func_channel.o
- [CC] func_cdr.c -> func_cdr.o
- [CC] func_callerid.c -> func_callerid.o
- [CC] func_callcompletion.c -> func_callcompletion.o
- [CC] func_blacklist.c -> func_blacklist.o
- [CC] func_base64.c -> func_base64.o
- [LD] func_volume.o -> func_volume.so
- [LD] func_vmcount.o -> func_vmcount.so
- [LD] func_version.o -> func_version.so
- [LD] func_uri.o -> func_uri.so
- [LD] func_timeout.o -> func_timeout.so
- [LD] func_talkdetect.o -> func_talkdetect.so
- [LD] func_sysinfo.o -> func_sysinfo.so
- [LD] func_strings.o -> func_strings.so
- [LD] func_srv.o -> func_srv.so
- [LD] func_sprintf.o -> func_sprintf.so
- [LD] func_sorcery.o -> func_sorcery.so
- [LD] func_shell.o -> func_shell.so
- [LD] func_sha1.o -> func_sha1.so
- [LD] func_scramble.o -> func_scramble.so
- [LD] func_sayfiles.o -> func_sayfiles.so
- [LD] func_realtime.o -> func_realtime.so
- [LD] func_rand.o -> func_rand.so
- [LD] func_presencestate.o -> func_presencestate.so
- [LD] func_pjsip_endpoint.o -> func_pjsip_endpoint.so
- [LD] func_pjsip_contact.o -> func_pjsip_contact.so
- [LD] func_pjsip_aor.o -> func_pjsip_aor.so
- [LD] func_pitchshift.o -> func_pitchshift.so
- [LD] func_periodic_hook.o -> func_periodic_hook.so
- [LD] func_module.o -> func_module.so
- [LD] func_md5.o -> func_md5.so
- [LD] func_math.o -> func_math.so
- [LD] func_logic.o -> func_logic.so
- [LD] func_lock.o -> func_lock.so
- [LD] func_json.o -> func_json.so
- [LD] func_jitterbuffer.o -> func_jitterbuffer.so
- [LD] func_iconv.o -> func_iconv.so
- [LD] func_holdintercept.o -> func_holdintercept.so
- [LD] func_hangupcause.o -> func_hangupcause.so
- [LD] func_groupcount.o -> func_groupcount.so
- [LD] func_global.o -> func_global.so
- [LD] func_frame_trace.o -> func_frame_trace.so
- [LD] func_frame_drop.o -> func_frame_drop.so
- [LD] func_extstate.o -> func_extstate.so
- [LD] func_export.o -> func_export.so
- [LD] func_evalexten.o -> func_evalexten.so
- [LD] func_env.o -> func_env.so
- [LD] func_enum.o -> func_enum.so
- [LD] func_dialplan.o -> func_dialplan.so
- [LD] func_dialgroup.o -> func_dialgroup.so
- [LD] func_devstate.o -> func_devstate.so
- [LD] func_db.o -> func_db.so
- [LD] func_cut.o -> func_cut.so
- [LD] func_config.o -> func_config.so
- [LD] func_channel.o -> func_channel.so
- [LD] func_cdr.o -> func_cdr.so
- [LD] func_callerid.o -> func_callerid.so
- [LD] func_callcompletion.o -> func_callcompletion.so
- [LD] func_blacklist.o -> func_blacklist.so
- [LD] func_base64.o -> func_base64.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] app.c -> app.o
- [CC] aoc.c -> aoc.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_state.c -> stasis_state.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
- [CC] libasteriskpj.c -> libasteriskpj.o
- [GENERATE] libasteriskpj.exports
- [LD] libasteriskpj.o -> libasteriskpj.so.2
- [LD] libasteriskssl.o -> libasteriskssl.so.1
- [LN] libasteriskssl.so.1 -> libasteriskssl.so
- [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_state.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_tonedetect.c -> res_tonedetect.o
- [CC] res_timing_timerfd.c -> res_timing_timerfd.o
- [CC] res_timing_pthread.c -> res_timing_pthread.o
- [CC] res_stun_monitor.c -> res_stun_monitor.o
- [CC] res_statsd.c -> res_statsd.o
- [CC] res_stasis_snoop.c -> res_stasis_snoop.o
- [CC] res_stasis_recording.c -> res_stasis_recording.o
- [CC] stasis_recording/stored.c -> stasis_recording/stored.o
- [CC] res_stasis_playback.c -> res_stasis_playback.o
- [CC] res_stasis_device_state.c -> res_stasis_device_state.o
- [CC] res_stasis_answer.c -> res_stasis_answer.o
- [CC] res_stasis.c -> res_stasis.o
- [CC] stasis/stasis_bridge.c -> stasis/stasis_bridge.o
- [CC] stasis/messaging.c -> stasis/messaging.o
- [CC] stasis/control.c -> stasis/control.o
- [CC] stasis/command.c -> stasis/command.o
- [CC] stasis/app.c -> stasis/app.o
- [CC] res_speech_aeap.c -> res_speech_aeap.o
- [CC] res_speech.c -> res_speech.o
- [CC] res_sorcery_realtime.c -> res_sorcery_realtime.o
- [CC] res_sorcery_memory_cache.c -> res_sorcery_memory_cache.o
- [CC] res_sorcery_memory.c -> res_sorcery_memory.o
- [CC] res_sorcery_config.c -> res_sorcery_config.o
- [CC] res_sorcery_astdb.c -> res_sorcery_astdb.o
- [CC] res_smdi.c -> res_smdi.o
- [CC] res_security_log.c -> res_security_log.o
- [CC] res_rtp_multicast.c -> res_rtp_multicast.o
- [CC] res_rtp_asterisk.c -> res_rtp_asterisk.o
- [CC] res_realtime.c -> res_realtime.o
- [CC] res_prometheus.c -> res_prometheus.o
- [CC] prometheus/pjsip_outbound_registrations.c -> prometheus/pjsip_outbound_registrations.o
- [CC] prometheus/endpoints.c -> prometheus/endpoints.o
- [CC] prometheus/cli.c -> prometheus/cli.o
- [CC] prometheus/channels.c -> prometheus/channels.o
- [CC] prometheus/bridges.c -> prometheus/bridges.o
- [CC] res_pjsip_xpidf_body_generator.c -> res_pjsip_xpidf_body_generator.o
- [CC] res_pjsip_transport_websocket.c -> res_pjsip_transport_websocket.o
- [CC] res_pjsip_t38.c -> res_pjsip_t38.o
- [CC] res_pjsip_sips_contact.c -> res_pjsip_sips_contact.o
- [CC] res_pjsip_session.c -> res_pjsip_session.o
- [CC] res_pjsip_session/pjsip_session_caps.c -> res_pjsip_session/pjsip_session_caps.o
- [CC] res_pjsip_send_to_voicemail.c -> res_pjsip_send_to_voicemail.o
- [CC] res_pjsip_sdp_rtp.c -> res_pjsip_sdp_rtp.o
- [CC] res_pjsip_rfc3329.c -> res_pjsip_rfc3329.o
- [CC] res_pjsip_rfc3326.c -> res_pjsip_rfc3326.o
- [CC] res_pjsip_registrar.c -> res_pjsip_registrar.o
- [CC] res_pjsip_refer.c -> res_pjsip_refer.o
- [CC] res_pjsip_pubsub.c -> res_pjsip_pubsub.o
- [CC] res_pjsip_publish_asterisk.c -> res_pjsip_publish_asterisk.o
- [CC] res_pjsip_pidf_eyebeam_body_supplement.c -> res_pjsip_pidf_eyebeam_body_supplement.o
- [CC] res_pjsip_pidf_digium_body_supplement.c -> res_pjsip_pidf_digium_body_supplement.o
- [CC] res_pjsip_pidf_body_generator.c -> res_pjsip_pidf_body_generator.o
- [CC] res_pjsip_phoneprov_provider.c -> res_pjsip_phoneprov_provider.o
- [CC] res_pjsip_path.c -> res_pjsip_path.o
- [CC] res_pjsip_outbound_registration.c -> res_pjsip_outbound_registration.o
- [CC] res_pjsip_outbound_publish.c -> res_pjsip_outbound_publish.o
- [CC] res_pjsip_outbound_authenticator_digest.c -> res_pjsip_outbound_authenticator_digest.o
- [CC] res_pjsip_one_touch_record_info.c -> res_pjsip_one_touch_record_info.o
- [CC] res_pjsip_notify.c -> res_pjsip_notify.o
- [CC] res_pjsip_nat.c -> res_pjsip_nat.o
- [CC] res_pjsip_mwi_body_generator.c -> res_pjsip_mwi_body_generator.o
- [CC] res_pjsip_mwi.c -> res_pjsip_mwi.o
- [CC] res_pjsip_messaging.c -> res_pjsip_messaging.o
- [CC] res_pjsip_logger.c -> res_pjsip_logger.o
- [CC] res_pjsip_history.c -> res_pjsip_history.o
- [CC] res_pjsip_header_funcs.c -> res_pjsip_header_funcs.o
- [CC] res_pjsip_exten_state.c -> res_pjsip_exten_state.o
- [CC] res_pjsip_endpoint_identifier_user.c -> res_pjsip_endpoint_identifier_user.o
- [CC] res_pjsip_endpoint_identifier_ip.c -> res_pjsip_endpoint_identifier_ip.o
- [CC] res_pjsip_endpoint_identifier_anonymous.c -> res_pjsip_endpoint_identifier_anonymous.o
- [CC] res_pjsip_empty_info.c -> res_pjsip_empty_info.o
- [CC] res_pjsip_dtmf_info.c -> res_pjsip_dtmf_info.o
- [CC] res_pjsip_dlg_options.c -> res_pjsip_dlg_options.o
- [CC] res_pjsip_diversion.c -> res_pjsip_diversion.o
- [CC] res_pjsip_dialog_info_body_generator.c -> res_pjsip_dialog_info_body_generator.o
- [CC] res_pjsip_config_wizard.c -> res_pjsip_config_wizard.o
- [CC] res_pjsip_caller_id.c -> res_pjsip_caller_id.o
- [CC] res_pjsip_authenticator_digest.c -> res_pjsip_authenticator_digest.o
- [CC] res_pjsip_aoc.c -> res_pjsip_aoc.o
- [CC] res_pjsip_acl.c -> res_pjsip_acl.o
- [CC] res_pjsip.c -> res_pjsip.o
- [CC] res_pjsip/security_events.c -> res_pjsip/security_events.o
- [CC] res_pjsip/security_agreements.c -> res_pjsip/security_agreements.o
- [CC] res_pjsip/presence_xml.c -> res_pjsip/presence_xml.o
- [CC] res_pjsip/pjsip_transport_management.c -> res_pjsip/pjsip_transport_management.o
- [CC] res_pjsip/pjsip_transport_events.c -> res_pjsip/pjsip_transport_events.o
- [CC] res_pjsip/pjsip_session.c -> res_pjsip/pjsip_session.o
- [CC] res_pjsip/pjsip_scheduler.c -> res_pjsip/pjsip_scheduler.o
- [CC] res_pjsip/pjsip_resolver.c -> res_pjsip/pjsip_resolver.o
- [CC] res_pjsip/pjsip_options.c -> res_pjsip/pjsip_options.o
- [CC] res_pjsip/pjsip_message_filter.c -> res_pjsip/pjsip_message_filter.o
- [CC] res_pjsip/pjsip_global_headers.c -> res_pjsip/pjsip_global_headers.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/pjsip_cli.c -> res_pjsip/pjsip_cli.o
- [CC] res_pjsip/location.c -> res_pjsip/location.o
- [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o
- [CC] res_pjsip/config_system.c -> res_pjsip/config_system.o
- [CC] res_pjsip/config_global.c -> res_pjsip/config_global.o
- [CC] res_pjsip/config_domain_aliases.c -> res_pjsip/config_domain_aliases.o
- [CC] res_pjsip/config_auth.c -> res_pjsip/config_auth.o
- [CC] res_pjproject.c -> res_pjproject.o
- [CC] res_phoneprov.c -> res_phoneprov.o
- [CC] res_parking.c -> res_parking.o
- [CC] parking/parking_ui.c -> parking/parking_ui.o
- [CC] parking/parking_tests.c -> parking/parking_tests.o
- [CC] parking/parking_manager.c -> parking/parking_manager.o
- [CC] parking/parking_devicestate.c -> parking/parking_devicestate.o
- [CC] parking/parking_controller.c -> parking/parking_controller.o
- [CC] parking/parking_bridge_features.c -> parking/parking_bridge_features.o
- [CC] parking/parking_bridge.c -> parking/parking_bridge.o
- [CC] parking/parking_applications.c -> parking/parking_applications.o
- [CC] res_mwi_devstate.c -> res_mwi_devstate.o
- [CC] res_mutestream.c -> res_mutestream.o
- [CC] res_musiconhold.c -> res_musiconhold.o
- [CC] res_manager_presencestate.c -> res_manager_presencestate.o
- [CC] res_manager_devicestate.c -> res_manager_devicestate.o
- [CC] res_limit.c -> res_limit.o
- [CC] res_http_websocket.c -> res_http_websocket.o
- [CC] res_hep_rtcp.c -> res_hep_rtcp.o
- [CC] res_hep_pjsip.c -> res_hep_pjsip.o
- [CC] res_hep.c -> res_hep.o
- [CC] res_format_attr_vp8.c -> res_format_attr_vp8.o
- [CC] res_format_attr_siren7.c -> res_format_attr_siren7.o
- [CC] res_format_attr_siren14.c -> res_format_attr_siren14.o
- [CC] res_format_attr_silk.c -> res_format_attr_silk.o
- [CC] res_format_attr_opus.c -> res_format_attr_opus.o
- [CC] res_format_attr_ilbc.c -> res_format_attr_ilbc.o
- [CC] res_format_attr_h264.c -> res_format_attr_h264.o
- [CC] res_format_attr_h263.c -> res_format_attr_h263.o
- [CC] res_format_attr_g729.c -> res_format_attr_g729.o
- [CC] res_format_attr_celt.c -> res_format_attr_celt.o
- [CC] res_fax.c -> res_fax.o
- [CC] res_convert.c -> res_convert.o
- [CC] res_config_sqlite3.c -> res_config_sqlite3.o
- [CC] res_config_ldap.c -> res_config_ldap.o
- [CC] res_clioriginate.c -> res_clioriginate.o
- [CC] res_clialiases.c -> res_clialiases.o
- [CC] res_calendar.c -> res_calendar.o
- [CC] res_audiosocket.c -> res_audiosocket.o
- [CC] res_ari_sounds.c -> res_ari_sounds.o
- [CC] ari/resource_sounds.c -> ari/resource_sounds.o
- [CC] res_ari_recordings.c -> res_ari_recordings.o
- [CC] ari/resource_recordings.c -> ari/resource_recordings.o
- [CC] res_ari_playbacks.c -> res_ari_playbacks.o
- [CC] ari/resource_playbacks.c -> ari/resource_playbacks.o
- [CC] res_ari_model.c -> res_ari_model.o
- [CC] ari/ari_model_validators.c -> ari/ari_model_validators.o
- [CC] res_ari_events.c -> res_ari_events.o
- [CC] ari/resource_events.c -> ari/resource_events.o
- [CC] res_ari_endpoints.c -> res_ari_endpoints.o
- [CC] ari/resource_endpoints.c -> ari/resource_endpoints.o
- [CC] res_ari_device_states.c -> res_ari_device_states.o
- [CC] ari/resource_device_states.c -> ari/resource_device_states.o
- [CC] res_ari_channels.c -> res_ari_channels.o
- [CC] ari/resource_channels.c -> ari/resource_channels.o
- [CC] res_ari_bridges.c -> res_ari_bridges.o
- [CC] ari/resource_bridges.c -> ari/resource_bridges.o
- [CC] res_ari_asterisk.c -> res_ari_asterisk.o
- [CC] ari/resource_asterisk.c -> ari/resource_asterisk.o
- [CC] res_ari_applications.c -> res_ari_applications.o
- [CC] ari/resource_applications.c -> ari/resource_applications.o
- [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
- [CC] res_agi.c -> res_agi.o
- [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
- [CC] res_aeap.c -> res_aeap.o
- [CC] res_aeap/transport_websocket.c -> res_aeap/transport_websocket.o
- [CC] res_aeap/transport.c -> res_aeap/transport.o
- [CC] res_aeap/transaction.c -> res_aeap/transaction.o
- [CC] res_aeap/message_json.c -> res_aeap/message_json.o
- [CC] res_aeap/message.c -> res_aeap/message.o
- [CC] res_aeap/general.c -> res_aeap/general.o
- [CC] res_aeap/aeap.c -> res_aeap/aeap.o
- [CC] res_adsi.c -> res_adsi.o
- [LD] res_tonedetect.o -> res_tonedetect.so
- [LD] res_timing_timerfd.o -> res_timing_timerfd.so
- [LD] res_timing_pthread.o -> res_timing_pthread.so
- [LD] res_stun_monitor.o -> res_stun_monitor.so
- [LD] res_statsd.o -> res_statsd.so
- [LD] res_stasis_snoop.o -> res_stasis_snoop.so
- [LD] res_stasis_recording.o stasis_recording/stored.o -> res_stasis_recording.so
- [LD] res_stasis_playback.o -> res_stasis_playback.so
- [LD] res_stasis_device_state.o -> res_stasis_device_state.so
- [LD] res_stasis_answer.o -> res_stasis_answer.so
- [LD] res_stasis.o stasis/stasis_bridge.o stasis/messaging.o stasis/control.o stasis/command.o stasis/app.o -> res_stasis.so
- [LD] res_speech_aeap.o -> res_speech_aeap.so
- [LD] res_speech.o -> res_speech.so
- [LD] res_sorcery_realtime.o -> res_sorcery_realtime.so
- [LD] res_sorcery_memory_cache.o -> res_sorcery_memory_cache.so
- [LD] res_sorcery_memory.o -> res_sorcery_memory.so
- [LD] res_sorcery_config.o -> res_sorcery_config.so
- [LD] res_smdi.o -> res_smdi.so
- [LD] res_sorcery_astdb.o -> res_sorcery_astdb.so
- [LD] res_security_log.o -> res_security_log.so
- [LD] res_rtp_multicast.o -> res_rtp_multicast.so
- [LD] res_rtp_asterisk.o -> res_rtp_asterisk.so
- [LD] res_realtime.o -> res_realtime.so
- [LD] res_prometheus.o prometheus/pjsip_outbound_registrations.o prometheus/endpoints.o prometheus/cli.o prometheus/channels.o prometheus/bridges.o -> res_prometheus.so
- [LD] res_pjsip_xpidf_body_generator.o -> res_pjsip_xpidf_body_generator.so
- [LD] res_pjsip_transport_websocket.o -> res_pjsip_transport_websocket.so
- [LD] res_pjsip_t38.o -> res_pjsip_t38.so
- [LD] res_pjsip_sips_contact.o -> res_pjsip_sips_contact.so
- [LD] res_pjsip_session.o res_pjsip_session/pjsip_session_caps.o -> res_pjsip_session.so
- [LD] res_pjsip_send_to_voicemail.o -> res_pjsip_send_to_voicemail.so
- [LD] res_pjsip_sdp_rtp.o -> res_pjsip_sdp_rtp.so
- [LD] res_pjsip_rfc3329.o -> res_pjsip_rfc3329.so
- [LD] res_pjsip_rfc3326.o -> res_pjsip_rfc3326.so
- [LD] res_pjsip_registrar.o -> res_pjsip_registrar.so
- [LD] res_pjsip_refer.o -> res_pjsip_refer.so
- [LD] res_pjsip_pubsub.o -> res_pjsip_pubsub.so
- [LD] res_pjsip_publish_asterisk.o -> res_pjsip_publish_asterisk.so
- [LD] res_pjsip_pidf_eyebeam_body_supplement.o -> res_pjsip_pidf_eyebeam_body_supplement.so
- [LD] res_pjsip_pidf_digium_body_supplement.o -> res_pjsip_pidf_digium_body_supplement.so
- [LD] res_pjsip_pidf_body_generator.o -> res_pjsip_pidf_body_generator.so
- [LD] res_pjsip_phoneprov_provider.o -> res_pjsip_phoneprov_provider.so
- [LD] res_pjsip_path.o -> res_pjsip_path.so
- [LD] res_pjsip_outbound_registration.o -> res_pjsip_outbound_registration.so
- [LD] res_pjsip_outbound_publish.o -> res_pjsip_outbound_publish.so
- [LD] res_pjsip_outbound_authenticator_digest.o -> res_pjsip_outbound_authenticator_digest.so
- [LD] res_pjsip_one_touch_record_info.o -> res_pjsip_one_touch_record_info.so
- [LD] res_pjsip_notify.o -> res_pjsip_notify.so
- [LD] res_pjsip_nat.o -> res_pjsip_nat.so
- [LD] res_pjsip_mwi_body_generator.o -> res_pjsip_mwi_body_generator.so
- [LD] res_pjsip_mwi.o -> res_pjsip_mwi.so
- [LD] res_pjsip_messaging.o -> res_pjsip_messaging.so
- [LD] res_pjsip_logger.o -> res_pjsip_logger.so
- [LD] res_pjsip_history.o -> res_pjsip_history.so
- [LD] res_pjsip_header_funcs.o -> res_pjsip_header_funcs.so
- [LD] res_pjsip_exten_state.o -> res_pjsip_exten_state.so
- [LD] res_pjsip_endpoint_identifier_user.o -> res_pjsip_endpoint_identifier_user.so
- [LD] res_pjsip_endpoint_identifier_ip.o -> res_pjsip_endpoint_identifier_ip.so
- [LD] res_pjsip_endpoint_identifier_anonymous.o -> res_pjsip_endpoint_identifier_anonymous.so
- [LD] res_pjsip_empty_info.o -> res_pjsip_empty_info.so
- [LD] res_pjsip_dtmf_info.o -> res_pjsip_dtmf_info.so
- [LD] res_pjsip_dlg_options.o -> res_pjsip_dlg_options.so
- [LD] res_pjsip_diversion.o -> res_pjsip_diversion.so
- [LD] res_pjsip_dialog_info_body_generator.o -> res_pjsip_dialog_info_body_generator.so
- [LD] res_pjsip_config_wizard.o -> res_pjsip_config_wizard.so
- [LD] res_pjsip_authenticator_digest.o -> res_pjsip_authenticator_digest.so
- [LD] res_pjsip_caller_id.o -> res_pjsip_caller_id.so
- [LD] res_pjsip_aoc.o -> res_pjsip_aoc.so
- [LD] res_pjsip_acl.o -> res_pjsip_acl.so
- [LD] res_pjsip.o res_pjsip/security_events.o res_pjsip/security_agreements.o res_pjsip/presence_xml.o res_pjsip/pjsip_transport_management.o res_pjsip/pjsip_transport_events.o res_pjsip/pjsip_session.o res_pjsip/pjsip_scheduler.o res_pjsip/pjsip_resolver.o res_pjsip/pjsip_options.o res_pjsip/pjsip_message_filter.o res_pjsip/pjsip_global_headers.o res_pjsip/pjsip_distributor.o res_pjsip/pjsip_configuration.o res_pjsip/pjsip_cli.o res_pjsip/location.o res_pjsip/config_transport.o res_pjsip/config_system.o res_pjsip/config_global.o res_pjsip/config_domain_aliases.o res_pjsip/config_auth.o -> res_pjsip.so
- [LD] res_pjproject.o -> res_pjproject.so
- [LD] res_phoneprov.o -> res_phoneprov.so
- [LD] res_parking.o parking/parking_ui.o parking/parking_tests.o parking/parking_manager.o parking/parking_devicestate.o parking/parking_controller.o parking/parking_bridge_features.o parking/parking_bridge.o parking/parking_applications.o -> res_parking.so
- [LD] res_mwi_devstate.o -> res_mwi_devstate.so
- [LD] res_mutestream.o -> res_mutestream.so
- [LD] res_musiconhold.o -> res_musiconhold.so
- [LD] res_manager_presencestate.o -> res_manager_presencestate.so
- [LD] res_manager_devicestate.o -> res_manager_devicestate.so
- [LD] res_limit.o -> res_limit.so
- [LD] res_http_websocket.o -> res_http_websocket.so
- [LD] res_hep_rtcp.o -> res_hep_rtcp.so
- [LD] res_hep_pjsip.o -> res_hep_pjsip.so
- [LD] res_hep.o -> res_hep.so
- [LD] res_format_attr_vp8.o -> res_format_attr_vp8.so
- [LD] res_format_attr_siren7.o -> res_format_attr_siren7.so
- [LD] res_format_attr_siren14.o -> res_format_attr_siren14.so
- [LD] res_format_attr_silk.o -> res_format_attr_silk.so
- [LD] res_format_attr_opus.o -> res_format_attr_opus.so
- [LD] res_format_attr_ilbc.o -> res_format_attr_ilbc.so
- [LD] res_format_attr_h264.o -> res_format_attr_h264.so
- [LD] res_format_attr_h263.o -> res_format_attr_h263.so
- [LD] res_format_attr_g729.o -> res_format_attr_g729.so
- [LD] res_format_attr_celt.o -> res_format_attr_celt.so
- [LD] res_fax.o -> res_fax.so
- [LD] res_convert.o -> res_convert.so
- [LD] res_config_sqlite3.o -> res_config_sqlite3.so
- [LD] res_config_ldap.o -> res_config_ldap.so
- [LD] res_clioriginate.o -> res_clioriginate.so
- [LD] res_clialiases.o -> res_clialiases.so
- [LD] res_calendar.o -> res_calendar.so
- [LD] res_audiosocket.o -> res_audiosocket.so
- [LD] res_ari_sounds.o ari/resource_sounds.o -> res_ari_sounds.so
- [LD] res_ari_recordings.o ari/resource_recordings.o -> res_ari_recordings.so
- [LD] res_ari_playbacks.o ari/resource_playbacks.o -> res_ari_playbacks.so
- [LD] res_ari_model.o ari/ari_model_validators.o -> res_ari_model.so
- [LD] res_ari_events.o ari/resource_events.o -> res_ari_events.so
- [LD] res_ari_endpoints.o ari/resource_endpoints.o -> res_ari_endpoints.so
- [LD] res_ari_device_states.o ari/resource_device_states.o -> res_ari_device_states.so
- [LD] res_ari_channels.o ari/resource_channels.o -> res_ari_channels.so
- [LD] res_ari_bridges.o ari/resource_bridges.o -> res_ari_bridges.so
- [LD] res_ari_asterisk.o ari/resource_asterisk.o -> res_ari_asterisk.so
- [LD] res_ari_applications.o ari/resource_applications.o -> res_ari_applications.so
- [LD] res_ari.o ari/cli.o ari/config.o ari/ari_websockets.o -> res_ari.so
- [LD] res_agi.o -> res_agi.so
- [LD] res_ael_share.o ael/ael_lex.o ael/ael.tab.o ael/pval.o -> res_ael_share.so
- [LD] res_aeap.o res_aeap/transport_websocket.o res_aeap/transport.o res_aeap/transaction.o res_aeap/message_json.o res_aeap/message.o res_aeap/general.o res_aeap/aeap.o -> res_aeap.so
- [LD] res_adsi.o -> res_adsi.so
- Building Documentation For: 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 +
- +-------------------------------------------+
- vicibox11:/usr/src/asterisk-20.4.0 # 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 -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/"
- ./build_tools/install_subst contrib/scripts/safe_asterisk "/usr/sbin/safe_asterisk";
- /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/lib64/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 '/usr/src/asterisk-20.4.0/sounds'
- make[1]: Leaving directory '/usr/src/asterisk-20.4.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 +
- +-------------------------------------------+
- WARNING WARNING WARNING
- Your Asterisk modules directory, located at
- /usr/lib64/asterisk/modules
- contains modules that were not installed by this
- version of Asterisk. Please ensure that these
- modules are compatible with this version before
- attempting to run Asterisk.
- res_xmpp.so
- res_timing_dahdi.so
- res_stir_shaken.so
- res_srtp.so
- res_pjsip_stir_shaken.so
- res_pjsip_geolocation.so
- res_odbc_transaction.so
- res_monitor.so
- res_http_post.so
- res_http_media_cache.so
- res_geolocation.so
- res_curl.so
- res_crypto.so
- res_config_curl.so
- pbx_lua.so
- func_speex.so
- func_curl.so
- func_aes.so
- format_ogg_vorbis.so
- format_ogg_speex.so
- codec_speex.so
- codec_dahdi.so
- chan_skinny.so
- chan_sip.so
- chan_oss.so
- chan_motif.so
- chan_mgcp.so
- chan_dahdi.so
- app_url.so
- app_osplookup.so
- app_nbscat.so
- app_meetme.so
- app_macro.so
- app_image.so
- app_ices.so
- app_flash.so
- app_dahdiras.so
- WARNING WARNING WARNING
- vicibox11:/usr/src/asterisk-20.4.0 # rm -rf /usr/lib/asterisk/modules
- vicibox11:/usr/src/asterisk-20.4.0 # 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 -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/"
- ./build_tools/install_subst contrib/scripts/safe_asterisk "/usr/sbin/safe_asterisk";
- /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/lib64/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 '/usr/src/asterisk-20.4.0/sounds'
- make[1]: Leaving directory '/usr/src/asterisk-20.4.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 +
- +-------------------------------------------+
- WARNING WARNING WARNING
- Your Asterisk modules directory, located at
- /usr/lib64/asterisk/modules
- contains modules that were not installed by this
- version of Asterisk. Please ensure that these
- modules are compatible with this version before
- attempting to run Asterisk.
- res_xmpp.so
- res_timing_dahdi.so
- res_stir_shaken.so
- res_srtp.so
- res_pjsip_stir_shaken.so
- res_pjsip_geolocation.so
- res_odbc_transaction.so
- res_monitor.so
- res_http_post.so
- res_http_media_cache.so
- res_geolocation.so
- res_curl.so
- res_crypto.so
- res_config_curl.so
- pbx_lua.so
- func_speex.so
- func_curl.so
- func_aes.so
- format_ogg_vorbis.so
- format_ogg_speex.so
- codec_speex.so
- codec_dahdi.so
- chan_skinny.so
- chan_sip.so
- chan_oss.so
- chan_motif.so
- chan_mgcp.so
- chan_dahdi.so
- app_url.so
- app_osplookup.so
- app_nbscat.so
- app_meetme.so
- app_macro.so
- app_image.so
- app_ices.so
- app_flash.so
- app_dahdiras.so
- WARNING WARNING WARNING
- vicibox11:/usr/src/asterisk-20.4.0 # rm -rf /usr/lib64/asterisk/modules
- vicibox11:/usr/src/asterisk-20.4.0 # 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 -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/"
- ./build_tools/install_subst contrib/scripts/safe_asterisk "/usr/sbin/safe_asterisk";
- /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/lib64/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 '/usr/src/asterisk-20.4.0/sounds'
- make[1]: Leaving directory '/usr/src/asterisk-20.4.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 +
- +-------------------------------------------+
- vicibox11:/usr/src/asterisk-20.4.0 # make samples &&
- > make config &&
- > make ldconfig
- Installing adsi config files...
- /usr/bin/install -c -d "/etc/asterisk"
- Overwriting configs/samples/asterisk.adsi
- Overwriting configs/samples/telcordia-1.adsi
- Installing other config files...
- Config file configs/samples/acl.conf.sample is unchanged
- Config file configs/samples/adsi.conf.sample is unchanged
- Installing file configs/samples/aeap.conf.sample
- Config file configs/samples/agents.conf.sample is unchanged
- Config file configs/samples/alarmreceiver.conf.sample is unchanged
- Installing file configs/samples/alsa.conf.sample
- Config file configs/samples/amd.conf.sample is unchanged
- Config file configs/samples/app_skel.conf.sample is unchanged
- Installing file configs/samples/ari.conf.sample
- Config file configs/samples/ast_debug_tools.conf.sample is unchanged
- Installing file configs/samples/asterisk.conf.sample
- Installing file configs/samples/calendar.conf.sample
- Config file configs/samples/ccss.conf.sample is unchanged
- Config file configs/samples/cdr.conf.sample is unchanged
- Installing file configs/samples/cdr_adaptive_odbc.conf.sample
- Config file configs/samples/cdr_beanstalkd.conf.sample is unchanged
- Config file configs/samples/cdr_custom.conf.sample is unchanged
- Config file configs/samples/cdr_manager.conf.sample is unchanged
- Installing file configs/samples/cdr_odbc.conf.sample
- Installing file configs/samples/cdr_pgsql.conf.sample
- Config file configs/samples/cdr_sqlite3_custom.conf.sample is unchanged
- Installing file configs/samples/cdr_tds.conf.sample
- Config file configs/samples/cel.conf.sample is unchanged
- Config file configs/samples/cel_beanstalkd.conf.sample is unchanged
- Config file configs/samples/cel_custom.conf.sample is unchanged
- Installing file configs/samples/cel_odbc.conf.sample
- Installing file configs/samples/cel_pgsql.conf.sample
- Config file configs/samples/cel_sqlite3_custom.conf.sample is unchanged
- Installing file configs/samples/cel_tds.conf.sample
- Installing file configs/samples/chan_dahdi.conf.sample
- Config file configs/samples/chan_mobile.conf.sample is unchanged
- Config file configs/samples/cli.conf.sample is unchanged
- Config file configs/samples/cli_aliases.conf.sample is unchanged
- Config file configs/samples/cli_permissions.conf.sample is unchanged
- Config file configs/samples/codecs.conf.sample is unchanged
- Config file configs/samples/confbridge.conf.sample is unchanged
- Config file configs/samples/config_test.conf.sample is unchanged
- Installing file configs/samples/console.conf.sample
- Config file configs/samples/dbsep.conf.sample is unchanged
- Config file configs/samples/dnsmgr.conf.sample is unchanged
- Config file configs/samples/dsp.conf.sample is unchanged
- Installing file configs/samples/dundi.conf.sample
- Config file configs/samples/enum.conf.sample is unchanged
- Installing file configs/samples/extconfig.conf.sample
- Config file configs/samples/extensions.ael.sample is unchanged
- Installing file configs/samples/extensions.conf.sample
- Config file configs/samples/extensions.lua.sample is unchanged
- Config file configs/samples/extensions_minivm.conf.sample is unchanged
- Config file configs/samples/features.conf.sample is unchanged
- Config file configs/samples/festival.conf.sample is unchanged
- Config file configs/samples/followme.conf.sample is unchanged
- Installing file configs/samples/func_odbc.conf.sample
- Config file configs/samples/geolocation.conf.sample is unchanged
- Installing file configs/samples/hep.conf.sample
- Config file configs/samples/http.conf.sample is unchanged
- Config file configs/samples/iax.conf.sample is unchanged
- Config file configs/samples/iaxprov.conf.sample is unchanged
- Config file configs/samples/indications.conf.sample is unchanged
- Installing file configs/samples/logger.conf.sample
- Installing file configs/samples/manager.conf.sample
- Config file configs/samples/meetme.conf.sample is unchanged
- Config file configs/samples/mgcp.conf.sample is unchanged
- Config file configs/samples/minivm.conf.sample is unchanged
- Installing file configs/samples/modules.conf.sample
- Config file configs/samples/motif.conf.sample is unchanged
- Installing file configs/samples/musiconhold.conf.sample
- Config file configs/samples/ooh323.conf.sample is unchanged
- Config file configs/samples/osp.conf.sample is unchanged
- Config file configs/samples/phoneprov.conf.sample is unchanged
- Config file configs/samples/pjproject.conf.sample is unchanged
- Installing file configs/samples/pjsip.conf.sample
- Config file configs/samples/pjsip_notify.conf.sample is unchanged
- Config file configs/samples/pjsip_wizard.conf.sample is unchanged
- Installing file configs/samples/prometheus.conf.sample
- Config file configs/samples/queuerules.conf.sample is unchanged
- Installing file configs/samples/queues.conf.sample
- Installing file configs/samples/res_config_mysql.conf.sample
- Config file configs/samples/res_config_sqlite3.conf.sample is unchanged
- Installing file configs/samples/res_corosync.conf.sample
- Config file configs/samples/res_curl.conf.sample is unchanged
- Config file configs/samples/res_fax.conf.sample is unchanged
- Installing file configs/samples/res_http_media_cache.conf.sample
- Config file configs/samples/res_ldap.conf.sample is unchanged
- Installing file configs/samples/res_odbc.conf.sample
- Config file configs/samples/res_parking.conf.sample is unchanged
- Installing file configs/samples/res_pgsql.conf.sample
- Config file configs/samples/res_pktccops.conf.sample is unchanged
- Installing file configs/samples/res_snmp.conf.sample
- Config file configs/samples/res_stun_monitor.conf.sample is unchanged
- Config file configs/samples/resolver_unbound.conf.sample is unchanged
- Config file configs/samples/rtp.conf.sample is unchanged
- Config file configs/samples/say.conf.sample is unchanged
- Config file configs/samples/sip.conf.sample is unchanged
- Config file configs/samples/sip_notify.conf.sample is unchanged
- Config file configs/samples/skinny.conf.sample is unchanged
- Config file configs/samples/sla.conf.sample is unchanged
- Config file configs/samples/smdi.conf.sample is unchanged
- Config file configs/samples/sorcery.conf.sample is unchanged
- Config file configs/samples/ss7.timers.sample is unchanged
- Config file configs/samples/stasis.conf.sample is unchanged
- Config file configs/samples/statsd.conf.sample is unchanged
- Config file configs/samples/stir_shaken.conf.sample is unchanged
- Config file configs/samples/test_sorcery.conf.sample is unchanged
- Config file configs/samples/udptl.conf.sample is unchanged
- Config file configs/samples/unistim.conf.sample is unchanged
- Config file configs/samples/users.conf.sample is unchanged
- Installing file configs/samples/voicemail.conf.sample
- Config file configs/samples/xmpp.conf.sample is unchanged
- Updating asterisk.conf
- /usr/bin/install -c -d "/var/spool/asterisk/voicemail/default/1234/INBOX"
- build_tools/make_sample_voicemail "//var/lib/asterisk" "//var/spool/asterisk"
- Installing file phoneprov/000000000000-directory.xml
- Installing file phoneprov/000000000000-phone.cfg
- Installing file phoneprov/000000000000.cfg
- Installing file phoneprov/polycom.xml
- Installing file phoneprov/polycom_line.xml
- Installing file phoneprov/snom-mac.xml
- We could not install init scripts for your distribution.
- make: *** No rule to make target 'ldconfig'. Stop.
- vicibox11:/usr/src/asterisk-20.4.0 # mc
- vicibox11:/usr/src/asterisk-20.4.0 #
- vicibox11:/usr/src # git clone https://github.com/alphacep/vosk-asterisk.git
- Cloning into 'vosk-asterisk'...
- remote: Enumerating objects: 80, done.
- remote: Counting objects: 100% (80/80), done.
- remote: Compressing objects: 100% (55/55), done.
- remote: Total 80 (delta 38), reused 59 (delta 20), pack-reused 0
- Receiving objects: 100% (80/80), 36.00 KiB | 585.00 KiB/s, done.
- Resolving deltas: 100% (38/38), done.
- vicibox11:/usr/src #
- vicibox11:/usr/src/vosk-asterisk # ./bootstrap
- + libtoolize --force --automake --copy
- + autoheader
- + aclocal -I m4
- + automake --foreign --add-missing --copy
- configure.ac:5: installing './compile'
- configure.ac:4: installing './config.guess'
- configure.ac:4: installing './config.sub'
- configure.ac:2: installing './install-sh'
- configure.ac:2: installing './missing'
- res-speech-vosk/Makefile.am: installing './depcomp'
- + autoconf
- + rm -rf autom4te.cache
- vicibox11:/usr/src/vosk-asterisk # ./configure --with-asterisk=/usr/src/asterisk-20.4.0 --prefix=/usr
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- 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 whether gcc understands -c and -o together... yes
- checking for style of include used by make... GNU
- checking dependency style of gcc... gcc3
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
- checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking how to run the C preprocessor... gcc -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 dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... no
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating res-speech-vosk/Makefile
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- vicibox11:/usr/src/vosk-asterisk # make
- (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/src/vosk-asterisk/missing autoheader)
- rm -f stamp-h1
- touch config.h.in
- cd . && /bin/sh ./config.status config.h
- config.status: creating config.h
- make all-recursive
- make[1]: Entering directory '/usr/src/vosk-asterisk'
- Making all in res-speech-vosk
- make[2]: Entering directory '/usr/src/vosk-asterisk/res-speech-vosk'
- /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I/usr/src/asterisk-20.4.0/include -DAST_MODULE_SELF_SYM="__internal_res_speech_vosk" -g -O2 -MT res_speech_vosk.lo -MD -MP -MF .deps/res_speech_vosk.Tpo -c -o res_speech_vosk.lo res_speech_vosk.c
- libtool: compile: gcc -DHAVE_CONFIG_H -I../include -I/usr/src/asterisk-20.4.0/include -DAST_MODULE_SELF_SYM=__internal_res_speech_vosk -g -O2 -MT res_speech_vosk.lo -MD -MP -MF .deps/res_speech_vosk.Tpo -c res_speech_vosk.c -fPIC -DPIC -o .libs/res_speech_vosk.o
- libtool: compile: gcc -DHAVE_CONFIG_H -I../include -I/usr/src/asterisk-20.4.0/include -DAST_MODULE_SELF_SYM=__internal_res_speech_vosk -g -O2 -MT res_speech_vosk.lo -MD -MP -MF .deps/res_speech_vosk.Tpo -c res_speech_vosk.c -o res_speech_vosk.o >/dev/null 2>&1
- mv -f .deps/res_speech_vosk.Tpo .deps/res_speech_vosk.Plo
- /bin/sh ../libtool --tag=CC --mode=link gcc -DAST_MODULE_SELF_SYM="__internal_res_speech_vosk" -g -O2 -avoid-version -no-undefined -module -o res_speech_vosk.la -rpath /usr/lib/asterisk/modules res_speech_vosk.lo
- libtool: link: gcc -shared -fPIC -DPIC .libs/res_speech_vosk.o -g -O2 -Wl,-soname -Wl,res_speech_vosk.so -o .libs/res_speech_vosk.so
- libtool: link: ar cru .libs/res_speech_vosk.a res_speech_vosk.o
- libtool: link: ranlib .libs/res_speech_vosk.a
- libtool: link: ( cd ".libs" && rm -f "res_speech_vosk.la" && ln -s "../res_speech_vosk.la" "res_speech_vosk.la" )
- make[2]: Leaving directory '/usr/src/vosk-asterisk/res-speech-vosk'
- make[2]: Entering directory '/usr/src/vosk-asterisk'
- make[2]: Leaving directory '/usr/src/vosk-asterisk'
- make[1]: Leaving directory '/usr/src/vosk-asterisk'
- vicibox11:/usr/src/vosk-asterisk # make install
- Making install in res-speech-vosk
- make[1]: Entering directory '/usr/src/vosk-asterisk/res-speech-vosk'
- make[2]: Entering directory '/usr/src/vosk-asterisk/res-speech-vosk'
- make[2]: Nothing to be done for 'install-exec-am'.
- /usr/bin/mkdir -p '/usr/lib/asterisk/modules'
- /bin/sh ../libtool --mode=install /usr/bin/install -c res_speech_vosk.la '/usr/lib/asterisk/modules'
- libtool: install: /usr/bin/install -c .libs/res_speech_vosk.so /usr/lib/asterisk/modules/res_speech_vosk.so
- libtool: install: /usr/bin/install -c .libs/res_speech_vosk.lai /usr/lib/asterisk/modules/res_speech_vosk.la
- libtool: install: /usr/bin/install -c .libs/res_speech_vosk.a /usr/lib/asterisk/modules/res_speech_vosk.a
- libtool: install: chmod 644 /usr/lib/asterisk/modules/res_speech_vosk.a
- libtool: install: ranlib /usr/lib/asterisk/modules/res_speech_vosk.a
- libtool: finish: PATH="/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/sbin" ldconfig -n /usr/lib/asterisk/modules
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /usr/lib/asterisk/modules
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the '-LLIBDIR'
- flag during linking and do at least one of the following:
- - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
- during execution
- - add LIBDIR to the 'LD_RUN_PATH' environment variable
- during linking
- - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- - have your system administrator add LIBDIR to '/etc/ld.so.conf'
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
- make[2]: Leaving directory '/usr/src/vosk-asterisk/res-speech-vosk'
- make[1]: Leaving directory '/usr/src/vosk-asterisk/res-speech-vosk'
- make[1]: Entering directory '/usr/src/vosk-asterisk'
- make[2]: Entering directory '/usr/src/vosk-asterisk'
- make[2]: Nothing to be done for 'install-exec-am'.
- test -d /usr/etc/asterisk || /bin/sh /usr/src/vosk-asterisk/install-sh -d /usr/etc/asterisk
- test -f /usr/etc/asterisk/res_speech_vosk.conf || /usr/bin/install -c -m 644 ./conf/res_speech_vosk.conf /usr/etc/asterisk
- make[2]: Leaving directory '/usr/src/vosk-asterisk'
- make[1]: Leaving directory '/usr/src/vosk-asterisk'
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # find / -name res_speech_vosk.so -print
- /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so
- /usr/lib/asterisk/modules/res_speech_vosk.so
- vicibox11:/usr/src/vosk-asterisk # history
- 1 2023-08-11 04:40:20 git clone https://github.com/asterisk/asterisk
- 2 2023-08-11 04:48:17 wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
- 3 2023-08-11 04:49:41 wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
- 4 2023-08-11 04:50:24 tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
- 5 2023-08-11 04:50:40 cd asterisk-20.4.0/
- 6 2023-08-11 04:50:46 contrib/scripts/install_prereq install
- 7 2023-08-11 04:50:58 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 8 2023-08-11 04:51:09 apt install gcc
- 9 2023-08-11 07:18:41 zypper install gcc8
- 10 2023-08-11 07:32:17 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 11 2023-08-11 07:32:55 zypper install gcc-c++
- 12 2023-08-11 07:33:37 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 13 2023-08-11 07:33:49 zypper install make
- 14 2023-08-11 07:34:06 history
- 15 2023-08-11 07:34:10 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 16 2023-08-11 07:34:50 zypper install libedit
- 17 2023-08-11 08:45:05 zypper install -t pattern devel_basis
- 18 2023-08-11 08:46:16 zypper install -t pattern devel_C_C++
- 19 2023-08-11 08:46:48 zypper se -t pattern devel
- 20 2023-08-11 08:47:22 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 21 2023-08-11 08:51:37 zypper search -t pattern
- 22 2023-08-11 08:51:56 zypper info -t pattern devel_basis
- 23 2023-08-11 08:52:13 zypper install -t pattern devel_basis
- 24 2023-08-11 08:52:42 zypper install gdb
- 25 2023-08-11 08:53:27 zypper install cmake
- 26 2023-08-11 08:54:15 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 27 2023-08-11 08:55:50 zypper addrepo https://download.opensuse.org/repositories/devel:libraries:c_c++/openSUSE_Factory_zSystems/devel:libraries:c_c++.repo
- 28 2023-08-11 08:55:50 zypper refresh
- 29 2023-08-11 08:56:10 zypper install libedit
- 30 2023-08-11 08:57:25 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 31 2023-08-11 09:11:48 uname -a
- 32 2023-08-11 09:12:22 zypper install libedit-devel
- 33 2023-08-11 09:12:55 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 34 2023-08-11 09:15:02 zypper install libxml2-2-32bit
- 35 2023-08-11 09:15:20 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 36 2023-08-11 09:16:34 rpm
- 37 2023-08-11 09:16:37 rpm -i https://ftp.lysator.liu.se/pub/opensuse/distribution/leap/15.4/repo/oss/x86_64/libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- 38 2023-08-11 09:17:10 wget https://ftp.lysator.liu.se/pub/opensuse/distribution/leap/15.4/repo/oss/x86_64/libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- 39 2023-08-11 09:17:17 rpm -i libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- 40 2023-08-11 09:19:22 zypper install libxml2-devel
- 41 2023-08-11 09:19:34 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 42 2023-08-11 09:20:36 makemenuselect
- 43 2023-08-11 09:20:46 make menuselect
- 44 2023-08-11 09:21:22 history
- 45 2023-08-11 09:22:01 make -j8
- 46 2023-08-11 09:32:48 make install
- 47 2023-08-11 09:34:42 rm -rf /usr/lib/asterisk/modules
- 48 2023-08-11 09:34:47 make install
- 49 2023-08-11 09:35:06 rm -rf /usr/lib64/asterisk/modules
- 50 2023-08-11 09:35:07 make install
- 51 2023-08-11 09:35:39 make samples && make config && make ldconfig
- 52 2023-08-11 09:36:19 mc
- 53 2023-08-11 09:36:37 git clone https://github.com/alphacep/vosk-asterisk.git
- 54 2023-08-11 09:36:54 ./bootstrap
- 55 2023-08-11 09:38:13 ./configure --with-asterisk=/usr/src/asterisk-20.4.0 --prefix=/usr
- 56 2023-08-11 09:38:26 make
- 57 2023-08-11 09:38:40 make install
- 58 2023-08-11 09:38:50 find / -name res_speech_vosk.so -print
- 59 2023-08-11 09:39:57 history
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # asterisk -rvvvv
- Asterisk 20.4.0, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others.
- Created by Mark Spencer <[email protected]>
- Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
- This is free software, with components licensed under the GNU General Public
- License version 2 and other licenses; you are welcome to redistribute it under
- certain conditions. Type 'core show license' for details.
- =========================================================================
- Connected to Asterisk 16.30.0-vici currently running on vicibox11 (pid = 4906)
- vicibox11*CLI> pjsip
- No such command 'pjsip ' (type 'core show help pjsip' for other possible commands)
- vicibox11*CLI>
- vicibox11*CLI>
- vicibox11*CLI>
- vicibox11*CLI>
- Disconnected from Asterisk server
- Asterisk cleanly ending (0).
- Executing last minute cleanups
- vicibox11:/usr/src/vosk-asterisk # systemctl restart asterisk
- vicibox11:/usr/src/vosk-asterisk # asterisk -rvvvv
- Asterisk 20.4.0, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others.
- Created by Mark Spencer <[email protected]>
- Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
- This is free software, with components licensed under the GNU General Public
- License version 2 and other licenses; you are welcome to redistribute it under
- certain conditions. Type 'core show license' for details.
- =========================================================================
- Connected to Asterisk 20.4.0 currently running on vicibox11 (pid = 1302)
- vicibox11*CLI> pj
- pjproject pjsip
- vicibox11*CLI> pjsip reload
- acl app_agent_pool.so app_alarmreceiver.so app_amd.so app_confbridge.so app_followme.so app_minivm.so app_playback.so
- app_queue.so app_voicemail.so cdr cdr_csv.so cdr_custom.so cdr_manager.so cel cel_custom.so
- cel_manager.so chan_iax2.so chan_unistim.so dnsmgr dsp enum extconfig features
- http indications logger manager pbx_ael.so pbx_config.so pbx_dundi.so plc
- res_adsi.so res_aeap.so res_ari.so res_calendar.so res_clialiases.so res_config_ldap.so res_config_sqlite3.so res_fax.so
- res_musiconhold.so res_parking.so res_phoneprov.so res_pjproject.so res_rtp_asterisk.so res_smdi.so res_statsd.so res_stun_monitor.so
- udptl
- vicibox11*CLI> mo
- module moh
- vicibox11*CLI> module
- load refresh reload show unload
- vicibox11*CLI> module show like
- acl app_adsiprog.so app_agent_pool.so app_alarmreceiver.so app_amd.so
- app_attended_transfer.so app_audiosocket.so app_authenticate.so app_blind_transfer.so app_bridgeaddchan.so
- app_bridgewait.so app_broadcast.so app_cdr.so app_celgenuserevent.so app_chanisavail.so
- app_channelredirect.so app_chanspy.so app_confbridge.so app_controlplayback.so app_db.so
- app_dial.so app_dictate.so app_directed_pickup.so app_directory.so app_disa.so
- app_dtmfstore.so app_dumpchan.so app_echo.so app_exec.so app_externalivr.so
- app_festival.so app_followme.so app_forkcdr.so app_getcpeid.so app_if.so
- app_mf.so app_milliwatt.so app_minivm.so app_mixmonitor.so app_morsecode.so
- app_mp3.so app_originate.so app_page.so app_playback.so app_playtones.so
- app_privacy.so app_queue.so app_read.so app_readexten.so app_record.so
- app_reload.so app_sayunixtime.so app_senddtmf.so app_sendtext.so app_sf.so
- app_signal.so app_sms.so app_softhangup.so app_speech_utils.so app_stack.so
- app_stasis.so app_stream_echo.so app_system.so app_talkdetect.so app_test.so
- app_transfer.so app_userevent.so app_verbose.so app_voicemail.so app_waitforcond.so
- app_waitforring.so app_waitforsilence.so app_waituntil.so app_while.so app_zapateller.so
- bridge_builtin_features.so bridge_builtin_interval_features.so bridge_holding.so bridge_native_rtp.so bridge_simple.so
- bridge_softmix.so ccss cdr cdr_csv.so cdr_custom.so
- cdr_manager.so cdr_sqlite3_custom.so cel cel_custom.so cel_manager.so
- cel_sqlite3_custom.so chan_audiosocket.so chan_bridge_media.so chan_iax2.so chan_rtp.so
- chan_unistim.so codec_a_mu.so codec_adpcm.so codec_alaw.so codec_g722.so
- codec_g726.so codec_gsm.so codec_ilbc.so codec_lpc10.so codec_resample.so
- codec_ulaw.so dnsmgr dsp enum extconfig
- features format_g719.so format_g723.so format_g726.so format_g729.so
- format_gsm.so format_h263.so format_h264.so format_ilbc.so format_pcm.so
- format_siren14.so format_siren7.so format_sln.so format_vox.so format_wav.so
- format_wav_gsm.so func_base64.so func_blacklist.so func_callcompletion.so func_callerid.so
- func_cdr.so func_channel.so func_config.so func_cut.so func_db.so
- func_devstate.so func_dialgroup.so func_dialplan.so func_enum.so func_env.so
- func_evalexten.so func_export.so func_extstate.so func_frame_drop.so func_frame_trace.so
- func_global.so func_groupcount.so func_hangupcause.so func_holdintercept.so func_iconv.so
- func_jitterbuffer.so func_json.so func_lock.so func_logic.so func_math.so
- func_md5.so func_module.so func_periodic_hook.so func_pitchshift.so func_presencestate.so
- func_rand.so func_realtime.so func_sayfiles.so func_scramble.so func_sha1.so
- func_shell.so func_sorcery.so func_sprintf.so func_srv.so func_strings.so
- func_sysinfo.so func_talkdetect.so func_timeout.so func_uri.so func_version.so
- func_vmcount.so func_volume.so http indications logger
- manager pbx_ael.so pbx_config.so pbx_dundi.so pbx_loopback.so
- pbx_realtime.so pbx_spool.so plc res_adsi.so res_aeap.so
- res_ael_share.so res_agi.so res_ari.so res_ari_applications.so res_ari_asterisk.so
- res_ari_bridges.so res_ari_channels.so res_ari_device_states.so res_ari_endpoints.so res_ari_events.so
- res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so
- res_calendar.so res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so
- res_convert.so res_fax.so res_format_attr_celt.so res_format_attr_g729.so res_format_attr_h263.so
- res_format_attr_h264.so res_format_attr_ilbc.so res_format_attr_opus.so res_format_attr_silk.so res_format_attr_siren14.so
- res_format_attr_siren7.so res_format_attr_vp8.so res_http_websocket.so res_limit.so res_manager_devicestate.so
- res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
- res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so
- res_security_log.so res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so
- res_sorcery_memory_cache.so res_sorcery_realtime.so res_speech.so res_speech_aeap.so res_stasis.so
- res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so res_stasis_recording.so res_stasis_snoop.so
- res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so res_tonedetect.so
- sounds udptl
- vicibox11*CLI> module show like r
- res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
- res_ari_asterisk.so res_ari_bridges.so res_ari_channels.so res_ari_device_states.so res_ari_endpoints.so res_ari_events.so
- res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
- res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
- res_format_attr_celt.so res_format_attr_g729.so res_format_attr_h263.so res_format_attr_h264.so res_format_attr_ilbc.so res_format_attr_opus.so
- res_format_attr_silk.so res_format_attr_siren14.so res_format_attr_siren7.so res_format_attr_vp8.so res_http_websocket.so res_limit.so
- res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
- res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
- res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
- res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
- res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
- res_tonedetect.so
- vicibox11*CLI> module show like res_
- res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
- res_ari_asterisk.so res_ari_bridges.so res_ari_channels.so res_ari_device_states.so res_ari_endpoints.so res_ari_events.so
- res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
- res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
- res_format_attr_celt.so res_format_attr_g729.so res_format_attr_h263.so res_format_attr_h264.so res_format_attr_ilbc.so res_format_attr_opus.so
- res_format_attr_silk.so res_format_attr_siren14.so res_format_attr_siren7.so res_format_attr_vp8.so res_http_websocket.so res_limit.so
- res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
- res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
- res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
- res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
- res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
- res_tonedetect.so
- vicibox11*CLI> module show like res_
- res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
- res_ari_asterisk.so res_ari_bridges.so res_ari_channels.so res_ari_device_states.so res_ari_endpoints.so res_ari_events.so
- res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
- res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
- res_format_attr_celt.so res_format_attr_g729.so res_format_attr_h263.so res_format_attr_h264.so res_format_attr_ilbc.so res_format_attr_opus.so
- res_format_attr_silk.so res_format_attr_siren14.so res_format_attr_siren7.so res_format_attr_vp8.so res_http_websocket.so res_limit.so
- res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
- res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
- res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
- res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
- res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
- res_tonedetect.so
- vicibox11*CLI> module show like res_
- res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
- res_ari_asterisk.so res_ari_bridges.so res_ari_channels.so res_ari_device_states.so res_ari_endpoints.so res_ari_events.so
- res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
- res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
- res_format_attr_celt.so res_format_attr_g729.so res_format_attr_h263.so res_format_attr_h264.so res_format_attr_ilbc.so res_format_attr_opus.so
- res_format_attr_silk.so res_format_attr_siren14.so res_format_attr_siren7.so res_format_attr_vp8.so res_http_websocket.so res_limit.so
- res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
- res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
- res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
- res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
- res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
- res_tonedetect.so
- vicibox11*CLI> module show like res_
- res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
- res_ari_asterisk.so res_ari_bridges.so res_ari_channels.so res_ari_device_states.so res_ari_endpoints.so res_ari_events.so
- res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
- res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
- res_format_attr_celt.so res_format_attr_g729.so res_format_attr_h263.so res_format_attr_h264.so res_format_attr_ilbc.so res_format_attr_opus.so
- res_format_attr_silk.so res_format_attr_siren14.so res_format_attr_siren7.so res_format_attr_vp8.so res_http_websocket.so res_limit.so
- res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
- res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
- res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
- res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
- res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
- res_tonedetect.so
- vicibox11*CLI>
- Disconnected from Asterisk server
- Asterisk cleanly ending (0).
- Executing last minute cleanups
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # find / -name res_speech_vosk.so -print
- /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so
- /usr/lib/asterisk/modules/res_speech_vosk.so
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # find / -name res_ari_playbacks.so -print
- /usr/src/asterisk-20.4.0/res/res_ari_playbacks.so
- /usr/lib64/asterisk/modules/res_ari_playbacks.so
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # cp /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so /usr/src/asterisk-20.4.0/res/r
- vicibox11:/usr/src/vosk-asterisk # cp /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so /usr/src/asterisk-20.4.0/res/
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # find / -name res_speech_vosk.so -print
- /usr/src/asterisk-20.4.0/res/res_speech_vosk.so
- /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so
- /usr/lib/asterisk/modules/res_speech_vosk.so
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # systemctl restart asterisk
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # asterisk -rvvvv
- Asterisk 20.4.0, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others.
- Created by Mark Spencer <[email protected]>
- Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
- This is free software, with components licensed under the GNU General Public
- License version 2 and other licenses; you are welcome to redistribute it under
- certain conditions. Type 'core show license' for details.
- =========================================================================
- Connected to Asterisk 20.4.0 currently running on vicibox11 (pid = 2617)
- vicibox11*CLI>
- vicibox11*CLI> module
- load refresh reload show unload
- vicibox11*CLI> module show like re
- res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
- res_ari_asterisk.so res_ari_bridges.so res_ari_channels.so res_ari_device_states.so res_ari_endpoints.so res_ari_events.so
- res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
- res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
- res_format_attr_celt.so res_format_attr_g729.so res_format_attr_h263.so res_format_attr_h264.so res_format_attr_ilbc.so res_format_attr_opus.so
- res_format_attr_silk.so res_format_attr_siren14.so res_format_attr_siren7.so res_format_attr_vp8.so res_http_websocket.so res_limit.so
- res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
- res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
- res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
- res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
- res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
- res_tonedetect.so
- vicibox11*CLI> module show like res_sp
- res_speech.so res_speech_aeap.so
- vicibox11*CLI> module show like res_speech
- res_speech.so res_speech_aeap.so
- vicibox11*CLI> module
- load refresh reload show unload
- vicibox11*CLI> module load res_speech_vosk.so
- Unable to load module res_speech_vosk.so
- Command 'module load res_speech_vosk.so' failed.
- [Aug 11 09:46:26] ERROR[2697]: loader.c:283 module_load_error: Error loading module 'res_speech_vosk.so': /usr/lib64/asterisk/modules/res_speech_vosk.so: cannot open shared object file: No such file or directory
- vicibox11*CLI>
- vicibox11*CLI>
- Disconnected from Asterisk server
- Asterisk cleanly ending (0).
- Executing last minute cleanups
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # ls /usr/lib64/asterisk/modules/r
- ls: cannot access '/usr/lib64/asterisk/modules/r': No such file or directory
- vicibox11:/usr/src/vosk-asterisk # ls /usr/lib64/asterisk/modules/
- app_adsiprog.so app_stasis.so func_base64.so pbx_spool.so res_pjsip_endpoint_identifier_anonymous.so
- app_agent_pool.so app_stream_echo.so func_blacklist.so res_adsi.so res_pjsip_endpoint_identifier_ip.so
- app_alarmreceiver.so app_system.so func_callcompletion.so res_aeap.so res_pjsip_endpoint_identifier_user.so
- app_amd.so app_talkdetect.so func_callerid.so res_ael_share.so res_pjsip_exten_state.so
- app_attended_transfer.so app_test.so func_cdr.so res_agi.so res_pjsip_header_funcs.so
- app_audiosocket.so app_transfer.so func_channel.so res_ari.so res_pjsip_history.so
- app_authenticate.so app_userevent.so func_config.so res_ari_applications.so res_pjsip_logger.so
- app_blind_transfer.so app_verbose.so func_cut.so res_ari_asterisk.so res_pjsip_messaging.so
- app_bridgeaddchan.so app_voicemail.so func_db.so res_ari_bridges.so res_pjsip_mwi.so
- app_bridgewait.so app_waitforcond.so func_devstate.so res_ari_channels.so res_pjsip_mwi_body_generator.so
- app_broadcast.so app_waitforring.so func_dialgroup.so res_ari_device_states.so res_pjsip_nat.so
- app_cdr.so app_waitforsilence.so func_dialplan.so res_ari_endpoints.so res_pjsip_notify.so
- app_celgenuserevent.so app_waituntil.so func_enum.so res_ari_events.so res_pjsip_one_touch_record_info.so
- app_chanisavail.so app_while.so func_env.so res_ari_model.so res_pjsip_outbound_authenticator_digest.so
- app_channelredirect.so app_zapateller.so func_evalexten.so res_ari_playbacks.so res_pjsip_outbound_publish.so
- app_chanspy.so bridge_builtin_features.so func_export.so res_ari_recordings.so res_pjsip_outbound_registration.so
- app_confbridge.so bridge_builtin_interval_features.so func_extstate.so res_ari_sounds.so res_pjsip_path.so
- app_controlplayback.so bridge_holding.so func_frame_drop.so res_audiosocket.so res_pjsip_phoneprov_provider.so
- app_db.so bridge_native_rtp.so func_frame_trace.so res_calendar.so res_pjsip_pidf_body_generator.so
- app_dial.so bridge_simple.so func_global.so res_clialiases.so res_pjsip_pidf_digium_body_supplement.so
- app_dictate.so bridge_softmix.so func_groupcount.so res_clioriginate.so res_pjsip_pidf_eyebeam_body_supplement.so
- app_directed_pickup.so cdr_csv.so func_hangupcause.so res_config_ldap.so res_pjsip_publish_asterisk.so
- app_directory.so cdr_custom.so func_holdintercept.so res_config_sqlite3.so res_pjsip_pubsub.so
- app_disa.so cdr_manager.so func_iconv.so res_convert.so res_pjsip_refer.so
- app_dtmfstore.so cdr_sqlite3_custom.so func_jitterbuffer.so res_fax.so res_pjsip_registrar.so
- app_dumpchan.so cel_custom.so func_json.so res_format_attr_celt.so res_pjsip_rfc3326.so
- app_echo.so cel_manager.so func_lock.so res_format_attr_g729.so res_pjsip_rfc3329.so
- app_exec.so cel_sqlite3_custom.so func_logic.so res_format_attr_h263.so res_pjsip_sdp_rtp.so
- app_externalivr.so chan_audiosocket.so func_math.so res_format_attr_h264.so res_pjsip_send_to_voicemail.so
- app_festival.so chan_bridge_media.so func_md5.so res_format_attr_ilbc.so res_pjsip_session.so
- app_followme.so chan_iax2.so func_module.so res_format_attr_opus.so res_pjsip_sips_contact.so
- app_forkcdr.so chan_pjsip.so func_periodic_hook.so res_format_attr_silk.so res_pjsip_t38.so
- app_getcpeid.so chan_rtp.so func_pitchshift.so res_format_attr_siren14.so res_pjsip_transport_websocket.so
- app_if.so chan_unistim.so func_pjsip_aor.so res_format_attr_siren7.so res_pjsip_xpidf_body_generator.so
- app_mf.so codec_a_mu.so func_pjsip_contact.so res_format_attr_vp8.so res_prometheus.so
- app_milliwatt.so codec_adpcm.so func_pjsip_endpoint.so res_hep.so res_realtime.so
- app_minivm.so codec_alaw.so func_presencestate.so res_hep_pjsip.so res_rtp_asterisk.so
- app_mixmonitor.so codec_g722.so func_rand.so res_hep_rtcp.so res_rtp_multicast.so
- app_morsecode.so codec_g726.so func_realtime.so res_http_websocket.so res_security_log.so
- app_mp3.so codec_gsm.so func_sayfiles.so res_limit.so res_smdi.so
- app_originate.so codec_ilbc.so func_scramble.so res_manager_devicestate.so res_sorcery_astdb.so
- app_page.so codec_lpc10.so func_sha1.so res_manager_presencestate.so res_sorcery_config.so
- app_playback.so codec_resample.so func_shell.so res_musiconhold.so res_sorcery_memory.so
- app_playtones.so codec_ulaw.so func_sorcery.so res_mutestream.so res_sorcery_memory_cache.so
- app_privacy.so format_g719.so func_sprintf.so res_mwi_devstate.so res_sorcery_realtime.so
- app_queue.so format_g723.so func_srv.so res_parking.so res_speech.so
- app_read.so format_g726.so func_strings.so res_phoneprov.so res_speech_aeap.so
- app_readexten.so format_g729.so func_sysinfo.so res_pjproject.so res_stasis.so
- app_record.so format_gsm.so func_talkdetect.so res_pjsip.so res_stasis_answer.so
- app_reload.so format_h263.so func_timeout.so res_pjsip_acl.so res_stasis_device_state.so
- app_sayunixtime.so format_h264.so func_uri.so res_pjsip_aoc.so res_stasis_playback.so
- app_senddtmf.so format_ilbc.so func_version.so res_pjsip_authenticator_digest.so res_stasis_recording.so
- app_sendtext.so format_pcm.so func_vmcount.so res_pjsip_caller_id.so res_stasis_snoop.so
- app_sf.so format_siren14.so func_volume.so res_pjsip_config_wizard.so res_statsd.so
- app_signal.so format_siren7.so pbx_ael.so res_pjsip_dialog_info_body_generator.so res_stun_monitor.so
- app_sms.so format_sln.so pbx_config.so res_pjsip_diversion.so res_timing_pthread.so
- app_softhangup.so format_vox.so pbx_dundi.so res_pjsip_dlg_options.so res_timing_timerfd.so
- app_speech_utils.so format_wav.so pbx_loopback.so res_pjsip_dtmf_info.so res_tonedetect.so
- app_stack.so format_wav_gsm.so pbx_realtime.so res_pjsip_empty_info.so
- vicibox11:/usr/src/vosk-asterisk # ls /usr/lib64/asterisk/modules/ | grep res-speech-vo^C
- vicibox11:/usr/src/vosk-asterisk # find / -name res_speech_vosk.so -print
- /usr/src/asterisk-20.4.0/res/res_speech_vosk.so
- /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so
- /usr/lib/asterisk/modules/res_speech_vosk.so
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # cp /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so /usr/lib64/asterisk/modules/
- vicibox11:/usr/src/vosk-asterisk # ls /usr/lib64/asterisk/modules/ grep res_speech_vosk.so
- ls: cannot access 'grep': No such file or directory
- ls: cannot access 'res_speech_vosk.so': No such file or directory
- /usr/lib64/asterisk/modules/:
- app_adsiprog.so app_stasis.so func_base64.so pbx_spool.so res_pjsip_endpoint_identifier_anonymous.so
- app_agent_pool.so app_stream_echo.so func_blacklist.so res_adsi.so res_pjsip_endpoint_identifier_ip.so
- app_alarmreceiver.so app_system.so func_callcompletion.so res_aeap.so res_pjsip_endpoint_identifier_user.so
- app_amd.so app_talkdetect.so func_callerid.so res_ael_share.so res_pjsip_exten_state.so
- app_attended_transfer.so app_test.so func_cdr.so res_agi.so res_pjsip_header_funcs.so
- app_audiosocket.so app_transfer.so func_channel.so res_ari.so res_pjsip_history.so
- app_authenticate.so app_userevent.so func_config.so res_ari_applications.so res_pjsip_logger.so
- app_blind_transfer.so app_verbose.so func_cut.so res_ari_asterisk.so res_pjsip_messaging.so
- app_bridgeaddchan.so app_voicemail.so func_db.so res_ari_bridges.so res_pjsip_mwi.so
- app_bridgewait.so app_waitforcond.so func_devstate.so res_ari_channels.so res_pjsip_mwi_body_generator.so
- app_broadcast.so app_waitforring.so func_dialgroup.so res_ari_device_states.so res_pjsip_nat.so
- app_cdr.so app_waitforsilence.so func_dialplan.so res_ari_endpoints.so res_pjsip_notify.so
- app_celgenuserevent.so app_waituntil.so func_enum.so res_ari_events.so res_pjsip_one_touch_record_info.so
- app_chanisavail.so app_while.so func_env.so res_ari_model.so res_pjsip_outbound_authenticator_digest.so
- app_channelredirect.so app_zapateller.so func_evalexten.so res_ari_playbacks.so res_pjsip_outbound_publish.so
- app_chanspy.so bridge_builtin_features.so func_export.so res_ari_recordings.so res_pjsip_outbound_registration.so
- app_confbridge.so bridge_builtin_interval_features.so func_extstate.so res_ari_sounds.so res_pjsip_path.so
- app_controlplayback.so bridge_holding.so func_frame_drop.so res_audiosocket.so res_pjsip_phoneprov_provider.so
- app_db.so bridge_native_rtp.so func_frame_trace.so res_calendar.so res_pjsip_pidf_body_generator.so
- app_dial.so bridge_simple.so func_global.so res_clialiases.so res_pjsip_pidf_digium_body_supplement.so
- app_dictate.so bridge_softmix.so func_groupcount.so res_clioriginate.so res_pjsip_pidf_eyebeam_body_supplement.so
- app_directed_pickup.so cdr_csv.so func_hangupcause.so res_config_ldap.so res_pjsip_publish_asterisk.so
- app_directory.so cdr_custom.so func_holdintercept.so res_config_sqlite3.so res_pjsip_pubsub.so
- app_disa.so cdr_manager.so func_iconv.so res_convert.so res_pjsip_refer.so
- app_dtmfstore.so cdr_sqlite3_custom.so func_jitterbuffer.so res_fax.so res_pjsip_registrar.so
- app_dumpchan.so cel_custom.so func_json.so res_format_attr_celt.so res_pjsip_rfc3326.so
- app_echo.so cel_manager.so func_lock.so res_format_attr_g729.so res_pjsip_rfc3329.so
- app_exec.so cel_sqlite3_custom.so func_logic.so res_format_attr_h263.so res_pjsip_sdp_rtp.so
- app_externalivr.so chan_audiosocket.so func_math.so res_format_attr_h264.so res_pjsip_send_to_voicemail.so
- app_festival.so chan_bridge_media.so func_md5.so res_format_attr_ilbc.so res_pjsip_session.so
- app_followme.so chan_iax2.so func_module.so res_format_attr_opus.so res_pjsip_sips_contact.so
- app_forkcdr.so chan_pjsip.so func_periodic_hook.so res_format_attr_silk.so res_pjsip_t38.so
- app_getcpeid.so chan_rtp.so func_pitchshift.so res_format_attr_siren14.so res_pjsip_transport_websocket.so
- app_if.so chan_unistim.so func_pjsip_aor.so res_format_attr_siren7.so res_pjsip_xpidf_body_generator.so
- app_mf.so codec_a_mu.so func_pjsip_contact.so res_format_attr_vp8.so res_prometheus.so
- app_milliwatt.so codec_adpcm.so func_pjsip_endpoint.so res_hep.so res_realtime.so
- app_minivm.so codec_alaw.so func_presencestate.so res_hep_pjsip.so res_rtp_asterisk.so
- app_mixmonitor.so codec_g722.so func_rand.so res_hep_rtcp.so res_rtp_multicast.so
- app_morsecode.so codec_g726.so func_realtime.so res_http_websocket.so res_security_log.so
- app_mp3.so codec_gsm.so func_sayfiles.so res_limit.so res_smdi.so
- app_originate.so codec_ilbc.so func_scramble.so res_manager_devicestate.so res_sorcery_astdb.so
- app_page.so codec_lpc10.so func_sha1.so res_manager_presencestate.so res_sorcery_config.so
- app_playback.so codec_resample.so func_shell.so res_musiconhold.so res_sorcery_memory.so
- app_playtones.so codec_ulaw.so func_sorcery.so res_mutestream.so res_sorcery_memory_cache.so
- app_privacy.so format_g719.so func_sprintf.so res_mwi_devstate.so res_sorcery_realtime.so
- app_queue.so format_g723.so func_srv.so res_parking.so res_speech.so
- app_read.so format_g726.so func_strings.so res_phoneprov.so res_speech_aeap.so
- app_readexten.so format_g729.so func_sysinfo.so res_pjproject.so res_speech_vosk.so
- app_record.so format_gsm.so func_talkdetect.so res_pjsip.so res_stasis.so
- app_reload.so format_h263.so func_timeout.so res_pjsip_acl.so res_stasis_answer.so
- app_sayunixtime.so format_h264.so func_uri.so res_pjsip_aoc.so res_stasis_device_state.so
- app_senddtmf.so format_ilbc.so func_version.so res_pjsip_authenticator_digest.so res_stasis_playback.so
- app_sendtext.so format_pcm.so func_vmcount.so res_pjsip_caller_id.so res_stasis_recording.so
- app_sf.so format_siren14.so func_volume.so res_pjsip_config_wizard.so res_stasis_snoop.so
- app_signal.so format_siren7.so pbx_ael.so res_pjsip_dialog_info_body_generator.so res_statsd.so
- app_sms.so format_sln.so pbx_config.so res_pjsip_diversion.so res_stun_monitor.so
- app_softhangup.so format_vox.so pbx_dundi.so res_pjsip_dlg_options.so res_timing_pthread.so
- app_speech_utils.so format_wav.so pbx_loopback.so res_pjsip_dtmf_info.so res_timing_timerfd.so
- app_stack.so format_wav_gsm.so pbx_realtime.so res_pjsip_empty_info.so res_tonedetect.so
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # ls /usr/lib64/asterisk/modules/ | grep res_speech_vosk.so
- res_speech_vosk.so
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # systemctl restart asterisk
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk #
- vicibox11:/usr/src/vosk-asterisk # asterisk -rvvvv
- Asterisk 20.4.0, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others.
- Created by Mark Spencer <[email protected]>
- Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
- This is free software, with components licensed under the GNU General Public
- License version 2 and other licenses; you are welcome to redistribute it under
- certain conditions. Type 'core show license' for details.
- =========================================================================
- Connected to Asterisk 20.4.0 currently running on vicibox11 (pid = 3660)
- vicibox11*CLI>
- vicibox11*CLI>
- vicibox11*CLI>
- vicibox11*CLI> module load res_speech_vosk.so
- Unable to load module res_speech_vosk.so
- Command 'module load res_speech_vosk.so' failed.
- [Aug 11 09:48:27] WARNING[3740]: loader.c:1776 load_resource: Module 'res_speech_vosk.so' already loaded and running.
- vicibox11*CLI>
- vicibox11*CLI>
- vicibox11*CLI>
- vicibox11*CLI> module
- load refresh reload show unload
- vicibox11*CLI> module show like res_speech_vosk.so
- Module Description Use Count Status Support Level
- res_speech_vosk.so Vosk Speech Engine 0 Running core
- 1 modules loaded
- vicibox11*CLI>
- vicibox11*CLI>
- Disconnected from Asterisk server
- Asterisk cleanly ending (0).
- Executing last minute cleanups
- vicibox11:/usr/src/vosk-asterisk # history
- 1 2023-08-11 04:40:20 git clone https://github.com/asterisk/asterisk
- 2 2023-08-11 04:48:17 wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
- 3 2023-08-11 04:49:41 wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
- 4 2023-08-11 04:50:24 tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
- 5 2023-08-11 04:50:40 cd asterisk-20.4.0/
- 6 2023-08-11 04:50:46 contrib/scripts/install_prereq install
- 7 2023-08-11 04:50:58 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 8 2023-08-11 04:51:09 apt install gcc
- 9 2023-08-11 07:18:41 zypper install gcc8
- 10 2023-08-11 07:32:17 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 11 2023-08-11 07:32:55 zypper install gcc-c++
- 12 2023-08-11 07:33:37 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 13 2023-08-11 07:33:49 zypper install make
- 14 2023-08-11 07:34:06 history
- 15 2023-08-11 07:34:10 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 16 2023-08-11 07:34:50 zypper install libedit
- 17 2023-08-11 08:45:05 zypper install -t pattern devel_basis
- 18 2023-08-11 08:46:16 zypper install -t pattern devel_C_C++
- 19 2023-08-11 08:46:48 zypper se -t pattern devel
- 20 2023-08-11 08:47:22 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 21 2023-08-11 08:51:37 zypper search -t pattern
- 22 2023-08-11 08:51:56 zypper info -t pattern devel_basis
- 23 2023-08-11 08:52:13 zypper install -t pattern devel_basis
- 24 2023-08-11 08:52:42 zypper install gdb
- 25 2023-08-11 08:53:27 zypper install cmake
- 26 2023-08-11 08:54:15 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 27 2023-08-11 08:55:50 zypper addrepo https://download.opensuse.org/repositories/devel:libraries:c_c++/openSUSE_Factory_zSystems/devel:libraries:c_c++.repo
- 28 2023-08-11 08:55:50 zypper refresh
- 29 2023-08-11 08:56:10 zypper install libedit
- 30 2023-08-11 08:57:25 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 31 2023-08-11 09:11:48 uname -a
- 32 2023-08-11 09:12:22 zypper install libedit-devel
- 33 2023-08-11 09:12:55 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 34 2023-08-11 09:15:02 zypper install libxml2-2-32bit
- 35 2023-08-11 09:15:20 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 36 2023-08-11 09:16:34 rpm
- 37 2023-08-11 09:16:37 rpm -i https://ftp.lysator.liu.se/pub/opensuse/distribution/leap/15.4/repo/oss/x86_64/libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- 38 2023-08-11 09:17:10 wget https://ftp.lysator.liu.se/pub/opensuse/distribution/leap/15.4/repo/oss/x86_64/libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- 39 2023-08-11 09:17:17 rpm -i libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
- 40 2023-08-11 09:19:22 zypper install libxml2-devel
- 41 2023-08-11 09:19:34 ./configure -libdir=/usr/lib64 --with-jansson-bundled
- 42 2023-08-11 09:20:36 makemenuselect
- 43 2023-08-11 09:20:46 make menuselect
- 44 2023-08-11 09:21:22 history
- 45 2023-08-11 09:22:01 make -j8
- 46 2023-08-11 09:32:48 make install
- 47 2023-08-11 09:34:42 rm -rf /usr/lib/asterisk/modules
- 48 2023-08-11 09:34:47 make install
- 49 2023-08-11 09:35:06 rm -rf /usr/lib64/asterisk/modules
- 50 2023-08-11 09:35:07 make install
- 51 2023-08-11 09:35:39 make samples && make config && make ldconfig
- 52 2023-08-11 09:36:19 mc
- 53 2023-08-11 09:36:37 git clone https://github.com/alphacep/vosk-asterisk.git
- 54 2023-08-11 09:36:54 ./bootstrap
- 55 2023-08-11 09:38:13 ./configure --with-asterisk=/usr/src/asterisk-20.4.0 --prefix=/usr
- 56 2023-08-11 09:38:26 make
- 57 2023-08-11 09:38:40 make install
- 58 2023-08-11 09:38:50 find / -name res_speech_vosk.so -print
- 59 2023-08-11 09:39:57 history
- 60 2023-08-11 09:41:42 asterisk -rvvvv
- 61 2023-08-11 09:42:10 systemctl restart asterisk
- 62 2023-08-11 09:42:14 asterisk -rvvvv
- 63 2023-08-11 09:44:49 find / -name res_speech_vosk.so -print
- 64 2023-08-11 09:45:05 find / -name res_ari_playbacks.so -print
- 65 2023-08-11 09:45:21 cp /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so /usr/src/asterisk-20.4.0/res/r
- 66 2023-08-11 09:45:24 cp /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so /usr/src/asterisk-20.4.0/res/
- 67 2023-08-11 09:45:29 find / -name res_speech_vosk.so -print
- 68 2023-08-11 09:45:34 systemctl restart asterisk
- 69 2023-08-11 09:45:39 asterisk -rvvvv
- 70 2023-08-11 09:46:43 ls /usr/lib64/asterisk/modules/r
- 71 2023-08-11 09:46:45 ls /usr/lib64/asterisk/modules/
- 72 2023-08-11 09:47:36 find / -name res_speech_vosk.so -print
- 73 2023-08-11 09:47:55 cp /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so /usr/lib64/asterisk/modules/
- 74 2023-08-11 09:48:08 ls /usr/lib64/asterisk/modules/ grep res_speech_vosk.so
- 75 2023-08-11 09:48:13 ls /usr/lib64/asterisk/modules/ | grep res_speech_vosk.so
- 76 2023-08-11 09:48:20 systemctl restart asterisk
- 77 2023-08-11 09:48:23 asterisk -rvvvv
- 78 2023-08-11 10:07:22 history
- vicibox11:/usr/src/vosk-asterisk #
Add Comment
Please, Sign In to add comment