load-net

vosk_vicidial.com

Aug 11th, 2023 (edited)
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 439.44 KB | None | 0 0
  1. 1 2023-08-12 10:26:36 yast timezone
  2. 2 2023-08-12 10:27:07 zypper ref
  3. 3 2023-08-12 10:27:40 zypper up
  4. 4 2023-08-12 10:31:41 reboot
  5. 5 2023-08-14 03:55:13 ip a
  6. 6 2023-08-14 03:55:19 mc
  7. 7 2023-08-14 03:56:43 zypper install mc
  8. 8 2023-08-14 03:57:17 zypper install -y gcc8
  9. 9 2023-08-14 03:57:32 zypper install -y gcc-c++
  10. 10 2023-08-14 03:58:35 zypper install -t pattern devel_basis
  11. 11 2023-08-14 03:59:21 zypper install -y gdb
  12. 12 2023-08-14 03:59:37 zypper install -y cmake
  13. 13 2023-08-14 03:59:57 zypper install -y libedit
  14. 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. 15 2023-08-14 04:00:35 zypper refresh
  16. 16 2023-08-14 04:00:51 zypper install libedit
  17. 17 2023-08-14 04:01:04 cd /usr/src/
  18. 18 2023-08-14 04:01:38 wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
  19. 19 2023-08-14 04:02:26 tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
  20. 20 2023-08-14 04:03:07 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  21. 21 2023-08-14 04:03:18 cd asterisk-20.4.0/
  22. 22 2023-08-14 04:03:20 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  23. 23 2023-08-14 04:04:05 zypper install -t pattern devel_basis
  24. 24 2023-08-14 04:05:00 zypper install zypper install -t pattern devel_basis
  25. 25 2023-08-14 04:05:03 zypper install -t pattern devel_basis
  26. 26 2023-08-14 04:05:18 zypper install -y libedit-devel
  27. 27 2023-08-14 04:05:26 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  28. 28 2023-08-14 04:06:23 zypper install -y libxml2-devel readline-devel readline-doc xz-devel
  29. 29 2023-08-14 04:06:30 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  30.  
  31.  
  32.  
  33.  
  34.  
  35. login as: root
  36. Keyboard-interactive authentication prompts from server:
  37. | Password:
  38. End of keyboard-interactive prompts from server
  39. ┌────────────────────────────────────────────────────────────────────┐
  40. │ • MobaXterm 20.2 • │
  41. │ (SSH client, X-server and networking tools) │
  42. │ │
  43. │ ➤ SSH session to [email protected]
  44. │ • SSH compression : ✔ │
  45. │ • SSH-browser : ✔ │
  46. │ • X11-forwarding : ✘ (disabled or not supported by server) │
  47. │ • DISPLAY : 10.20.7.70:0.0 │
  48. │ │
  49. │ ➤ For more info, ctrl+click on help or visit our website │
  50. └────────────────────────────────────────────────────────────────────┘
  51.  
  52. Last login: Fri Aug 11 03:04:19 2023
  53. Thank you for installing ViciBox Server v.11.0!
  54.  
  55. This software is available for free download at http://www.vicibox.com.
  56. If you paid for this software you have been ripped off. Please report any
  57. fraud or abuses of this software to [email protected]. Please report any
  58. bugs on the forum at http://www.vicidial.org/VICIDIALforum/
  59.  
  60. To configure the network settings type :
  61. yast lan
  62.  
  63. To change the server IP in the database type :
  64. /usr/share/astguiclient/ADMIN_update_server_ip.pl
  65.  
  66. Official paid-for ViciDial support is available at :
  67. http://www.vicidial.com
  68.  
  69. Free community-based ViciDial Support is available at :
  70. http://www.vicidial.org/VICIDIALforum
  71.  
  72. The ViciBox manual is available at :
  73. https://docs.vicibox.com/
  74.  
  75.  
  76. - ViciBox v.11.0.1 230806
  77.  
  78. vicibox11:~ # asterisk -rvvvvvvvvvvvvv
  79. Unable to connect to remote asterisk (does /run/asterisk/asterisk.ctl exist?)
  80. vicibox11:~ # systemctl status asterisk
  81. ○ asterisk.service - Asterisk PBX
  82. Loaded: loaded (/usr/lib/systemd/system/asterisk.service; disabled; vendor preset: disabled)
  83. Active: inactive (dead)
  84. vicibox11:~ #
  85. vicibox11:~ #
  86. vicibox11:~ # systemctl start asterisk
  87. vicibox11:~ # systemctl status asterisk
  88. ● asterisk.service - Asterisk PBX
  89. Loaded: loaded (/usr/lib/systemd/system/asterisk.service; disabled; vendor preset: disabled)
  90. Active: active (running) since Fri 2023-08-11 04:35:57 UTC; 1s ago
  91. Main PID: 4906 (asterisk)
  92. Tasks: 19 (limit: 993)
  93. CGroup: /system.slice/asterisk.service
  94. └─ 4906 /usr/sbin/asterisk -fn
  95.  
  96. Aug 11 04:35:57 vicibox11 systemd[1]: Started Asterisk PBX.
  97. Aug 11 04:35:57 vicibox11 asterisk[4906]: PBX UUID: bfd88c50-6bd3-4980-bc6b-2156eb8aecf6
  98. 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.
  99. vicibox11:~ #
  100. vicibox11:~ #
  101. vicibox11:~ # asterisk -rvvvvvvvvvvvvv
  102. Asterisk 16.30.0-vici, Copyright (C) 1999 - 2021, Sangoma Technologies Corporation and others.
  103. Created by Mark Spencer <[email protected]>
  104. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  105. This is free software, with components licensed under the GNU General Public
  106. License version 2 and other licenses; you are welcome to redistribute it under
  107. certain conditions. Type 'core show license' for details.
  108. =========================================================================
  109. Connected to Asterisk 16.30.0-vici currently running on vicibox11 (pid = 4906)
  110. vicibox11*CLI> sip
  111. notify prune qualify reload set show unregister
  112. vicibox11*CLI> sip
  113. notify prune qualify reload set show unregister
  114. vicibox11*CLI> sip
  115. notify prune qualify reload set show unregister
  116. vicibox11*CLI> sip
  117. notify prune qualify reload set show unregister
  118. vicibox11*CLI> sip
  119. notify prune qualify reload set show unregister
  120. vicibox11*CLI> sip
  121. notify prune qualify reload set show unregister
  122. vicibox11*CLI> sip
  123. notify prune qualify reload set show unregister
  124. vicibox11*CLI> sip
  125. notify prune qualify reload set show unregister
  126. vicibox11*CLI> sip
  127. notify prune qualify reload set show unregister
  128. vicibox11*CLI>
  129. Disconnected from Asterisk server
  130. Asterisk cleanly ending (0).
  131. Executing last minute cleanups
  132. vicibox11:~ # mc
  133. If 'mc' is not a typo you can use command-not-found to lookup the package that contains it, like this:
  134. cnf mc
  135. vicibox11:~ # apt
  136. If 'apt' is not a typo you can use command-not-found to lookup the package that contains it, like this:
  137. cnf apt
  138. vicibox11:~ # yum
  139. If 'yum' is not a typo you can use command-not-found to lookup the package that contains it, like this:
  140. cnf yum
  141. vicibox11:~ # dnf
  142. If 'dnf' is not a typo you can use command-not-found to lookup the package that contains it, like this:
  143. cnf dnf
  144. vicibox11:~ # cnf
  145. vicibox11:~ #
  146. vicibox11:~ # cnf install mc
  147. install: searching ... Traceback (most recent call last):
  148. File "/usr/bin/cnf", line 136, in <module>
  149. main()
  150. File "/usr/bin/cnf", line 118, in main
  151. rows = module.query_repo(repo, term)
  152. File "/usr/lib/python3.6/site-packages/scout/bin.py", line 128, in query_repo
  153. 'WHERE binary=?', term)
  154. File "/usr/lib/python3.6/site-packages/scout/__init__.py", line 522, in query
  155. self.execute(query, *args, **kwargs)
  156. File "/usr/lib/python3.6/site-packages/scout/__init__.py", line 484, in execute
  157. self.cursor.execute(query, args)
  158. sqlite3.OperationalError: no such table: binary
  159. vicibox11:~ #
  160. vicibox11:~ # zypper install mc
  161.  
  162. Retrieving repository 'openSUSE-Leap-15.5-Non-OSS' metadata ..................................................................................................................................[done]
  163. Building repository 'openSUSE-Leap-15.5-Non-OSS' cache .......................................................................................................................................[done]
  164. Retrieving repository 'openSUSE-Leap-15.5-Non-OSS-Updates' metadata ..........................................................................................................................[done]
  165. Building repository 'openSUSE-Leap-15.5-Non-OSS-Updates' cache ...............................................................................................................................[done]
  166. Retrieving repository 'openSUSE-Leap-15.5-OSS' metadata ......................................................................................................................................[done]
  167. Building repository 'openSUSE-Leap-15.5-OSS' cache ...........................................................................................................................................[done]
  168. Retrieving repository 'openSUSE-Leap-15.5-OSS-Updates' metadata ..............................................................................................................................[done]
  169. Building repository 'openSUSE-Leap-15.5-OSS-Updates' cache ...................................................................................................................................[done]
  170. Retrieving repository 'openSUSE-Leap-15.5-PERL' metadata .....................................................................................................................................[done]
  171. Building repository 'openSUSE-Leap-15.5-PERL' cache ..........................................................................................................................................[done]
  172. Retrieving repository 'openSUSE-Leap-15.5-ViciDial' metadata .................................................................................................................................[done]
  173. Building repository 'openSUSE-Leap-15.5-ViciDial' cache ......................................................................................................................................[done]
  174. Retrieving repository 'openSUSE-Leap-15.5-ViciDial-Ast16' metadata ...........................................................................................................................[done]
  175. Building repository 'openSUSE-Leap-15.5-ViciDial-Ast16' cache ................................................................................................................................[done]
  176. Retrieving repository 'openSUSE-Leap-15.5-ViciDial-ViciBox' metadata .........................................................................................................................[done]
  177. Building repository 'openSUSE-Leap-15.5-ViciDial-ViciBox' cache ..............................................................................................................................[done]
  178. Retrieving repository 'openSUSE-SLE-15.5-Backports' metadata .................................................................................................................................[done]
  179. Building repository 'openSUSE-SLE-15.5-Backports' cache ......................................................................................................................................[done]
  180. Retrieving repository 'openSUSE-SLE-15.5-Updates' metadata ...................................................................................................................................[done]
  181. Building repository 'openSUSE-SLE-15.5-Updates' cache ........................................................................................................................................[done]
  182. Loading repository data...
  183. Reading installed packages...
  184. Resolving package dependencies...
  185.  
  186. The following 2 recommended packages were automatically selected:
  187. mc-lang xorriso
  188.  
  189. The following 15 NEW packages are going to be installed:
  190. git-gui gitk libXmuu1 libXss1 libburn4 libisoburn1 libisofs6 libjte1 mc mc-lang sqlite3-tcl tcl tk xhost xorriso
  191.  
  192. 15 new packages to install.
  193. Overall download size: 7.4 MiB. Already cached: 0 B. After the operation, additional 23.0 MiB will be used.
  194. Continue? [y/n/v/...? shows all options] (y): y
  195. Retrieving: libXmuu1-1.1.2-1.30.x86_64 (openSUSE-Leap-15.5-OSS) (1/15), 14.4 KiB
  196. Retrieving: libXmuu1-1.1.2-1.30.x86_64.rpm ......................................................................................................................................[done (12.5 KiB/s)]
  197. Retrieving: libXss1-1.2.2-3.4.x86_64 (openSUSE-Leap-15.5-OSS) (2/15), 12.5 KiB
  198. Retrieving: libXss1-1.2.2-3.4.x86_64.rpm .....................................................................................................................................................[done]
  199. Retrieving: libburn4-1.4.6-1.27.x86_64 (openSUSE-Leap-15.5-OSS) (3/15), 156.0 KiB
  200. Retrieving: libburn4-1.4.6-1.27.x86_64.rpm .....................................................................................................................................[done (521.5 KiB/s)]
  201. Retrieving: libjte1-1.20-1.26.x86_64 (openSUSE-Leap-15.5-OSS) (4/15), 29.5 KiB
  202. Retrieving: libjte1-1.20-1.26.x86_64.rpm ........................................................................................................................................[done (18.8 KiB/s)]
  203. Retrieving: sqlite3-tcl-3.39.3-150000.3.20.1.x86_64 (openSUSE-Leap-15.5-OSS) (5/15), 87.6 KiB
  204. Retrieving: sqlite3-tcl-3.39.3-150000.3.20.1.x86_64.rpm .........................................................................................................................[done (40.6 KiB/s)]
  205. Retrieving: xhost-1.0.7-1.29.x86_64 (openSUSE-Leap-15.5-OSS) (6/15), 29.0 KiB
  206. Retrieving: xhost-1.0.7-1.29.x86_64.rpm ......................................................................................................................................................[done]
  207. Retrieving: libisofs6-1.4.6-1.29.x86_64 (openSUSE-Leap-15.5-OSS) (7/15), 211.2 KiB
  208. Retrieving: libisofs6-1.4.6-1.29.x86_64.rpm ....................................................................................................................................[done (327.8 KiB/s)]
  209. Retrieving: tcl-8.6.12-150300.14.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (8/15), 2.3 MiB
  210. Retrieving: tcl-8.6.12-150300.14.9.1.x86_64.rpm ..................................................................................................................................[done (2.6 MiB/s)]
  211. Retrieving: libisoburn1-1.4.6-1.29.x86_64 (openSUSE-Leap-15.5-OSS) (9/15), 378.7 KiB
  212. Retrieving: libisoburn1-1.4.6-1.29.x86_64.rpm ...................................................................................................................................[done (77.1 KiB/s)]
  213. Retrieving: tk-8.6.12-150300.10.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (10/15), 1.7 MiB
  214. Retrieving: tk-8.6.12-150300.10.3.1.x86_64.rpm ...................................................................................................................................[done (3.4 MiB/s)]
  215. Retrieving: xorriso-1.4.6-1.29.x86_64 (openSUSE-Leap-15.5-OSS) (11/15), 353.2 KiB
  216. Retrieving: xorriso-1.4.6-1.29.x86_64.rpm ........................................................................................................................................[done (2.9 MiB/s)]
  217. Retrieving: gitk-2.35.3-150300.10.27.1.x86_64 (openSUSE-Leap-15.5-OSS) (12/15), 232.3 KiB
  218. Retrieving: gitk-2.35.3-150300.10.27.1.x86_64.rpm ................................................................................................................................[done (1.3 MiB/s)]
  219. Retrieving: git-gui-2.35.3-150300.10.27.1.x86_64 (openSUSE-Leap-15.5-OSS) (13/15), 298.6 KiB
  220. Retrieving: git-gui-2.35.3-150300.10.27.1.x86_64.rpm ...........................................................................................................................[done (817.7 KiB/s)]
  221. Retrieving: mc-4.8.27-bp155.2.13.x86_64 (openSUSE-Leap-15.5-OSS) (14/15), 816.9 KiB
  222. Retrieving: mc-4.8.27-bp155.2.13.x86_64.rpm ......................................................................................................................................[done (2.5 MiB/s)]
  223. Retrieving: mc-lang-4.8.27-bp155.2.13.noarch (openSUSE-Leap-15.5-OSS) (15/15), 893.2 KiB
  224. Retrieving: mc-lang-4.8.27-bp155.2.13.noarch.rpm .................................................................................................................................[done (2.8 MiB/s)]
  225.  
  226. Checking for file conflicts: .................................................................................................................................................................[done]
  227. ( 1/15) Installing: libXmuu1-1.1.2-1.30.x86_64 ...............................................................................................................................................[done]
  228. ( 2/15) Installing: libXss1-1.2.2-3.4.x86_64 .................................................................................................................................................[done]
  229. ( 3/15) Installing: libburn4-1.4.6-1.27.x86_64 ...............................................................................................................................................[done]
  230. ( 4/15) Installing: libjte1-1.20-1.26.x86_64 .................................................................................................................................................[done]
  231. ( 5/15) Installing: sqlite3-tcl-3.39.3-150000.3.20.1.x86_64 ..................................................................................................................................[done]
  232. ( 6/15) Installing: xhost-1.0.7-1.29.x86_64 ..................................................................................................................................................[done]
  233. ( 7/15) Installing: libisofs6-1.4.6-1.29.x86_64 ..............................................................................................................................................[done]
  234. ( 8/15) Installing: tcl-8.6.12-150300.14.9.1.x86_64 ..........................................................................................................................................[done]
  235. ( 9/15) Installing: libisoburn1-1.4.6-1.29.x86_64 ............................................................................................................................................[done]
  236. (10/15) Installing: tk-8.6.12-150300.10.3.1.x86_64 ...........................................................................................................................................[done]
  237. (11/15) Installing: xorriso-1.4.6-1.29.x86_64 ................................................................................................................................................[done]
  238. (12/15) Installing: gitk-2.35.3-150300.10.27.1.x86_64 ........................................................................................................................................[done]
  239. (13/15) Installing: git-gui-2.35.3-150300.10.27.1.x86_64 .....................................................................................................................................[done]
  240. setting /usr/lib/mc/cons.saver to root:root 4755. (wrong permissions 0755)
  241. (14/15) Installing: mc-4.8.27-bp155.2.13.x86_64 ..............................................................................................................................................[done]
  242. (15/15) Installing: mc-lang-4.8.27-bp155.2.13.noarch .........................................................................................................................................[done]
  243. vicibox11:~ #
  244. vicibox11:~ #
  245. vicibox11:~ #
  246. vicibox11:~ #
  247. vicibox11:~ # mc
  248.  
  249. vicibox11:/usr/src # git clone https://github.com/asterisk/asterisk
  250. Cloning into 'asterisk'...
  251. remote: Enumerating objects: 365433, done.
  252. remote: Counting objects: 100% (2637/2637), done.
  253. remote: Compressing objects: 100% (972/972), done.
  254. remote: Total 365433 (delta 1855), reused 2303 (delta 1631), pack-reused 362796
  255. Receiving objects: 100% (365433/365433), 340.62 MiB | 1.26 MiB/s, done.
  256. Resolving deltas: 100% (273204/273204), done.
  257. vicibox11:/usr/src # wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
  258. --2023-08-11 04:48:18-- https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
  259. Resolving downloads.asterisk.org (downloads.asterisk.org)... 165.22.184.19, 2604:a880:400:d0::14:9001
  260. Connecting to downloads.asterisk.org (downloads.asterisk.org)|165.22.184.19|:443... connected.
  261. HTTP request sent, awaiting response... 500 Internal Server Error
  262. 2023-08-11 04:48:19 ERROR 500: Internal Server Error.
  263.  
  264. vicibox11:/usr/src # wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
  265. --2023-08-11 04:49:41-- http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
  266. Resolving downloads.asterisk.org (downloads.asterisk.org)... 165.22.184.19, 2604:a880:400:d0::14:9001
  267. Connecting to downloads.asterisk.org (downloads.asterisk.org)|165.22.184.19|:80... connected.
  268. HTTP request sent, awaiting response... 200 OK
  269. Length: 28187580 (27M) [application/octet-stream]
  270. Saving to: ‘asterisk-20-current.tar.gz’
  271.  
  272. asterisk-20-current.tar.gz 100%[==========================================================================================================>] 26.88M 1.41MB/s in 29s
  273.  
  274. 2023-08-11 04:50:10 (954 KB/s) - ‘asterisk-20-current.tar.gz’ saved [28187580/28187580]
  275.  
  276. vicibox11:/usr/src # tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
  277. asterisk-20.4.0/
  278. asterisk-20.4.0/.cleancount
  279. asterisk-20.4.0/.gitignore
  280. asterisk-20.4.0/.lastclean
  281. asterisk-20.4.0/.version
  282. asterisk-20.4.0/BSDmakefile
  283. asterisk-20.4.0/BUGS
  284. asterisk-20.4.0/CHANGES.md
  285. asterisk-20.4.0/COPYING
  286. asterisk-20.4.0/CREDITS
  287. asterisk-20.4.0/ChangeLogs/
  288. asterisk-20.4.0/ChangeLogs/ChangeLog-20.3.0.md
  289. asterisk-20.4.0/ChangeLogs/ChangeLog-20.3.1.md
  290. asterisk-20.4.0/ChangeLogs/ChangeLog-20.4.0.md
  291. asterisk-20.4.0/ChangeLogs/historical/
  292. asterisk-20.4.0/ChangeLogs/historical/CHANGES
  293. asterisk-20.4.0/ChangeLogs/historical/ChangeLog
  294. asterisk-20.4.0/LICENSE
  295. asterisk-20.4.0/Makefile
  296. asterisk-20.4.0/Makefile.moddir_rules
  297. asterisk-20.4.0/Makefile.rules
  298. asterisk-20.4.0/README-SERIOUSLY.bestpractices.md
  299. asterisk-20.4.0/README-addons.txt
  300. asterisk-20.4.0/README.md
  301. asterisk-20.4.0/SECURITY.md
  302. asterisk-20.4.0/UPGRADE.txt
  303. asterisk-20.4.0/Zaptel-to-DAHDI.txt
  304. asterisk-20.4.0/addons/
  305. asterisk-20.4.0/addons/.gitignore
  306. asterisk-20.4.0/addons/Makefile
  307. asterisk-20.4.0/addons/chan_mobile.c
  308. asterisk-20.4.0/addons/chan_ooh323.c
  309. asterisk-20.4.0/addons/chan_ooh323.h
  310. asterisk-20.4.0/addons/format_mp3.c
  311. asterisk-20.4.0/addons/ooh323c/
  312. asterisk-20.4.0/addons/ooh323c/COPYING
  313. asterisk-20.4.0/addons/ooh323c/README
  314. asterisk-20.4.0/addons/ooh323c/src/
  315. asterisk-20.4.0/addons/ooh323c/src/Makefile.in
  316. asterisk-20.4.0/addons/ooh323c/src/context.c
  317. asterisk-20.4.0/addons/ooh323c/src/decode.c
  318. asterisk-20.4.0/addons/ooh323c/src/dlist.c
  319. asterisk-20.4.0/addons/ooh323c/src/dlist.h
  320. asterisk-20.4.0/addons/ooh323c/src/encode.c
  321. asterisk-20.4.0/addons/ooh323c/src/errmgmt.c
  322. asterisk-20.4.0/addons/ooh323c/src/eventHandler.c
  323. asterisk-20.4.0/addons/ooh323c/src/eventHandler.h
  324. asterisk-20.4.0/addons/ooh323c/src/h323/
  325. asterisk-20.4.0/addons/ooh323c/src/h323/H235-SECURITY-MESSAGES.h
  326. asterisk-20.4.0/addons/ooh323c/src/h323/H235-SECURITY-MESSAGESDec.c
  327. asterisk-20.4.0/addons/ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.c
  328. asterisk-20.4.0/addons/ooh323c/src/h323/H323-MESSAGES.c
  329. asterisk-20.4.0/addons/ooh323c/src/h323/H323-MESSAGES.h
  330. asterisk-20.4.0/addons/ooh323c/src/h323/H323-MESSAGESDec.c
  331. asterisk-20.4.0/addons/ooh323c/src/h323/H323-MESSAGESEnc.c
  332. asterisk-20.4.0/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.c
  333. asterisk-20.4.0/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.h
  334. asterisk-20.4.0/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.c
  335. asterisk-20.4.0/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.c
  336. asterisk-20.4.0/addons/ooh323c/src/memheap.c
  337. asterisk-20.4.0/addons/ooh323c/src/memheap.h
  338. asterisk-20.4.0/addons/ooh323c/src/ooCalls.c
  339. asterisk-20.4.0/addons/ooh323c/src/ooCalls.h
  340. asterisk-20.4.0/addons/ooh323c/src/ooCapability.c
  341. asterisk-20.4.0/addons/ooh323c/src/ooCapability.h
  342. asterisk-20.4.0/addons/ooh323c/src/ooCmdChannel.c
  343. asterisk-20.4.0/addons/ooh323c/src/ooCmdChannel.h
  344. asterisk-20.4.0/addons/ooh323c/src/ooCommon.h
  345. asterisk-20.4.0/addons/ooh323c/src/ooDateTime.c
  346. asterisk-20.4.0/addons/ooh323c/src/ooDateTime.h
  347. asterisk-20.4.0/addons/ooh323c/src/ooGkClient.c
  348. asterisk-20.4.0/addons/ooh323c/src/ooGkClient.h
  349. asterisk-20.4.0/addons/ooh323c/src/ooLogChan.c
  350. asterisk-20.4.0/addons/ooh323c/src/ooLogChan.h
  351. asterisk-20.4.0/addons/ooh323c/src/ooSocket.c
  352. asterisk-20.4.0/addons/ooh323c/src/ooSocket.h
  353. asterisk-20.4.0/addons/ooh323c/src/ooStackCmds.c
  354. asterisk-20.4.0/addons/ooh323c/src/ooStackCmds.h
  355. asterisk-20.4.0/addons/ooh323c/src/ooTimer.c
  356. asterisk-20.4.0/addons/ooh323c/src/ooTimer.h
  357. asterisk-20.4.0/addons/ooh323c/src/ooUtils.c
  358. asterisk-20.4.0/addons/ooh323c/src/ooUtils.h
  359. asterisk-20.4.0/addons/ooh323c/src/ooasn1.h
  360. asterisk-20.4.0/addons/ooh323c/src/oochannels.c
  361. asterisk-20.4.0/addons/ooh323c/src/oochannels.h
  362. asterisk-20.4.0/addons/ooh323c/src/ooh245.c
  363. asterisk-20.4.0/addons/ooh323c/src/ooh245.h
  364. asterisk-20.4.0/addons/ooh323c/src/ooh323.c
  365. asterisk-20.4.0/addons/ooh323c/src/ooh323.h
  366. asterisk-20.4.0/addons/ooh323c/src/ooh323ep.c
  367. asterisk-20.4.0/addons/ooh323c/src/ooh323ep.h
  368. asterisk-20.4.0/addons/ooh323c/src/oohdr.h
  369. asterisk-20.4.0/addons/ooh323c/src/ooper.h
  370. asterisk-20.4.0/addons/ooh323c/src/ooports.c
  371. asterisk-20.4.0/addons/ooh323c/src/ooports.h
  372. asterisk-20.4.0/addons/ooh323c/src/ooq931.c
  373. asterisk-20.4.0/addons/ooh323c/src/ooq931.h
  374. asterisk-20.4.0/addons/ooh323c/src/ootrace.c
  375. asterisk-20.4.0/addons/ooh323c/src/ootrace.h
  376. asterisk-20.4.0/addons/ooh323c/src/ootypes.h
  377. asterisk-20.4.0/addons/ooh323c/src/perutil.c
  378. asterisk-20.4.0/addons/ooh323c/src/printHandler.c
  379. asterisk-20.4.0/addons/ooh323c/src/printHandler.h
  380. asterisk-20.4.0/addons/ooh323c/src/rtctype.c
  381. asterisk-20.4.0/addons/ooh323c/src/rtctype.h
  382. asterisk-20.4.0/addons/ooh323cDriver.c
  383. asterisk-20.4.0/addons/ooh323cDriver.h
  384. asterisk-20.4.0/addons/res_config_mysql.c
  385. asterisk-20.4.0/agi/
  386. asterisk-20.4.0/agi/.gitignore
  387. asterisk-20.4.0/agi/DialAnMp3.agi
  388. asterisk-20.4.0/agi/Makefile
  389. asterisk-20.4.0/agi/agi-test.agi
  390. asterisk-20.4.0/agi/agi.xml
  391. asterisk-20.4.0/agi/eagi-sphinx-test.c
  392. asterisk-20.4.0/agi/eagi-test.c
  393. asterisk-20.4.0/agi/fastagi-test
  394. asterisk-20.4.0/agi/jukebox.agi
  395. asterisk-20.4.0/agi/numeralize
  396. asterisk-20.4.0/apps/
  397. asterisk-20.4.0/apps/Makefile
  398. asterisk-20.4.0/apps/app_adsiprog.c
  399. asterisk-20.4.0/apps/app_agent_pool.c
  400. asterisk-20.4.0/apps/app_alarmreceiver.c
  401. asterisk-20.4.0/apps/app_amd.c
  402. asterisk-20.4.0/apps/app_attended_transfer.c
  403. asterisk-20.4.0/apps/app_audiosocket.c
  404. asterisk-20.4.0/apps/app_authenticate.c
  405. asterisk-20.4.0/apps/app_blind_transfer.c
  406. asterisk-20.4.0/apps/app_bridgeaddchan.c
  407. asterisk-20.4.0/apps/app_bridgewait.c
  408. asterisk-20.4.0/apps/app_broadcast.c
  409. asterisk-20.4.0/apps/app_cdr.c
  410. asterisk-20.4.0/apps/app_celgenuserevent.c
  411. asterisk-20.4.0/apps/app_chanisavail.c
  412. asterisk-20.4.0/apps/app_channelredirect.c
  413. asterisk-20.4.0/apps/app_chanspy.c
  414. asterisk-20.4.0/apps/app_confbridge.c
  415. asterisk-20.4.0/apps/app_controlplayback.c
  416. asterisk-20.4.0/apps/app_db.c
  417. asterisk-20.4.0/apps/app_dial.c
  418. asterisk-20.4.0/apps/app_dictate.c
  419. asterisk-20.4.0/apps/app_directed_pickup.c
  420. asterisk-20.4.0/apps/app_directory.c
  421. asterisk-20.4.0/apps/app_disa.c
  422. asterisk-20.4.0/apps/app_dtmfstore.c
  423. asterisk-20.4.0/apps/app_dumpchan.c
  424. asterisk-20.4.0/apps/app_echo.c
  425. asterisk-20.4.0/apps/app_exec.c
  426. asterisk-20.4.0/apps/app_externalivr.c
  427. asterisk-20.4.0/apps/app_festival.c
  428. asterisk-20.4.0/apps/app_flash.c
  429. asterisk-20.4.0/apps/app_followme.c
  430. asterisk-20.4.0/apps/app_forkcdr.c
  431. asterisk-20.4.0/apps/app_getcpeid.c
  432. asterisk-20.4.0/apps/app_if.c
  433. asterisk-20.4.0/apps/app_ivrdemo.c
  434. asterisk-20.4.0/apps/app_jack.c
  435. asterisk-20.4.0/apps/app_macro.c
  436. asterisk-20.4.0/apps/app_meetme.c
  437. asterisk-20.4.0/apps/app_mf.c
  438. asterisk-20.4.0/apps/app_milliwatt.c
  439. asterisk-20.4.0/apps/app_minivm.c
  440. asterisk-20.4.0/apps/app_mixmonitor.c
  441. asterisk-20.4.0/apps/app_morsecode.c
  442. asterisk-20.4.0/apps/app_mp3.c
  443. asterisk-20.4.0/apps/app_originate.c
  444. asterisk-20.4.0/apps/app_osplookup.c
  445. asterisk-20.4.0/apps/app_page.c
  446. asterisk-20.4.0/apps/app_playback.c
  447. asterisk-20.4.0/apps/app_playtones.c
  448. asterisk-20.4.0/apps/app_privacy.c
  449. asterisk-20.4.0/apps/app_queue.c
  450. asterisk-20.4.0/apps/app_read.c
  451. asterisk-20.4.0/apps/app_readexten.c
  452. asterisk-20.4.0/apps/app_record.c
  453. asterisk-20.4.0/apps/app_reload.c
  454. asterisk-20.4.0/apps/app_saycounted.c
  455. asterisk-20.4.0/apps/app_sayunixtime.c
  456. asterisk-20.4.0/apps/app_senddtmf.c
  457. asterisk-20.4.0/apps/app_sendtext.c
  458. asterisk-20.4.0/apps/app_sf.c
  459. asterisk-20.4.0/apps/app_signal.c
  460. asterisk-20.4.0/apps/app_skel.c
  461. asterisk-20.4.0/apps/app_sms.c
  462. asterisk-20.4.0/apps/app_softhangup.c
  463. asterisk-20.4.0/apps/app_speech_utils.c
  464. asterisk-20.4.0/apps/app_stack.c
  465. asterisk-20.4.0/apps/app_stasis.c
  466. asterisk-20.4.0/apps/app_statsd.c
  467. asterisk-20.4.0/apps/app_stream_echo.c
  468. asterisk-20.4.0/apps/app_system.c
  469. asterisk-20.4.0/apps/app_talkdetect.c
  470. asterisk-20.4.0/apps/app_test.c
  471. asterisk-20.4.0/apps/app_transfer.c
  472. asterisk-20.4.0/apps/app_userevent.c
  473. asterisk-20.4.0/apps/app_verbose.c
  474. asterisk-20.4.0/apps/app_voicemail.c
  475. asterisk-20.4.0/apps/app_voicemail.exports.in
  476. asterisk-20.4.0/apps/app_voicemail_imap.c
  477. asterisk-20.4.0/apps/app_voicemail_imap.exports.in
  478. asterisk-20.4.0/apps/app_voicemail_odbc.c
  479. asterisk-20.4.0/apps/app_voicemail_odbc.exports.in
  480. asterisk-20.4.0/apps/app_waitforcond.c
  481. asterisk-20.4.0/apps/app_waitforring.c
  482. asterisk-20.4.0/apps/app_waitforsilence.c
  483. asterisk-20.4.0/apps/app_waituntil.c
  484. asterisk-20.4.0/apps/app_while.c
  485. asterisk-20.4.0/apps/app_zapateller.c
  486. asterisk-20.4.0/apps/confbridge/
  487. asterisk-20.4.0/apps/confbridge/conf_chan_announce.c
  488. asterisk-20.4.0/apps/confbridge/conf_chan_record.c
  489. asterisk-20.4.0/apps/confbridge/conf_config_parser.c
  490. asterisk-20.4.0/apps/confbridge/conf_state.c
  491. asterisk-20.4.0/apps/confbridge/conf_state_empty.c
  492. asterisk-20.4.0/apps/confbridge/conf_state_inactive.c
  493. asterisk-20.4.0/apps/confbridge/conf_state_multi.c
  494. asterisk-20.4.0/apps/confbridge/conf_state_multi_marked.c
  495. asterisk-20.4.0/apps/confbridge/conf_state_single.c
  496. asterisk-20.4.0/apps/confbridge/conf_state_single_marked.c
  497. asterisk-20.4.0/apps/confbridge/confbridge_manager.c
  498. asterisk-20.4.0/apps/confbridge/include/
  499. asterisk-20.4.0/apps/confbridge/include/conf_state.h
  500. asterisk-20.4.0/apps/confbridge/include/confbridge.h
  501. asterisk-20.4.0/apps/enter.h
  502. asterisk-20.4.0/apps/leave.h
  503. asterisk-20.4.0/autoconf/
  504. asterisk-20.4.0/autoconf/ast_c_compile_check.m4
  505. asterisk-20.4.0/autoconf/ast_c_declare_check.m4
  506. asterisk-20.4.0/autoconf/ast_c_define_check.m4
  507. asterisk-20.4.0/autoconf/ast_check_gnu_make.m4
  508. asterisk-20.4.0/autoconf/ast_check_mandatory.m4
  509. asterisk-20.4.0/autoconf/ast_check_osptk.m4
  510. asterisk-20.4.0/autoconf/ast_check_raii.m4
  511. asterisk-20.4.0/autoconf/ast_check_strsep_array_bounds.m4
  512. asterisk-20.4.0/autoconf/ast_ext_lib.m4
  513. asterisk-20.4.0/autoconf/ast_ext_tool_check.m4
  514. asterisk-20.4.0/autoconf/ast_func_fork.m4
  515. asterisk-20.4.0/autoconf/ast_gcc_attribute.m4
  516. asterisk-20.4.0/autoconf/ast_pkgconfig.m4
  517. asterisk-20.4.0/autoconf/ast_prog_egrep.m4
  518. asterisk-20.4.0/autoconf/ast_prog_ld.m4
  519. asterisk-20.4.0/autoconf/ast_prog_ld_gnu.m4
  520. asterisk-20.4.0/autoconf/ast_prog_sed.m4
  521. asterisk-20.4.0/autoconf/ax_pthread.m4
  522. asterisk-20.4.0/autoconf/libcurl.m4
  523. asterisk-20.4.0/bootstrap.sh
  524. asterisk-20.4.0/bridges/
  525. asterisk-20.4.0/bridges/Makefile
  526. asterisk-20.4.0/bridges/bridge_builtin_features.c
  527. asterisk-20.4.0/bridges/bridge_builtin_interval_features.c
  528. asterisk-20.4.0/bridges/bridge_holding.c
  529. asterisk-20.4.0/bridges/bridge_native_rtp.c
  530. asterisk-20.4.0/bridges/bridge_simple.c
  531. asterisk-20.4.0/bridges/bridge_softmix.c
  532. asterisk-20.4.0/bridges/bridge_softmix/
  533. asterisk-20.4.0/bridges/bridge_softmix/bridge_softmix_binaural.c
  534. asterisk-20.4.0/bridges/bridge_softmix/include/
  535. asterisk-20.4.0/bridges/bridge_softmix/include/bridge_softmix_internal.h
  536. asterisk-20.4.0/bridges/bridge_softmix/include/hrirs.h
  537. asterisk-20.4.0/bridges/bridge_softmix/include/hrirs_configuration.h
  538. asterisk-20.4.0/bridges/bridges.xml
  539. asterisk-20.4.0/build_tools/
  540. asterisk-20.4.0/build_tools/.gitignore
  541. asterisk-20.4.0/build_tools/cflags-devmode.xml
  542. asterisk-20.4.0/build_tools/cflags.xml
  543. asterisk-20.4.0/build_tools/download_externals
  544. asterisk-20.4.0/build_tools/find_missing_support_level
  545. asterisk-20.4.0/build_tools/get_documentation
  546. asterisk-20.4.0/build_tools/get_documentation.py
  547. asterisk-20.4.0/build_tools/get_makeopts
  548. asterisk-20.4.0/build_tools/get_moduleinfo
  549. asterisk-20.4.0/build_tools/install_subst
  550. asterisk-20.4.0/build_tools/list_valid_installed_externals
  551. asterisk-20.4.0/build_tools/make_build_h
  552. asterisk-20.4.0/build_tools/make_buildopts_h
  553. asterisk-20.4.0/build_tools/make_check_alembic
  554. asterisk-20.4.0/build_tools/make_defaults_h
  555. asterisk-20.4.0/build_tools/make_linker_eo_script
  556. asterisk-20.4.0/build_tools/make_linker_version_script
  557. asterisk-20.4.0/build_tools/make_sample_voicemail
  558. asterisk-20.4.0/build_tools/make_version
  559. asterisk-20.4.0/build_tools/make_version_c
  560. asterisk-20.4.0/build_tools/make_xml_documentation
  561. asterisk-20.4.0/build_tools/menuselect-deps.in
  562. asterisk-20.4.0/build_tools/mkpkgconfig
  563. asterisk-20.4.0/build_tools/post_process_documentation.py
  564. asterisk-20.4.0/build_tools/prep_tarball
  565. asterisk-20.4.0/build_tools/sha1sum-sh
  566. asterisk-20.4.0/cdr/
  567. asterisk-20.4.0/cdr/Makefile
  568. asterisk-20.4.0/cdr/cdr_adaptive_odbc.c
  569. asterisk-20.4.0/cdr/cdr_beanstalkd.c
  570. asterisk-20.4.0/cdr/cdr_csv.c
  571. asterisk-20.4.0/cdr/cdr_custom.c
  572. asterisk-20.4.0/cdr/cdr_manager.c
  573. asterisk-20.4.0/cdr/cdr_odbc.c
  574. asterisk-20.4.0/cdr/cdr_pgsql.c
  575. asterisk-20.4.0/cdr/cdr_radius.c
  576. asterisk-20.4.0/cdr/cdr_sqlite3_custom.c
  577. asterisk-20.4.0/cdr/cdr_tds.c
  578. asterisk-20.4.0/cel/
  579. asterisk-20.4.0/cel/Makefile
  580. asterisk-20.4.0/cel/cel_beanstalkd.c
  581. asterisk-20.4.0/cel/cel_custom.c
  582. asterisk-20.4.0/cel/cel_manager.c
  583. asterisk-20.4.0/cel/cel_odbc.c
  584. asterisk-20.4.0/cel/cel_pgsql.c
  585. asterisk-20.4.0/cel/cel_radius.c
  586. asterisk-20.4.0/cel/cel_sqlite3_custom.c
  587. asterisk-20.4.0/cel/cel_tds.c
  588. asterisk-20.4.0/channels/
  589. asterisk-20.4.0/channels/Makefile
  590. asterisk-20.4.0/channels/chan_alsa.c
  591. asterisk-20.4.0/channels/chan_audiosocket.c
  592. asterisk-20.4.0/channels/chan_bridge_media.c
  593. asterisk-20.4.0/channels/chan_console.c
  594. asterisk-20.4.0/channels/chan_dahdi.c
  595. asterisk-20.4.0/channels/chan_dahdi.h
  596. asterisk-20.4.0/channels/chan_iax2.c
  597. asterisk-20.4.0/channels/chan_mgcp.c
  598. asterisk-20.4.0/channels/chan_motif.c
  599. asterisk-20.4.0/channels/chan_pjsip.c
  600. asterisk-20.4.0/channels/chan_rtp.c
  601. asterisk-20.4.0/channels/chan_sip.c
  602. asterisk-20.4.0/channels/chan_skinny.c
  603. asterisk-20.4.0/channels/chan_unistim.c
  604. asterisk-20.4.0/channels/console_board.c
  605. asterisk-20.4.0/channels/console_gui.c
  606. asterisk-20.4.0/channels/console_video.c
  607. asterisk-20.4.0/channels/console_video.h
  608. asterisk-20.4.0/channels/dahdi/
  609. asterisk-20.4.0/channels/dahdi/bridge_native_dahdi.c
  610. asterisk-20.4.0/channels/dahdi/bridge_native_dahdi.h
  611. asterisk-20.4.0/channels/iax2/
  612. asterisk-20.4.0/channels/iax2/codec_pref.c
  613. asterisk-20.4.0/channels/iax2/firmware.c
  614. asterisk-20.4.0/channels/iax2/format_compatibility.c
  615. asterisk-20.4.0/channels/iax2/include/
  616. asterisk-20.4.0/channels/iax2/include/astobj.h
  617. asterisk-20.4.0/channels/iax2/include/codec_pref.h
  618. asterisk-20.4.0/channels/iax2/include/firmware.h
  619. asterisk-20.4.0/channels/iax2/include/format_compatibility.h
  620. asterisk-20.4.0/channels/iax2/include/iax2.h
  621. asterisk-20.4.0/channels/iax2/include/netsock.h
  622. asterisk-20.4.0/channels/iax2/include/parser.h
  623. asterisk-20.4.0/channels/iax2/include/provision.h
  624. asterisk-20.4.0/channels/iax2/netsock.c
  625. asterisk-20.4.0/channels/iax2/parser.c
  626. asterisk-20.4.0/channels/iax2/provision.c
  627. asterisk-20.4.0/channels/pjsip/
  628. asterisk-20.4.0/channels/pjsip/cli_commands.c
  629. asterisk-20.4.0/channels/pjsip/dialplan_functions.c
  630. asterisk-20.4.0/channels/pjsip/include/
  631. asterisk-20.4.0/channels/pjsip/include/chan_pjsip.h
  632. asterisk-20.4.0/channels/pjsip/include/cli_functions.h
  633. asterisk-20.4.0/channels/pjsip/include/dialplan_functions.h
  634. asterisk-20.4.0/channels/sig_analog.c
  635. asterisk-20.4.0/channels/sig_analog.h
  636. asterisk-20.4.0/channels/sig_pri.c
  637. asterisk-20.4.0/channels/sig_pri.h
  638. asterisk-20.4.0/channels/sig_ss7.c
  639. asterisk-20.4.0/channels/sig_ss7.h
  640. asterisk-20.4.0/channels/sip/
  641. asterisk-20.4.0/channels/sip/config_parser.c
  642. asterisk-20.4.0/channels/sip/dialplan_functions.c
  643. asterisk-20.4.0/channels/sip/include/
  644. asterisk-20.4.0/channels/sip/include/config_parser.h
  645. asterisk-20.4.0/channels/sip/include/dialog.h
  646. asterisk-20.4.0/channels/sip/include/dialplan_functions.h
  647. asterisk-20.4.0/channels/sip/include/globals.h
  648. asterisk-20.4.0/channels/sip/include/reqresp_parser.h
  649. asterisk-20.4.0/channels/sip/include/route.h
  650. asterisk-20.4.0/channels/sip/include/security_events.h
  651. asterisk-20.4.0/channels/sip/include/sip.h
  652. asterisk-20.4.0/channels/sip/include/sip_utils.h
  653. asterisk-20.4.0/channels/sip/reqresp_parser.c
  654. asterisk-20.4.0/channels/sip/route.c
  655. asterisk-20.4.0/channels/sip/security_events.c
  656. asterisk-20.4.0/channels/sip/utils.c
  657. asterisk-20.4.0/channels/vcodecs.c
  658. asterisk-20.4.0/channels/vgrabbers.c
  659. asterisk-20.4.0/codecs/
  660. asterisk-20.4.0/codecs/Makefile
  661. asterisk-20.4.0/codecs/codec_a_mu.c
  662. asterisk-20.4.0/codecs/codec_adpcm.c
  663. asterisk-20.4.0/codecs/codec_alaw.c
  664. asterisk-20.4.0/codecs/codec_codec2.c
  665. asterisk-20.4.0/codecs/codec_dahdi.c
  666. asterisk-20.4.0/codecs/codec_g722.c
  667. asterisk-20.4.0/codecs/codec_g726.c
  668. asterisk-20.4.0/codecs/codec_gsm.c
  669. asterisk-20.4.0/codecs/codec_ilbc.c
  670. asterisk-20.4.0/codecs/codec_lpc10.c
  671. asterisk-20.4.0/codecs/codec_resample.c
  672. asterisk-20.4.0/codecs/codec_speex.c
  673. asterisk-20.4.0/codecs/codec_ulaw.c
  674. asterisk-20.4.0/codecs/codecs.xml
  675. asterisk-20.4.0/codecs/ex_adpcm.h
  676. asterisk-20.4.0/codecs/ex_alaw.h
  677. asterisk-20.4.0/codecs/ex_codec2.h
  678. asterisk-20.4.0/codecs/ex_g722.h
  679. asterisk-20.4.0/codecs/ex_g726.h
  680. asterisk-20.4.0/codecs/ex_gsm.h
  681. asterisk-20.4.0/codecs/ex_ilbc.h
  682. asterisk-20.4.0/codecs/ex_lpc10.h
  683. asterisk-20.4.0/codecs/ex_speex.h
  684. asterisk-20.4.0/codecs/ex_ulaw.h
  685. asterisk-20.4.0/codecs/g722/
  686. asterisk-20.4.0/codecs/g722/g722.h
  687. asterisk-20.4.0/codecs/g722/g722_decode.c
  688. asterisk-20.4.0/codecs/g722/g722_encode.c
  689. asterisk-20.4.0/codecs/gsm/
  690. asterisk-20.4.0/codecs/gsm/COPYRIGHT
  691. asterisk-20.4.0/codecs/gsm/Makefile
  692. asterisk-20.4.0/codecs/gsm/README
  693. asterisk-20.4.0/codecs/gsm/inc/
  694. asterisk-20.4.0/codecs/gsm/inc/config.h
  695. asterisk-20.4.0/codecs/gsm/inc/gsm.h
  696. asterisk-20.4.0/codecs/gsm/inc/private.h
  697. asterisk-20.4.0/codecs/gsm/inc/proto.h
  698. asterisk-20.4.0/codecs/gsm/inc/unproto.h
  699. asterisk-20.4.0/codecs/gsm/libgsm.vcproj
  700. asterisk-20.4.0/codecs/gsm/src/
  701. asterisk-20.4.0/codecs/gsm/src/add.c
  702. asterisk-20.4.0/codecs/gsm/src/code.c
  703. asterisk-20.4.0/codecs/gsm/src/debug.c
  704. asterisk-20.4.0/codecs/gsm/src/decode.c
  705. asterisk-20.4.0/codecs/gsm/src/gsm_create.c
  706. asterisk-20.4.0/codecs/gsm/src/gsm_decode.c
  707. asterisk-20.4.0/codecs/gsm/src/gsm_destroy.c
  708. asterisk-20.4.0/codecs/gsm/src/gsm_encode.c
  709. asterisk-20.4.0/codecs/gsm/src/gsm_explode.c
  710. asterisk-20.4.0/codecs/gsm/src/gsm_implode.c
  711. asterisk-20.4.0/codecs/gsm/src/gsm_option.c
  712. asterisk-20.4.0/codecs/gsm/src/gsm_print.c
  713. asterisk-20.4.0/codecs/gsm/src/k6opt.h
  714. asterisk-20.4.0/codecs/gsm/src/k6opt.s
  715. asterisk-20.4.0/codecs/gsm/src/long_term.c
  716. asterisk-20.4.0/codecs/gsm/src/lpc.c
  717. asterisk-20.4.0/codecs/gsm/src/preprocess.c
  718. asterisk-20.4.0/codecs/gsm/src/rpe.c
  719. asterisk-20.4.0/codecs/gsm/src/short_term.c
  720. asterisk-20.4.0/codecs/gsm/src/table.c
  721. asterisk-20.4.0/codecs/ilbc/
  722. asterisk-20.4.0/codecs/ilbc/FrameClassify.c
  723. asterisk-20.4.0/codecs/ilbc/FrameClassify.h
  724. asterisk-20.4.0/codecs/ilbc/LICENSE
  725. asterisk-20.4.0/codecs/ilbc/LICENSE_ADDENDUM
  726. asterisk-20.4.0/codecs/ilbc/LPCdecode.c
  727. asterisk-20.4.0/codecs/ilbc/LPCdecode.h
  728. asterisk-20.4.0/codecs/ilbc/LPCencode.c
  729. asterisk-20.4.0/codecs/ilbc/LPCencode.h
  730. asterisk-20.4.0/codecs/ilbc/Makefile
  731. asterisk-20.4.0/codecs/ilbc/PATENTS
  732. asterisk-20.4.0/codecs/ilbc/StateConstructW.c
  733. asterisk-20.4.0/codecs/ilbc/StateConstructW.h
  734. asterisk-20.4.0/codecs/ilbc/StateSearchW.c
  735. asterisk-20.4.0/codecs/ilbc/StateSearchW.h
  736. asterisk-20.4.0/codecs/ilbc/anaFilter.c
  737. asterisk-20.4.0/codecs/ilbc/anaFilter.h
  738. asterisk-20.4.0/codecs/ilbc/constants.c
  739. asterisk-20.4.0/codecs/ilbc/constants.h
  740. asterisk-20.4.0/codecs/ilbc/createCB.c
  741. asterisk-20.4.0/codecs/ilbc/createCB.h
  742. asterisk-20.4.0/codecs/ilbc/doCPLC.c
  743. asterisk-20.4.0/codecs/ilbc/doCPLC.h
  744. asterisk-20.4.0/codecs/ilbc/enhancer.c
  745. asterisk-20.4.0/codecs/ilbc/enhancer.h
  746. asterisk-20.4.0/codecs/ilbc/extract-cfile.awk
  747. asterisk-20.4.0/codecs/ilbc/filter.c
  748. asterisk-20.4.0/codecs/ilbc/filter.h
  749. asterisk-20.4.0/codecs/ilbc/gainquant.c
  750. asterisk-20.4.0/codecs/ilbc/gainquant.h
  751. asterisk-20.4.0/codecs/ilbc/getCBvec.c
  752. asterisk-20.4.0/codecs/ilbc/getCBvec.h
  753. asterisk-20.4.0/codecs/ilbc/helpfun.c
  754. asterisk-20.4.0/codecs/ilbc/helpfun.h
  755. asterisk-20.4.0/codecs/ilbc/hpInput.c
  756. asterisk-20.4.0/codecs/ilbc/hpInput.h
  757. asterisk-20.4.0/codecs/ilbc/hpOutput.c
  758. asterisk-20.4.0/codecs/ilbc/hpOutput.h
  759. asterisk-20.4.0/codecs/ilbc/iCBConstruct.c
  760. asterisk-20.4.0/codecs/ilbc/iCBConstruct.h
  761. asterisk-20.4.0/codecs/ilbc/iCBSearch.c
  762. asterisk-20.4.0/codecs/ilbc/iCBSearch.h
  763. asterisk-20.4.0/codecs/ilbc/iLBC_decode.c
  764. asterisk-20.4.0/codecs/ilbc/iLBC_decode.h
  765. asterisk-20.4.0/codecs/ilbc/iLBC_define.h
  766. asterisk-20.4.0/codecs/ilbc/iLBC_encode.c
  767. asterisk-20.4.0/codecs/ilbc/iLBC_encode.h
  768. asterisk-20.4.0/codecs/ilbc/iLBC_test.c
  769. asterisk-20.4.0/codecs/ilbc/lsf.c
  770. asterisk-20.4.0/codecs/ilbc/lsf.h
  771. asterisk-20.4.0/codecs/ilbc/packing.c
  772. asterisk-20.4.0/codecs/ilbc/packing.h
  773. asterisk-20.4.0/codecs/ilbc/rfc3951.txt
  774. asterisk-20.4.0/codecs/ilbc/syntFilter.c
  775. asterisk-20.4.0/codecs/ilbc/syntFilter.h
  776. asterisk-20.4.0/codecs/log2comp.h
  777. asterisk-20.4.0/codecs/lpc10/
  778. asterisk-20.4.0/codecs/lpc10/Makefile
  779. asterisk-20.4.0/codecs/lpc10/README
  780. asterisk-20.4.0/codecs/lpc10/analys.c
  781. asterisk-20.4.0/codecs/lpc10/bsynz.c
  782. asterisk-20.4.0/codecs/lpc10/chanwr.c
  783. asterisk-20.4.0/codecs/lpc10/dcbias.c
  784. asterisk-20.4.0/codecs/lpc10/decode.c
  785. asterisk-20.4.0/codecs/lpc10/deemp.c
  786. asterisk-20.4.0/codecs/lpc10/difmag.c
  787. asterisk-20.4.0/codecs/lpc10/dyptrk.c
  788. asterisk-20.4.0/codecs/lpc10/encode.c
  789. asterisk-20.4.0/codecs/lpc10/energy.c
  790. asterisk-20.4.0/codecs/lpc10/f2c.h
  791. asterisk-20.4.0/codecs/lpc10/f2clib.c
  792. asterisk-20.4.0/codecs/lpc10/ham84.c
  793. asterisk-20.4.0/codecs/lpc10/hp100.c
  794. asterisk-20.4.0/codecs/lpc10/invert.c
  795. asterisk-20.4.0/codecs/lpc10/irc2pc.c
  796. asterisk-20.4.0/codecs/lpc10/ivfilt.c
  797. asterisk-20.4.0/codecs/lpc10/liblpc10.vcproj
  798. asterisk-20.4.0/codecs/lpc10/lpc10.h
  799. asterisk-20.4.0/codecs/lpc10/lpcdec.c
  800. asterisk-20.4.0/codecs/lpc10/lpcenc.c
  801. asterisk-20.4.0/codecs/lpc10/lpcini.c
  802. asterisk-20.4.0/codecs/lpc10/lpfilt.c
  803. asterisk-20.4.0/codecs/lpc10/median.c
  804. asterisk-20.4.0/codecs/lpc10/mload.c
  805. asterisk-20.4.0/codecs/lpc10/onset.c
  806. asterisk-20.4.0/codecs/lpc10/pitsyn.c
  807. asterisk-20.4.0/codecs/lpc10/placea.c
  808. asterisk-20.4.0/codecs/lpc10/placev.c
  809. asterisk-20.4.0/codecs/lpc10/preemp.c
  810. asterisk-20.4.0/codecs/lpc10/prepro.c
  811. asterisk-20.4.0/codecs/lpc10/random.c
  812. asterisk-20.4.0/codecs/lpc10/rcchk.c
  813. asterisk-20.4.0/codecs/lpc10/synths.c
  814. asterisk-20.4.0/codecs/lpc10/tbdm.c
  815. asterisk-20.4.0/codecs/lpc10/voicin.c
  816. asterisk-20.4.0/codecs/lpc10/vparms.c
  817. asterisk-20.4.0/codecs/speex/
  818. asterisk-20.4.0/codecs/speex/arch.h
  819. asterisk-20.4.0/codecs/speex/fixed_generic.h
  820. asterisk-20.4.0/codecs/speex/resample.c
  821. asterisk-20.4.0/codecs/speex/resample_sse.h
  822. asterisk-20.4.0/codecs/speex/speex_resampler.h
  823. asterisk-20.4.0/codecs/speex/stack_alloc.h
  824. asterisk-20.4.0/config.guess
  825. asterisk-20.4.0/config.sub
  826. asterisk-20.4.0/configs/
  827. asterisk-20.4.0/configs/basic-pbx/
  828. asterisk-20.4.0/configs/basic-pbx/README
  829. asterisk-20.4.0/configs/basic-pbx/asterisk.conf
  830. asterisk-20.4.0/configs/basic-pbx/cdr.conf
  831. asterisk-20.4.0/configs/basic-pbx/cdr_custom.conf
  832. asterisk-20.4.0/configs/basic-pbx/confbridge.conf
  833. asterisk-20.4.0/configs/basic-pbx/extensions.conf
  834. asterisk-20.4.0/configs/basic-pbx/indications.conf
  835. asterisk-20.4.0/configs/basic-pbx/logger.conf
  836. asterisk-20.4.0/configs/basic-pbx/modules.conf
  837. asterisk-20.4.0/configs/basic-pbx/musiconhold.conf
  838. asterisk-20.4.0/configs/basic-pbx/pjsip.conf
  839. asterisk-20.4.0/configs/basic-pbx/pjsip_notify.conf
  840. asterisk-20.4.0/configs/basic-pbx/queues.conf
  841. asterisk-20.4.0/configs/basic-pbx/voicemail.conf
  842. asterisk-20.4.0/configs/samples/
  843. asterisk-20.4.0/configs/samples/acl.conf.sample
  844. asterisk-20.4.0/configs/samples/adsi.conf.sample
  845. asterisk-20.4.0/configs/samples/aeap.conf.sample
  846. asterisk-20.4.0/configs/samples/agents.conf.sample
  847. asterisk-20.4.0/configs/samples/alarmreceiver.conf.sample
  848. asterisk-20.4.0/configs/samples/alsa.conf.sample
  849. asterisk-20.4.0/configs/samples/amd.conf.sample
  850. asterisk-20.4.0/configs/samples/app_skel.conf.sample
  851. asterisk-20.4.0/configs/samples/ari.conf.sample
  852. asterisk-20.4.0/configs/samples/ast_debug_tools.conf.sample
  853. asterisk-20.4.0/configs/samples/asterisk.adsi
  854. asterisk-20.4.0/configs/samples/asterisk.conf.sample
  855. asterisk-20.4.0/configs/samples/calendar.conf.sample
  856. asterisk-20.4.0/configs/samples/ccss.conf.sample
  857. asterisk-20.4.0/configs/samples/cdr.conf.sample
  858. asterisk-20.4.0/configs/samples/cdr_adaptive_odbc.conf.sample
  859. asterisk-20.4.0/configs/samples/cdr_beanstalkd.conf.sample
  860. asterisk-20.4.0/configs/samples/cdr_custom.conf.sample
  861. asterisk-20.4.0/configs/samples/cdr_manager.conf.sample
  862. asterisk-20.4.0/configs/samples/cdr_odbc.conf.sample
  863. asterisk-20.4.0/configs/samples/cdr_pgsql.conf.sample
  864. asterisk-20.4.0/configs/samples/cdr_sqlite3_custom.conf.sample
  865. asterisk-20.4.0/configs/samples/cdr_tds.conf.sample
  866. asterisk-20.4.0/configs/samples/cel.conf.sample
  867. asterisk-20.4.0/configs/samples/cel_beanstalkd.conf.sample
  868. asterisk-20.4.0/configs/samples/cel_custom.conf.sample
  869. asterisk-20.4.0/configs/samples/cel_odbc.conf.sample
  870. asterisk-20.4.0/configs/samples/cel_pgsql.conf.sample
  871. asterisk-20.4.0/configs/samples/cel_sqlite3_custom.conf.sample
  872. asterisk-20.4.0/configs/samples/cel_tds.conf.sample
  873. asterisk-20.4.0/configs/samples/chan_dahdi.conf.sample
  874. asterisk-20.4.0/configs/samples/chan_mobile.conf.sample
  875. asterisk-20.4.0/configs/samples/cli.conf.sample
  876. asterisk-20.4.0/configs/samples/cli_aliases.conf.sample
  877. asterisk-20.4.0/configs/samples/cli_permissions.conf.sample
  878. asterisk-20.4.0/configs/samples/codecs.conf.sample
  879. asterisk-20.4.0/configs/samples/confbridge.conf.sample
  880. asterisk-20.4.0/configs/samples/config_test.conf.sample
  881. asterisk-20.4.0/configs/samples/console.conf.sample
  882. asterisk-20.4.0/configs/samples/dbsep.conf.sample
  883. asterisk-20.4.0/configs/samples/dnsmgr.conf.sample
  884. asterisk-20.4.0/configs/samples/dsp.conf.sample
  885. asterisk-20.4.0/configs/samples/dundi.conf.sample
  886. asterisk-20.4.0/configs/samples/enum.conf.sample
  887. asterisk-20.4.0/configs/samples/extconfig.conf.sample
  888. asterisk-20.4.0/configs/samples/extensions.ael.sample
  889. asterisk-20.4.0/configs/samples/extensions.conf.sample
  890. asterisk-20.4.0/configs/samples/extensions.lua.sample
  891. asterisk-20.4.0/configs/samples/extensions_minivm.conf.sample
  892. asterisk-20.4.0/configs/samples/features.conf.sample
  893. asterisk-20.4.0/configs/samples/festival.conf.sample
  894. asterisk-20.4.0/configs/samples/followme.conf.sample
  895. asterisk-20.4.0/configs/samples/func_odbc.conf.sample
  896. asterisk-20.4.0/configs/samples/geolocation.conf.sample
  897. asterisk-20.4.0/configs/samples/hep.conf.sample
  898. asterisk-20.4.0/configs/samples/http.conf.sample
  899. asterisk-20.4.0/configs/samples/iax.conf.sample
  900. asterisk-20.4.0/configs/samples/iaxprov.conf.sample
  901. asterisk-20.4.0/configs/samples/indications.conf.sample
  902. asterisk-20.4.0/configs/samples/logger.conf.sample
  903. asterisk-20.4.0/configs/samples/manager.conf.sample
  904. asterisk-20.4.0/configs/samples/meetme.conf.sample
  905. asterisk-20.4.0/configs/samples/mgcp.conf.sample
  906. asterisk-20.4.0/configs/samples/minivm.conf.sample
  907. asterisk-20.4.0/configs/samples/modules.conf.sample
  908. asterisk-20.4.0/configs/samples/motif.conf.sample
  909. asterisk-20.4.0/configs/samples/musiconhold.conf.sample
  910. asterisk-20.4.0/configs/samples/ooh323.conf.sample
  911. asterisk-20.4.0/configs/samples/osp.conf.sample
  912. asterisk-20.4.0/configs/samples/phoneprov.conf.sample
  913. asterisk-20.4.0/configs/samples/pjproject.conf.sample
  914. asterisk-20.4.0/configs/samples/pjsip.conf.sample
  915. asterisk-20.4.0/configs/samples/pjsip_notify.conf.sample
  916. asterisk-20.4.0/configs/samples/pjsip_wizard.conf.sample
  917. asterisk-20.4.0/configs/samples/prometheus.conf.sample
  918. asterisk-20.4.0/configs/samples/queuerules.conf.sample
  919. asterisk-20.4.0/configs/samples/queues.conf.sample
  920. asterisk-20.4.0/configs/samples/res_config_mysql.conf.sample
  921. asterisk-20.4.0/configs/samples/res_config_sqlite3.conf.sample
  922. asterisk-20.4.0/configs/samples/res_corosync.conf.sample
  923. asterisk-20.4.0/configs/samples/res_curl.conf.sample
  924. asterisk-20.4.0/configs/samples/res_fax.conf.sample
  925. asterisk-20.4.0/configs/samples/res_http_media_cache.conf.sample
  926. asterisk-20.4.0/configs/samples/res_ldap.conf.sample
  927. asterisk-20.4.0/configs/samples/res_odbc.conf.sample
  928. asterisk-20.4.0/configs/samples/res_parking.conf.sample
  929. asterisk-20.4.0/configs/samples/res_pgsql.conf.sample
  930. asterisk-20.4.0/configs/samples/res_pktccops.conf.sample
  931. asterisk-20.4.0/configs/samples/res_snmp.conf.sample
  932. asterisk-20.4.0/configs/samples/res_stun_monitor.conf.sample
  933. asterisk-20.4.0/configs/samples/resolver_unbound.conf.sample
  934. asterisk-20.4.0/configs/samples/rtp.conf.sample
  935. asterisk-20.4.0/configs/samples/say.conf.sample
  936. asterisk-20.4.0/configs/samples/sip.conf.sample
  937. asterisk-20.4.0/configs/samples/sip_notify.conf.sample
  938. asterisk-20.4.0/configs/samples/skinny.conf.sample
  939. asterisk-20.4.0/configs/samples/sla.conf.sample
  940. asterisk-20.4.0/configs/samples/smdi.conf.sample
  941. asterisk-20.4.0/configs/samples/sorcery.conf.sample
  942. asterisk-20.4.0/configs/samples/ss7.timers.sample
  943. asterisk-20.4.0/configs/samples/stasis.conf.sample
  944. asterisk-20.4.0/configs/samples/statsd.conf.sample
  945. asterisk-20.4.0/configs/samples/stir_shaken.conf.sample
  946. asterisk-20.4.0/configs/samples/telcordia-1.adsi
  947. asterisk-20.4.0/configs/samples/test_sorcery.conf.sample
  948. asterisk-20.4.0/configs/samples/udptl.conf.sample
  949. asterisk-20.4.0/configs/samples/unistim.conf.sample
  950. asterisk-20.4.0/configs/samples/users.conf.sample
  951. asterisk-20.4.0/configs/samples/voicemail.conf.sample
  952. asterisk-20.4.0/configs/samples/xmpp.conf.sample
  953. asterisk-20.4.0/configure
  954. asterisk-20.4.0/configure.ac
  955. asterisk-20.4.0/contrib/
  956. asterisk-20.4.0/contrib/Makefile
  957. asterisk-20.4.0/contrib/README.festival
  958. asterisk-20.4.0/contrib/ast-db-manage/
  959. asterisk-20.4.0/contrib/ast-db-manage/README.md
  960. asterisk-20.4.0/contrib/ast-db-manage/cdr.ini.sample
  961. asterisk-20.4.0/contrib/ast-db-manage/cdr/
  962. asterisk-20.4.0/contrib/ast-db-manage/cdr/env.py
  963. asterisk-20.4.0/contrib/ast-db-manage/cdr/script.py.mako
  964. asterisk-20.4.0/contrib/ast-db-manage/cdr/versions/
  965. asterisk-20.4.0/contrib/ast-db-manage/cdr/versions/210693f3123d_create_cdr_table.py
  966. asterisk-20.4.0/contrib/ast-db-manage/cdr/versions/54cde9847798_expand_accountcode_to_80.py
  967. asterisk-20.4.0/contrib/ast-db-manage/config.ini.sample
  968. asterisk-20.4.0/contrib/ast-db-manage/config/
  969. asterisk-20.4.0/contrib/ast-db-manage/config/env.py
  970. asterisk-20.4.0/contrib/ast-db-manage/config/script.py.mako
  971. asterisk-20.4.0/contrib/ast-db-manage/config/versions/
  972. asterisk-20.4.0/contrib/ast-db-manage/config/versions/041c0d3d1857_add_dtls_auto_gen_cert.py
  973. asterisk-20.4.0/contrib/ast-db-manage/config/versions/0838f8db6a61_pjsip_add_send_contact_status_on_update_.py
  974. asterisk-20.4.0/contrib/ast-db-manage/config/versions/0be05c3a8225_add_early_media_options.py
  975. asterisk-20.4.0/contrib/ast-db-manage/config/versions/0bee61aa9425_allow_180_ringing_with_sdp.py
  976. asterisk-20.4.0/contrib/ast-db-manage/config/versions/10aedae86a32_add_outgoing_enum_va.py
  977. asterisk-20.4.0/contrib/ast-db-manage/config/versions/136885b81223_add_regcontext_to_pj.py
  978. asterisk-20.4.0/contrib/ast-db-manage/config/versions/154177371065_add_default_from_user.py
  979. asterisk-20.4.0/contrib/ast-db-manage/config/versions/15b1430ad6f1_add_moh_passthrough_option_to_pjsip.py
  980. asterisk-20.4.0/contrib/ast-db-manage/config/versions/15db7b91a97a_add_rtcp_mux.py
  981. asterisk-20.4.0/contrib/ast-db-manage/config/versions/164abbd708c_add_auto_info_to_endpoint_dtmf_mode.py
  982. asterisk-20.4.0/contrib/ast-db-manage/config/versions/1758e8bbf6b_increase_useragent_column_size.py
  983. asterisk-20.4.0/contrib/ast-db-manage/config/versions/189a235b3fd7_add_keep_alive_interval.py
  984. asterisk-20.4.0/contrib/ast-db-manage/config/versions/18e0805d367f_max_random_initial_delay.py
  985. asterisk-20.4.0/contrib/ast-db-manage/config/versions/19b00bc19b7b_add_suppress_q850_reason_headers_to_.py
  986. asterisk-20.4.0/contrib/ast-db-manage/config/versions/1ac563b350a8_add_pjsip_trust_send__connected_line.py
  987. asterisk-20.4.0/contrib/ast-db-manage/config/versions/1ae0609b6646_increse_reg_server_size.py
  988. asterisk-20.4.0/contrib/ast-db-manage/config/versions/1c688d9a003c_pjsip_voicemail_extension.py
  989. asterisk-20.4.0/contrib/ast-db-manage/config/versions/1d0e332c32af_create_rls_table.py
  990. asterisk-20.4.0/contrib/ast-db-manage/config/versions/1d3ed26d9978_increase_uri_column_size.py
  991. asterisk-20.4.0/contrib/ast-db-manage/config/versions/1d50859ed02e_create_accountcode.py
  992. asterisk-20.4.0/contrib/ast-db-manage/config/versions/20abce6d1e3c_add_pjsip_identify_by_ip.py
  993. asterisk-20.4.0/contrib/ast-db-manage/config/versions/21e526ad3040_add_pjsip_debug_option.py
  994. asterisk-20.4.0/contrib/ast-db-manage/config/versions/23530d604b96_add_rpid_immediate.py
  995. asterisk-20.4.0/contrib/ast-db-manage/config/versions/26d7f3bf0fa5_add_bind_rtp_to_media_address_to_pjsip.py
  996. asterisk-20.4.0/contrib/ast-db-manage/config/versions/26f10cadc157_add_pjsip_timeout_options.py
  997. asterisk-20.4.0/contrib/ast-db-manage/config/versions/28887f25a46f_create_queue_tables.py
  998. asterisk-20.4.0/contrib/ast-db-manage/config/versions/28ab27a7826d_add_srv_lookups_to_identify.py
  999. asterisk-20.4.0/contrib/ast-db-manage/config/versions/28b8e71e541f_add_g726_non_standard.py
  1000. asterisk-20.4.0/contrib/ast-db-manage/config/versions/28ce1e718f05_add_fatal_response_interval.py
  1001. asterisk-20.4.0/contrib/ast-db-manage/config/versions/2bb1a85135ad_pjsip_add_use_callerid_contact.py
  1002. asterisk-20.4.0/contrib/ast-db-manage/config/versions/2d078ec071b7_increaes_contact_column_size.py
  1003. asterisk-20.4.0/contrib/ast-db-manage/config/versions/2da192dbbc65_add_publish_tables.py
  1004. asterisk-20.4.0/contrib/ast-db-manage/config/versions/2fc7930b41b3_add_pjsip_endpoint_options_for_12_1.py
  1005. asterisk-20.4.0/contrib/ast-db-manage/config/versions/31cd4f4891ec_add_auto_dtmf_mode.py
  1006. asterisk-20.4.0/contrib/ast-db-manage/config/versions/339a3bdf53fc_expand_accountcode_to_80.py
  1007. asterisk-20.4.0/contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py
  1008. asterisk-20.4.0/contrib/ast-db-manage/config/versions/3772f8f828da_update_identify_by.py
  1009. asterisk-20.4.0/contrib/ast-db-manage/config/versions/3855ee4e5f85_add_missing_pjsip_options.py
  1010. asterisk-20.4.0/contrib/ast-db-manage/config/versions/39959b9c2566_pjsip_stream_maximum.py
  1011. asterisk-20.4.0/contrib/ast-db-manage/config/versions/3a094a18e75b_pjsip_add_norefersub.py
  1012. asterisk-20.4.0/contrib/ast-db-manage/config/versions/3bcc0b5bc2c9_add_allow_reload_to_ps_transports.py
  1013. asterisk-20.4.0/contrib/ast-db-manage/config/versions/4042a0ff4d9f_add_reason_paused_to_queue_members.py
  1014. asterisk-20.4.0/contrib/ast-db-manage/config/versions/417c0247fd7e_add_security_negotiation_and_security_.py
  1015. asterisk-20.4.0/contrib/ast-db-manage/config/versions/423f34ad36e2_fix_pjsip_qualify_ti.py
  1016. asterisk-20.4.0/contrib/ast-db-manage/config/versions/43956d550a44_add_tables_for_pjsip.py
  1017. asterisk-20.4.0/contrib/ast-db-manage/config/versions/4468b4a91372_add_pjsip_asymmetric_rtp_codec.py
  1018. asterisk-20.4.0/contrib/ast-db-manage/config/versions/44ccced114ce_add_webrtc.py
  1019. asterisk-20.4.0/contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py
  1020. asterisk-20.4.0/contrib/ast-db-manage/config/versions/461d7d691209_add_pjsip_qualify_timeout.py
  1021. asterisk-20.4.0/contrib/ast-db-manage/config/versions/465e70e8c337_add_match_header_attribute_to_identify.py
  1022. asterisk-20.4.0/contrib/ast-db-manage/config/versions/465f47f880be_add_pjsip_google_voice_sip_options.py
  1023. asterisk-20.4.0/contrib/ast-db-manage/config/versions/498357a710ae_add_rtp_keepalive.py
  1024. asterisk-20.4.0/contrib/ast-db-manage/config/versions/4a6c67fa9b7a_add_fax_detect_timeout_option.py
  1025. asterisk-20.4.0/contrib/ast-db-manage/config/versions/4c573e7135bd_fix_tos_field_types.py
  1026. asterisk-20.4.0/contrib/ast-db-manage/config/versions/4da0c5f79a9c_create_tables.py
  1027. asterisk-20.4.0/contrib/ast-db-manage/config/versions/4e2493ef32e6_add_contact_user_to_endpoint.py
  1028. asterisk-20.4.0/contrib/ast-db-manage/config/versions/5139253c0423_make_q_member_uniqueid_autoinc.py
  1029. asterisk-20.4.0/contrib/ast-db-manage/config/versions/51f8cb66540e_add_further_dtls_options.py
  1030. asterisk-20.4.0/contrib/ast-db-manage/config/versions/52798ad97bdf_add_pjsip_identify_by_header.py
  1031. asterisk-20.4.0/contrib/ast-db-manage/config/versions/539f68bede2c_add_peer_supported_to_100rel.py
  1032. asterisk-20.4.0/contrib/ast-db-manage/config/versions/5813202e92be_add_contact_expiration_check_interval_.py
  1033. asterisk-20.4.0/contrib/ast-db-manage/config/versions/581a4264e537_adding_extensions.py
  1034. asterisk-20.4.0/contrib/ast-db-manage/config/versions/58e440314c2a_allow_wildcard_certs.py
  1035. asterisk-20.4.0/contrib/ast-db-manage/config/versions/5950038a6ead_fix_pjsip_verifiy_typo.py
  1036. asterisk-20.4.0/contrib/ast-db-manage/config/versions/5a2247c957d2_add_aoc_option.py
  1037. asterisk-20.4.0/contrib/ast-db-manage/config/versions/61797b9fced6_add_stir_shaken.py
  1038. asterisk-20.4.0/contrib/ast-db-manage/config/versions/65eb22eb195_add_unidentified_request_options_to_.py
  1039. asterisk-20.4.0/contrib/ast-db-manage/config/versions/6d8c104e6184_res_pjsip_add_contact_via_addr_and_.py
  1040. asterisk-20.4.0/contrib/ast-db-manage/config/versions/7197536bb68d_geoloc_endpoint_params.py
  1041. asterisk-20.4.0/contrib/ast-db-manage/config/versions/79290b511e4b_pjsip_add_disable_rport.py
  1042. asterisk-20.4.0/contrib/ast-db-manage/config/versions/7f3e21abe318_add_preferred_codec_only_option_to_pjsip.py
  1043. asterisk-20.4.0/contrib/ast-db-manage/config/versions/7f85dd44c775_fix_suppress_q850_reason_headers.py
  1044. asterisk-20.4.0/contrib/ast-db-manage/config/versions/80473bad3c16_ignore_183_without_sdp.py
  1045. asterisk-20.4.0/contrib/ast-db-manage/config/versions/81b01a191a46_pjsip_add_contact_reg_server.py
  1046. asterisk-20.4.0/contrib/ast-db-manage/config/versions/837aa67461fb_add_pjsip_endpoint_ip_access_control_.py
  1047. asterisk-20.4.0/contrib/ast-db-manage/config/versions/837aa67461fb_ps_contacts_add_authenticate_qualify.py
  1048. asterisk-20.4.0/contrib/ast-db-manage/config/versions/86bb1efa278d_add_ps_endpoints_refer_blind_progress.py
  1049. asterisk-20.4.0/contrib/ast-db-manage/config/versions/8915fcc5766f_add_ringinuse_to_queue_members.py
  1050. asterisk-20.4.0/contrib/ast-db-manage/config/versions/8d478ab86e29_pjsip_add_disable_multi_domain.py
  1051. asterisk-20.4.0/contrib/ast-db-manage/config/versions/8f72185e437f_res_pjsip_pubsub_add_resource_list_.py
  1052. asterisk-20.4.0/contrib/ast-db-manage/config/versions/8fce4c573e15_add_pjsip_allow_overlap.py
  1053. asterisk-20.4.0/contrib/ast-db-manage/config/versions/945b1098bdd_add_media_encryption_optimistic_to_pjsip.py
  1054. asterisk-20.4.0/contrib/ast-db-manage/config/versions/9deac0ae4717_pjsip_add_subscribe_context.py
  1055. asterisk-20.4.0/contrib/ast-db-manage/config/versions/9f3692b1654b_add_stir_shaken_profile_and_codec_.py
  1056. asterisk-20.4.0/contrib/ast-db-manage/config/versions/a06d8f8462d9_add_t38_bind_udptl_to_media_address.py
  1057. asterisk-20.4.0/contrib/ast-db-manage/config/versions/a1698e8bb9c5_add_incoming_mwi_mailbox.py
  1058. asterisk-20.4.0/contrib/ast-db-manage/config/versions/a541e0b5e89_add_pjsip_max_initial_qualify_time.py
  1059. asterisk-20.4.0/contrib/ast-db-manage/config/versions/a6ef36f1309_ps_globals_add_ignore_uri_user_options.py
  1060. asterisk-20.4.0/contrib/ast-db-manage/config/versions/b80485ff4dd0_add_pjsip_endpoint_acn_options.py
  1061. asterisk-20.4.0/contrib/ast-db-manage/config/versions/b83645976fdd_add_dtls_fingerprint_to_ps_endpoints.py
  1062. asterisk-20.4.0/contrib/ast-db-manage/config/versions/c20d6e3992f4_add_allow_unauthenticated_options.py
  1063. asterisk-20.4.0/contrib/ast-db-manage/config/versions/c6d929b23a8_create_pjsip_subscription_persistence_.py
  1064. asterisk-20.4.0/contrib/ast-db-manage/config/versions/c7a44a5a0851_pjsip_add_global_mwi_options.py
  1065. asterisk-20.4.0/contrib/ast-db-manage/config/versions/ccf795ee535f_all_codecs_on_empty_reinvite.py
  1066. asterisk-20.4.0/contrib/ast-db-manage/config/versions/d39508cb8d8_create_queue_rules.py
  1067. asterisk-20.4.0/contrib/ast-db-manage/config/versions/d3e4284f8707_add_prune_on_boot_to_ps_subscription_.py
  1068. asterisk-20.4.0/contrib/ast-db-manage/config/versions/d7983954dd96_add_ps_endpoints_notify_early_inuse_.py
  1069. asterisk-20.4.0/contrib/ast-db-manage/config/versions/dbc44d5a908_add_missing_columns_to_sys_and_reg.py
  1070. asterisk-20.4.0/contrib/ast-db-manage/config/versions/de83fac997e2_add_bundle_to_ps_endpoints.py
  1071. asterisk-20.4.0/contrib/ast-db-manage/config/versions/e2f04d309071_add_wrapuptime_to_queue_members.py
  1072. asterisk-20.4.0/contrib/ast-db-manage/config/versions/e658c26033ca_create_history_info_flag.py
  1073. asterisk-20.4.0/contrib/ast-db-manage/config/versions/e96a0b8071c_increase_pjsip_column_size.py
  1074. asterisk-20.4.0/contrib/ast-db-manage/config/versions/ef7efc2d3964_ps_contacts_add_endpoint_and_modify_.py
  1075. asterisk-20.4.0/contrib/ast-db-manage/config/versions/f261363a857f_add_overlap_context.py
  1076. asterisk-20.4.0/contrib/ast-db-manage/config/versions/f3c0b8695b66_taskprocessor_overload_trigger.py
  1077. asterisk-20.4.0/contrib/ast-db-manage/config/versions/f3d1c5d38b56_add_prune_on_boot.py
  1078. asterisk-20.4.0/contrib/ast-db-manage/config/versions/f56d79a9f337_pjsip_create_remove_unavailable.py
  1079. asterisk-20.4.0/contrib/ast-db-manage/config/versions/f5b0e7427449_add_loop_last_to_res_musiconhold.py
  1080. asterisk-20.4.0/contrib/ast-db-manage/config/versions/f638dbe2eb23_symmetric_transport.py
  1081. asterisk-20.4.0/contrib/ast-db-manage/config/versions/fbb7766f17bc_add_playlist_to_moh.py
  1082. asterisk-20.4.0/contrib/ast-db-manage/config/versions/fe6592859b85_fix_mwi_subscribe_replaces_.py
  1083. asterisk-20.4.0/contrib/ast-db-manage/env.py
  1084. asterisk-20.4.0/contrib/ast-db-manage/queue_log.ini.sample
  1085. asterisk-20.4.0/contrib/ast-db-manage/queue_log/
  1086. asterisk-20.4.0/contrib/ast-db-manage/queue_log/env.py
  1087. asterisk-20.4.0/contrib/ast-db-manage/queue_log/script.py.mako
  1088. asterisk-20.4.0/contrib/ast-db-manage/queue_log/versions/
  1089. asterisk-20.4.0/contrib/ast-db-manage/queue_log/versions/4105ee839f58_create_queue_log_table.py
  1090. asterisk-20.4.0/contrib/ast-db-manage/voicemail.ini.sample
  1091. asterisk-20.4.0/contrib/ast-db-manage/voicemail/
  1092. asterisk-20.4.0/contrib/ast-db-manage/voicemail/env.py
  1093. asterisk-20.4.0/contrib/ast-db-manage/voicemail/script.py.mako
  1094. asterisk-20.4.0/contrib/ast-db-manage/voicemail/versions/
  1095. asterisk-20.4.0/contrib/ast-db-manage/voicemail/versions/39428242f7f5_increase_recording_column_size.py
  1096. asterisk-20.4.0/contrib/ast-db-manage/voicemail/versions/a2e9769475e_create_tables.py
  1097. asterisk-20.4.0/contrib/asterisk-ices.xml
  1098. asterisk-20.4.0/contrib/dictionary.digium
  1099. asterisk-20.4.0/contrib/docker/
  1100. asterisk-20.4.0/contrib/docker/Dockerfile.asterisk
  1101. asterisk-20.4.0/contrib/docker/Dockerfile.packager
  1102. asterisk-20.4.0/contrib/docker/README.md
  1103. asterisk-20.4.0/contrib/docker/make-package.sh
  1104. asterisk-20.4.0/contrib/editors/
  1105. asterisk-20.4.0/contrib/editors/ael.vim
  1106. asterisk-20.4.0/contrib/editors/asterisk.vim
  1107. asterisk-20.4.0/contrib/editors/asteriskvm.vim
  1108. asterisk-20.4.0/contrib/festival-1.4.1-diff
  1109. asterisk-20.4.0/contrib/festival-1.4.2.diff
  1110. asterisk-20.4.0/contrib/festival-1.4.3.diff
  1111. asterisk-20.4.0/contrib/festival-1.95.diff
  1112. asterisk-20.4.0/contrib/i18n.testsuite.conf
  1113. asterisk-20.4.0/contrib/init.d/
  1114. asterisk-20.4.0/contrib/init.d/etc_default_asterisk
  1115. asterisk-20.4.0/contrib/init.d/org.asterisk.asterisk.plist
  1116. asterisk-20.4.0/contrib/init.d/org.asterisk.muted.plist
  1117. asterisk-20.4.0/contrib/init.d/rc.archlinux.asterisk
  1118. asterisk-20.4.0/contrib/init.d/rc.debian.asterisk
  1119. asterisk-20.4.0/contrib/init.d/rc.gentoo.asterisk
  1120. asterisk-20.4.0/contrib/init.d/rc.mandriva.asterisk
  1121. asterisk-20.4.0/contrib/init.d/rc.mandriva.zaptel
  1122. asterisk-20.4.0/contrib/init.d/rc.redhat.asterisk
  1123. asterisk-20.4.0/contrib/init.d/rc.slackware.asterisk
  1124. asterisk-20.4.0/contrib/init.d/rc.suse.asterisk
  1125. asterisk-20.4.0/contrib/realtime/
  1126. asterisk-20.4.0/contrib/realtime/mysql/
  1127. asterisk-20.4.0/contrib/realtime/mysql/mysql_cdr.sql
  1128. asterisk-20.4.0/contrib/realtime/mysql/mysql_config.sql
  1129. asterisk-20.4.0/contrib/realtime/mysql/mysql_queue_log.sql
  1130. asterisk-20.4.0/contrib/realtime/mysql/mysql_voicemail.sql
  1131. asterisk-20.4.0/contrib/realtime/postgresql/
  1132. asterisk-20.4.0/contrib/realtime/postgresql/postgresql_cdr.sql
  1133. asterisk-20.4.0/contrib/realtime/postgresql/postgresql_config.sql
  1134. asterisk-20.4.0/contrib/realtime/postgresql/postgresql_queue_log.sql
  1135. asterisk-20.4.0/contrib/realtime/postgresql/postgresql_voicemail.sql
  1136. asterisk-20.4.0/contrib/scripts/
  1137. asterisk-20.4.0/contrib/scripts/README.messages-expire
  1138. asterisk-20.4.0/contrib/scripts/agents.php
  1139. asterisk-20.4.0/contrib/scripts/ast_coredumper
  1140. asterisk-20.4.0/contrib/scripts/ast_grab_core
  1141. asterisk-20.4.0/contrib/scripts/ast_logescalator
  1142. asterisk-20.4.0/contrib/scripts/ast_loggrabber
  1143. asterisk-20.4.0/contrib/scripts/ast_tls_cert
  1144. asterisk-20.4.0/contrib/scripts/astcli
  1145. asterisk-20.4.0/contrib/scripts/asterisk.ldap-schema
  1146. asterisk-20.4.0/contrib/scripts/asterisk.ldif
  1147. asterisk-20.4.0/contrib/scripts/asterisk.logrotate
  1148. asterisk-20.4.0/contrib/scripts/astgenkey
  1149. asterisk-20.4.0/contrib/scripts/astgenkey.8
  1150. asterisk-20.4.0/contrib/scripts/astversion
  1151. asterisk-20.4.0/contrib/scripts/autosupport
  1152. asterisk-20.4.0/contrib/scripts/autosupport.8
  1153. asterisk-20.4.0/contrib/scripts/clang-scan-build
  1154. asterisk-20.4.0/contrib/scripts/dahdi_span_config_hook
  1155. asterisk-20.4.0/contrib/scripts/dbsep.cgi
  1156. asterisk-20.4.0/contrib/scripts/file.convert.sh
  1157. asterisk-20.4.0/contrib/scripts/get_ilbc_source.sh
  1158. asterisk-20.4.0/contrib/scripts/get_mp3_source.sh
  1159. asterisk-20.4.0/contrib/scripts/get_swagger_ui.sh
  1160. asterisk-20.4.0/contrib/scripts/import-cdr-csv-mysql.pl
  1161. asterisk-20.4.0/contrib/scripts/install_prereq
  1162. asterisk-20.4.0/contrib/scripts/live_ast
  1163. asterisk-20.4.0/contrib/scripts/loadtest.tcl
  1164. asterisk-20.4.0/contrib/scripts/lookup.agi
  1165. asterisk-20.4.0/contrib/scripts/managerproxy.pl
  1166. asterisk-20.4.0/contrib/scripts/messages-expire.pl
  1167. asterisk-20.4.0/contrib/scripts/qview.pl
  1168. asterisk-20.4.0/contrib/scripts/refcounter.py
  1169. asterisk-20.4.0/contrib/scripts/reflocks.py
  1170. asterisk-20.4.0/contrib/scripts/refstats.py
  1171. asterisk-20.4.0/contrib/scripts/retrieve_extensions_from_mysql.pl
  1172. asterisk-20.4.0/contrib/scripts/retrieve_extensions_from_sql.pl
  1173. asterisk-20.4.0/contrib/scripts/retrieve_sip_conf_from_mysql.pl
  1174. asterisk-20.4.0/contrib/scripts/safe_asterisk
  1175. asterisk-20.4.0/contrib/scripts/safe_asterisk.8
  1176. asterisk-20.4.0/contrib/scripts/safe_asterisk_restart
  1177. asterisk-20.4.0/contrib/scripts/sip_nat_settings
  1178. asterisk-20.4.0/contrib/scripts/sip_to_pjsip/
  1179. asterisk-20.4.0/contrib/scripts/sip_to_pjsip/astconfigparser.py
  1180. asterisk-20.4.0/contrib/scripts/sip_to_pjsip/astdicts.py
  1181. asterisk-20.4.0/contrib/scripts/sip_to_pjsip/sip_to_pjsip.py
  1182. asterisk-20.4.0/contrib/scripts/sip_to_pjsip/sip_to_pjsql.py
  1183. asterisk-20.4.0/contrib/scripts/sip_to_pjsip/sqlconfigparser.py
  1184. asterisk-20.4.0/contrib/scripts/sipp-sendfax.xml
  1185. asterisk-20.4.0/contrib/scripts/spandspflow2pcap.log
  1186. asterisk-20.4.0/contrib/scripts/spandspflow2pcap.py
  1187. asterisk-20.4.0/contrib/scripts/valgrind_compare
  1188. asterisk-20.4.0/contrib/scripts/vmail.cgi
  1189. asterisk-20.4.0/contrib/scripts/voicemailpwcheck.py
  1190. asterisk-20.4.0/contrib/systemd/
  1191. asterisk-20.4.0/contrib/systemd/README.txt
  1192. asterisk-20.4.0/contrib/systemd/asterisk-ami.socket
  1193. asterisk-20.4.0/contrib/systemd/asterisk-amis.socket
  1194. asterisk-20.4.0/contrib/systemd/asterisk-cli.socket
  1195. asterisk-20.4.0/contrib/systemd/asterisk-http.socket
  1196. asterisk-20.4.0/contrib/systemd/asterisk-https.socket
  1197. asterisk-20.4.0/contrib/systemd/asterisk.service
  1198. asterisk-20.4.0/contrib/systemd/asterisk.socket
  1199. asterisk-20.4.0/contrib/thirdparty/
  1200. asterisk-20.4.0/contrib/thirdparty/spexxilbcfix_xlite.reg
  1201. asterisk-20.4.0/contrib/thirdparty/spexxilbcfix_xpro.reg
  1202. asterisk-20.4.0/contrib/unistimLang/
  1203. asterisk-20.4.0/contrib/unistimLang/en.po
  1204. asterisk-20.4.0/contrib/unistimLang/fr.po
  1205. asterisk-20.4.0/contrib/unistimLang/ru.po
  1206. asterisk-20.4.0/contrib/unistimLang/ru.po.utf8
  1207. asterisk-20.4.0/contrib/upstart/
  1208. asterisk-20.4.0/contrib/upstart/asterisk.upstart-0.3.9
  1209. asterisk-20.4.0/contrib/upstart/asterisk.user.conf
  1210. asterisk-20.4.0/contrib/utils/
  1211. asterisk-20.4.0/contrib/utils/README.rawplayer
  1212. asterisk-20.4.0/contrib/utils/eagi_proxy.c
  1213. asterisk-20.4.0/contrib/utils/rawplayer.c
  1214. asterisk-20.4.0/contrib/utils/zones2indications.c
  1215. asterisk-20.4.0/contrib/valgrind-RedHat-8.0.supp
  1216. asterisk-20.4.0/contrib/valgrind.supp
  1217. asterisk-20.4.0/default.exports
  1218. asterisk-20.4.0/doc/
  1219. asterisk-20.4.0/doc/.gitignore
  1220. asterisk-20.4.0/doc/CODING-GUIDELINES
  1221. asterisk-20.4.0/doc/Doxyfile.in
  1222. asterisk-20.4.0/doc/IAX2-security.pdf
  1223. asterisk-20.4.0/doc/IAX2-security.txt
  1224. asterisk-20.4.0/doc/Makefile
  1225. asterisk-20.4.0/doc/README.txt
  1226. asterisk-20.4.0/doc/aelparse.8
  1227. asterisk-20.4.0/doc/appdocsxml.dtd
  1228. asterisk-20.4.0/doc/appdocsxml.xslt
  1229. asterisk-20.4.0/doc/astdb2bdb.8
  1230. asterisk-20.4.0/doc/astdb2sqlite3.8
  1231. asterisk-20.4.0/doc/asterisk.8
  1232. asterisk-20.4.0/doc/asterisk.sgml
  1233. asterisk-20.4.0/doc/lang/
  1234. asterisk-20.4.0/doc/lang/hebrew.ods
  1235. asterisk-20.4.0/doc/lang/language-criteria.txt
  1236. asterisk-20.4.0/doc/lang/urdu.ods
  1237. asterisk-20.4.0/doc/lang/vietnamese.ods
  1238. asterisk-20.4.0/doc/smsq.8
  1239. asterisk-20.4.0/formats/
  1240. asterisk-20.4.0/formats/Makefile
  1241. asterisk-20.4.0/formats/format_g719.c
  1242. asterisk-20.4.0/formats/format_g723.c
  1243. asterisk-20.4.0/formats/format_g726.c
  1244. asterisk-20.4.0/formats/format_g729.c
  1245. asterisk-20.4.0/formats/format_gsm.c
  1246. asterisk-20.4.0/formats/format_h263.c
  1247. asterisk-20.4.0/formats/format_h264.c
  1248. asterisk-20.4.0/formats/format_ilbc.c
  1249. asterisk-20.4.0/formats/format_ogg_speex.c
  1250. asterisk-20.4.0/formats/format_ogg_vorbis.c
  1251. asterisk-20.4.0/formats/format_pcm.c
  1252. asterisk-20.4.0/formats/format_siren14.c
  1253. asterisk-20.4.0/formats/format_siren7.c
  1254. asterisk-20.4.0/formats/format_sln.c
  1255. asterisk-20.4.0/formats/format_vox.c
  1256. asterisk-20.4.0/formats/format_wav.c
  1257. asterisk-20.4.0/formats/format_wav_gsm.c
  1258. asterisk-20.4.0/formats/msgsm.h
  1259. asterisk-20.4.0/funcs/
  1260. asterisk-20.4.0/funcs/Makefile
  1261. asterisk-20.4.0/funcs/func_aes.c
  1262. asterisk-20.4.0/funcs/func_base64.c
  1263. asterisk-20.4.0/funcs/func_blacklist.c
  1264. asterisk-20.4.0/funcs/func_callcompletion.c
  1265. asterisk-20.4.0/funcs/func_callerid.c
  1266. asterisk-20.4.0/funcs/func_cdr.c
  1267. asterisk-20.4.0/funcs/func_channel.c
  1268. asterisk-20.4.0/funcs/func_config.c
  1269. asterisk-20.4.0/funcs/func_curl.c
  1270. asterisk-20.4.0/funcs/func_cut.c
  1271. asterisk-20.4.0/funcs/func_db.c
  1272. asterisk-20.4.0/funcs/func_devstate.c
  1273. asterisk-20.4.0/funcs/func_dialgroup.c
  1274. asterisk-20.4.0/funcs/func_dialplan.c
  1275. asterisk-20.4.0/funcs/func_enum.c
  1276. asterisk-20.4.0/funcs/func_env.c
  1277. asterisk-20.4.0/funcs/func_evalexten.c
  1278. asterisk-20.4.0/funcs/func_export.c
  1279. asterisk-20.4.0/funcs/func_extstate.c
  1280. asterisk-20.4.0/funcs/func_frame_drop.c
  1281. asterisk-20.4.0/funcs/func_frame_trace.c
  1282. asterisk-20.4.0/funcs/func_global.c
  1283. asterisk-20.4.0/funcs/func_groupcount.c
  1284. asterisk-20.4.0/funcs/func_hangupcause.c
  1285. asterisk-20.4.0/funcs/func_holdintercept.c
  1286. asterisk-20.4.0/funcs/func_iconv.c
  1287. asterisk-20.4.0/funcs/func_jitterbuffer.c
  1288. asterisk-20.4.0/funcs/func_json.c
  1289. asterisk-20.4.0/funcs/func_lock.c
  1290. asterisk-20.4.0/funcs/func_logic.c
  1291. asterisk-20.4.0/funcs/func_math.c
  1292. asterisk-20.4.0/funcs/func_md5.c
  1293. asterisk-20.4.0/funcs/func_module.c
  1294. asterisk-20.4.0/funcs/func_odbc.c
  1295. asterisk-20.4.0/funcs/func_periodic_hook.c
  1296. asterisk-20.4.0/funcs/func_periodic_hook.exports.in
  1297. asterisk-20.4.0/funcs/func_pitchshift.c
  1298. asterisk-20.4.0/funcs/func_pjsip_aor.c
  1299. asterisk-20.4.0/funcs/func_pjsip_contact.c
  1300. asterisk-20.4.0/funcs/func_pjsip_endpoint.c
  1301. asterisk-20.4.0/funcs/func_presencestate.c
  1302. asterisk-20.4.0/funcs/func_rand.c
  1303. asterisk-20.4.0/funcs/func_realtime.c
  1304. asterisk-20.4.0/funcs/func_sayfiles.c
  1305. asterisk-20.4.0/funcs/func_scramble.c
  1306. asterisk-20.4.0/funcs/func_sha1.c
  1307. asterisk-20.4.0/funcs/func_shell.c
  1308. asterisk-20.4.0/funcs/func_sorcery.c
  1309. asterisk-20.4.0/funcs/func_speex.c
  1310. asterisk-20.4.0/funcs/func_sprintf.c
  1311. asterisk-20.4.0/funcs/func_srv.c
  1312. asterisk-20.4.0/funcs/func_strings.c
  1313. asterisk-20.4.0/funcs/func_sysinfo.c
  1314. asterisk-20.4.0/funcs/func_talkdetect.c
  1315. asterisk-20.4.0/funcs/func_timeout.c
  1316. asterisk-20.4.0/funcs/func_uri.c
  1317. asterisk-20.4.0/funcs/func_version.c
  1318. asterisk-20.4.0/funcs/func_vmcount.c
  1319. asterisk-20.4.0/funcs/func_volume.c
  1320. asterisk-20.4.0/images/
  1321. asterisk-20.4.0/images/animlogo.gif
  1322. asterisk-20.4.0/images/asterisk-intro.jpg
  1323. asterisk-20.4.0/images/font.png
  1324. asterisk-20.4.0/images/kpad2.jpg
  1325. asterisk-20.4.0/images/play.gif
  1326. asterisk-20.4.0/include/
  1327. asterisk-20.4.0/include/asterisk.h
  1328. asterisk-20.4.0/include/asterisk/
  1329. asterisk-20.4.0/include/asterisk/.gitignore
  1330. asterisk-20.4.0/include/asterisk/_private.h
  1331. asterisk-20.4.0/include/asterisk/abstract_jb.h
  1332. asterisk-20.4.0/include/asterisk/acl.h
  1333. asterisk-20.4.0/include/asterisk/adsi.h
  1334. asterisk-20.4.0/include/asterisk/ael_structs.h
  1335. asterisk-20.4.0/include/asterisk/agi.h
  1336. asterisk-20.4.0/include/asterisk/alaw.h
  1337. asterisk-20.4.0/include/asterisk/alertpipe.h
  1338. asterisk-20.4.0/include/asterisk/aoc.h
  1339. asterisk-20.4.0/include/asterisk/app.h
  1340. asterisk-20.4.0/include/asterisk/ari.h
  1341. asterisk-20.4.0/include/asterisk/ast_expr.h
  1342. asterisk-20.4.0/include/asterisk/ast_version.h
  1343. asterisk-20.4.0/include/asterisk/astdb.h
  1344. asterisk-20.4.0/include/asterisk/astmm.h
  1345. asterisk-20.4.0/include/asterisk/astobj2.h
  1346. asterisk-20.4.0/include/asterisk/audiohook.h
  1347. asterisk-20.4.0/include/asterisk/autochan.h
  1348. asterisk-20.4.0/include/asterisk/autoconfig.h.in
  1349. asterisk-20.4.0/include/asterisk/backtrace.h
  1350. asterisk-20.4.0/include/asterisk/beep.h
  1351. asterisk-20.4.0/include/asterisk/bridge.h
  1352. asterisk-20.4.0/include/asterisk/bridge_after.h
  1353. asterisk-20.4.0/include/asterisk/bridge_basic.h
  1354. asterisk-20.4.0/include/asterisk/bridge_channel.h
  1355. asterisk-20.4.0/include/asterisk/bridge_channel_internal.h
  1356. asterisk-20.4.0/include/asterisk/bridge_features.h
  1357. asterisk-20.4.0/include/asterisk/bridge_internal.h
  1358. asterisk-20.4.0/include/asterisk/bridge_roles.h
  1359. asterisk-20.4.0/include/asterisk/bridge_technology.h
  1360. asterisk-20.4.0/include/asterisk/bucket.h
  1361. asterisk-20.4.0/include/asterisk/buildinfo.h
  1362. asterisk-20.4.0/include/asterisk/calendar.h
  1363. asterisk-20.4.0/include/asterisk/callerid.h
  1364. asterisk-20.4.0/include/asterisk/causes.h
  1365. asterisk-20.4.0/include/asterisk/ccss.h
  1366. asterisk-20.4.0/include/asterisk/cdr.h
  1367. asterisk-20.4.0/include/asterisk/cel.h
  1368. asterisk-20.4.0/include/asterisk/celt.h
  1369. asterisk-20.4.0/include/asterisk/channel.h
  1370. asterisk-20.4.0/include/asterisk/channel_internal.h
  1371. asterisk-20.4.0/include/asterisk/channelstate.h
  1372. asterisk-20.4.0/include/asterisk/chanvars.h
  1373. asterisk-20.4.0/include/asterisk/cli.h
  1374. asterisk-20.4.0/include/asterisk/codec.h
  1375. asterisk-20.4.0/include/asterisk/compat.h
  1376. asterisk-20.4.0/include/asterisk/compiler.h
  1377. asterisk-20.4.0/include/asterisk/config.h
  1378. asterisk-20.4.0/include/asterisk/config_options.h
  1379. asterisk-20.4.0/include/asterisk/conversions.h
  1380. asterisk-20.4.0/include/asterisk/core_local.h
  1381. asterisk-20.4.0/include/asterisk/core_unreal.h
  1382. asterisk-20.4.0/include/asterisk/crypto.h
  1383. asterisk-20.4.0/include/asterisk/data_buffer.h
  1384. asterisk-20.4.0/include/asterisk/datastore.h
  1385. asterisk-20.4.0/include/asterisk/devicestate.h
  1386. asterisk-20.4.0/include/asterisk/dial.h
  1387. asterisk-20.4.0/include/asterisk/dlinkedlists.h
  1388. asterisk-20.4.0/include/asterisk/dns.h
  1389. asterisk-20.4.0/include/asterisk/dns_core.h
  1390. asterisk-20.4.0/include/asterisk/dns_internal.h
  1391. asterisk-20.4.0/include/asterisk/dns_naptr.h
  1392. asterisk-20.4.0/include/asterisk/dns_query_set.h
  1393. asterisk-20.4.0/include/asterisk/dns_recurring.h
  1394. asterisk-20.4.0/include/asterisk/dns_resolver.h
  1395. asterisk-20.4.0/include/asterisk/dns_srv.h
  1396. asterisk-20.4.0/include/asterisk/dns_test.h
  1397. asterisk-20.4.0/include/asterisk/dns_tlsa.h
  1398. asterisk-20.4.0/include/asterisk/dns_txt.h
  1399. asterisk-20.4.0/include/asterisk/dnsmgr.h
  1400. asterisk-20.4.0/include/asterisk/doxygen/
  1401. asterisk-20.4.0/include/asterisk/doxygen/architecture.h
  1402. asterisk-20.4.0/include/asterisk/doxygen/licensing.h
  1403. asterisk-20.4.0/include/asterisk/doxyref.h
  1404. asterisk-20.4.0/include/asterisk/dsp.h
  1405. asterisk-20.4.0/include/asterisk/dundi.h
  1406. asterisk-20.4.0/include/asterisk/endian.h
  1407. asterisk-20.4.0/include/asterisk/endpoints.h
  1408. asterisk-20.4.0/include/asterisk/enum.h
  1409. asterisk-20.4.0/include/asterisk/event.h
  1410. asterisk-20.4.0/include/asterisk/event_defs.h
  1411. asterisk-20.4.0/include/asterisk/extconf.h
  1412. asterisk-20.4.0/include/asterisk/features.h
  1413. asterisk-20.4.0/include/asterisk/features_config.h
  1414. asterisk-20.4.0/include/asterisk/file.h
  1415. asterisk-20.4.0/include/asterisk/format.h
  1416. asterisk-20.4.0/include/asterisk/format_cache.h
  1417. asterisk-20.4.0/include/asterisk/format_cap.h
  1418. asterisk-20.4.0/include/asterisk/format_compatibility.h
  1419. asterisk-20.4.0/include/asterisk/frame.h
  1420. asterisk-20.4.0/include/asterisk/framehook.h
  1421. asterisk-20.4.0/include/asterisk/fskmodem.h
  1422. asterisk-20.4.0/include/asterisk/fskmodem_float.h
  1423. asterisk-20.4.0/include/asterisk/fskmodem_int.h
  1424. asterisk-20.4.0/include/asterisk/global_datastores.h
  1425. asterisk-20.4.0/include/asterisk/hashtab.h
  1426. asterisk-20.4.0/include/asterisk/heap.h
  1427. asterisk-20.4.0/include/asterisk/http.h
  1428. asterisk-20.4.0/include/asterisk/http_websocket.h
  1429. asterisk-20.4.0/include/asterisk/ilbc.h
  1430. asterisk-20.4.0/include/asterisk/image.h
  1431. asterisk-20.4.0/include/asterisk/indications.h
  1432. asterisk-20.4.0/include/asterisk/inline_api.h
  1433. asterisk-20.4.0/include/asterisk/io.h
  1434. asterisk-20.4.0/include/asterisk/iostream.h
  1435. asterisk-20.4.0/include/asterisk/json.h
  1436. asterisk-20.4.0/include/asterisk/linkedlists.h
  1437. asterisk-20.4.0/include/asterisk/localtime.h
  1438. asterisk-20.4.0/include/asterisk/lock.h
  1439. asterisk-20.4.0/include/asterisk/logger.h
  1440. asterisk-20.4.0/include/asterisk/logger_category.h
  1441. asterisk-20.4.0/include/asterisk/manager.h
  1442. asterisk-20.4.0/include/asterisk/max_forwards.h
  1443. asterisk-20.4.0/include/asterisk/md5.h
  1444. asterisk-20.4.0/include/asterisk/media_cache.h
  1445. asterisk-20.4.0/include/asterisk/media_index.h
  1446. asterisk-20.4.0/include/asterisk/message.h
  1447. asterisk-20.4.0/include/asterisk/mixmonitor.h
  1448. asterisk-20.4.0/include/asterisk/mod_format.h
  1449. asterisk-20.4.0/include/asterisk/module.h
  1450. asterisk-20.4.0/include/asterisk/monitor.h
  1451. asterisk-20.4.0/include/asterisk/multicast_rtp.h
  1452. asterisk-20.4.0/include/asterisk/musiconhold.h
  1453. asterisk-20.4.0/include/asterisk/mwi.h
  1454. asterisk-20.4.0/include/asterisk/named_locks.h
  1455. asterisk-20.4.0/include/asterisk/netsock2.h
  1456. asterisk-20.4.0/include/asterisk/network.h
  1457. asterisk-20.4.0/include/asterisk/optional_api.h
  1458. asterisk-20.4.0/include/asterisk/options.h
  1459. asterisk-20.4.0/include/asterisk/opus.h
  1460. asterisk-20.4.0/include/asterisk/parking.h
  1461. asterisk-20.4.0/include/asterisk/paths.h
  1462. asterisk-20.4.0/include/asterisk/pbx.h
  1463. asterisk-20.4.0/include/asterisk/phoneprov.h
  1464. asterisk-20.4.0/include/asterisk/pickup.h
  1465. asterisk-20.4.0/include/asterisk/pktccops.h
  1466. asterisk-20.4.0/include/asterisk/plc.h
  1467. asterisk-20.4.0/include/asterisk/poll-compat.h
  1468. asterisk-20.4.0/include/asterisk/presencestate.h
  1469. asterisk-20.4.0/include/asterisk/privacy.h
  1470. asterisk-20.4.0/include/asterisk/pval.h
  1471. asterisk-20.4.0/include/asterisk/res_aeap.h
  1472. asterisk-20.4.0/include/asterisk/res_aeap_message.h
  1473. asterisk-20.4.0/include/asterisk/res_audiosocket.h
  1474. asterisk-20.4.0/include/asterisk/res_fax.h
  1475. asterisk-20.4.0/include/asterisk/res_geolocation.h
  1476. asterisk-20.4.0/include/asterisk/res_hep.h
  1477. asterisk-20.4.0/include/asterisk/res_mwi_external.h
  1478. asterisk-20.4.0/include/asterisk/res_odbc.h
  1479. asterisk-20.4.0/include/asterisk/res_odbc_transaction.h
  1480. asterisk-20.4.0/include/asterisk/res_pjproject.h
  1481. asterisk-20.4.0/include/asterisk/res_pjsip.h
  1482. asterisk-20.4.0/include/asterisk/res_pjsip_body_generator_types.h
  1483. asterisk-20.4.0/include/asterisk/res_pjsip_cli.h
  1484. asterisk-20.4.0/include/asterisk/res_pjsip_outbound_publish.h
  1485. asterisk-20.4.0/include/asterisk/res_pjsip_presence_xml.h
  1486. asterisk-20.4.0/include/asterisk/res_pjsip_pubsub.h
  1487. asterisk-20.4.0/include/asterisk/res_pjsip_session.h
  1488. asterisk-20.4.0/include/asterisk/res_pjsip_session_caps.h
  1489. asterisk-20.4.0/include/asterisk/res_prometheus.h
  1490. asterisk-20.4.0/include/asterisk/res_srtp.h
  1491. asterisk-20.4.0/include/asterisk/res_stir_shaken.h
  1492. asterisk-20.4.0/include/asterisk/rtp_engine.h
  1493. asterisk-20.4.0/include/asterisk/say.h
  1494. asterisk-20.4.0/include/asterisk/sched.h
  1495. asterisk-20.4.0/include/asterisk/sdp_srtp.h
  1496. asterisk-20.4.0/include/asterisk/security_events.h
  1497. asterisk-20.4.0/include/asterisk/security_events_defs.h
  1498. asterisk-20.4.0/include/asterisk/select.h
  1499. asterisk-20.4.0/include/asterisk/sem.h
  1500. asterisk-20.4.0/include/asterisk/serializer.h
  1501. asterisk-20.4.0/include/asterisk/sha1.h
  1502. asterisk-20.4.0/include/asterisk/silk.h
  1503. asterisk-20.4.0/include/asterisk/sip_api.h
  1504. asterisk-20.4.0/include/asterisk/slin.h
  1505. asterisk-20.4.0/include/asterisk/slinfactory.h
  1506. asterisk-20.4.0/include/asterisk/smdi.h
  1507. asterisk-20.4.0/include/asterisk/smoother.h
  1508. asterisk-20.4.0/include/asterisk/sorcery.h
  1509. asterisk-20.4.0/include/asterisk/sounds_index.h
  1510. asterisk-20.4.0/include/asterisk/speech.h
  1511. asterisk-20.4.0/include/asterisk/spinlock.h
  1512. asterisk-20.4.0/include/asterisk/srv.h
  1513. asterisk-20.4.0/include/asterisk/stasis.h
  1514. asterisk-20.4.0/include/asterisk/stasis_app.h
  1515. asterisk-20.4.0/include/asterisk/stasis_app_device_state.h
  1516. asterisk-20.4.0/include/asterisk/stasis_app_impl.h
  1517. asterisk-20.4.0/include/asterisk/stasis_app_mailbox.h
  1518. asterisk-20.4.0/include/asterisk/stasis_app_playback.h
  1519. asterisk-20.4.0/include/asterisk/stasis_app_recording.h
  1520. asterisk-20.4.0/include/asterisk/stasis_app_snoop.h
  1521. asterisk-20.4.0/include/asterisk/stasis_bridges.h
  1522. asterisk-20.4.0/include/asterisk/stasis_cache_pattern.h
  1523. asterisk-20.4.0/include/asterisk/stasis_channels.h
  1524. asterisk-20.4.0/include/asterisk/stasis_endpoints.h
  1525. asterisk-20.4.0/include/asterisk/stasis_internal.h
  1526. asterisk-20.4.0/include/asterisk/stasis_message_router.h
  1527. asterisk-20.4.0/include/asterisk/stasis_state.h
  1528. asterisk-20.4.0/include/asterisk/stasis_system.h
  1529. asterisk-20.4.0/include/asterisk/stasis_test.h
  1530. asterisk-20.4.0/include/asterisk/statsd.h
  1531. asterisk-20.4.0/include/asterisk/stream.h
  1532. asterisk-20.4.0/include/asterisk/stringfields.h
  1533. asterisk-20.4.0/include/asterisk/strings.h
  1534. asterisk-20.4.0/include/asterisk/stun.h
  1535. asterisk-20.4.0/include/asterisk/syslog.h
  1536. asterisk-20.4.0/include/asterisk/taskprocessor.h
  1537. asterisk-20.4.0/include/asterisk/tcptls.h
  1538. asterisk-20.4.0/include/asterisk/tdd.h
  1539. asterisk-20.4.0/include/asterisk/term.h
  1540. asterisk-20.4.0/include/asterisk/test.h
  1541. asterisk-20.4.0/include/asterisk/threadpool.h
  1542. asterisk-20.4.0/include/asterisk/threadstorage.h
  1543. asterisk-20.4.0/include/asterisk/time.h
  1544. asterisk-20.4.0/include/asterisk/timing.h
  1545. asterisk-20.4.0/include/asterisk/transcap.h
  1546. asterisk-20.4.0/include/asterisk/translate.h
  1547. asterisk-20.4.0/include/asterisk/udptl.h
  1548. asterisk-20.4.0/include/asterisk/ulaw.h
  1549. asterisk-20.4.0/include/asterisk/unaligned.h
  1550. asterisk-20.4.0/include/asterisk/uri.h
  1551. asterisk-20.4.0/include/asterisk/utf8.h
  1552. asterisk-20.4.0/include/asterisk/utils.h
  1553. asterisk-20.4.0/include/asterisk/uuid.h
  1554. asterisk-20.4.0/include/asterisk/vector.h
  1555. asterisk-20.4.0/include/asterisk/version.h
  1556. asterisk-20.4.0/include/asterisk/xml.h
  1557. asterisk-20.4.0/include/asterisk/xmldoc.h
  1558. asterisk-20.4.0/include/asterisk/xmpp.h
  1559. asterisk-20.4.0/include/jitterbuf.h
  1560. asterisk-20.4.0/include/solaris-compat/
  1561. asterisk-20.4.0/include/solaris-compat/compat.h
  1562. asterisk-20.4.0/include/solaris-compat/sys/
  1563. asterisk-20.4.0/include/solaris-compat/sys/cdefs.h
  1564. asterisk-20.4.0/include/solaris-compat/sys/queue.h
  1565. asterisk-20.4.0/install-sh
  1566. asterisk-20.4.0/main/
  1567. asterisk-20.4.0/main/.gitignore
  1568. asterisk-20.4.0/main/Makefile
  1569. asterisk-20.4.0/main/abstract_jb.c
  1570. asterisk-20.4.0/main/acl.c
  1571. asterisk-20.4.0/main/adsi.c
  1572. asterisk-20.4.0/main/alaw.c
  1573. asterisk-20.4.0/main/alertpipe.c
  1574. asterisk-20.4.0/main/aoc.c
  1575. asterisk-20.4.0/main/app.c
  1576. asterisk-20.4.0/main/ast_expr2.c
  1577. asterisk-20.4.0/main/ast_expr2.fl
  1578. asterisk-20.4.0/main/ast_expr2.h
  1579. asterisk-20.4.0/main/ast_expr2.y
  1580. asterisk-20.4.0/main/ast_expr2f.c
  1581. asterisk-20.4.0/main/asterisk.c
  1582. asterisk-20.4.0/main/asterisk.dynamics
  1583. asterisk-20.4.0/main/asterisk.exports.in
  1584. asterisk-20.4.0/main/astfd.c
  1585. asterisk-20.4.0/main/astmm.c
  1586. asterisk-20.4.0/main/astobj2.c
  1587. asterisk-20.4.0/main/astobj2_container.c
  1588. asterisk-20.4.0/main/astobj2_container_private.h
  1589. asterisk-20.4.0/main/astobj2_global.c
  1590. asterisk-20.4.0/main/astobj2_hash.c
  1591. asterisk-20.4.0/main/astobj2_private.h
  1592. asterisk-20.4.0/main/astobj2_rbtree.c
  1593. asterisk-20.4.0/main/audiohook.c
  1594. asterisk-20.4.0/main/autochan.c
  1595. asterisk-20.4.0/main/autoservice.c
  1596. asterisk-20.4.0/main/backtrace.c
  1597. asterisk-20.4.0/main/bridge.c
  1598. asterisk-20.4.0/main/bridge_after.c
  1599. asterisk-20.4.0/main/bridge_basic.c
  1600. asterisk-20.4.0/main/bridge_channel.c
  1601. asterisk-20.4.0/main/bridge_roles.c
  1602. asterisk-20.4.0/main/bucket.c
  1603. asterisk-20.4.0/main/buildinfo.c
  1604. asterisk-20.4.0/main/callerid.c
  1605. asterisk-20.4.0/main/ccss.c
  1606. asterisk-20.4.0/main/cdr.c
  1607. asterisk-20.4.0/main/cel.c
  1608. asterisk-20.4.0/main/channel.c
  1609. asterisk-20.4.0/main/channel_internal_api.c
  1610. asterisk-20.4.0/main/chanvars.c
  1611. asterisk-20.4.0/main/cli.c
  1612. asterisk-20.4.0/main/codec.c
  1613. asterisk-20.4.0/main/codec_builtin.c
  1614. asterisk-20.4.0/main/config.c
  1615. asterisk-20.4.0/main/config_options.c
  1616. asterisk-20.4.0/main/conversions.c
  1617. asterisk-20.4.0/main/core_local.c
  1618. asterisk-20.4.0/main/core_unreal.c
  1619. asterisk-20.4.0/main/crypt.c
  1620. asterisk-20.4.0/main/cygload.c
  1621. asterisk-20.4.0/main/data_buffer.c
  1622. asterisk-20.4.0/main/datastore.c
  1623. asterisk-20.4.0/main/db.c
  1624. asterisk-20.4.0/main/devicestate.c
  1625. asterisk-20.4.0/main/dial.c
  1626. asterisk-20.4.0/main/dns.c
  1627. asterisk-20.4.0/main/dns_core.c
  1628. asterisk-20.4.0/main/dns_naptr.c
  1629. asterisk-20.4.0/main/dns_query_set.c
  1630. asterisk-20.4.0/main/dns_recurring.c
  1631. asterisk-20.4.0/main/dns_srv.c
  1632. asterisk-20.4.0/main/dns_system_resolver.c
  1633. asterisk-20.4.0/main/dns_test.c
  1634. asterisk-20.4.0/main/dns_tlsa.c
  1635. asterisk-20.4.0/main/dns_txt.c
  1636. asterisk-20.4.0/main/dnsmgr.c
  1637. asterisk-20.4.0/main/dsp.c
  1638. asterisk-20.4.0/main/ecdisa.h
  1639. asterisk-20.4.0/main/endpoints.c
  1640. asterisk-20.4.0/main/enum.c
  1641. asterisk-20.4.0/main/event.c
  1642. asterisk-20.4.0/main/features.c
  1643. asterisk-20.4.0/main/features_config.c
  1644. asterisk-20.4.0/main/features_config.h
  1645. asterisk-20.4.0/main/file.c
  1646. asterisk-20.4.0/main/fixedjitterbuf.c
  1647. asterisk-20.4.0/main/fixedjitterbuf.h
  1648. asterisk-20.4.0/main/format.c
  1649. asterisk-20.4.0/main/format_cache.c
  1650. asterisk-20.4.0/main/format_cap.c
  1651. asterisk-20.4.0/main/format_compatibility.c
  1652. asterisk-20.4.0/main/frame.c
  1653. asterisk-20.4.0/main/framehook.c
  1654. asterisk-20.4.0/main/fskmodem.c
  1655. asterisk-20.4.0/main/fskmodem_float.c
  1656. asterisk-20.4.0/main/fskmodem_int.c
  1657. asterisk-20.4.0/main/global_datastores.c
  1658. asterisk-20.4.0/main/hashtab.c
  1659. asterisk-20.4.0/main/heap.c
  1660. asterisk-20.4.0/main/http.c
  1661. asterisk-20.4.0/main/image.c
  1662. asterisk-20.4.0/main/indications.c
  1663. asterisk-20.4.0/main/io.c
  1664. asterisk-20.4.0/main/iostream.c
  1665. asterisk-20.4.0/main/jitterbuf.c
  1666. asterisk-20.4.0/main/json.c
  1667. asterisk-20.4.0/main/libasteriskpj.c
  1668. asterisk-20.4.0/main/libasteriskssl.c
  1669. asterisk-20.4.0/main/libasteriskssl.exports.in
  1670. asterisk-20.4.0/main/loader.c
  1671. asterisk-20.4.0/main/lock.c
  1672. asterisk-20.4.0/main/logger.c
  1673. asterisk-20.4.0/main/logger_category.c
  1674. asterisk-20.4.0/main/manager.c
  1675. asterisk-20.4.0/main/manager_bridges.c
  1676. asterisk-20.4.0/main/manager_channels.c
  1677. asterisk-20.4.0/main/manager_endpoints.c
  1678. asterisk-20.4.0/main/manager_mwi.c
  1679. asterisk-20.4.0/main/manager_system.c
  1680. asterisk-20.4.0/main/max_forwards.c
  1681. asterisk-20.4.0/main/md5.c
  1682. asterisk-20.4.0/main/media_cache.c
  1683. asterisk-20.4.0/main/media_index.c
  1684. asterisk-20.4.0/main/message.c
  1685. asterisk-20.4.0/main/mixmonitor.c
  1686. asterisk-20.4.0/main/mwi.c
  1687. asterisk-20.4.0/main/named_acl.c
  1688. asterisk-20.4.0/main/named_locks.c
  1689. asterisk-20.4.0/main/netsock2.c
  1690. asterisk-20.4.0/main/optional_api.c
  1691. asterisk-20.4.0/main/options.c
  1692. asterisk-20.4.0/main/parking.c
  1693. asterisk-20.4.0/main/pbx.c
  1694. asterisk-20.4.0/main/pbx_app.c
  1695. asterisk-20.4.0/main/pbx_builtins.c
  1696. asterisk-20.4.0/main/pbx_functions.c
  1697. asterisk-20.4.0/main/pbx_hangup_handler.c
  1698. asterisk-20.4.0/main/pbx_ignorepat.c
  1699. asterisk-20.4.0/main/pbx_include.c
  1700. asterisk-20.4.0/main/pbx_private.h
  1701. asterisk-20.4.0/main/pbx_sw.c
  1702. asterisk-20.4.0/main/pbx_switch.c
  1703. asterisk-20.4.0/main/pbx_timing.c
  1704. asterisk-20.4.0/main/pbx_variables.c
  1705. asterisk-20.4.0/main/pickup.c
  1706. asterisk-20.4.0/main/plc.c
  1707. asterisk-20.4.0/main/poll.c
  1708. asterisk-20.4.0/main/presencestate.c
  1709. asterisk-20.4.0/main/privacy.c
  1710. asterisk-20.4.0/main/rtp_engine.c
  1711. asterisk-20.4.0/main/say.c
  1712. asterisk-20.4.0/main/sched.c
  1713. asterisk-20.4.0/main/sdp_srtp.c
  1714. asterisk-20.4.0/main/security_events.c
  1715. asterisk-20.4.0/main/sem.c
  1716. asterisk-20.4.0/main/serializer.c
  1717. asterisk-20.4.0/main/sha1.c
  1718. asterisk-20.4.0/main/sip_api.c
  1719. asterisk-20.4.0/main/slinfactory.c
  1720. asterisk-20.4.0/main/smoother.c
  1721. asterisk-20.4.0/main/sorcery.c
  1722. asterisk-20.4.0/main/sounds.c
  1723. asterisk-20.4.0/main/srv.c
  1724. asterisk-20.4.0/main/stasis.c
  1725. asterisk-20.4.0/main/stasis_bridges.c
  1726. asterisk-20.4.0/main/stasis_cache.c
  1727. asterisk-20.4.0/main/stasis_cache_pattern.c
  1728. asterisk-20.4.0/main/stasis_channels.c
  1729. asterisk-20.4.0/main/stasis_endpoints.c
  1730. asterisk-20.4.0/main/stasis_message.c
  1731. asterisk-20.4.0/main/stasis_message_router.c
  1732. asterisk-20.4.0/main/stasis_state.c
  1733. asterisk-20.4.0/main/stasis_system.c
  1734. asterisk-20.4.0/main/stdtime/
  1735. asterisk-20.4.0/main/stdtime/Makefile
  1736. asterisk-20.4.0/main/stdtime/localtime.c
  1737. asterisk-20.4.0/main/stdtime/private.h
  1738. asterisk-20.4.0/main/stdtime/test.c
  1739. asterisk-20.4.0/main/stdtime/tzfile.h
  1740. asterisk-20.4.0/main/strcompat.c
  1741. asterisk-20.4.0/main/stream.c
  1742. asterisk-20.4.0/main/stringfields.c
  1743. asterisk-20.4.0/main/strings.c
  1744. asterisk-20.4.0/main/stun.c
  1745. asterisk-20.4.0/main/syslog.c
  1746. asterisk-20.4.0/main/taskprocessor.c
  1747. asterisk-20.4.0/main/tcptls.c
  1748. asterisk-20.4.0/main/tdd.c
  1749. asterisk-20.4.0/main/term.c
  1750. asterisk-20.4.0/main/test.c
  1751. asterisk-20.4.0/main/threadpool.c
  1752. asterisk-20.4.0/main/threadstorage.c
  1753. asterisk-20.4.0/main/time.c
  1754. asterisk-20.4.0/main/timing.c
  1755. asterisk-20.4.0/main/translate.c
  1756. asterisk-20.4.0/main/udptl.c
  1757. asterisk-20.4.0/main/ulaw.c
  1758. asterisk-20.4.0/main/uri.c
  1759. asterisk-20.4.0/main/utf8.c
  1760. asterisk-20.4.0/main/utils.c
  1761. asterisk-20.4.0/main/uuid.c
  1762. asterisk-20.4.0/main/xml.c
  1763. asterisk-20.4.0/main/xmldoc.c
  1764. asterisk-20.4.0/makeopts.in
  1765. asterisk-20.4.0/menuselect/
  1766. asterisk-20.4.0/menuselect/.gitignore
  1767. asterisk-20.4.0/menuselect/Makefile
  1768. asterisk-20.4.0/menuselect/README
  1769. asterisk-20.4.0/menuselect/autoconfig.h.in
  1770. asterisk-20.4.0/menuselect/config.guess
  1771. asterisk-20.4.0/menuselect/config.sub
  1772. asterisk-20.4.0/menuselect/configure
  1773. asterisk-20.4.0/menuselect/configure.ac
  1774. asterisk-20.4.0/menuselect/contrib/
  1775. asterisk-20.4.0/menuselect/contrib/Makefile-dummy
  1776. asterisk-20.4.0/menuselect/contrib/menuselect-dummy
  1777. asterisk-20.4.0/menuselect/example_menuselect-tree
  1778. asterisk-20.4.0/menuselect/install-sh
  1779. asterisk-20.4.0/menuselect/linkedlists.h
  1780. asterisk-20.4.0/menuselect/make_version
  1781. asterisk-20.4.0/menuselect/makeopts.in
  1782. asterisk-20.4.0/menuselect/menuselect.c
  1783. asterisk-20.4.0/menuselect/menuselect.h
  1784. asterisk-20.4.0/menuselect/menuselect_curses.c
  1785. asterisk-20.4.0/menuselect/menuselect_gtk.c
  1786. asterisk-20.4.0/menuselect/menuselect_newt.c
  1787. asterisk-20.4.0/menuselect/menuselect_stub.c
  1788. asterisk-20.4.0/menuselect/missing
  1789. asterisk-20.4.0/menuselect/strcompat.c
  1790. asterisk-20.4.0/menuselect/test/
  1791. asterisk-20.4.0/menuselect/test/build_tools/
  1792. asterisk-20.4.0/menuselect/test/build_tools/menuselect-deps
  1793. asterisk-20.4.0/menuselect/test/menuselect-tree
  1794. asterisk-20.4.0/missing
  1795. asterisk-20.4.0/mkinstalldirs
  1796. asterisk-20.4.0/pbx/
  1797. asterisk-20.4.0/pbx/Makefile
  1798. asterisk-20.4.0/pbx/ael/
  1799. asterisk-20.4.0/pbx/ael/ael-test/
  1800. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest10/
  1801. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest10/extensions.ael
  1802. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest12/
  1803. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest12/extensions.ael
  1804. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/
  1805. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/extensions.ael
  1806. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/qq.ael
  1807. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t1/
  1808. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t1/a.ael
  1809. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t1/b.ael
  1810. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t1/c.ael
  1811. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t2/
  1812. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t2/d.ael
  1813. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t2/e.ael
  1814. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t2/f.ael
  1815. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t3/
  1816. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t3/g.ael
  1817. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t3/h.ael
  1818. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t3/i.ael
  1819. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest22/t3/j.ael
  1820. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/
  1821. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/extensions.ael
  1822. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/qq.ael
  1823. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t1/
  1824. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t1/a.ael
  1825. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t1/b.ael
  1826. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t1/c.ael
  1827. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t2/
  1828. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t2/d.ael
  1829. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t2/e.ael
  1830. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t2/f.ael
  1831. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t3/
  1832. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t3/g.ael
  1833. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t3/h.ael
  1834. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t3/i.ael
  1835. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest23/t3/j.ael
  1836. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest24/
  1837. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest24/extensions.ael
  1838. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest9/
  1839. asterisk-20.4.0/pbx/ael/ael-test/ael-ntest9/extensions.ael
  1840. asterisk-20.4.0/pbx/ael/ael-test/ael-test1/
  1841. asterisk-20.4.0/pbx/ael/ael-test/ael-test1/extensions.ael
  1842. asterisk-20.4.0/pbx/ael/ael-test/ael-test11/
  1843. asterisk-20.4.0/pbx/ael/ael-test/ael-test11/extensions.ael
  1844. asterisk-20.4.0/pbx/ael/ael-test/ael-test14/
  1845. asterisk-20.4.0/pbx/ael/ael-test/ael-test14/extensions.ael
  1846. asterisk-20.4.0/pbx/ael/ael-test/ael-test15/
  1847. asterisk-20.4.0/pbx/ael/ael-test/ael-test15/extensions.ael
  1848. asterisk-20.4.0/pbx/ael/ael-test/ael-test16/
  1849. asterisk-20.4.0/pbx/ael/ael-test/ael-test16/extensions.ael
  1850. asterisk-20.4.0/pbx/ael/ael-test/ael-test18/
  1851. asterisk-20.4.0/pbx/ael/ael-test/ael-test18/extensions.ael
  1852. asterisk-20.4.0/pbx/ael/ael-test/ael-test19/
  1853. asterisk-20.4.0/pbx/ael/ael-test/ael-test19/extensions.ael
  1854. asterisk-20.4.0/pbx/ael/ael-test/ael-test2/
  1855. asterisk-20.4.0/pbx/ael/ael-test/ael-test2/apptest.ael2
  1856. asterisk-20.4.0/pbx/ael/ael-test/ael-test2/extensions.ael
  1857. asterisk-20.4.0/pbx/ael/ael-test/ael-test20/
  1858. asterisk-20.4.0/pbx/ael/ael-test/ael-test20/extensions.ael
  1859. asterisk-20.4.0/pbx/ael/ael-test/ael-test3/
  1860. asterisk-20.4.0/pbx/ael/ael-test/ael-test3/extensions.ael
  1861. asterisk-20.4.0/pbx/ael/ael-test/ael-test3/include1.ael2
  1862. asterisk-20.4.0/pbx/ael/ael-test/ael-test3/include2.ael2
  1863. asterisk-20.4.0/pbx/ael/ael-test/ael-test3/include3.ael2
  1864. asterisk-20.4.0/pbx/ael/ael-test/ael-test3/include4.ael2
  1865. asterisk-20.4.0/pbx/ael/ael-test/ael-test3/include5.ael2
  1866. asterisk-20.4.0/pbx/ael/ael-test/ael-test3/telemarket_torture.ael2
  1867. asterisk-20.4.0/pbx/ael/ael-test/ael-test4/
  1868. asterisk-20.4.0/pbx/ael/ael-test/ael-test4/apptest.ael2
  1869. asterisk-20.4.0/pbx/ael/ael-test/ael-test4/extensions.ael
  1870. asterisk-20.4.0/pbx/ael/ael-test/ael-test5/
  1871. asterisk-20.4.0/pbx/ael/ael-test/ael-test5/extensions.ael
  1872. asterisk-20.4.0/pbx/ael/ael-test/ael-test6/
  1873. asterisk-20.4.0/pbx/ael/ael-test/ael-test6/extensions.ael
  1874. asterisk-20.4.0/pbx/ael/ael-test/ael-test7/
  1875. asterisk-20.4.0/pbx/ael/ael-test/ael-test7/extensions.ael
  1876. asterisk-20.4.0/pbx/ael/ael-test/ael-test8/
  1877. asterisk-20.4.0/pbx/ael/ael-test/ael-test8/extensions.ael
  1878. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/
  1879. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/extensions.ael
  1880. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/include1.ael2
  1881. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/include2.ael2
  1882. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/include3.ael2
  1883. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/include4.ael2
  1884. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/include5.ael2
  1885. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest13/telemarket_torture.ael2
  1886. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest17/
  1887. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest17/extensions.ael
  1888. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest21/
  1889. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest21/extensions.ael
  1890. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest25/
  1891. asterisk-20.4.0/pbx/ael/ael-test/ael-vtest25/extensions.ael
  1892. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest10
  1893. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest12
  1894. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest22
  1895. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest23
  1896. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest24
  1897. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-ntest9
  1898. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test1
  1899. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test11
  1900. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test14
  1901. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test15
  1902. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test16
  1903. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test18
  1904. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test19
  1905. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test2
  1906. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test20
  1907. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test3
  1908. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test4
  1909. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test5
  1910. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test6
  1911. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test7
  1912. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-test8
  1913. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-vtest13
  1914. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-vtest17
  1915. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-vtest21
  1916. asterisk-20.4.0/pbx/ael/ael-test/ref.ael-vtest25
  1917. asterisk-20.4.0/pbx/ael/ael-test/runtests
  1918. asterisk-20.4.0/pbx/ael/ael-test/setref
  1919. asterisk-20.4.0/pbx/dundi-parser.c
  1920. asterisk-20.4.0/pbx/dundi-parser.h
  1921. asterisk-20.4.0/pbx/pbx_ael.c
  1922. asterisk-20.4.0/pbx/pbx_config.c
  1923. asterisk-20.4.0/pbx/pbx_dundi.c
  1924. asterisk-20.4.0/pbx/pbx_loopback.c
  1925. asterisk-20.4.0/pbx/pbx_lua.c
  1926. asterisk-20.4.0/pbx/pbx_realtime.c
  1927. asterisk-20.4.0/pbx/pbx_spool.c
  1928. asterisk-20.4.0/phoneprov/
  1929. asterisk-20.4.0/phoneprov/000000000000-directory.xml
  1930. asterisk-20.4.0/phoneprov/000000000000-phone.cfg
  1931. asterisk-20.4.0/phoneprov/000000000000.cfg
  1932. asterisk-20.4.0/phoneprov/polycom.xml
  1933. asterisk-20.4.0/phoneprov/polycom_line.xml
  1934. asterisk-20.4.0/phoneprov/snom-mac.xml
  1935. asterisk-20.4.0/res/
  1936. asterisk-20.4.0/res/Makefile
  1937. asterisk-20.4.0/res/ael/
  1938. asterisk-20.4.0/res/ael/.gitignore
  1939. asterisk-20.4.0/res/ael/ael.flex
  1940. asterisk-20.4.0/res/ael/ael.tab.c
  1941. asterisk-20.4.0/res/ael/ael.tab.h
  1942. asterisk-20.4.0/res/ael/ael.y
  1943. asterisk-20.4.0/res/ael/ael_lex.c
  1944. asterisk-20.4.0/res/ael/pval.c
  1945. asterisk-20.4.0/res/ari.make
  1946. asterisk-20.4.0/res/ari/
  1947. asterisk-20.4.0/res/ari/ari_model_validators.c
  1948. asterisk-20.4.0/res/ari/ari_model_validators.h
  1949. asterisk-20.4.0/res/ari/ari_websockets.c
  1950. asterisk-20.4.0/res/ari/cli.c
  1951. asterisk-20.4.0/res/ari/config.c
  1952. asterisk-20.4.0/res/ari/internal.h
  1953. asterisk-20.4.0/res/ari/resource_applications.c
  1954. asterisk-20.4.0/res/ari/resource_applications.h
  1955. asterisk-20.4.0/res/ari/resource_asterisk.c
  1956. asterisk-20.4.0/res/ari/resource_asterisk.h
  1957. asterisk-20.4.0/res/ari/resource_bridges.c
  1958. asterisk-20.4.0/res/ari/resource_bridges.h
  1959. asterisk-20.4.0/res/ari/resource_channels.c
  1960. asterisk-20.4.0/res/ari/resource_channels.h
  1961. asterisk-20.4.0/res/ari/resource_device_states.c
  1962. asterisk-20.4.0/res/ari/resource_device_states.h
  1963. asterisk-20.4.0/res/ari/resource_endpoints.c
  1964. asterisk-20.4.0/res/ari/resource_endpoints.h
  1965. asterisk-20.4.0/res/ari/resource_events.c
  1966. asterisk-20.4.0/res/ari/resource_events.h
  1967. asterisk-20.4.0/res/ari/resource_mailboxes.c
  1968. asterisk-20.4.0/res/ari/resource_mailboxes.h
  1969. asterisk-20.4.0/res/ari/resource_playbacks.c
  1970. asterisk-20.4.0/res/ari/resource_playbacks.h
  1971. asterisk-20.4.0/res/ari/resource_recordings.c
  1972. asterisk-20.4.0/res/ari/resource_recordings.h
  1973. asterisk-20.4.0/res/ari/resource_sounds.c
  1974. asterisk-20.4.0/res/ari/resource_sounds.h
  1975. asterisk-20.4.0/res/parking/
  1976. asterisk-20.4.0/res/parking/parking_applications.c
  1977. asterisk-20.4.0/res/parking/parking_bridge.c
  1978. asterisk-20.4.0/res/parking/parking_bridge_features.c
  1979. asterisk-20.4.0/res/parking/parking_controller.c
  1980. asterisk-20.4.0/res/parking/parking_devicestate.c
  1981. asterisk-20.4.0/res/parking/parking_manager.c
  1982. asterisk-20.4.0/res/parking/parking_tests.c
  1983. asterisk-20.4.0/res/parking/parking_ui.c
  1984. asterisk-20.4.0/res/parking/res_parking.h
  1985. asterisk-20.4.0/res/prometheus/
  1986. asterisk-20.4.0/res/prometheus/bridges.c
  1987. asterisk-20.4.0/res/prometheus/channels.c
  1988. asterisk-20.4.0/res/prometheus/cli.c
  1989. asterisk-20.4.0/res/prometheus/endpoints.c
  1990. asterisk-20.4.0/res/prometheus/pjsip_outbound_registrations.c
  1991. asterisk-20.4.0/res/prometheus/prometheus_internal.h
  1992. asterisk-20.4.0/res/res.xml
  1993. asterisk-20.4.0/res/res_adsi.c
  1994. asterisk-20.4.0/res/res_aeap.c
  1995. asterisk-20.4.0/res/res_aeap.exports.in
  1996. asterisk-20.4.0/res/res_aeap/
  1997. asterisk-20.4.0/res/res_aeap/aeap.c
  1998. asterisk-20.4.0/res/res_aeap/general.c
  1999. asterisk-20.4.0/res/res_aeap/general.h
  2000. asterisk-20.4.0/res/res_aeap/logger.h
  2001. asterisk-20.4.0/res/res_aeap/message.c
  2002. asterisk-20.4.0/res/res_aeap/message_json.c
  2003. asterisk-20.4.0/res/res_aeap/transaction.c
  2004. asterisk-20.4.0/res/res_aeap/transaction.h
  2005. asterisk-20.4.0/res/res_aeap/transport.c
  2006. asterisk-20.4.0/res/res_aeap/transport.h
  2007. asterisk-20.4.0/res/res_aeap/transport_websocket.c
  2008. asterisk-20.4.0/res/res_aeap/transport_websocket.h
  2009. asterisk-20.4.0/res/res_ael_share.c
  2010. asterisk-20.4.0/res/res_ael_share.exports.in
  2011. asterisk-20.4.0/res/res_agi.c
  2012. asterisk-20.4.0/res/res_agi.exports.in
  2013. asterisk-20.4.0/res/res_ari.c
  2014. asterisk-20.4.0/res/res_ari.exports.in
  2015. asterisk-20.4.0/res/res_ari_applications.c
  2016. asterisk-20.4.0/res/res_ari_asterisk.c
  2017. asterisk-20.4.0/res/res_ari_bridges.c
  2018. asterisk-20.4.0/res/res_ari_channels.c
  2019. asterisk-20.4.0/res/res_ari_device_states.c
  2020. asterisk-20.4.0/res/res_ari_endpoints.c
  2021. asterisk-20.4.0/res/res_ari_events.c
  2022. asterisk-20.4.0/res/res_ari_mailboxes.c
  2023. asterisk-20.4.0/res/res_ari_model.c
  2024. asterisk-20.4.0/res/res_ari_model.exports.in
  2025. asterisk-20.4.0/res/res_ari_playbacks.c
  2026. asterisk-20.4.0/res/res_ari_recordings.c
  2027. asterisk-20.4.0/res/res_ari_sounds.c
  2028. asterisk-20.4.0/res/res_audiosocket.c
  2029. asterisk-20.4.0/res/res_audiosocket.exports.in
  2030. asterisk-20.4.0/res/res_calendar.c
  2031. asterisk-20.4.0/res/res_calendar.exports.in
  2032. asterisk-20.4.0/res/res_calendar_caldav.c
  2033. asterisk-20.4.0/res/res_calendar_ews.c
  2034. asterisk-20.4.0/res/res_calendar_exchange.c
  2035. asterisk-20.4.0/res/res_calendar_icalendar.c
  2036. asterisk-20.4.0/res/res_chan_stats.c
  2037. asterisk-20.4.0/res/res_clialiases.c
  2038. asterisk-20.4.0/res/res_cliexec.c
  2039. asterisk-20.4.0/res/res_clioriginate.c
  2040. asterisk-20.4.0/res/res_config_curl.c
  2041. asterisk-20.4.0/res/res_config_ldap.c
  2042. asterisk-20.4.0/res/res_config_odbc.c
  2043. asterisk-20.4.0/res/res_config_pgsql.c
  2044. asterisk-20.4.0/res/res_config_sqlite3.c
  2045. asterisk-20.4.0/res/res_convert.c
  2046. asterisk-20.4.0/res/res_corosync.c
  2047. asterisk-20.4.0/res/res_crypto.c
  2048. asterisk-20.4.0/res/res_crypto.exports.in
  2049. asterisk-20.4.0/res/res_curl.c
  2050. asterisk-20.4.0/res/res_endpoint_stats.c
  2051. asterisk-20.4.0/res/res_fax.c
  2052. asterisk-20.4.0/res/res_fax.exports.in
  2053. asterisk-20.4.0/res/res_fax_spandsp.c
  2054. asterisk-20.4.0/res/res_format_attr_celt.c
  2055. asterisk-20.4.0/res/res_format_attr_g729.c
  2056. asterisk-20.4.0/res/res_format_attr_h263.c
  2057. asterisk-20.4.0/res/res_format_attr_h264.c
  2058. asterisk-20.4.0/res/res_format_attr_ilbc.c
  2059. asterisk-20.4.0/res/res_format_attr_opus.c
  2060. asterisk-20.4.0/res/res_format_attr_silk.c
  2061. asterisk-20.4.0/res/res_format_attr_siren14.c
  2062. asterisk-20.4.0/res/res_format_attr_siren7.c
  2063. asterisk-20.4.0/res/res_format_attr_vp8.c
  2064. asterisk-20.4.0/res/res_geolocation.c
  2065. asterisk-20.4.0/res/res_geolocation.exports.in
  2066. asterisk-20.4.0/res/res_geolocation/
  2067. asterisk-20.4.0/res/res_geolocation/eprofile_to_pidf.xslt
  2068. asterisk-20.4.0/res/res_geolocation/geoloc_civicaddr.c
  2069. asterisk-20.4.0/res/res_geolocation/geoloc_common.c
  2070. asterisk-20.4.0/res/res_geolocation/geoloc_config.c
  2071. asterisk-20.4.0/res/res_geolocation/geoloc_datastore.c
  2072. asterisk-20.4.0/res/res_geolocation/geoloc_dialplan.c
  2073. asterisk-20.4.0/res/res_geolocation/geoloc_doc.xml
  2074. asterisk-20.4.0/res/res_geolocation/geoloc_eprofile.c
  2075. asterisk-20.4.0/res/res_geolocation/geoloc_gml.c
  2076. asterisk-20.4.0/res/res_geolocation/geoloc_private.h
  2077. asterisk-20.4.0/res/res_geolocation/pidf_lo_test.xml
  2078. asterisk-20.4.0/res/res_geolocation/pidf_to_eprofile.xslt
  2079. asterisk-20.4.0/res/res_geolocation/wiki/
  2080. asterisk-20.4.0/res/res_geolocation/wiki/AsteriskImplementation.md
  2081. asterisk-20.4.0/res/res_geolocation/wiki/CivicAddress.md
  2082. asterisk-20.4.0/res/res_geolocation/wiki/GML.md
  2083. asterisk-20.4.0/res/res_geolocation/wiki/Geolocation.md
  2084. asterisk-20.4.0/res/res_geolocation/wiki/README.txt
  2085. asterisk-20.4.0/res/res_geolocation/wiki/ReferenceInformation.md
  2086. asterisk-20.4.0/res/res_geolocation/wiki/URI.md
  2087. asterisk-20.4.0/res/res_hep.c
  2088. asterisk-20.4.0/res/res_hep.exports.in
  2089. asterisk-20.4.0/res/res_hep_pjsip.c
  2090. asterisk-20.4.0/res/res_hep_rtcp.c
  2091. asterisk-20.4.0/res/res_http_media_cache.c
  2092. asterisk-20.4.0/res/res_http_post.c
  2093. asterisk-20.4.0/res/res_http_websocket.c
  2094. asterisk-20.4.0/res/res_http_websocket.exports.in
  2095. asterisk-20.4.0/res/res_limit.c
  2096. asterisk-20.4.0/res/res_manager_devicestate.c
  2097. asterisk-20.4.0/res/res_manager_presencestate.c
  2098. asterisk-20.4.0/res/res_monitor.c
  2099. asterisk-20.4.0/res/res_monitor.exports.in
  2100. asterisk-20.4.0/res/res_musiconhold.c
  2101. asterisk-20.4.0/res/res_mutestream.c
  2102. asterisk-20.4.0/res/res_mwi_devstate.c
  2103. asterisk-20.4.0/res/res_mwi_external.c
  2104. asterisk-20.4.0/res/res_mwi_external.exports.in
  2105. asterisk-20.4.0/res/res_mwi_external_ami.c
  2106. asterisk-20.4.0/res/res_odbc.c
  2107. asterisk-20.4.0/res/res_odbc.exports.in
  2108. asterisk-20.4.0/res/res_odbc_transaction.c
  2109. asterisk-20.4.0/res/res_odbc_transaction.exports.in
  2110. asterisk-20.4.0/res/res_parking.c
  2111. asterisk-20.4.0/res/res_phoneprov.c
  2112. asterisk-20.4.0/res/res_phoneprov.exports.in
  2113. asterisk-20.4.0/res/res_pjproject.c
  2114. asterisk-20.4.0/res/res_pjproject.exports.in
  2115. asterisk-20.4.0/res/res_pjsip.c
  2116. asterisk-20.4.0/res/res_pjsip.exports.in
  2117. asterisk-20.4.0/res/res_pjsip/
  2118. asterisk-20.4.0/res/res_pjsip/config_auth.c
  2119. asterisk-20.4.0/res/res_pjsip/config_domain_aliases.c
  2120. asterisk-20.4.0/res/res_pjsip/config_global.c
  2121. asterisk-20.4.0/res/res_pjsip/config_system.c
  2122. asterisk-20.4.0/res/res_pjsip/config_transport.c
  2123. asterisk-20.4.0/res/res_pjsip/include/
  2124. asterisk-20.4.0/res/res_pjsip/include/res_pjsip_private.h
  2125. asterisk-20.4.0/res/res_pjsip/location.c
  2126. asterisk-20.4.0/res/res_pjsip/pjsip_cli.c
  2127. asterisk-20.4.0/res/res_pjsip/pjsip_config.xml
  2128. asterisk-20.4.0/res/res_pjsip/pjsip_configuration.c
  2129. asterisk-20.4.0/res/res_pjsip/pjsip_distributor.c
  2130. asterisk-20.4.0/res/res_pjsip/pjsip_global_headers.c
  2131. asterisk-20.4.0/res/res_pjsip/pjsip_manager.xml
  2132. asterisk-20.4.0/res/res_pjsip/pjsip_message_filter.c
  2133. asterisk-20.4.0/res/res_pjsip/pjsip_options.c
  2134. asterisk-20.4.0/res/res_pjsip/pjsip_resolver.c
  2135. asterisk-20.4.0/res/res_pjsip/pjsip_scheduler.c
  2136. asterisk-20.4.0/res/res_pjsip/pjsip_session.c
  2137. asterisk-20.4.0/res/res_pjsip/pjsip_transport_events.c
  2138. asterisk-20.4.0/res/res_pjsip/pjsip_transport_management.c
  2139. asterisk-20.4.0/res/res_pjsip/presence_xml.c
  2140. asterisk-20.4.0/res/res_pjsip/security_agreements.c
  2141. asterisk-20.4.0/res/res_pjsip/security_events.c
  2142. asterisk-20.4.0/res/res_pjsip_acl.c
  2143. asterisk-20.4.0/res/res_pjsip_aoc.c
  2144. asterisk-20.4.0/res/res_pjsip_authenticator_digest.c
  2145. asterisk-20.4.0/res/res_pjsip_caller_id.c
  2146. asterisk-20.4.0/res/res_pjsip_config_wizard.c
  2147. asterisk-20.4.0/res/res_pjsip_dialog_info_body_generator.c
  2148. asterisk-20.4.0/res/res_pjsip_diversion.c
  2149. asterisk-20.4.0/res/res_pjsip_dlg_options.c
  2150. asterisk-20.4.0/res/res_pjsip_dtmf_info.c
  2151. asterisk-20.4.0/res/res_pjsip_empty_info.c
  2152. asterisk-20.4.0/res/res_pjsip_endpoint_identifier_anonymous.c
  2153. asterisk-20.4.0/res/res_pjsip_endpoint_identifier_ip.c
  2154. asterisk-20.4.0/res/res_pjsip_endpoint_identifier_user.c
  2155. asterisk-20.4.0/res/res_pjsip_exten_state.c
  2156. asterisk-20.4.0/res/res_pjsip_exten_state.exports.in
  2157. asterisk-20.4.0/res/res_pjsip_geolocation.c
  2158. asterisk-20.4.0/res/res_pjsip_header_funcs.c
  2159. asterisk-20.4.0/res/res_pjsip_history.c
  2160. asterisk-20.4.0/res/res_pjsip_logger.c
  2161. asterisk-20.4.0/res/res_pjsip_messaging.c
  2162. asterisk-20.4.0/res/res_pjsip_mwi.c
  2163. asterisk-20.4.0/res/res_pjsip_mwi_body_generator.c
  2164. asterisk-20.4.0/res/res_pjsip_nat.c
  2165. asterisk-20.4.0/res/res_pjsip_notify.c
  2166. asterisk-20.4.0/res/res_pjsip_one_touch_record_info.c
  2167. asterisk-20.4.0/res/res_pjsip_outbound_authenticator_digest.c
  2168. asterisk-20.4.0/res/res_pjsip_outbound_publish.c
  2169. asterisk-20.4.0/res/res_pjsip_outbound_publish.exports.in
  2170. asterisk-20.4.0/res/res_pjsip_outbound_registration.c
  2171. asterisk-20.4.0/res/res_pjsip_path.c
  2172. asterisk-20.4.0/res/res_pjsip_phoneprov_provider.c
  2173. asterisk-20.4.0/res/res_pjsip_pidf_body_generator.c
  2174. asterisk-20.4.0/res/res_pjsip_pidf_digium_body_supplement.c
  2175. asterisk-20.4.0/res/res_pjsip_pidf_eyebeam_body_supplement.c
  2176. asterisk-20.4.0/res/res_pjsip_publish_asterisk.c
  2177. asterisk-20.4.0/res/res_pjsip_pubsub.c
  2178. asterisk-20.4.0/res/res_pjsip_pubsub.exports.in
  2179. asterisk-20.4.0/res/res_pjsip_refer.c
  2180. asterisk-20.4.0/res/res_pjsip_registrar.c
  2181. asterisk-20.4.0/res/res_pjsip_rfc3326.c
  2182. asterisk-20.4.0/res/res_pjsip_rfc3329.c
  2183. asterisk-20.4.0/res/res_pjsip_sdp_rtp.c
  2184. asterisk-20.4.0/res/res_pjsip_send_to_voicemail.c
  2185. asterisk-20.4.0/res/res_pjsip_session.c
  2186. asterisk-20.4.0/res/res_pjsip_session.exports.in
  2187. asterisk-20.4.0/res/res_pjsip_session/
  2188. asterisk-20.4.0/res/res_pjsip_session/pjsip_session_caps.c
  2189. asterisk-20.4.0/res/res_pjsip_sips_contact.c
  2190. asterisk-20.4.0/res/res_pjsip_stir_shaken.c
  2191. asterisk-20.4.0/res/res_pjsip_t38.c
  2192. asterisk-20.4.0/res/res_pjsip_transport_websocket.c
  2193. asterisk-20.4.0/res/res_pjsip_xpidf_body_generator.c
  2194. asterisk-20.4.0/res/res_pktccops.c
  2195. asterisk-20.4.0/res/res_pktccops.exports.in
  2196. asterisk-20.4.0/res/res_prometheus.c
  2197. asterisk-20.4.0/res/res_prometheus.exports.in
  2198. asterisk-20.4.0/res/res_realtime.c
  2199. asterisk-20.4.0/res/res_remb_modifier.c
  2200. asterisk-20.4.0/res/res_resolver_unbound.c
  2201. asterisk-20.4.0/res/res_rtp_asterisk.c
  2202. asterisk-20.4.0/res/res_rtp_multicast.c
  2203. asterisk-20.4.0/res/res_rtp_multicast.exports.in
  2204. asterisk-20.4.0/res/res_security_log.c
  2205. asterisk-20.4.0/res/res_smdi.c
  2206. asterisk-20.4.0/res/res_smdi.exports.in
  2207. asterisk-20.4.0/res/res_snmp.c
  2208. asterisk-20.4.0/res/res_sorcery_astdb.c
  2209. asterisk-20.4.0/res/res_sorcery_config.c
  2210. asterisk-20.4.0/res/res_sorcery_memory.c
  2211. asterisk-20.4.0/res/res_sorcery_memory_cache.c
  2212. asterisk-20.4.0/res/res_sorcery_realtime.c
  2213. asterisk-20.4.0/res/res_speech.c
  2214. asterisk-20.4.0/res/res_speech.exports.in
  2215. asterisk-20.4.0/res/res_speech_aeap.c
  2216. asterisk-20.4.0/res/res_srtp.c
  2217. asterisk-20.4.0/res/res_srtp.exports.in
  2218. asterisk-20.4.0/res/res_stasis.c
  2219. asterisk-20.4.0/res/res_stasis.exports.in
  2220. asterisk-20.4.0/res/res_stasis_answer.c
  2221. asterisk-20.4.0/res/res_stasis_answer.exports.in
  2222. asterisk-20.4.0/res/res_stasis_device_state.c
  2223. asterisk-20.4.0/res/res_stasis_device_state.exports.in
  2224. asterisk-20.4.0/res/res_stasis_mailbox.c
  2225. asterisk-20.4.0/res/res_stasis_mailbox.exports.in
  2226. asterisk-20.4.0/res/res_stasis_playback.c
  2227. asterisk-20.4.0/res/res_stasis_playback.exports.in
  2228. asterisk-20.4.0/res/res_stasis_recording.c
  2229. asterisk-20.4.0/res/res_stasis_recording.exports.in
  2230. asterisk-20.4.0/res/res_stasis_snoop.c
  2231. asterisk-20.4.0/res/res_stasis_snoop.exports.in
  2232. asterisk-20.4.0/res/res_stasis_test.c
  2233. asterisk-20.4.0/res/res_stasis_test.exports.in
  2234. asterisk-20.4.0/res/res_statsd.c
  2235. asterisk-20.4.0/res/res_statsd.exports.in
  2236. asterisk-20.4.0/res/res_stir_shaken.c
  2237. asterisk-20.4.0/res/res_stir_shaken.exports.in
  2238. asterisk-20.4.0/res/res_stir_shaken/
  2239. asterisk-20.4.0/res/res_stir_shaken/certificate.c
  2240. asterisk-20.4.0/res/res_stir_shaken/certificate.h
  2241. asterisk-20.4.0/res/res_stir_shaken/curl.c
  2242. asterisk-20.4.0/res/res_stir_shaken/curl.h
  2243. asterisk-20.4.0/res/res_stir_shaken/general.c
  2244. asterisk-20.4.0/res/res_stir_shaken/general.h
  2245. asterisk-20.4.0/res/res_stir_shaken/profile.c
  2246. asterisk-20.4.0/res/res_stir_shaken/profile.h
  2247. asterisk-20.4.0/res/res_stir_shaken/profile_private.h
  2248. asterisk-20.4.0/res/res_stir_shaken/stir_shaken.c
  2249. asterisk-20.4.0/res/res_stir_shaken/stir_shaken.h
  2250. asterisk-20.4.0/res/res_stir_shaken/store.c
  2251. asterisk-20.4.0/res/res_stir_shaken/store.h
  2252. asterisk-20.4.0/res/res_stun_monitor.c
  2253. asterisk-20.4.0/res/res_timing_dahdi.c
  2254. asterisk-20.4.0/res/res_timing_kqueue.c
  2255. asterisk-20.4.0/res/res_timing_pthread.c
  2256. asterisk-20.4.0/res/res_timing_timerfd.c
  2257. asterisk-20.4.0/res/res_tonedetect.c
  2258. asterisk-20.4.0/res/res_xmpp.c
  2259. asterisk-20.4.0/res/res_xmpp.exports.in
  2260. asterisk-20.4.0/res/snmp/
  2261. asterisk-20.4.0/res/snmp/agent.c
  2262. asterisk-20.4.0/res/snmp/agent.h
  2263. asterisk-20.4.0/res/srtp/
  2264. asterisk-20.4.0/res/srtp/srtp_compat.h
  2265. asterisk-20.4.0/res/stasis/
  2266. asterisk-20.4.0/res/stasis/app.c
  2267. asterisk-20.4.0/res/stasis/app.h
  2268. asterisk-20.4.0/res/stasis/command.c
  2269. asterisk-20.4.0/res/stasis/command.h
  2270. asterisk-20.4.0/res/stasis/control.c
  2271. asterisk-20.4.0/res/stasis/control.h
  2272. asterisk-20.4.0/res/stasis/messaging.c
  2273. asterisk-20.4.0/res/stasis/messaging.h
  2274. asterisk-20.4.0/res/stasis/stasis_bridge.c
  2275. asterisk-20.4.0/res/stasis/stasis_bridge.h
  2276. asterisk-20.4.0/res/stasis_recording/
  2277. asterisk-20.4.0/res/stasis_recording/stored.c
  2278. asterisk-20.4.0/rest-api-templates/
  2279. asterisk-20.4.0/rest-api-templates/README.txt
  2280. asterisk-20.4.0/rest-api-templates/api.wiki.mustache
  2281. asterisk-20.4.0/rest-api-templates/ari.make.mustache
  2282. asterisk-20.4.0/rest-api-templates/ari_model_validators.c.mustache
  2283. asterisk-20.4.0/rest-api-templates/ari_model_validators.h.mustache
  2284. asterisk-20.4.0/rest-api-templates/ari_resource.c.mustache
  2285. asterisk-20.4.0/rest-api-templates/ari_resource.h.mustache
  2286. asterisk-20.4.0/rest-api-templates/asterisk_processor.py
  2287. asterisk-20.4.0/rest-api-templates/body_parsing.mustache
  2288. asterisk-20.4.0/rest-api-templates/do-not-edit.mustache
  2289. asterisk-20.4.0/rest-api-templates/make_ari_stubs.py
  2290. asterisk-20.4.0/rest-api-templates/models.wiki.mustache
  2291. asterisk-20.4.0/rest-api-templates/odict.py
  2292. asterisk-20.4.0/rest-api-templates/param_cleanup.mustache
  2293. asterisk-20.4.0/rest-api-templates/param_parsing.mustache
  2294. asterisk-20.4.0/rest-api-templates/res_ari_resource.c.mustache
  2295. asterisk-20.4.0/rest-api-templates/rest_handler.mustache
  2296. asterisk-20.4.0/rest-api-templates/swagger_model.py
  2297. asterisk-20.4.0/rest-api-templates/transform.py
  2298. asterisk-20.4.0/rest-api/
  2299. asterisk-20.4.0/rest-api/README.txt
  2300. asterisk-20.4.0/rest-api/api-docs/
  2301. asterisk-20.4.0/rest-api/api-docs/applications.json
  2302. asterisk-20.4.0/rest-api/api-docs/asterisk.json
  2303. asterisk-20.4.0/rest-api/api-docs/bridges.json
  2304. asterisk-20.4.0/rest-api/api-docs/channels.json
  2305. asterisk-20.4.0/rest-api/api-docs/deviceStates.json
  2306. asterisk-20.4.0/rest-api/api-docs/endpoints.json
  2307. asterisk-20.4.0/rest-api/api-docs/events.json
  2308. asterisk-20.4.0/rest-api/api-docs/mailboxes.json
  2309. asterisk-20.4.0/rest-api/api-docs/playbacks.json
  2310. asterisk-20.4.0/rest-api/api-docs/recordings.json
  2311. asterisk-20.4.0/rest-api/api-docs/sounds.json
  2312. asterisk-20.4.0/rest-api/resources.json
  2313. asterisk-20.4.0/sample.call
  2314. asterisk-20.4.0/sounds/
  2315. asterisk-20.4.0/sounds/Makefile
  2316. asterisk-20.4.0/sounds/sounds.xml
  2317. asterisk-20.4.0/static-http/
  2318. asterisk-20.4.0/static-http/ajamdemo.html
  2319. asterisk-20.4.0/static-http/astman.css
  2320. asterisk-20.4.0/static-http/astman.js
  2321. asterisk-20.4.0/static-http/mantest.html
  2322. asterisk-20.4.0/static-http/prototype.js
  2323. asterisk-20.4.0/tests/
  2324. asterisk-20.4.0/tests/CI/
  2325. asterisk-20.4.0/tests/CI/buildAsterisk.sh
  2326. asterisk-20.4.0/tests/CI/ci.functions
  2327. asterisk-20.4.0/tests/CI/findLibdir.sh
  2328. asterisk-20.4.0/tests/CI/gateTestGroups.json
  2329. asterisk-20.4.0/tests/CI/gates.jenkinsfile
  2330. asterisk-20.4.0/tests/CI/installAsterisk.sh
  2331. asterisk-20.4.0/tests/CI/periodic-dailyTestGroups.json
  2332. asterisk-20.4.0/tests/CI/periodics-daily.jenkinsfile
  2333. asterisk-20.4.0/tests/CI/processCoverage.sh
  2334. asterisk-20.4.0/tests/CI/publishAsteriskDocs.sh
  2335. asterisk-20.4.0/tests/CI/ref_debug.jenkinsfile
  2336. asterisk-20.4.0/tests/CI/ref_debugTestGroups.json
  2337. asterisk-20.4.0/tests/CI/runTestsuite.sh
  2338. asterisk-20.4.0/tests/CI/runUnittests.sh
  2339. asterisk-20.4.0/tests/CI/setupJenkinsEnvironment.sh
  2340. asterisk-20.4.0/tests/CI/setupRealtime.sh
  2341. asterisk-20.4.0/tests/CI/teardownRealtime.sh
  2342. asterisk-20.4.0/tests/CI/unittests.jenkinsfile
  2343. asterisk-20.4.0/tests/CI/universal-asterisk-nongerrit.jenkinsfile
  2344. asterisk-20.4.0/tests/Makefile
  2345. asterisk-20.4.0/tests/keys/
  2346. asterisk-20.4.0/tests/keys/rsa_key1.key
  2347. asterisk-20.4.0/tests/keys/rsa_key1.pub
  2348. asterisk-20.4.0/tests/test_abstract_jb.c
  2349. asterisk-20.4.0/tests/test_acl.c
  2350. asterisk-20.4.0/tests/test_aeap.c
  2351. asterisk-20.4.0/tests/test_aeap_speech.c
  2352. asterisk-20.4.0/tests/test_aeap_transaction.c
  2353. asterisk-20.4.0/tests/test_aeap_transport.c
  2354. asterisk-20.4.0/tests/test_ami_security_events.sh
  2355. asterisk-20.4.0/tests/test_amihooks.c
  2356. asterisk-20.4.0/tests/test_aoc.c
  2357. asterisk-20.4.0/tests/test_app.c
  2358. asterisk-20.4.0/tests/test_ari.c
  2359. asterisk-20.4.0/tests/test_ari_model.c
  2360. asterisk-20.4.0/tests/test_ast_format_str_reduce.c
  2361. asterisk-20.4.0/tests/test_astobj2.c
  2362. asterisk-20.4.0/tests/test_astobj2_thrash.c
  2363. asterisk-20.4.0/tests/test_astobj2_weaken.c
  2364. asterisk-20.4.0/tests/test_bridging.c
  2365. asterisk-20.4.0/tests/test_bucket.c
  2366. asterisk-20.4.0/tests/test_callerid.c
  2367. asterisk-20.4.0/tests/test_capture.c
  2368. asterisk-20.4.0/tests/test_cdr.c
  2369. asterisk-20.4.0/tests/test_cel.c
  2370. asterisk-20.4.0/tests/test_channel.c
  2371. asterisk-20.4.0/tests/test_channel_feature_hooks.c
  2372. asterisk-20.4.0/tests/test_config.c
  2373. asterisk-20.4.0/tests/test_conversions.c
  2374. asterisk-20.4.0/tests/test_core_codec.c
  2375. asterisk-20.4.0/tests/test_core_format.c
  2376. asterisk-20.4.0/tests/test_crypto.c
  2377. asterisk-20.4.0/tests/test_data_buffer.c
  2378. asterisk-20.4.0/tests/test_db.c
  2379. asterisk-20.4.0/tests/test_devicestate.c
  2380. asterisk-20.4.0/tests/test_dlinklists.c
  2381. asterisk-20.4.0/tests/test_dns.c
  2382. asterisk-20.4.0/tests/test_dns_naptr.c
  2383. asterisk-20.4.0/tests/test_dns_query_set.c
  2384. asterisk-20.4.0/tests/test_dns_recurring.c
  2385. asterisk-20.4.0/tests/test_dns_srv.c
  2386. asterisk-20.4.0/tests/test_endpoints.c
  2387. asterisk-20.4.0/tests/test_event.c
  2388. asterisk-20.4.0/tests/test_expr.c
  2389. asterisk-20.4.0/tests/test_file.c
  2390. asterisk-20.4.0/tests/test_format_cache.c
  2391. asterisk-20.4.0/tests/test_format_cap.c
  2392. asterisk-20.4.0/tests/test_func_file.c
  2393. asterisk-20.4.0/tests/test_gosub.c
  2394. asterisk-20.4.0/tests/test_hashtab_thrash.c
  2395. asterisk-20.4.0/tests/test_heap.c
  2396. asterisk-20.4.0/tests/test_http_media_cache.c
  2397. asterisk-20.4.0/tests/test_jitterbuf.c
  2398. asterisk-20.4.0/tests/test_json.c
  2399. asterisk-20.4.0/tests/test_linkedlists.c
  2400. asterisk-20.4.0/tests/test_locale.c
  2401. asterisk-20.4.0/tests/test_logger.c
  2402. asterisk-20.4.0/tests/test_media_cache.c
  2403. asterisk-20.4.0/tests/test_message.c
  2404. asterisk-20.4.0/tests/test_mwi.c
  2405. asterisk-20.4.0/tests/test_named_lock.c
  2406. asterisk-20.4.0/tests/test_netsock2.c
  2407. asterisk-20.4.0/tests/test_optional_api.c
  2408. asterisk-20.4.0/tests/test_pbx.c
  2409. asterisk-20.4.0/tests/test_poll.c
  2410. asterisk-20.4.0/tests/test_res_pjsip_scheduler.c
  2411. asterisk-20.4.0/tests/test_res_pjsip_session_caps.c
  2412. asterisk-20.4.0/tests/test_res_prometheus.c
  2413. asterisk-20.4.0/tests/test_res_rtp.c
  2414. asterisk-20.4.0/tests/test_res_stasis.c
  2415. asterisk-20.4.0/tests/test_sched.c
  2416. asterisk-20.4.0/tests/test_scope_trace.c
  2417. asterisk-20.4.0/tests/test_scoped_lock.c
  2418. asterisk-20.4.0/tests/test_security_events.c
  2419. asterisk-20.4.0/tests/test_skel.c
  2420. asterisk-20.4.0/tests/test_sorcery.c
  2421. asterisk-20.4.0/tests/test_sorcery_astdb.c
  2422. asterisk-20.4.0/tests/test_sorcery_memory_cache_thrash.c
  2423. asterisk-20.4.0/tests/test_sorcery_realtime.c
  2424. asterisk-20.4.0/tests/test_stasis.c
  2425. asterisk-20.4.0/tests/test_stasis_channels.c
  2426. asterisk-20.4.0/tests/test_stasis_endpoints.c
  2427. asterisk-20.4.0/tests/test_stasis_state.c
  2428. asterisk-20.4.0/tests/test_stream.c
  2429. asterisk-20.4.0/tests/test_stringfields.c
  2430. asterisk-20.4.0/tests/test_strings.c
  2431. asterisk-20.4.0/tests/test_substitution.c
  2432. asterisk-20.4.0/tests/test_taskprocessor.c
  2433. asterisk-20.4.0/tests/test_threadpool.c
  2434. asterisk-20.4.0/tests/test_time.c
  2435. asterisk-20.4.0/tests/test_uri.c
  2436. asterisk-20.4.0/tests/test_utils.c
  2437. asterisk-20.4.0/tests/test_uuid.c
  2438. asterisk-20.4.0/tests/test_vector.c
  2439. asterisk-20.4.0/tests/test_voicemail_api.c
  2440. asterisk-20.4.0/tests/test_websocket_client.c
  2441. asterisk-20.4.0/tests/test_xml_escape.c
  2442. asterisk-20.4.0/third-party/
  2443. asterisk-20.4.0/third-party/Makefile
  2444. asterisk-20.4.0/third-party/Makefile.rules
  2445. asterisk-20.4.0/third-party/apply_patches
  2446. asterisk-20.4.0/third-party/configure.m4
  2447. asterisk-20.4.0/third-party/jansson/
  2448. asterisk-20.4.0/third-party/jansson/.gitignore
  2449. asterisk-20.4.0/third-party/jansson/Makefile
  2450. asterisk-20.4.0/third-party/jansson/Makefile.rules
  2451. asterisk-20.4.0/third-party/jansson/configure.m4
  2452. asterisk-20.4.0/third-party/jansson/jansson-2.14.tar.bz2.md5
  2453. asterisk-20.4.0/third-party/jansson/patches/
  2454. asterisk-20.4.0/third-party/jansson/patches/README
  2455. asterisk-20.4.0/third-party/pjproject/
  2456. asterisk-20.4.0/third-party/pjproject/.gitignore
  2457. asterisk-20.4.0/third-party/pjproject/Makefile
  2458. asterisk-20.4.0/third-party/pjproject/Makefile.rules
  2459. asterisk-20.4.0/third-party/pjproject/README-hacking.md
  2460. asterisk-20.4.0/third-party/pjproject/configure.m4
  2461. asterisk-20.4.0/third-party/pjproject/dependency_utils
  2462. asterisk-20.4.0/third-party/pjproject/patches/
  2463. asterisk-20.4.0/third-party/pjproject/patches/0000-configure-ssl-library-path.patch
  2464. asterisk-20.4.0/third-party/pjproject/patches/0000-remove-third-party.patch
  2465. asterisk-20.4.0/third-party/pjproject/patches/0010-Make-sure-that-NOTIFY-tdata-is-set-before-sending-it_new-129fb323a66dd1fd16880fe5ba5e6a57.patch
  2466. asterisk-20.4.0/third-party/pjproject/patches/README
  2467. asterisk-20.4.0/third-party/pjproject/patches/asterisk_malloc_debug.c
  2468. asterisk-20.4.0/third-party/pjproject/patches/asterisk_malloc_debug.h
  2469. asterisk-20.4.0/third-party/pjproject/patches/config_site.h
  2470. asterisk-20.4.0/third-party/pjproject/patches/user.mak
  2471. asterisk-20.4.0/third-party/pjproject/pjproject-2.13.1.tar.bz2.md5
  2472. asterisk-20.4.0/third-party/versions.mak
  2473. asterisk-20.4.0/utils/
  2474. asterisk-20.4.0/utils/.gitignore
  2475. asterisk-20.4.0/utils/Makefile
  2476. asterisk-20.4.0/utils/ael_main.c
  2477. asterisk-20.4.0/utils/astcanary.c
  2478. asterisk-20.4.0/utils/astdb2bdb.c
  2479. asterisk-20.4.0/utils/astdb2sqlite3.c
  2480. asterisk-20.4.0/utils/astman.1
  2481. asterisk-20.4.0/utils/astman.c
  2482. asterisk-20.4.0/utils/check_expr.c
  2483. asterisk-20.4.0/utils/clicompat.c
  2484. asterisk-20.4.0/utils/conf_bridge_binaural_hrir_importer.c
  2485. asterisk-20.4.0/utils/conf_bridge_binaural_hrir_importer.h
  2486. asterisk-20.4.0/utils/db1-ast/
  2487. asterisk-20.4.0/utils/db1-ast/Makefile
  2488. asterisk-20.4.0/utils/db1-ast/btree/
  2489. asterisk-20.4.0/utils/db1-ast/btree/bt_close.c
  2490. asterisk-20.4.0/utils/db1-ast/btree/bt_conv.c
  2491. asterisk-20.4.0/utils/db1-ast/btree/bt_debug.c
  2492. asterisk-20.4.0/utils/db1-ast/btree/bt_delete.c
  2493. asterisk-20.4.0/utils/db1-ast/btree/bt_get.c
  2494. asterisk-20.4.0/utils/db1-ast/btree/bt_open.c
  2495. asterisk-20.4.0/utils/db1-ast/btree/bt_overflow.c
  2496. asterisk-20.4.0/utils/db1-ast/btree/bt_page.c
  2497. asterisk-20.4.0/utils/db1-ast/btree/bt_put.c
  2498. asterisk-20.4.0/utils/db1-ast/btree/bt_search.c
  2499. asterisk-20.4.0/utils/db1-ast/btree/bt_seq.c
  2500. asterisk-20.4.0/utils/db1-ast/btree/bt_split.c
  2501. asterisk-20.4.0/utils/db1-ast/btree/bt_utils.c
  2502. asterisk-20.4.0/utils/db1-ast/btree/btree.h
  2503. asterisk-20.4.0/utils/db1-ast/btree/extern.h
  2504. asterisk-20.4.0/utils/db1-ast/db/
  2505. asterisk-20.4.0/utils/db1-ast/db/db.c
  2506. asterisk-20.4.0/utils/db1-ast/hash/
  2507. asterisk-20.4.0/utils/db1-ast/hash/README
  2508. asterisk-20.4.0/utils/db1-ast/hash/extern.h
  2509. asterisk-20.4.0/utils/db1-ast/hash/hash.c
  2510. asterisk-20.4.0/utils/db1-ast/hash/hash.h
  2511. asterisk-20.4.0/utils/db1-ast/hash/hash_bigkey.c
  2512. asterisk-20.4.0/utils/db1-ast/hash/hash_buf.c
  2513. asterisk-20.4.0/utils/db1-ast/hash/hash_func.c
  2514. asterisk-20.4.0/utils/db1-ast/hash/hash_log2.c
  2515. asterisk-20.4.0/utils/db1-ast/hash/hash_page.c
  2516. asterisk-20.4.0/utils/db1-ast/hash/hsearch.c
  2517. asterisk-20.4.0/utils/db1-ast/hash/ndbm.c
  2518. asterisk-20.4.0/utils/db1-ast/hash/page.h
  2519. asterisk-20.4.0/utils/db1-ast/hash/search.h
  2520. asterisk-20.4.0/utils/db1-ast/include/
  2521. asterisk-20.4.0/utils/db1-ast/include/circ-queue.h
  2522. asterisk-20.4.0/utils/db1-ast/include/compat.h
  2523. asterisk-20.4.0/utils/db1-ast/include/db.h
  2524. asterisk-20.4.0/utils/db1-ast/include/mpool.h
  2525. asterisk-20.4.0/utils/db1-ast/include/ndbm.h
  2526. asterisk-20.4.0/utils/db1-ast/libdb.map
  2527. asterisk-20.4.0/utils/db1-ast/mpool/
  2528. asterisk-20.4.0/utils/db1-ast/mpool/README
  2529. asterisk-20.4.0/utils/db1-ast/mpool/mpool.c
  2530. asterisk-20.4.0/utils/db1-ast/recno/
  2531. asterisk-20.4.0/utils/db1-ast/recno/extern.h
  2532. asterisk-20.4.0/utils/db1-ast/recno/rec_close.c
  2533. asterisk-20.4.0/utils/db1-ast/recno/rec_delete.c
  2534. asterisk-20.4.0/utils/db1-ast/recno/rec_get.c
  2535. asterisk-20.4.0/utils/db1-ast/recno/rec_open.c
  2536. asterisk-20.4.0/utils/db1-ast/recno/rec_put.c
  2537. asterisk-20.4.0/utils/db1-ast/recno/rec_search.c
  2538. asterisk-20.4.0/utils/db1-ast/recno/rec_seq.c
  2539. asterisk-20.4.0/utils/db1-ast/recno/rec_utils.c
  2540. asterisk-20.4.0/utils/db1-ast/recno/recno.h
  2541. asterisk-20.4.0/utils/expr2.testinput
  2542. asterisk-20.4.0/utils/extconf.c
  2543. asterisk-20.4.0/utils/frame.c
  2544. asterisk-20.4.0/utils/frame.h
  2545. asterisk-20.4.0/utils/smsq.c
  2546. asterisk-20.4.0/utils/stereorize.c
  2547. asterisk-20.4.0/utils/streamplayer.c
  2548. asterisk-20.4.0/utils/utils.xml
  2549. asterisk-20.4.0/sounds/asterisk-core-sounds-en-gsm-1.6.1.tar.gz
  2550. asterisk-20.4.0/sounds/asterisk-moh-opsound-wav-2.03.tar.gz
  2551. vicibox11:/usr/src # cd asterisk-20.4.0/
  2552. vicibox11:/usr/src/asterisk-20.4.0 # contrib/scripts/install_prereq install
  2553. #############################################
  2554. ## install completed successfully
  2555. #############################################
  2556. vicibox11:/usr/src/asterisk-20.4.0 #
  2557. vicibox11:/usr/src/asterisk-20.4.0 #
  2558. vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
  2559. checking build system type... x86_64-pc-linux-gnu
  2560. checking host system type... x86_64-pc-linux-gnu
  2561. checking for gcc... no
  2562. checking for cc... no
  2563. configure: error: in `/usr/src/asterisk-20.4.0':
  2564. configure: error: no acceptable C compiler found in $PATH
  2565. See `config.log' for more details
  2566. vicibox11:/usr/src/asterisk-20.4.0 #
  2567. vicibox11:/usr/src/asterisk-20.4.0 #
  2568. vicibox11:/usr/src/asterisk-20.4.0 #
  2569. vicibox11:/usr/src/asterisk-20.4.0 # apt install gcc
  2570. apt: command not found
  2571. vicibox11:/usr/src/asterisk-20.4.0 # git clone https://github.com/asterisk/asterisk^C
  2572. vicibox11:/usr/src/asterisk-20.4.0 # zypper install gcc8
  2573. Loading repository data...
  2574. Reading installed packages...
  2575. Resolving package dependencies...
  2576.  
  2577. The following 2 packages are suggested, but will not be installed:
  2578. gcc8-info gcc8-locale
  2579.  
  2580. The following 13 NEW packages are going to be installed:
  2581. cpp8 gcc8 libasan5 libatomic1 libisl15 libitm1 liblsan0 libmpc3 libmpfr6 libmpx2 libmpxwrappers2 libtsan0 libubsan1
  2582.  
  2583. 13 new packages to install.
  2584. Overall download size: 32.6 MiB. Already cached: 0 B. After the operation, additional 117.4 MiB will be used.
  2585. Continue? [y/n/v/...? shows all options] (y): y
  2586. Retrieving: libasan5-9.3.1+git1296-1.6.1.x86_64 (openSUSE-Leap-15.5-OSS) (1/13), 395.6 KiB
  2587. Retrieving: libasan5-9.3.1+git1296-1.6.1.x86_64.rpm ..............................................................................................................................[done (1.3 MiB/s)]
  2588. Retrieving: libisl15-0.18-1.443.x86_64 (openSUSE-Leap-15.5-OSS) (2/13), 550.6 KiB
  2589. Retrieving: libisl15-0.18-1.443.x86_64.rpm .......................................................................................................................................[done (2.2 MiB/s)]
  2590. Retrieving: libmpfr6-4.0.2-3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (3/13), 216.1 KiB
  2591. Retrieving: libmpfr6-4.0.2-3.3.1.x86_64.rpm ......................................................................................................................................[done (1.1 MiB/s)]
  2592. Retrieving: libmpx2-8.2.1+r264010-150000.1.6.4.x86_64 (openSUSE-Leap-15.5-OSS) (4/13), 19.4 KiB
  2593. Retrieving: libmpx2-8.2.1+r264010-150000.1.6.4.x86_64.rpm .......................................................................................................................[done (16.3 KiB/s)]
  2594. Retrieving: libmpxwrappers2-8.2.1+r264010-150000.1.6.4.x86_64 (openSUSE-Leap-15.5-OSS) (5/13), 18.1 KiB
  2595. Retrieving: libmpxwrappers2-8.2.1+r264010-150000.1.6.4.x86_64.rpm ............................................................................................................................[done]
  2596. Retrieving: libtsan0-11.3.0+git1637-150000.1.11.2.x86_64 (openSUSE-Leap-15.5-OSS) (6/13), 328.9 KiB
  2597. Retrieving: libtsan0-11.3.0+git1637-150000.1.11.2.x86_64.rpm .....................................................................................................................[done (1.6 MiB/s)]
  2598. Retrieving: libmpc3-1.1.0-1.47.x86_64 (openSUSE-Leap-15.5-OSS) (7/13), 49.6 KiB
  2599. Retrieving: libmpc3-1.1.0-1.47.x86_64.rpm .......................................................................................................................................[done (24.0 KiB/s)]
  2600. Retrieving: cpp8-8.2.1+r264010-150000.1.6.4.x86_64 (openSUSE-Leap-15.5-OSS) (8/13), 8.1 MiB
  2601. Retrieving: cpp8-8.2.1+r264010-150000.1.6.4.x86_64.rpm ...........................................................................................................................[done (2.1 MiB/s)]
  2602. Retrieving: libatomic1-12.3.0+git1204-150000.1.10.1.x86_64 (openSUSE-SLE-15.5-Updates) (9/13), 23.6 KiB
  2603. Retrieving: libatomic1-12.3.0+git1204-150000.1.10.1.x86_64.rpm ..................................................................................................................[done (17.5 KiB/s)]
  2604. Retrieving: libitm1-12.3.0+git1204-150000.1.10.1.x86_64 (openSUSE-SLE-15.5-Updates) (10/13), 39.9 KiB
  2605. Retrieving: libitm1-12.3.0+git1204-150000.1.10.1.x86_64.rpm ..................................................................................................................................[done]
  2606. Retrieving: liblsan0-12.3.0+git1204-150000.1.10.1.x86_64 (openSUSE-SLE-15.5-Updates) (11/13), 167.9 KiB
  2607. Retrieving: liblsan0-12.3.0+git1204-150000.1.10.1.x86_64.rpm ...................................................................................................................[done (488.9 KiB/s)]
  2608. Retrieving: libubsan1-12.3.0+git1204-150000.1.10.1.x86_64 (openSUSE-SLE-15.5-Updates) (12/13), 157.1 KiB
  2609. Retrieving: libubsan1-12.3.0+git1204-150000.1.10.1.x86_64.rpm ..................................................................................................................[done (765.6 KiB/s)]
  2610. Retrieving: gcc8-8.2.1+r264010-150000.1.6.4.x86_64 (openSUSE-Leap-15.5-OSS) (13/13), 22.5 MiB
  2611. Retrieving: gcc8-8.2.1+r264010-150000.1.6.4.x86_64.rpm ...........................................................................................................................[done (3.1 MiB/s)]
  2612.  
  2613. Checking for file conflicts: .................................................................................................................................................................[done]
  2614. ( 1/13) Installing: libasan5-9.3.1+git1296-1.6.1.x86_64 ......................................................................................................................................[done]
  2615. ( 2/13) Installing: libisl15-0.18-1.443.x86_64 ...............................................................................................................................................[done]
  2616. ( 3/13) Installing: libmpfr6-4.0.2-3.3.1.x86_64 ..............................................................................................................................................[done]
  2617. ( 4/13) Installing: libmpx2-8.2.1+r264010-150000.1.6.4.x86_64 ................................................................................................................................[done]
  2618. ( 5/13) Installing: libmpxwrappers2-8.2.1+r264010-150000.1.6.4.x86_64 ........................................................................................................................[done]
  2619. ( 6/13) Installing: libtsan0-11.3.0+git1637-150000.1.11.2.x86_64 .............................................................................................................................[done]
  2620. ( 7/13) Installing: libmpc3-1.1.0-1.47.x86_64 ................................................................................................................................................[done]
  2621. ( 8/13) Installing: cpp8-8.2.1+r264010-150000.1.6.4.x86_64 ...................................................................................................................................[done]
  2622. ( 9/13) Installing: libatomic1-12.3.0+git1204-150000.1.10.1.x86_64 ...........................................................................................................................[done]
  2623. (10/13) Installing: libitm1-12.3.0+git1204-150000.1.10.1.x86_64 ..............................................................................................................................[done]
  2624. (11/13) Installing: liblsan0-12.3.0+git1204-150000.1.10.1.x86_64 .............................................................................................................................[done]
  2625. (12/13) Installing: libubsan1-12.3.0+git1204-150000.1.10.1.x86_64 ............................................................................................................................[done]
  2626. (13/13) Installing: gcc8-8.2.1+r264010-150000.1.6.4.x86_64 ...................................................................................................................................[done]
  2627. vicibox11:/usr/src/asterisk-20.4.0 #
  2628. vicibox11:/usr/src/asterisk-20.4.0 #
  2629. vicibox11:/usr/src/asterisk-20.4.0 #
  2630. vicibox11:/usr/src/asterisk-20.4.0 #
  2631. vicibox11:/usr/src/asterisk-20.4.0 #
  2632. vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
  2633. checking build system type... x86_64-pc-linux-gnu
  2634. checking host system type... x86_64-pc-linux-gnu
  2635. checking for gcc... no
  2636. checking for cc... no
  2637. configure: error: in `/usr/src/asterisk-20.4.0':
  2638. configure: error: no acceptable C compiler found in $PATH
  2639. See `config.log' for more details
  2640. vicibox11:/usr/src/asterisk-20.4.0 # zypper install gcc-c++
  2641. Loading repository data...
  2642. Reading installed packages...
  2643. Resolving package dependencies...
  2644.  
  2645. The following 10 NEW packages are going to be installed:
  2646. cpp cpp7 gcc gcc-c++ gcc7 gcc7-c++ libasan4 libcilkrts5 libstdc++6-devel-gcc7 libubsan0
  2647.  
  2648. 10 new packages to install.
  2649. Overall download size: 43.7 MiB. Already cached: 0 B. After the operation, additional 156.1 MiB will be used.
  2650. Continue? [y/n/v/...? shows all options] (y): y
  2651. Retrieving: cpp7-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (1/10), 7.9 MiB
  2652. Retrieving: cpp7-7.5.0+r278197-4.30.1.x86_64.rpm .................................................................................................................................[done (2.9 MiB/s)]
  2653. Retrieving: libasan4-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/10), 362.2 KiB
  2654. Retrieving: libasan4-7.5.0+r278197-4.30.1.x86_64.rpm .............................................................................................................................[done (2.5 MiB/s)]
  2655. Retrieving: libcilkrts5-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (3/10), 65.7 KiB
  2656. Retrieving: libcilkrts5-7.5.0+r278197-4.30.1.x86_64.rpm .........................................................................................................................[done (21.4 KiB/s)]
  2657. Retrieving: libstdc++6-devel-gcc7-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (4/10), 6.7 MiB
  2658. Retrieving: libstdc++6-devel-gcc7-7.5.0+r278197-4.30.1.x86_64.rpm ................................................................................................................[done (2.6 MiB/s)]
  2659. Retrieving: libubsan0-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (5/10), 138.9 KiB
  2660. Retrieving: libubsan0-7.5.0+r278197-4.30.1.x86_64.rpm ............................................................................................................................[done (1.2 MiB/s)]
  2661. Retrieving: cpp-7-3.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (6/10), 9.4 KiB
  2662. Retrieving: cpp-7-3.9.1.x86_64.rpm ...........................................................................................................................................................[done]
  2663. Retrieving: gcc7-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (7/10), 19.7 MiB
  2664. Retrieving: gcc7-7.5.0+r278197-4.30.1.x86_64.rpm .................................................................................................................................[done (3.9 MiB/s)]
  2665. Retrieving: gcc7-c++-7.5.0+r278197-4.30.1.x86_64 (openSUSE-Leap-15.5-OSS) (8/10), 8.9 MiB
  2666. Retrieving: gcc7-c++-7.5.0+r278197-4.30.1.x86_64.rpm .............................................................................................................................[done (4.0 MiB/s)]
  2667. Retrieving: gcc-7-3.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (9/10), 10.4 KiB
  2668. Retrieving: gcc-7-3.9.1.x86_64.rpm ...........................................................................................................................................................[done]
  2669. Retrieving: gcc-c++-7-3.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (10/10), 9.2 KiB
  2670. Retrieving: gcc-c++-7-3.9.1.x86_64.rpm .......................................................................................................................................................[done]
  2671.  
  2672. Checking for file conflicts: .................................................................................................................................................................[done]
  2673. ( 1/10) Installing: cpp7-7.5.0+r278197-4.30.1.x86_64 .........................................................................................................................................[done]
  2674. ( 2/10) Installing: libasan4-7.5.0+r278197-4.30.1.x86_64 .....................................................................................................................................[done]
  2675. ( 3/10) Installing: libcilkrts5-7.5.0+r278197-4.30.1.x86_64 ..................................................................................................................................[done]
  2676. ( 4/10) Installing: libstdc++6-devel-gcc7-7.5.0+r278197-4.30.1.x86_64 ........................................................................................................................[done]
  2677. ( 5/10) Installing: libubsan0-7.5.0+r278197-4.30.1.x86_64 ....................................................................................................................................[done]
  2678. ( 6/10) Installing: cpp-7-3.9.1.x86_64 .......................................................................................................................................................[done]
  2679. ( 7/10) Installing: gcc7-7.5.0+r278197-4.30.1.x86_64 .........................................................................................................................................[done]
  2680. ( 8/10) Installing: gcc7-c++-7.5.0+r278197-4.30.1.x86_64 .....................................................................................................................................[done]
  2681. ( 9/10) Installing: gcc-7-3.9.1.x86_64 .......................................................................................................................................................[done]
  2682. (10/10) Installing: gcc-c++-7-3.9.1.x86_64 ...................................................................................................................................................[done]
  2683. vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
  2684. checking build system type... x86_64-pc-linux-gnu
  2685. checking host system type... x86_64-pc-linux-gnu
  2686. checking for gcc... gcc
  2687. checking whether the C compiler works... yes
  2688. checking for C compiler default output file name... a.out
  2689. checking for suffix of executables...
  2690. checking whether we are cross compiling... no
  2691. checking for suffix of object files... o
  2692. checking whether we are using the GNU C compiler... yes
  2693. checking whether gcc accepts -g... yes
  2694. checking for gcc option to accept ISO C89... none needed
  2695. checking how to run the C preprocessor... gcc -E
  2696. checking for grep that handles long lines and -e... /usr/bin/grep
  2697. checking for egrep... /usr/bin/grep -E
  2698. checking for ANSI C header files... yes
  2699. checking for sys/types.h... yes
  2700. checking for sys/stat.h... yes
  2701. checking for stdlib.h... yes
  2702. checking for string.h... yes
  2703. checking for memory.h... yes
  2704. checking for strings.h... yes
  2705. checking for inttypes.h... yes
  2706. checking for stdint.h... yes
  2707. checking for unistd.h... yes
  2708. checking minix/config.h usability... no
  2709. checking minix/config.h presence... no
  2710. checking for minix/config.h... no
  2711. checking whether it is safe to define __EXTENSIONS__... yes
  2712. checking whether char is unsigned... no
  2713. checking for uname... /usr/bin/uname
  2714. checking for g++... g++
  2715. checking whether we are using the GNU C++ compiler... yes
  2716. checking whether g++ accepts -g... yes
  2717. checking how to run the C preprocessor... gcc -E
  2718. checking how to run the C++ preprocessor... g++ -E
  2719. checking for a sed that does not truncate output... /usr/bin/sed
  2720. checking for egrep... grep -E
  2721. checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
  2722. checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
  2723. checking for gawk... gawk
  2724. checking for a BSD-compatible install... /usr/bin/install -c
  2725. checking whether ln -s works... yes
  2726. checking for ranlib... ranlib
  2727. checking for GNU make... Not Found
  2728. configure: error: *** Please install GNU make. It is required to build Asterisk!
  2729. vicibox11:/usr/src/asterisk-20.4.0 # zypper install make
  2730. Loading repository data...
  2731. Reading installed packages...
  2732. Resolving package dependencies...
  2733.  
  2734. The following recommended package was automatically selected:
  2735. make-lang
  2736.  
  2737. The following 3 NEW packages are going to be installed:
  2738. make make-lang site-config
  2739.  
  2740. 3 new packages to install.
  2741. Overall download size: 462.7 KiB. Already cached: 0 B. After the operation, additional 1.3 MiB will be used.
  2742. Continue? [y/n/v/...? shows all options] (y): y
  2743. Retrieving: make-4.2.1-7.3.2.x86_64 (openSUSE-Leap-15.5-OSS) (1/3), 281.7 KiB
  2744. Retrieving: make-4.2.1-7.3.2.x86_64.rpm ..........................................................................................................................................[done (1.2 MiB/s)]
  2745. Retrieving: make-lang-4.2.1-7.3.2.noarch (openSUSE-Leap-15.5-OSS) (2/3), 164.0 KiB
  2746. Retrieving: make-lang-4.2.1-7.3.2.noarch.rpm ...................................................................................................................................[done (790.3 KiB/s)]
  2747. Retrieving: site-config-0.2-bp155.2.9.x86_64 (openSUSE-Leap-15.5-OSS) (3/3), 17.0 KiB
  2748. Retrieving: site-config-0.2-bp155.2.9.x86_64.rpm ................................................................................................................................[done (17.0 KiB/s)]
  2749.  
  2750. Checking for file conflicts: .................................................................................................................................................................[done]
  2751. (1/3) Installing: make-4.2.1-7.3.2.x86_64 ....................................................................................................................................................[done]
  2752. (2/3) Installing: make-lang-4.2.1-7.3.2.noarch ...............................................................................................................................................[done]
  2753. (3/3) Installing: site-config-0.2-bp155.2.9.x86_64 ...........................................................................................................................................[done]
  2754. vicibox11:/usr/src/asterisk-20.4.0 #
  2755. vicibox11:/usr/src/asterisk-20.4.0 # zypper install make^C
  2756. vicibox11:/usr/src/asterisk-20.4.0 # history
  2757. 1 2023-08-11 04:40:20 git clone https://github.com/asterisk/asterisk
  2758. 2 2023-08-11 04:48:17 wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
  2759. 3 2023-08-11 04:49:41 wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
  2760. 4 2023-08-11 04:50:24 tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
  2761. 5 2023-08-11 04:50:40 cd asterisk-20.4.0/
  2762. 6 2023-08-11 04:50:46 contrib/scripts/install_prereq install
  2763. 7 2023-08-11 04:50:58 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  2764. 8 2023-08-11 04:51:09 apt install gcc
  2765. 9 2023-08-11 07:18:41 zypper install gcc8
  2766. 10 2023-08-11 07:32:17 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  2767. 11 2023-08-11 07:32:55 zypper install gcc-c++
  2768. 12 2023-08-11 07:33:37 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  2769. 13 2023-08-11 07:33:49 zypper install make
  2770. 14 2023-08-11 07:34:06 history
  2771. vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
  2772. checking build system type... x86_64-pc-linux-gnu
  2773. checking host system type... x86_64-pc-linux-gnu
  2774. checking for gcc... gcc
  2775. checking whether the C compiler works... yes
  2776. checking for C compiler default output file name... a.out
  2777. checking for suffix of executables...
  2778. checking whether we are cross compiling... no
  2779. checking for suffix of object files... o
  2780. checking whether we are using the GNU C compiler... yes
  2781. checking whether gcc accepts -g... yes
  2782. checking for gcc option to accept ISO C89... none needed
  2783. checking how to run the C preprocessor... gcc -E
  2784. checking for grep that handles long lines and -e... /usr/bin/grep
  2785. checking for egrep... /usr/bin/grep -E
  2786. checking for ANSI C header files... yes
  2787. checking for sys/types.h... yes
  2788. checking for sys/stat.h... yes
  2789. checking for stdlib.h... yes
  2790. checking for string.h... yes
  2791. checking for memory.h... yes
  2792. checking for strings.h... yes
  2793. checking for inttypes.h... yes
  2794. checking for stdint.h... yes
  2795. checking for unistd.h... yes
  2796. checking minix/config.h usability... no
  2797. checking minix/config.h presence... no
  2798. checking for minix/config.h... no
  2799. checking whether it is safe to define __EXTENSIONS__... yes
  2800. checking whether char is unsigned... no
  2801. checking for uname... /usr/bin/uname
  2802. checking for g++... g++
  2803. checking whether we are using the GNU C++ compiler... yes
  2804. checking whether g++ accepts -g... yes
  2805. checking how to run the C preprocessor... gcc -E
  2806. checking how to run the C++ preprocessor... g++ -E
  2807. checking for a sed that does not truncate output... /usr/bin/sed
  2808. checking for egrep... grep -E
  2809. checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
  2810. checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
  2811. checking for gawk... gawk
  2812. checking for a BSD-compatible install... /usr/bin/install -c
  2813. checking whether ln -s works... yes
  2814. checking for ranlib... ranlib
  2815. checking for GNU make... make
  2816. checking for egrep... (cached) /usr/bin/grep -E
  2817. checking for strip... strip
  2818. checking for ar... ar
  2819. checking for bison... :
  2820. checking for cmp... /usr/bin/cmp
  2821. checking for cat... /usr/bin/cat
  2822. checking for cut... /usr/bin/cut
  2823. checking for flex... :
  2824. checking for grep... (cached) /usr/bin/grep
  2825. checking for python2.7... no
  2826. checking for python2... no
  2827. checking for python... /usr/bin/python
  2828. checking for find... /usr/bin/find
  2829. checking for basename... /usr/bin/basename
  2830. checking for dirname... /usr/bin/dirname
  2831. checking for sh... /bin/sh
  2832. checking for ln... /usr/bin/ln
  2833. checking for doxygen... :
  2834. checking for dot... :
  2835. checking for wget... /usr/bin/wget
  2836. checking for curl... /usr/bin/curl
  2837. checking for xmllint... /usr/bin/xmllint
  2838. checking for xmlstarlet... no
  2839. checking for xml... no
  2840. checking for bash... /bin/sh
  2841. checking for git... /usr/bin/git
  2842. checking for alembic... :
  2843. checking for bzip2... /usr/bin/bzip2
  2844. checking for tar... /usr/bin/tar
  2845. checking for patch... /usr/bin/patch
  2846. checking for sed... (cached) /usr/bin/sed
  2847. checking for nm... /usr/bin/nm
  2848. checking for realpath... /usr/bin/realpath
  2849. checking for ldconfig... /sbin/ldconfig
  2850. checking for sha1sum... /usr/bin/sha1sum
  2851. checking for openssl... /usr/bin/openssl
  2852. checking for pkg-config... /usr/bin/pkg-config
  2853. checking pkg-config is at least version 0.9.0... yes
  2854. checking for bison that supports parse-param...
  2855. checking for soxmix... no
  2856. checking for md5... no
  2857. checking for md5sum... md5sum
  2858. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  2859. checking whether gcc is Clang... no
  2860. checking whether pthreads work with "-pthread" and "-lpthread"... yes
  2861. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  2862. checking whether more special flags are required for pthreads... no
  2863. checking for PTHREAD_PRIO_INHERIT... yes
  2864. checking for RAII support... checking for gcc -fnested-functions... no
  2865. checking for clang strsep/strcmp optimization... no
  2866. configure: checking OPENSSL with pkg-config
  2867. configure: checking whether system openssl > 1.1.0
  2868. checking for OPENSSL... no
  2869. configure: checking whether alternate openssl11 is installed
  2870. checking for OPENSSL... no
  2871. configure: checking fallback system openssl
  2872. checking for OPENSSL... no
  2873. configure: WARNING: OpenSSL does not seem to be installed
  2874. checking for embedded jansson (may have to download)... configuring
  2875. [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
  2876. [jansson] Verifying /tmp/jansson-2.14.tar.bz2
  2877. [jansson] Verify successful
  2878. [jansson] Verifying /tmp/jansson-2.14.tar.bz2
  2879. [jansson] Verify successful
  2880. [jansson] Unpacking /tmp/jansson-2.14.tar.bz2
  2881. [jansson] Applying patches /usr/src/asterisk-20.4.0/third-party/jansson/patches /usr/src/asterisk-20.4.0/third-party/jansson/source
  2882. No patches in /usr/src/asterisk-20.4.0/third-party/jansson/patches
  2883. [jansson] Rebuilding
  2884. [jansson] Configuring
  2885. checking for bundled jansson... yes
  2886. checking for embedded pjproject (may have to download)... configuring
  2887. [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
  2888. [pjproject] Verifying /tmp/pjproject-2.13.1.tar.bz2
  2889. [pjproject] Verify successful
  2890. [pjproject] Verifying /tmp/pjproject-2.13.1.tar.bz2
  2891. [pjproject] Verify successful
  2892. [pjproject] Unpacking /tmp/pjproject-2.13.1.tar.bz2
  2893. [pjproject] Applying patches /usr/src/asterisk-20.4.0/third-party/pjproject/patches /usr/src/asterisk-20.4.0/third-party/pjproject/source
  2894. [pjproject] Applying user.mak
  2895. [pjproject] Rebuilding
  2896. [pjproject] Applying custom include file patches/config_site.h
  2897. [pjproject] Applying custom include file patches/asterisk_malloc_debug.h
  2898. [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
  2899. checking for bundled pjproject... yes
  2900. checking for gawk... (cached) gawk
  2901. checking for curl-config... no
  2902. checking whether libcurl is usable... no
  2903. checking for size_t... yes
  2904. checking for working alloca.h... yes
  2905. checking for alloca... yes
  2906. checking for dirent.h that defines DIR... yes
  2907. checking for library containing opendir... none required
  2908. checking for sys/wait.h that is POSIX.1 compatible... yes
  2909. checking for sys/types.h... (cached) yes
  2910. checking for netinet/in.h... yes
  2911. checking for arpa/nameser.h... yes
  2912. checking for netdb.h... yes
  2913. checking for resolv.h... yes
  2914. checking for arpa/nameser.h... (cached) yes
  2915. checking assert.h usability... yes
  2916. checking assert.h presence... yes
  2917. checking for assert.h... yes
  2918. checking ctype.h usability... yes
  2919. checking ctype.h presence... yes
  2920. checking for ctype.h... yes
  2921. checking dlfcn.h usability... yes
  2922. checking dlfcn.h presence... yes
  2923. checking for dlfcn.h... yes
  2924. checking errno.h usability... yes
  2925. checking errno.h presence... yes
  2926. checking for errno.h... yes
  2927. checking fcntl.h usability... yes
  2928. checking fcntl.h presence... yes
  2929. checking for fcntl.h... yes
  2930. checking float.h usability... yes
  2931. checking float.h presence... yes
  2932. checking for float.h... yes
  2933. checking grp.h usability... yes
  2934. checking grp.h presence... yes
  2935. checking for grp.h... yes
  2936. checking for inttypes.h... (cached) yes
  2937. checking limits.h usability... yes
  2938. checking limits.h presence... yes
  2939. checking for limits.h... yes
  2940. checking locale.h usability... yes
  2941. checking locale.h presence... yes
  2942. checking for locale.h... yes
  2943. checking math.h usability... yes
  2944. checking math.h presence... yes
  2945. checking for math.h... yes
  2946. checking pwd.h usability... yes
  2947. checking pwd.h presence... yes
  2948. checking for pwd.h... yes
  2949. checking for netinet/in.h... (cached) yes
  2950. checking regex.h usability... yes
  2951. checking regex.h presence... yes
  2952. checking for regex.h... yes
  2953. checking sched.h usability... yes
  2954. checking sched.h presence... yes
  2955. checking for sched.h... yes
  2956. checking stdarg.h usability... yes
  2957. checking stdarg.h presence... yes
  2958. checking for stdarg.h... yes
  2959. checking for stdint.h... (cached) yes
  2960. checking stdio.h usability... yes
  2961. checking stdio.h presence... yes
  2962. checking for stdio.h... yes
  2963. checking for stdlib.h... (cached) yes
  2964. checking for string.h... (cached) yes
  2965. checking syslog.h usability... yes
  2966. checking syslog.h presence... yes
  2967. checking for syslog.h... yes
  2968. checking sys/file.h usability... yes
  2969. checking sys/file.h presence... yes
  2970. checking for sys/file.h... yes
  2971. checking sys/ioctl.h usability... yes
  2972. checking sys/ioctl.h presence... yes
  2973. checking for sys/ioctl.h... yes
  2974. checking sys/param.h usability... yes
  2975. checking sys/param.h presence... yes
  2976. checking for sys/param.h... yes
  2977. checking sys/resource.h usability... yes
  2978. checking sys/resource.h presence... yes
  2979. checking for sys/resource.h... yes
  2980. checking sys/socket.h usability... yes
  2981. checking sys/socket.h presence... yes
  2982. checking for sys/socket.h... yes
  2983. checking for sys/stat.h... (cached) yes
  2984. checking sys/time.h usability... yes
  2985. checking sys/time.h presence... yes
  2986. checking for sys/time.h... yes
  2987. checking for sys/types.h... (cached) yes
  2988. checking sys/un.h usability... yes
  2989. checking sys/un.h presence... yes
  2990. checking for sys/un.h... yes
  2991. checking termios.h usability... yes
  2992. checking termios.h presence... yes
  2993. checking for termios.h... yes
  2994. checking time.h usability... yes
  2995. checking time.h presence... yes
  2996. checking for time.h... yes
  2997. checking for unistd.h... (cached) yes
  2998. checking arpa/inet.h usability... yes
  2999. checking arpa/inet.h presence... yes
  3000. checking for arpa/inet.h... yes
  3001. checking libintl.h usability... yes
  3002. checking libintl.h presence... yes
  3003. checking for libintl.h... yes
  3004. checking malloc.h usability... yes
  3005. checking malloc.h presence... yes
  3006. checking for malloc.h... yes
  3007. checking for netdb.h... (cached) yes
  3008. checking stddef.h usability... yes
  3009. checking stddef.h presence... yes
  3010. checking for stddef.h... yes
  3011. checking for strings.h... (cached) yes
  3012. checking sys/event.h usability... no
  3013. checking sys/event.h presence... no
  3014. checking for sys/event.h... no
  3015. checking utime.h usability... yes
  3016. checking utime.h presence... yes
  3017. checking for utime.h... yes
  3018. checking for LIBEDIT... no
  3019. checking for history_init in -ledit... no
  3020. configure: error: *** Please install the 'libedit' development package.
  3021. vicibox11:/usr/src/asterisk-20.4.0 # zypper install libedit
  3022. Loading repository data...
  3023. Reading installed packages...
  3024. 'libedit' not found in package names. Trying capabilities.
  3025. 'libedit0' providing 'libedit' is already installed.
  3026. Resolving package dependencies...
  3027. Nothing to do.
  3028. vicibox11:/usr/src/asterisk-20.4.0 # zypper install -t pattern devel_basis
  3029. Retrieving repository 'openSUSE-SLE-15.5-Updates' metadata ...................................................................................................................................[done]
  3030. Building repository 'openSUSE-SLE-15.5-Updates' cache ........................................................................................................................................[done]
  3031. Loading repository data...
  3032. Reading installed packages...
  3033. Resolving package dependencies...
  3034.  
  3035. The following 16 recommended packages were automatically selected:
  3036. 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
  3037. pam-devel
  3038.  
  3039. The following 39 NEW packages are going to be installed:
  3040. 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
  3041. 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
  3042. ncurses-devel openldap2-devel pam-devel patterns-devel-base-devel_basis perl-Text-Unidecode tack zlib-devel
  3043.  
  3044. The following NEW pattern is going to be installed:
  3045. devel_basis
  3046.  
  3047. 39 new packages to install.
  3048. Overall download size: 32.5 MiB. Already cached: 0 B. After the operation, additional 111.8 MiB will be used.
  3049. Continue? [y/n/v/...? shows all options] (y): y
  3050. Retrieving: bin86-0.16.21-1.28.x86_64 (openSUSE-Leap-15.5-OSS) (1/39), 79.2 KiB
  3051. Retrieving: bin86-0.16.21-1.28.x86_64.rpm .......................................................................................................................................[done (79.2 KiB/s)]
  3052. Retrieving: cyrus-sasl-devel-2.1.28-150500.1.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/39), 895.4 KiB
  3053. Retrieving: cyrus-sasl-devel-2.1.28-150500.1.1.x86_64.rpm ........................................................................................................................[done (2.4 MiB/s)]
  3054. Retrieving: gcc7-info-7.5.0+r278197-4.30.1.noarch (openSUSE-Leap-15.5-OSS) (3/39), 2.1 MiB
  3055. Retrieving: gcc7-info-7.5.0+r278197-4.30.1.noarch.rpm ............................................................................................................................[done (3.5 MiB/s)]
  3056. Retrieving: gdbm-devel-1.12-1.418.x86_64 (openSUSE-Leap-15.5-OSS) (4/39), 285.4 KiB
  3057. Retrieving: gdbm-devel-1.12-1.418.x86_64.rpm .....................................................................................................................................[done (2.5 MiB/s)]
  3058. Retrieving: gperf-3.1-1.27.x86_64 (openSUSE-Leap-15.5-OSS) (5/39), 147.5 KiB
  3059. Retrieving: gperf-3.1-1.27.x86_64.rpm ..........................................................................................................................................[done (872.6 KiB/s)]
  3060. Retrieving: libaio-devel-0.3.109-1.25.x86_64 (openSUSE-Leap-15.5-OSS) (6/39), 11.0 KiB
  3061. Retrieving: libaio-devel-0.3.109-1.25.x86_64.rpm ................................................................................................................................[done (11.0 KiB/s)]
  3062. Retrieving: libapparmor-devel-3.0.4-150500.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (7/39), 85.7 KiB
  3063. Retrieving: libapparmor-devel-3.0.4-150500.9.1.x86_64.rpm .......................................................................................................................[done (49.2 KiB/s)]
  3064. Retrieving: libblkid-devel-2.37.4-150500.7.16.x86_64 (openSUSE-Leap-15.5-OSS) (8/39), 60.0 KiB
  3065. Retrieving: libblkid-devel-2.37.4-150500.7.16.x86_64.rpm .....................................................................................................................................[done]
  3066. Retrieving: libcom_err-devel-1.46.4-150400.3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (9/39), 37.8 KiB
  3067. Retrieving: libcom_err-devel-1.46.4-150400.3.3.1.x86_64.rpm ..................................................................................................................................[done]
  3068. Retrieving: libfl2-2.6.4-3.157.x86_64 (openSUSE-Leap-15.5-OSS) (10/39), 99.3 KiB
  3069. Retrieving: libfl2-2.6.4-3.157.x86_64.rpm ......................................................................................................................................[done (293.0 KiB/s)]
  3070. Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (11/39), 17.1 KiB
  3071. Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm .................................................................................................................................................[done]
  3072. Retrieving: libosip2-15-5.3.1-bp155.1.5.x86_64 (openSUSE-Leap-15.5-OSS) (12/39), 96.8 KiB
  3073. Retrieving: libosip2-15-5.3.1-bp155.1.5.x86_64.rpm ..............................................................................................................................[done (90.8 KiB/s)]
  3074. Retrieving: libstdc++-devel-7-3.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (13/39), 8.6 KiB
  3075. Retrieving: libstdc++-devel-7-3.9.1.x86_64.rpm ...............................................................................................................................................[done]
  3076. Retrieving: libuuid-devel-2.37.4-150500.7.16.x86_64 (openSUSE-Leap-15.5-OSS) (14/39), 67.7 KiB
  3077. Retrieving: libuuid-devel-2.37.4-150500.7.16.x86_64.rpm ......................................................................................................................................[done]
  3078. Retrieving: m4-1.4.18-4.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (15/39), 199.7 KiB
  3079. Retrieving: m4-1.4.18-4.3.1.x86_64.rpm .........................................................................................................................................[done (634.3 KiB/s)]
  3080. Retrieving: pam-devel-1.3.0-150000.6.61.1.x86_64 (openSUSE-Leap-15.5-OSS) (16/39), 81.8 KiB
  3081. Retrieving: pam-devel-1.3.0-150000.6.61.1.x86_64.rpm ............................................................................................................................[done (70.8 KiB/s)]
  3082. Retrieving: perl-Text-Unidecode-1.30-1.443.noarch (openSUSE-Leap-15.5-OSS) (17/39), 132.2 KiB
  3083. Retrieving: perl-Text-Unidecode-1.30-1.443.noarch.rpm ............................................................................................................................[done (1.7 MiB/s)]
  3084. Retrieving: tack-6.1-150000.5.15.1.x86_64 (openSUSE-Leap-15.5-OSS) (18/39), 176.8 KiB
  3085. Retrieving: tack-6.1-150000.5.15.1.x86_64.rpm .................................................................................................................................[done (1003.8 KiB/s)]
  3086. Retrieving: zlib-devel-1.2.13-150500.2.3.x86_64 (openSUSE-Leap-15.5-OSS) (19/39), 121.1 KiB
  3087. Retrieving: zlib-devel-1.2.13-150500.2.3.x86_64.rpm ..............................................................................................................................[done (1.5 MiB/s)]
  3088. Retrieving: gcc-info-7-3.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (20/39), 11.0 KiB
  3089. Retrieving: gcc-info-7-3.9.1.x86_64.rpm ......................................................................................................................................................[done]
  3090. Retrieving: libext2fs-devel-1.46.4-150400.3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (21/39), 62.5 KiB
  3091. Retrieving: libext2fs-devel-1.46.4-150400.3.3.1.x86_64.rpm ......................................................................................................................[done (22.7 KiB/s)]
  3092. Retrieving: libfl-devel-2.6.4-3.157.x86_64 (openSUSE-Leap-15.5-OSS) (22/39), 99.2 KiB
  3093. Retrieving: libfl-devel-2.6.4-3.157.x86_64.rpm ...................................................................................................................................[done (3.0 KiB/s)]
  3094. Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (openSUSE-Leap-15.5-OSS) (23/39), 2.2 MiB
  3095. Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm .....................................................................................................................................[done (3.1 MiB/s)]
  3096. Retrieving: libosip2-devel-5.3.1-bp155.1.5.x86_64 (openSUSE-Leap-15.5-OSS) (24/39), 70.2 KiB
  3097. Retrieving: libosip2-devel-5.3.1-bp155.1.5.x86_64.rpm ...........................................................................................................................[done (29.0 KiB/s)]
  3098. Retrieving: bison-3.0.4-3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (25/39), 483.7 KiB
  3099. Retrieving: bison-3.0.4-3.3.1.x86_64.rpm .........................................................................................................................................[done (3.1 MiB/s)]
  3100. Retrieving: bison-lang-3.0.4-3.3.1.noarch (openSUSE-Leap-15.5-OSS) (26/39), 105.7 KiB
  3101. Retrieving: bison-lang-3.0.4-3.3.1.noarch.rpm ....................................................................................................................................[done (3.0 KiB/s)]
  3102. Retrieving: autoconf-2.69-1.445.noarch (openSUSE-Leap-15.5-OSS) (27/39), 711.1 KiB
  3103. Retrieving: autoconf-2.69-1.445.noarch.rpm .......................................................................................................................................[done (2.7 MiB/s)]
  3104. Retrieving: makeinfo-6.5-4.17.x86_64 (openSUSE-Leap-15.5-OSS) (28/39), 700.2 KiB
  3105. Retrieving: makeinfo-6.5-4.17.x86_64.rpm .........................................................................................................................................[done (1.5 MiB/s)]
  3106. Retrieving: ncurses-devel-6.1-150000.5.15.1.x86_64 (openSUSE-Leap-15.5-OSS) (29/39), 5.3 MiB
  3107. Retrieving: ncurses-devel-6.1-150000.5.15.1.x86_64.rpm ...........................................................................................................................[done (2.8 MiB/s)]
  3108. Retrieving: binutils-devel-2.39-150100.7.40.1.x86_64 (openSUSE-Leap-15.5-OSS) (30/39), 13.6 MiB
  3109. Retrieving: binutils-devel-2.39-150100.7.40.1.x86_64.rpm .........................................................................................................................[done (3.8 MiB/s)]
  3110. Retrieving: e2fsprogs-devel-1.46.4-150400.3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (31/39), 25.9 KiB
  3111. Retrieving: e2fsprogs-devel-1.46.4-150400.3.3.1.x86_64.rpm ......................................................................................................................[done (17.5 KiB/s)]
  3112. Retrieving: flex-2.6.4-3.157.x86_64 (openSUSE-Leap-15.5-OSS) (32/39), 368.0 KiB
  3113. Retrieving: flex-2.6.4-3.157.x86_64.rpm ..........................................................................................................................................[done (2.8 MiB/s)]
  3114. Retrieving: gettext-tools-0.20.2-1.43.x86_64 (openSUSE-Leap-15.5-OSS) (33/39), 1.5 MiB
  3115. Retrieving: gettext-tools-0.20.2-1.43.x86_64.rpm .................................................................................................................................[done (2.0 MiB/s)]
  3116. Retrieving: automake-1.15.1-4.10.2.noarch (openSUSE-Leap-15.5-OSS) (34/39), 817.9 KiB
  3117. Retrieving: automake-1.15.1-4.10.2.noarch.rpm ....................................................................................................................................[done (2.2 MiB/s)]
  3118. Retrieving: libtool-2.4.6-3.4.1.x86_64 (openSUSE-Leap-15.5-OSS) (35/39), 748.2 KiB
  3119. Retrieving: libtool-2.4.6-3.4.1.x86_64.rpm .......................................................................................................................................[done (2.3 MiB/s)]
  3120. Retrieving: glibc-info-2.31-150300.52.2.noarch (openSUSE-SLE-15.5-Updates) (36/39), 1.0 MiB
  3121. Retrieving: glibc-info-2.31-150300.52.2.noarch.rpm ...............................................................................................................................[done (2.5 MiB/s)]
  3122. Retrieving: libdb-4_8-devel-4.8.30-150000.7.9.1.x86_64 (openSUSE-SLE-15.5-Updates) (37/39), 42.8 KiB
  3123. Retrieving: libdb-4_8-devel-4.8.30-150000.7.9.1.x86_64.rpm ......................................................................................................................[done (40.6 KiB/s)]
  3124. Retrieving: openldap2-devel-2.4.46-150200.14.17.1.x86_64 (openSUSE-SLE-15.5-Updates) (38/39), 145.7 KiB
  3125. Retrieving: openldap2-devel-2.4.46-150200.14.17.1.x86_64.rpm .....................................................................................................................[done (1.6 MiB/s)]
  3126. Retrieving: patterns-devel-base-devel_basis-20170319-lp155.2.4.x86_64 (openSUSE-Leap-15.5-OSS) (39/39), 9.6 KiB
  3127. Retrieving: patterns-devel-base-devel_basis-20170319-lp155.2.4.x86_64.rpm ....................................................................................................................[done]
  3128.  
  3129. Checking for file conflicts: .................................................................................................................................................................[done]
  3130. ( 1/39) Installing: bin86-0.16.21-1.28.x86_64 ................................................................................................................................................[done]
  3131. ( 2/39) Installing: cyrus-sasl-devel-2.1.28-150500.1.1.x86_64 ................................................................................................................................[done]
  3132. ( 3/39) Installing: gcc7-info-7.5.0+r278197-4.30.1.noarch ....................................................................................................................................[done]
  3133. ( 4/39) Installing: gdbm-devel-1.12-1.418.x86_64 .............................................................................................................................................[done]
  3134. ( 5/39) Installing: gperf-3.1-1.27.x86_64 ....................................................................................................................................................[done]
  3135. ( 6/39) Installing: libaio-devel-0.3.109-1.25.x86_64 .........................................................................................................................................[done]
  3136. ( 7/39) Installing: libapparmor-devel-3.0.4-150500.9.1.x86_64 ................................................................................................................................[done]
  3137. ( 8/39) Installing: libblkid-devel-2.37.4-150500.7.16.x86_64 .................................................................................................................................[done]
  3138. ( 9/39) Installing: libcom_err-devel-1.46.4-150400.3.3.1.x86_64 ..............................................................................................................................[done]
  3139. (10/39) Installing: libfl2-2.6.4-3.157.x86_64 ................................................................................................................................................[done]
  3140. (11/39) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 .............................................................................................................................................[done]
  3141. (12/39) Installing: libosip2-15-5.3.1-bp155.1.5.x86_64 .......................................................................................................................................[done]
  3142. (13/39) Installing: libstdc++-devel-7-3.9.1.x86_64 ...........................................................................................................................................[done]
  3143. (14/39) Installing: libuuid-devel-2.37.4-150500.7.16.x86_64 ..................................................................................................................................[done]
  3144. (15/39) Installing: m4-1.4.18-4.3.1.x86_64 ...................................................................................................................................................[done]
  3145. (16/39) Installing: pam-devel-1.3.0-150000.6.61.1.x86_64 .....................................................................................................................................[done]
  3146. (17/39) Installing: perl-Text-Unidecode-1.30-1.443.noarch ....................................................................................................................................[done]
  3147. (18/39) Installing: tack-6.1-150000.5.15.1.x86_64 ............................................................................................................................................[done]
  3148. (19/39) Installing: zlib-devel-1.2.13-150500.2.3.x86_64 ......................................................................................................................................[done]
  3149. (20/39) Installing: gcc-info-7-3.9.1.x86_64 ..................................................................................................................................................[done]
  3150. (21/39) Installing: libext2fs-devel-1.46.4-150400.3.3.1.x86_64 ...............................................................................................................................[done]
  3151. (22/39) Installing: libfl-devel-2.6.4-3.157.x86_64 ...........................................................................................................................................[done]
  3152. (23/39) Installing: gmp-devel-6.1.2-4.9.1.x86_64 .............................................................................................................................................[done]
  3153. (24/39) Installing: libosip2-devel-5.3.1-bp155.1.5.x86_64 ....................................................................................................................................[done]
  3154. (25/39) Installing: bison-3.0.4-3.3.1.x86_64 .................................................................................................................................................[done]
  3155. (26/39) Installing: bison-lang-3.0.4-3.3.1.noarch ............................................................................................................................................[done]
  3156. (27/39) Installing: autoconf-2.69-1.445.noarch ...............................................................................................................................................[done]
  3157. (28/39) Installing: makeinfo-6.5-4.17.x86_64 .................................................................................................................................................[done]
  3158. (29/39) Installing: ncurses-devel-6.1-150000.5.15.1.x86_64 ...................................................................................................................................[done]
  3159. (30/39) Installing: binutils-devel-2.39-150100.7.40.1.x86_64 .................................................................................................................................[done]
  3160. (31/39) Installing: e2fsprogs-devel-1.46.4-150400.3.3.1.x86_64 ...............................................................................................................................[done]
  3161. (32/39) Installing: flex-2.6.4-3.157.x86_64 ..................................................................................................................................................[done]
  3162. (33/39) Installing: gettext-tools-0.20.2-1.43.x86_64 .........................................................................................................................................[done]
  3163. (34/39) Installing: automake-1.15.1-4.10.2.noarch ............................................................................................................................................[done]
  3164. (35/39) Installing: libtool-2.4.6-3.4.1.x86_64 ...............................................................................................................................................[done]
  3165. (36/39) Installing: glibc-info-2.31-150300.52.2.noarch .......................................................................................................................................[done]
  3166. (37/39) Installing: libdb-4_8-devel-4.8.30-150000.7.9.1.x86_64 ...............................................................................................................................[done]
  3167. (38/39) Installing: openldap2-devel-2.4.46-150200.14.17.1.x86_64 .............................................................................................................................[done]
  3168. (39/39) Installing: patterns-devel-base-devel_basis-20170319-lp155.2.4.x86_64 ................................................................................................................[done]
  3169. vicibox11:/usr/src/asterisk-20.4.0 # zypper install -t pattern devel_C_C++
  3170. Loading repository data...
  3171. Reading installed packages...
  3172. Resolving package dependencies...
  3173.  
  3174. The following 6 recommended packages were automatically selected:
  3175. boost_1_66-jam libboost_headers1_66_0-devel ltrace posix_cc swig valgrind
  3176.  
  3177. The following 7 NEW packages are going to be installed:
  3178. boost_1_66-jam libboost_headers1_66_0-devel ltrace patterns-devel-C-C++-devel_C_C++ posix_cc swig valgrind
  3179.  
  3180. The following NEW pattern is going to be installed:
  3181. devel_C_C++
  3182.  
  3183. 7 new packages to install.
  3184. Overall download size: 16.6 MiB. Already cached: 0 B. After the operation, additional 143.3 MiB will be used.
  3185. Continue? [y/n/v/...? shows all options] (y): y
  3186. Retrieving: boost_1_66-jam-1.66.0-12.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (1/7), 142.4 KiB
  3187. Retrieving: boost_1_66-jam-1.66.0-12.3.1.x86_64.rpm ..........................................................................................................................................[done]
  3188. Retrieving: libboost_headers1_66_0-devel-1.66.0-12.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/7), 9.0 MiB
  3189. Retrieving: libboost_headers1_66_0-devel-1.66.0-12.3.1.x86_64.rpm ................................................................................................................[done (3.6 MiB/s)]
  3190. Retrieving: ltrace-0.7.91-150500.18.1.x86_64 (openSUSE-Leap-15.5-OSS) (3/7), 159.7 KiB
  3191. Retrieving: ltrace-0.7.91-150500.18.1.x86_64.rpm .................................................................................................................................[done (1.4 MiB/s)]
  3192. Retrieving: posix_cc-1.4-bp155.3.11.x86_64 (openSUSE-Leap-15.5-OSS) (4/7), 16.1 KiB
  3193. Retrieving: posix_cc-1.4-bp155.3.11.x86_64.rpm ..................................................................................................................................[done (16.1 KiB/s)]
  3194. Retrieving: swig-3.0.12-4.18.x86_64 (openSUSE-Leap-15.5-OSS) (5/7), 1.3 MiB
  3195. Retrieving: swig-3.0.12-4.18.x86_64.rpm ..........................................................................................................................................[done (2.9 MiB/s)]
  3196. Retrieving: valgrind-3.20.0-150500.2.1.x86_64 (openSUSE-Leap-15.5-OSS) (6/7), 5.8 MiB
  3197. Retrieving: valgrind-3.20.0-150500.2.1.x86_64.rpm ................................................................................................................................[done (2.7 MiB/s)]
  3198. Retrieving: patterns-devel-C-C++-devel_C_C++-20170319-lp155.4.4.noarch (openSUSE-Leap-15.5-OSS) (7/7), 9.4 KiB
  3199. Retrieving: patterns-devel-C-C++-devel_C_C++-20170319-lp155.4.4.noarch.rpm ...................................................................................................................[done]
  3200.  
  3201. Checking for file conflicts: .................................................................................................................................................................[done]
  3202. (1/7) Installing: boost_1_66-jam-1.66.0-12.3.1.x86_64 ........................................................................................................................................[done]
  3203. (2/7) Installing: libboost_headers1_66_0-devel-1.66.0-12.3.1.x86_64 ..........................................................................................................................[done]
  3204. (3/7) Installing: ltrace-0.7.91-150500.18.1.x86_64 ...........................................................................................................................................[done]
  3205. (4/7) Installing: posix_cc-1.4-bp155.3.11.x86_64 .............................................................................................................................................[done]
  3206. (5/7) Installing: swig-3.0.12-4.18.x86_64 ....................................................................................................................................................[done]
  3207. (6/7) Installing: valgrind-3.20.0-150500.2.1.x86_64 ..........................................................................................................................................[done]
  3208. (7/7) Installing: patterns-devel-C-C++-devel_C_C++-20170319-lp155.4.4.noarch .................................................................................................................[done]
  3209. vicibox11:/usr/src/asterisk-20.4.0 # zypper se -t pattern devel
  3210. Loading repository data...
  3211. Reading installed packages...
  3212.  
  3213. S | Name | Summary | Type
  3214. ---+----------------------+---------------------------------------------+--------
  3215. i+ | devel_basis | Base Development | pattern
  3216. i+ | devel_C_C++ | C/C++ Development | pattern
  3217. | devel_gnome | GNOME Development | pattern
  3218. | devel_java | Java Development | pattern
  3219. | devel_kde_frameworks | KDE Frameworks and Plasma Development | pattern
  3220. | devel_kernel | Linux Kernel Development | pattern
  3221. | devel_mono | .NET Development | pattern
  3222. | devel_osc_build | Tools for Packaging with Open Build Service | pattern
  3223. | devel_perl | Perl Development | pattern
  3224. | devel_python3 | Python 3 Developement | pattern
  3225. | devel_qt5 | Qt 5 Development | pattern
  3226. | devel_qt6 | Qt 6 Development | pattern
  3227. | devel_rpm_build | RPM Build Environment | pattern
  3228. | devel_ruby | Ruby Development | pattern
  3229. | devel_tcl | Tcl/Tk Development | pattern
  3230. | devel_vulkan | Vulkan Development | pattern
  3231. | devel_web | Web Development | pattern
  3232. | devel_yast | YaST Development | pattern
  3233. vicibox11:/usr/src/asterisk-20.4.0 #
  3234. vicibox11:/usr/src/asterisk-20.4.0 #
  3235. vicibox11:/usr/src/asterisk-20.4.0 #
  3236. vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
  3237. checking build system type... x86_64-pc-linux-gnu
  3238. checking host system type... x86_64-pc-linux-gnu
  3239. checking for gcc... gcc
  3240. checking whether the C compiler works... yes
  3241. checking for C compiler default output file name... a.out
  3242. checking for suffix of executables...
  3243. checking whether we are cross compiling... no
  3244. checking for suffix of object files... o
  3245. checking whether we are using the GNU C compiler... yes
  3246. checking whether gcc accepts -g... yes
  3247. checking for gcc option to accept ISO C89... none needed
  3248. checking how to run the C preprocessor... gcc -E
  3249. checking for grep that handles long lines and -e... /usr/bin/grep
  3250. checking for egrep... /usr/bin/grep -E
  3251. checking for ANSI C header files... yes
  3252. checking for sys/types.h... yes
  3253. checking for sys/stat.h... yes
  3254. checking for stdlib.h... yes
  3255. checking for string.h... yes
  3256. checking for memory.h... yes
  3257. checking for strings.h... yes
  3258. checking for inttypes.h... yes
  3259. checking for stdint.h... yes
  3260. checking for unistd.h... yes
  3261. checking minix/config.h usability... no
  3262. checking minix/config.h presence... no
  3263. checking for minix/config.h... no
  3264. checking whether it is safe to define __EXTENSIONS__... yes
  3265. checking whether char is unsigned... no
  3266. checking for uname... /usr/bin/uname
  3267. checking for g++... g++
  3268. checking whether we are using the GNU C++ compiler... yes
  3269. checking whether g++ accepts -g... yes
  3270. checking how to run the C preprocessor... gcc -E
  3271. checking how to run the C++ preprocessor... g++ -E
  3272. checking for a sed that does not truncate output... /usr/bin/sed
  3273. checking for egrep... grep -E
  3274. checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
  3275. checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
  3276. checking for gawk... gawk
  3277. checking for a BSD-compatible install... /usr/bin/install -c
  3278. checking whether ln -s works... yes
  3279. checking for ranlib... ranlib
  3280. checking for GNU make... make
  3281. checking for egrep... (cached) /usr/bin/grep -E
  3282. checking for strip... strip
  3283. checking for ar... ar
  3284. checking for bison... /usr/bin/bison
  3285. checking for cmp... /usr/bin/cmp
  3286. checking for cat... /usr/bin/cat
  3287. checking for cut... /usr/bin/cut
  3288. checking for flex... /usr/bin/flex
  3289. checking for grep... (cached) /usr/bin/grep
  3290. checking for python2.7... no
  3291. checking for python2... no
  3292. checking for python... /usr/bin/python
  3293. checking for find... /usr/bin/find
  3294. checking for basename... /usr/bin/basename
  3295. checking for dirname... /usr/bin/dirname
  3296. checking for sh... /bin/sh
  3297. checking for ln... /usr/bin/ln
  3298. checking for doxygen... :
  3299. checking for dot... :
  3300. checking for wget... /usr/bin/wget
  3301. checking for curl... /usr/bin/curl
  3302. checking for xmllint... /usr/bin/xmllint
  3303. checking for xmlstarlet... no
  3304. checking for xml... no
  3305. checking for bash... /bin/sh
  3306. checking for git... /usr/bin/git
  3307. checking for alembic... :
  3308. checking for bzip2... /usr/bin/bzip2
  3309. checking for tar... /usr/bin/tar
  3310. checking for patch... /usr/bin/patch
  3311. checking for sed... (cached) /usr/bin/sed
  3312. checking for nm... /usr/bin/nm
  3313. checking for realpath... /usr/bin/realpath
  3314. checking for ldconfig... /sbin/ldconfig
  3315. checking for sha1sum... /usr/bin/sha1sum
  3316. checking for openssl... /usr/bin/openssl
  3317. checking for pkg-config... /usr/bin/pkg-config
  3318. checking pkg-config is at least version 0.9.0... yes
  3319. checking for bison that supports parse-param... /usr/bin/bison
  3320. checking for soxmix... no
  3321. checking for md5... no
  3322. checking for md5sum... md5sum
  3323. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  3324. checking whether gcc is Clang... no
  3325. checking whether pthreads work with "-pthread" and "-lpthread"... yes
  3326. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  3327. checking whether more special flags are required for pthreads... no
  3328. checking for PTHREAD_PRIO_INHERIT... yes
  3329. checking for RAII support... checking for gcc -fnested-functions... no
  3330. checking for clang strsep/strcmp optimization... no
  3331. configure: checking OPENSSL with pkg-config
  3332. configure: checking whether system openssl > 1.1.0
  3333. checking for OPENSSL... no
  3334. configure: checking whether alternate openssl11 is installed
  3335. checking for OPENSSL... no
  3336. configure: checking fallback system openssl
  3337. checking for OPENSSL... no
  3338. configure: WARNING: OpenSSL does not seem to be installed
  3339. checking for embedded jansson (may have to download)... configuring
  3340. checking for bundled jansson... yes
  3341. checking for embedded pjproject (may have to download)... configuring
  3342. checking for bundled pjproject... yes
  3343. checking for gawk... (cached) gawk
  3344. checking for curl-config... no
  3345. checking whether libcurl is usable... no
  3346. checking for size_t... yes
  3347. checking for working alloca.h... yes
  3348. checking for alloca... yes
  3349. checking for dirent.h that defines DIR... yes
  3350. checking for library containing opendir... none required
  3351. checking for sys/wait.h that is POSIX.1 compatible... yes
  3352. checking for sys/types.h... (cached) yes
  3353. checking for netinet/in.h... yes
  3354. checking for arpa/nameser.h... yes
  3355. checking for netdb.h... yes
  3356. checking for resolv.h... yes
  3357. checking for arpa/nameser.h... (cached) yes
  3358. checking assert.h usability... yes
  3359. checking assert.h presence... yes
  3360. checking for assert.h... yes
  3361. checking ctype.h usability... yes
  3362. checking ctype.h presence... yes
  3363. checking for ctype.h... yes
  3364. checking dlfcn.h usability... yes
  3365. checking dlfcn.h presence... yes
  3366. checking for dlfcn.h... yes
  3367. checking errno.h usability... yes
  3368. checking errno.h presence... yes
  3369. checking for errno.h... yes
  3370. checking fcntl.h usability... yes
  3371. checking fcntl.h presence... yes
  3372. checking for fcntl.h... yes
  3373. checking float.h usability... yes
  3374. checking float.h presence... yes
  3375. checking for float.h... yes
  3376. checking grp.h usability... yes
  3377. checking grp.h presence... yes
  3378. checking for grp.h... yes
  3379. checking for inttypes.h... (cached) yes
  3380. checking limits.h usability... yes
  3381. checking limits.h presence... yes
  3382. checking for limits.h... yes
  3383. checking locale.h usability... yes
  3384. checking locale.h presence... yes
  3385. checking for locale.h... yes
  3386. checking math.h usability... yes
  3387. checking math.h presence... yes
  3388. checking for math.h... yes
  3389. checking pwd.h usability... yes
  3390. checking pwd.h presence... yes
  3391. checking for pwd.h... yes
  3392. checking for netinet/in.h... (cached) yes
  3393. checking regex.h usability... yes
  3394. checking regex.h presence... yes
  3395. checking for regex.h... yes
  3396. checking sched.h usability... yes
  3397. checking sched.h presence... yes
  3398. checking for sched.h... yes
  3399. checking stdarg.h usability... yes
  3400. checking stdarg.h presence... yes
  3401. checking for stdarg.h... yes
  3402. checking for stdint.h... (cached) yes
  3403. checking stdio.h usability... yes
  3404. checking stdio.h presence... yes
  3405. checking for stdio.h... yes
  3406. checking for stdlib.h... (cached) yes
  3407. checking for string.h... (cached) yes
  3408. checking syslog.h usability... yes
  3409. checking syslog.h presence... yes
  3410. checking for syslog.h... yes
  3411. checking sys/file.h usability... yes
  3412. checking sys/file.h presence... yes
  3413. checking for sys/file.h... yes
  3414. checking sys/ioctl.h usability... yes
  3415. checking sys/ioctl.h presence... yes
  3416. checking for sys/ioctl.h... yes
  3417. checking sys/param.h usability... yes
  3418. checking sys/param.h presence... yes
  3419. checking for sys/param.h... yes
  3420. checking sys/resource.h usability... yes
  3421. checking sys/resource.h presence... yes
  3422. checking for sys/resource.h... yes
  3423. checking sys/socket.h usability... yes
  3424. checking sys/socket.h presence... yes
  3425. checking for sys/socket.h... yes
  3426. checking for sys/stat.h... (cached) yes
  3427. checking sys/time.h usability... yes
  3428. checking sys/time.h presence... yes
  3429. checking for sys/time.h... yes
  3430. checking for sys/types.h... (cached) yes
  3431. checking sys/un.h usability... yes
  3432. checking sys/un.h presence... yes
  3433. checking for sys/un.h... yes
  3434. checking termios.h usability... yes
  3435. checking termios.h presence... yes
  3436. checking for termios.h... yes
  3437. checking time.h usability... yes
  3438. checking time.h presence... yes
  3439. checking for time.h... yes
  3440. checking for unistd.h... (cached) yes
  3441. checking arpa/inet.h usability... yes
  3442. checking arpa/inet.h presence... yes
  3443. checking for arpa/inet.h... yes
  3444. checking libintl.h usability... yes
  3445. checking libintl.h presence... yes
  3446. checking for libintl.h... yes
  3447. checking malloc.h usability... yes
  3448. checking malloc.h presence... yes
  3449. checking for malloc.h... yes
  3450. checking for netdb.h... (cached) yes
  3451. checking stddef.h usability... yes
  3452. checking stddef.h presence... yes
  3453. checking for stddef.h... yes
  3454. checking for strings.h... (cached) yes
  3455. checking sys/event.h usability... no
  3456. checking sys/event.h presence... no
  3457. checking for sys/event.h... no
  3458. checking utime.h usability... yes
  3459. checking utime.h presence... yes
  3460. checking for utime.h... yes
  3461. checking for LIBEDIT... no
  3462. checking for history_init in -ledit... no
  3463. configure: error: *** Please install the 'libedit' development package.
  3464. vicibox11:/usr/src/asterisk-20.4.0 # zypper search -t pattern
  3465. Loading repository data...
  3466. Reading installed packages...
  3467.  
  3468. S | Name | Summary | Type
  3469. ---+----------------------+-------------------------------------------------------+--------
  3470. | 32bit | 32-Bit Runtime Environment | pattern
  3471. i | apparmor | AppArmor | pattern
  3472. i+ | base | Minimal Base System | pattern
  3473. | basic_desktop | A very basic desktop (previously part of x11 pattern) | pattern
  3474. | books | Documentation | pattern
  3475. | budgie | Budgie Desktop Environment | pattern
  3476. | budgie_applets | Applets for Budgie Desktop Environment | pattern
  3477. | ceph_base | Ceph base | pattern
  3478. | cinnamon | Cinnamon Desktop Environment | pattern
  3479. | console | Console Tools | pattern
  3480. | deepin | Deepin Desktop Environment | pattern
  3481. i+ | devel_basis | Base Development | pattern
  3482. i+ | devel_C_C++ | C/C++ Development | pattern
  3483. | devel_gnome | GNOME Development | pattern
  3484. | devel_java | Java Development | pattern
  3485. | devel_kde_frameworks | KDE Frameworks and Plasma Development | pattern
  3486. | devel_kernel | Linux Kernel Development | pattern
  3487. | devel_mono | .NET Development | pattern
  3488. | devel_osc_build | Tools for Packaging with Open Build Service | pattern
  3489. | devel_perl | Perl Development | pattern
  3490. | devel_python3 | Python 3 Developement | pattern
  3491. | devel_qt5 | Qt 5 Development | pattern
  3492. | devel_qt6 | Qt 6 Development | pattern
  3493. | devel_rpm_build | RPM Build Environment | pattern
  3494. | devel_ruby | Ruby Development | pattern
  3495. | devel_tcl | Tcl/Tk Development | pattern
  3496. | devel_vulkan | Vulkan Development | pattern
  3497. | devel_web | Web Development | pattern
  3498. | devel_yast | YaST Development | pattern
  3499. | dhcp_dns_server | DHCP and DNS Server | pattern
  3500. | directory_server | Directory Server (LDAP) | pattern
  3501. i | documentation | Help and Support Documentation | pattern
  3502. i+ | enhanced_base | Enhanced Base System | pattern
  3503. | enlightenment | Enlightenment | pattern
  3504. | file_server | File Server | pattern
  3505. | fips | FIPS 140-2 specific packages | pattern
  3506. | fonts | Fonts | pattern
  3507. | games | Games | pattern
  3508. | gateway_server | Internet Gateway | pattern
  3509. | gnome | GNOME Desktop Environment (Wayland) | pattern
  3510. | gnome_basic | GNOME Desktop Environment (Basic) | pattern
  3511. | gnome_x11 | GNOME Desktop Environment (X11) | pattern
  3512. | imaging | Graphics | pattern
  3513. | kde | KDE Applications and Plasma 5 Desktop | pattern
  3514. | kde_pim | KDE PIM Suite | pattern
  3515. | kde_plasma | KDE Plasma 5 Desktop Base | pattern
  3516. | kvm_server | KVM Host Server | pattern
  3517. | kvm_tools | KVM Virtualization Host and tools | pattern
  3518. i+ | lamp_server | Web and LAMP Server | pattern
  3519. | laptop | Mobile | pattern
  3520. | lxde | LXDE Desktop Environment | pattern
  3521. | lxqt | LXQt Desktop Environment | pattern
  3522. | mail_server | Mail and News Server | pattern
  3523. | mate | MATE Desktop Environment | pattern
  3524. i | minimal_base | Minimal Appliance Base | pattern
  3525. | multimedia | Multimedia | pattern
  3526. | network_admin | Network Administration | pattern
  3527. | non_oss | Misc. Proprietary Packages | pattern
  3528. | office | Office Software | pattern
  3529. | print_server | Print Server | pattern
  3530. i | sw_management | Software Management | pattern
  3531. | sway | Sway Tiling Wayland Compositor and related tools | pattern
  3532. | technical_writing | Technical Writing | pattern
  3533. | update_test | Tests for the Update Stack | pattern
  3534. | wsl_base | Base WSL packages | pattern
  3535. | wsl_gui | WSL GUI packages | pattern
  3536. | wsl_systemd | WSL systemd setup | pattern
  3537. | x11 | X Window System | pattern
  3538. | x11_yast | YaST User Interfaces | pattern
  3539. | xen_server | Xen Virtual Machine Host Server | pattern
  3540. | xen_tools | XEN Virtualization Host and tools | pattern
  3541. | xfce | XFCE Desktop Environment | pattern
  3542. i+ | yast2_basis | YaST Base Utilities | pattern
  3543. | yast2_desktop | YaST Desktop Utilities | pattern
  3544. | yast2_server | YaST Server Utilities | pattern
  3545. vicibox11:/usr/src/asterisk-20.4.0 # zypper info -t pattern devel_basis
  3546. Loading repository data...
  3547. Reading installed packages...
  3548.  
  3549.  
  3550. Information for pattern devel_basis:
  3551. ------------------------------------
  3552. Repository : openSUSE-Leap-15.5-OSS
  3553. Name : devel_basis
  3554. Version : 20170319-lp155.2.4
  3555. Arch : x86_64
  3556. Vendor : openSUSE
  3557. Installed : Yes
  3558. Visible to User : Yes
  3559. Summary : Base Development
  3560. Description :
  3561. Minimal set of tools for compiling and linking applications.
  3562. Contents :
  3563. S | Name | Type | Dependency
  3564. ---+---------------------------------+---------+------------
  3565. i | autoconf | package | Required
  3566. i | automake | package | Required
  3567. i | binutils | package | Required
  3568. i | bison | package | Required
  3569. i | cpp | package | Required
  3570. i | flex | package | Required
  3571. i | gcc | package | Required
  3572. i | gdbm-devel | package | Required
  3573. i | gettext-tools | package | Required
  3574. i | glibc-devel | package | Required
  3575. i | libtool | package | Required
  3576. i | m4 | package | Required
  3577. i+ | make | package | Required
  3578. i | makeinfo | package | Required
  3579. i | ncurses-devel | package | Required
  3580. i+ | patch | package | Required
  3581. i | patterns-base-basesystem | package | Required
  3582. i+ | patterns-devel-base-devel_basis | package | Required
  3583. i | zlib-devel | package | Required
  3584. i | bin86 | package | Recommended
  3585. i | binutils-devel | package | Recommended
  3586. i | e2fsprogs-devel | package | Recommended
  3587. i | fdupes | package | Recommended
  3588. i+ | gcc-c++ | package | Recommended
  3589. i | gcc-info | package | Recommended
  3590. i+ | git | package | Recommended
  3591. i | glibc-info | package | Recommended
  3592. i | gmp-devel | package | Recommended
  3593. i | gperf | package | Recommended
  3594. i | libaio-devel | package | Recommended
  3595. i | libapparmor-devel | package | Recommended
  3596. i | libdb-4_8-devel | package | Recommended
  3597. i | libosip2-devel | package | Recommended
  3598. i | libstdc++-devel | package | Recommended
  3599. i | openldap2-devel | package | Recommended
  3600. i | pam-devel | package | Recommended
  3601. i+ | patch | package | Recommended
  3602. i | pkg-config | package | Recommended
  3603. i | subversion | package | Recommended
  3604.  
  3605. vicibox11:/usr/src/asterisk-20.4.0 # zypper install -t pattern devel_basis
  3606. Loading repository data...
  3607. Reading installed packages...
  3608. 'pattern:devel_basis' is already installed.
  3609. No update candidate for 'pattern:devel_basis-20170319-lp155.2.4.x86_64'. The highest available version is already installed.
  3610. Resolving package dependencies...
  3611. Nothing to do.
  3612. vicibox11:/usr/src/asterisk-20.4.0 # zypper install gdb
  3613. Loading repository data...
  3614. Reading installed packages...
  3615. Resolving package dependencies...
  3616.  
  3617. The following 7 NEW packages are going to be installed:
  3618. babeltrace ctags gdb libboost_regex1_66_0 libdebuginfod1 libsource-highlight4 libstdc++6-pp
  3619.  
  3620. 7 new packages to install.
  3621. Overall download size: 5.2 MiB. Already cached: 0 B. After the operation, additional 16.9 MiB will be used.
  3622. Continue? [y/n/v/...? shows all options] (y): y
  3623. Retrieving: babeltrace-1.5.8-1.30.x86_64 (openSUSE-Leap-15.5-OSS) (1/7), 203.7 KiB
  3624. Retrieving: babeltrace-1.5.8-1.30.x86_64.rpm ....................................................................................................................................[done (51.9 KiB/s)]
  3625. Retrieving: ctags-5.8-150000.3.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/7), 141.6 KiB
  3626. Retrieving: ctags-5.8-150000.3.3.1.x86_64.rpm ....................................................................................................................................[done (3.2 KiB/s)]
  3627. Retrieving: libboost_regex1_66_0-1.66.0-12.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (3/7), 266.3 KiB
  3628. Retrieving: libboost_regex1_66_0-1.66.0-12.3.1.x86_64.rpm ........................................................................................................................[done (2.6 MiB/s)]
  3629. Retrieving: libdebuginfod1-0.185-150400.5.3.1.x86_64 (openSUSE-Leap-15.5-OSS) (4/7), 24.5 KiB
  3630. Retrieving: libdebuginfod1-0.185-150400.5.3.1.x86_64.rpm ........................................................................................................................[done (18.8 KiB/s)]
  3631. Retrieving: libsource-highlight4-3.1.8-150000.3.4.1.x86_64 (openSUSE-Leap-15.5-OSS) (5/7), 237.1 KiB
  3632. Retrieving: libsource-highlight4-3.1.8-150000.3.4.1.x86_64.rpm ...................................................................................................................[done (2.0 MiB/s)]
  3633. Retrieving: libstdc++6-pp-12.3.0+git1204-150000.1.10.1.x86_64 (openSUSE-SLE-15.5-Updates) (6/7), 37.0 KiB
  3634. Retrieving: libstdc++6-pp-12.3.0+git1204-150000.1.10.1.x86_64.rpm ................................................................................................................[done (7.9 KiB/s)]
  3635. Retrieving: gdb-12.1-150400.15.9.1.x86_64 (openSUSE-SLE-15.5-Updates) (7/7), 4.4 MiB
  3636. Retrieving: gdb-12.1-150400.15.9.1.x86_64.rpm ....................................................................................................................................[done (3.1 MiB/s)]
  3637.  
  3638. Checking for file conflicts: .................................................................................................................................................................[done]
  3639. (1/7) Installing: babeltrace-1.5.8-1.30.x86_64 ...............................................................................................................................................[done]
  3640. update-alternatives: using /usr/bin/ctags-exuberant to provide /usr/bin/ctags (ctags) in auto mode
  3641. (2/7) Installing: ctags-5.8-150000.3.3.1.x86_64 ..............................................................................................................................................[done]
  3642. (3/7) Installing: libboost_regex1_66_0-1.66.0-12.3.1.x86_64 ..................................................................................................................................[done]
  3643. (4/7) Installing: libdebuginfod1-0.185-150400.5.3.1.x86_64 ...................................................................................................................................[done]
  3644. (5/7) Installing: libsource-highlight4-3.1.8-150000.3.4.1.x86_64 .............................................................................................................................[done]
  3645. (6/7) Installing: libstdc++6-pp-12.3.0+git1204-150000.1.10.1.x86_64 ..........................................................................................................................[done]
  3646. (7/7) Installing: gdb-12.1-150400.15.9.1.x86_64 ..............................................................................................................................................[done]
  3647. vicibox11:/usr/src/asterisk-20.4.0 # zypper install cmake
  3648. Loading repository data...
  3649. Reading installed packages...
  3650. Resolving package dependencies...
  3651.  
  3652. The following 6 NEW packages are going to be installed:
  3653. cmake cmake-full cmake-man libarchive13 libjsoncpp19 librhash0
  3654.  
  3655. 6 new packages to install.
  3656. Overall download size: 8.2 MiB. Already cached: 0 B. After the operation, additional 36.6 MiB will be used.
  3657. Continue? [y/n/v/...? shows all options] (y): y
  3658. Retrieving: cmake-man-3.20.4-150400.2.12.x86_64 (openSUSE-Leap-15.5-OSS) (1/6), 685.4 KiB
  3659. Retrieving: cmake-man-3.20.4-150400.2.12.x86_64.rpm ..............................................................................................................................[done (2.4 MiB/s)]
  3660. Retrieving: libarchive13-3.5.1-150400.3.12.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/6), 335.0 KiB
  3661. Retrieving: libarchive13-3.5.1-150400.3.12.1.x86_64.rpm ..........................................................................................................................[done (1.9 MiB/s)]
  3662. Retrieving: libjsoncpp19-1.8.4-1.17.x86_64 (openSUSE-Leap-15.5-OSS) (3/6), 77.1 KiB
  3663. Retrieving: libjsoncpp19-1.8.4-1.17.x86_64.rpm ..................................................................................................................................[done (18.9 KiB/s)]
  3664. Retrieving: librhash0-1.3.5-1.25.x86_64 (openSUSE-Leap-15.5-OSS) (4/6), 84.7 KiB
  3665. Retrieving: librhash0-1.3.5-1.25.x86_64.rpm .....................................................................................................................................[done (84.7 KiB/s)]
  3666. Retrieving: cmake-full-3.20.4-150400.2.13.x86_64 (openSUSE-Leap-15.5-OSS) (5/6), 6.9 MiB
  3667. Retrieving: cmake-full-3.20.4-150400.2.13.x86_64.rpm .............................................................................................................................[done (2.8 MiB/s)]
  3668. Retrieving: cmake-3.20.4-150400.2.5.x86_64 (openSUSE-Leap-15.5-OSS) (6/6), 85.2 KiB
  3669. Retrieving: cmake-3.20.4-150400.2.5.x86_64.rpm ..................................................................................................................................[done (15.1 KiB/s)]
  3670.  
  3671. Checking for file conflicts: .................................................................................................................................................................[done]
  3672. (1/6) Installing: cmake-man-3.20.4-150400.2.12.x86_64 ........................................................................................................................................[done]
  3673. (2/6) Installing: libarchive13-3.5.1-150400.3.12.1.x86_64 ....................................................................................................................................[done]
  3674. (3/6) Installing: libjsoncpp19-1.8.4-1.17.x86_64 .............................................................................................................................................[done]
  3675. (4/6) Installing: librhash0-1.3.5-1.25.x86_64 ................................................................................................................................................[done]
  3676. (5/6) Installing: cmake-full-3.20.4-150400.2.13.x86_64 .......................................................................................................................................[done]
  3677. (6/6) Installing: cmake-3.20.4-150400.2.5.x86_64 .............................................................................................................................................[done]
  3678. vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
  3679. checking build system type... x86_64-pc-linux-gnu
  3680. checking host system type... x86_64-pc-linux-gnu
  3681. checking for gcc... gcc
  3682. checking whether the C compiler works... yes
  3683. checking for C compiler default output file name... a.out
  3684. checking for suffix of executables...
  3685. checking whether we are cross compiling... no
  3686. checking for suffix of object files... o
  3687. checking whether we are using the GNU C compiler... yes
  3688. checking whether gcc accepts -g... yes
  3689. checking for gcc option to accept ISO C89... none needed
  3690. checking how to run the C preprocessor... gcc -E
  3691. checking for grep that handles long lines and -e... /usr/bin/grep
  3692. checking for egrep... /usr/bin/grep -E
  3693. checking for ANSI C header files... yes
  3694. checking for sys/types.h... yes
  3695. checking for sys/stat.h... yes
  3696. checking for stdlib.h... yes
  3697. checking for string.h... yes
  3698. checking for memory.h... yes
  3699. checking for strings.h... yes
  3700. checking for inttypes.h... yes
  3701. checking for stdint.h... yes
  3702. checking for unistd.h... yes
  3703. checking minix/config.h usability... no
  3704. checking minix/config.h presence... no
  3705. checking for minix/config.h... no
  3706. checking whether it is safe to define __EXTENSIONS__... yes
  3707. checking whether char is unsigned... no
  3708. checking for uname... /usr/bin/uname
  3709. checking for g++... g++
  3710. checking whether we are using the GNU C++ compiler... yes
  3711. checking whether g++ accepts -g... yes
  3712. checking how to run the C preprocessor... gcc -E
  3713. checking how to run the C++ preprocessor... g++ -E
  3714. checking for a sed that does not truncate output... /usr/bin/sed
  3715. checking for egrep... grep -E
  3716. checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
  3717. checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
  3718. checking for gawk... gawk
  3719. checking for a BSD-compatible install... /usr/bin/install -c
  3720. checking whether ln -s works... yes
  3721. checking for ranlib... ranlib
  3722. checking for GNU make... make
  3723. checking for egrep... (cached) /usr/bin/grep -E
  3724. checking for strip... strip
  3725. checking for ar... ar
  3726. checking for bison... /usr/bin/bison
  3727. checking for cmp... /usr/bin/cmp
  3728. checking for cat... /usr/bin/cat
  3729. checking for cut... /usr/bin/cut
  3730. checking for flex... /usr/bin/flex
  3731. checking for grep... (cached) /usr/bin/grep
  3732. checking for python2.7... no
  3733. checking for python2... no
  3734. checking for python... /usr/bin/python
  3735. checking for find... /usr/bin/find
  3736. checking for basename... /usr/bin/basename
  3737. checking for dirname... /usr/bin/dirname
  3738. checking for sh... /bin/sh
  3739. checking for ln... /usr/bin/ln
  3740. checking for doxygen... :
  3741. checking for dot... :
  3742. checking for wget... /usr/bin/wget
  3743. checking for curl... /usr/bin/curl
  3744. checking for xmllint... /usr/bin/xmllint
  3745. checking for xmlstarlet... no
  3746. checking for xml... no
  3747. checking for bash... /bin/sh
  3748. checking for git... /usr/bin/git
  3749. checking for alembic... :
  3750. checking for bzip2... /usr/bin/bzip2
  3751. checking for tar... /usr/bin/tar
  3752. checking for patch... /usr/bin/patch
  3753. checking for sed... (cached) /usr/bin/sed
  3754. checking for nm... /usr/bin/nm
  3755. checking for realpath... /usr/bin/realpath
  3756. checking for ldconfig... /sbin/ldconfig
  3757. checking for sha1sum... /usr/bin/sha1sum
  3758. checking for openssl... /usr/bin/openssl
  3759. checking for pkg-config... /usr/bin/pkg-config
  3760. checking pkg-config is at least version 0.9.0... yes
  3761. checking for bison that supports parse-param... /usr/bin/bison
  3762. checking for soxmix... no
  3763. checking for md5... no
  3764. checking for md5sum... md5sum
  3765. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  3766. checking whether gcc is Clang... no
  3767. checking whether pthreads work with "-pthread" and "-lpthread"... yes
  3768. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  3769. checking whether more special flags are required for pthreads... no
  3770. checking for PTHREAD_PRIO_INHERIT... yes
  3771. checking for RAII support... checking for gcc -fnested-functions... no
  3772. checking for clang strsep/strcmp optimization... no
  3773. configure: checking OPENSSL with pkg-config
  3774. configure: checking whether system openssl > 1.1.0
  3775. checking for OPENSSL... no
  3776. configure: checking whether alternate openssl11 is installed
  3777. checking for OPENSSL... no
  3778. configure: checking fallback system openssl
  3779. checking for OPENSSL... no
  3780. configure: WARNING: OpenSSL does not seem to be installed
  3781. checking for embedded jansson (may have to download)... configuring
  3782. checking for bundled jansson... yes
  3783. checking for embedded pjproject (may have to download)... configuring
  3784. checking for bundled pjproject... yes
  3785. checking for gawk... (cached) gawk
  3786. checking for curl-config... no
  3787. checking whether libcurl is usable... no
  3788. checking for size_t... yes
  3789. checking for working alloca.h... yes
  3790. checking for alloca... yes
  3791. checking for dirent.h that defines DIR... yes
  3792. checking for library containing opendir... none required
  3793. checking for sys/wait.h that is POSIX.1 compatible... yes
  3794. checking for sys/types.h... (cached) yes
  3795. checking for netinet/in.h... yes
  3796. checking for arpa/nameser.h... yes
  3797. checking for netdb.h... yes
  3798. checking for resolv.h... yes
  3799. checking for arpa/nameser.h... (cached) yes
  3800. checking assert.h usability... yes
  3801. checking assert.h presence... yes
  3802. checking for assert.h... yes
  3803. checking ctype.h usability... yes
  3804. checking ctype.h presence... yes
  3805. checking for ctype.h... yes
  3806. checking dlfcn.h usability... yes
  3807. checking dlfcn.h presence... yes
  3808. checking for dlfcn.h... yes
  3809. checking errno.h usability... yes
  3810. checking errno.h presence... yes
  3811. checking for errno.h... yes
  3812. checking fcntl.h usability... yes
  3813. checking fcntl.h presence... yes
  3814. checking for fcntl.h... yes
  3815. checking float.h usability... yes
  3816. checking float.h presence... yes
  3817. checking for float.h... yes
  3818. checking grp.h usability... yes
  3819. checking grp.h presence... yes
  3820. checking for grp.h... yes
  3821. checking for inttypes.h... (cached) yes
  3822. checking limits.h usability... yes
  3823. checking limits.h presence... yes
  3824. checking for limits.h... yes
  3825. checking locale.h usability... yes
  3826. checking locale.h presence... yes
  3827. checking for locale.h... yes
  3828. checking math.h usability... yes
  3829. checking math.h presence... yes
  3830. checking for math.h... yes
  3831. checking pwd.h usability... yes
  3832. checking pwd.h presence... yes
  3833. checking for pwd.h... yes
  3834. checking for netinet/in.h... (cached) yes
  3835. checking regex.h usability... yes
  3836. checking regex.h presence... yes
  3837. checking for regex.h... yes
  3838. checking sched.h usability... yes
  3839. checking sched.h presence... yes
  3840. checking for sched.h... yes
  3841. checking stdarg.h usability... yes
  3842. checking stdarg.h presence... yes
  3843. checking for stdarg.h... yes
  3844. checking for stdint.h... (cached) yes
  3845. checking stdio.h usability... yes
  3846. checking stdio.h presence... yes
  3847. checking for stdio.h... yes
  3848. checking for stdlib.h... (cached) yes
  3849. checking for string.h... (cached) yes
  3850. checking syslog.h usability... yes
  3851. checking syslog.h presence... yes
  3852. checking for syslog.h... yes
  3853. checking sys/file.h usability... yes
  3854. checking sys/file.h presence... yes
  3855. checking for sys/file.h... yes
  3856. checking sys/ioctl.h usability... yes
  3857. checking sys/ioctl.h presence... yes
  3858. checking for sys/ioctl.h... yes
  3859. checking sys/param.h usability... yes
  3860. checking sys/param.h presence... yes
  3861. checking for sys/param.h... yes
  3862. checking sys/resource.h usability... yes
  3863. checking sys/resource.h presence... yes
  3864. checking for sys/resource.h... yes
  3865. checking sys/socket.h usability... yes
  3866. checking sys/socket.h presence... yes
  3867. checking for sys/socket.h... yes
  3868. checking for sys/stat.h... (cached) yes
  3869. checking sys/time.h usability... yes
  3870. checking sys/time.h presence... yes
  3871. checking for sys/time.h... yes
  3872. checking for sys/types.h... (cached) yes
  3873. checking sys/un.h usability... yes
  3874. checking sys/un.h presence... yes
  3875. checking for sys/un.h... yes
  3876. checking termios.h usability... yes
  3877. checking termios.h presence... yes
  3878. checking for termios.h... yes
  3879. checking time.h usability... yes
  3880. checking time.h presence... yes
  3881. checking for time.h... yes
  3882. checking for unistd.h... (cached) yes
  3883. checking arpa/inet.h usability... yes
  3884. checking arpa/inet.h presence... yes
  3885. checking for arpa/inet.h... yes
  3886. checking libintl.h usability... yes
  3887. checking libintl.h presence... yes
  3888. checking for libintl.h... yes
  3889. checking malloc.h usability... yes
  3890. checking malloc.h presence... yes
  3891. checking for malloc.h... yes
  3892. checking for netdb.h... (cached) yes
  3893. checking stddef.h usability... yes
  3894. checking stddef.h presence... yes
  3895. checking for stddef.h... yes
  3896. checking for strings.h... (cached) yes
  3897. checking sys/event.h usability... no
  3898. checking sys/event.h presence... no
  3899. checking for sys/event.h... no
  3900. checking utime.h usability... yes
  3901. checking utime.h presence... yes
  3902. checking for utime.h... yes
  3903. checking for LIBEDIT... no
  3904. checking for history_init in -ledit... no
  3905. configure: error: *** Please install the 'libedit' development package.
  3906. 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
  3907.  
  3908. Adding repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' .................................................................................[done]
  3909. Repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' successfully added
  3910.  
  3911. URI : https://download.opensuse.org/repositories/devel:/libraries:/c_c%2B%2B/openSUSE_Factory_zSystems/
  3912. Enabled : Yes
  3913. GPG Check : Yes
  3914. Autorefresh : No
  3915. Priority : 99 (default priority)
  3916.  
  3917. Repository priorities are without effect. All enabled repositories share the same priority.
  3918. vicibox11:/usr/src/asterisk-20.4.0 # zypper refresh
  3919.  
  3920. New repository or package signing key received:
  3921.  
  3922. Repository: A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)
  3923. Key Fingerprint: 1D4A 7EC7 023D 0D3E DEAC E106 F864 8C94 09CA 02B0
  3924. Key Name: devel:libraries:c_c++ OBS Project <devel:libraries:[email protected]>
  3925. Key Algorithm: DSA 1024
  3926. Key Created: Mon Jun 7 03:56:06 2021
  3927. Key Expires: Wed Aug 16 03:56:06 2023 (expires in 4 days)
  3928. Rpm Name: gpg-pubkey-09ca02b0-60bd98d6
  3929.  
  3930.  
  3931.  
  3932. Note: Signing data enables the recipient to verify that no modifications occurred after the data
  3933. were signed. Accepting data with no, wrong or unknown signature can lead to a corrupted system
  3934. and in extreme cases even to a system compromise.
  3935.  
  3936. Note: A GPG pubkey is clearly identified by its fingerprint. Do not rely on the key's name. If
  3937. you are not sure whether the presented key is authentic, ask the repository provider or check
  3938. their web site. Many providers maintain a web page showing the fingerprints of the GPG keys they
  3939. are using.
  3940.  
  3941. Do you want to reject the key, trust temporarily, or trust always? [r/t/a/?] (r): y
  3942. : Invalid answer 'y'.
  3943. [r/t/a/?] (r): r
  3944. Retrieving repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' metadata ...................................................................[error]
  3945. Repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' is invalid.
  3946. [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
  3947. History:
  3948. - Signature verification failed for repomd.xml
  3949. - Can't provide /repodata/repomd.xml
  3950.  
  3951. Please check if the URIs defined for this repository are pointing to a valid repository.
  3952. Skipping repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' because of the above error.
  3953. Repository 'openSUSE-Leap-15.5-Non-OSS' is up to date.
  3954. Repository 'openSUSE-Leap-15.5-Non-OSS-Updates' is up to date.
  3955. Repository 'openSUSE-Leap-15.5-OSS' is up to date.
  3956. Repository 'openSUSE-Leap-15.5-OSS-Updates' is up to date.
  3957. Repository 'openSUSE-Leap-15.5-PERL' is up to date.
  3958. Repository 'openSUSE-Leap-15.5-ViciDial' is up to date.
  3959. Repository 'openSUSE-Leap-15.5-ViciDial-Ast16' is up to date.
  3960. Repository 'openSUSE-Leap-15.5-ViciDial-ViciBox' is up to date.
  3961. Repository 'openSUSE-SLE-15.5-Backports' is up to date.
  3962. Repository 'openSUSE-SLE-15.5-Updates' is up to date.
  3963. Some of the repositories have not been refreshed because of an error.
  3964. vicibox11:/usr/src/asterisk-20.4.0 #
  3965. vicibox11:/usr/src/asterisk-20.4.0 #
  3966. vicibox11:/usr/src/asterisk-20.4.0 # zypper install libedit
  3967.  
  3968. New repository or package signing key received:
  3969.  
  3970. Repository: A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)
  3971. Key Fingerprint: 1D4A 7EC7 023D 0D3E DEAC E106 F864 8C94 09CA 02B0
  3972. Key Name: devel:libraries:c_c++ OBS Project <devel:libraries:[email protected]>
  3973. Key Algorithm: DSA 1024
  3974. Key Created: Mon Jun 7 03:56:06 2021
  3975. Key Expires: Wed Aug 16 03:56:06 2023 (expires in 4 days)
  3976. Rpm Name: gpg-pubkey-09ca02b0-60bd98d6
  3977.  
  3978.  
  3979.  
  3980. Note: Signing data enables the recipient to verify that no modifications occurred after the data
  3981. were signed. Accepting data with no, wrong or unknown signature can lead to a corrupted system
  3982. and in extreme cases even to a system compromise.
  3983.  
  3984. Note: A GPG pubkey is clearly identified by its fingerprint. Do not rely on the key's name. If
  3985. you are not sure whether the presented key is authentic, ask the repository provider or check
  3986. their web site. Many providers maintain a web page showing the fingerprints of the GPG keys they
  3987. are using.
  3988.  
  3989. Do you want to reject the key, trust temporarily, or trust always? [r/t/a/?] (r): t
  3990. The gpg key signing file 'repomd.xml' will expire in 4 days.
  3991. Repository: A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)
  3992. Key Fingerprint: 1D4A 7EC7 023D 0D3E DEAC E106 F864 8C94 09CA 02B0
  3993. Key Name: devel:libraries:c_c++ OBS Project <devel:libraries:[email protected]>
  3994. Key Algorithm: DSA 1024
  3995. Key Created: Mon Jun 7 03:56:06 2021
  3996. Key Expires: Wed Aug 16 03:56:06 2023 (expires in 4 days)
  3997. Rpm Name: gpg-pubkey-09ca02b0-60bd98d6
  3998. Building repository 'A project for basic libraries shared among multiple projects (openSUSE_Factory_zSystems)' cache .........................................................................[done]
  3999. Loading repository data...
  4000. Reading installed packages...
  4001. 'libedit' not found in package names. Trying capabilities.
  4002. 'libedit0' providing 'libedit' is already installed.
  4003. Resolving package dependencies...
  4004. Nothing to do.
  4005. vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
  4006. checking build system type... x86_64-pc-linux-gnu
  4007. checking host system type... x86_64-pc-linux-gnu
  4008. checking for gcc... gcc
  4009. checking whether the C compiler works... yes
  4010. checking for C compiler default output file name... a.out
  4011. checking for suffix of executables...
  4012. checking whether we are cross compiling... no
  4013. checking for suffix of object files... o
  4014. checking whether we are using the GNU C compiler... yes
  4015. checking whether gcc accepts -g... yes
  4016. checking for gcc option to accept ISO C89... none needed
  4017. checking how to run the C preprocessor... gcc -E
  4018. checking for grep that handles long lines and -e... /usr/bin/grep
  4019. checking for egrep... /usr/bin/grep -E
  4020. checking for ANSI C header files... yes
  4021. checking for sys/types.h... yes
  4022. checking for sys/stat.h... yes
  4023. checking for stdlib.h... yes
  4024. checking for string.h... yes
  4025. checking for memory.h... yes
  4026. checking for strings.h... yes
  4027. checking for inttypes.h... yes
  4028. checking for stdint.h... yes
  4029. checking for unistd.h... yes
  4030. checking minix/config.h usability... no
  4031. checking minix/config.h presence... no
  4032. checking for minix/config.h... no
  4033. checking whether it is safe to define __EXTENSIONS__... yes
  4034. checking whether char is unsigned... no
  4035. checking for uname... /usr/bin/uname
  4036. checking for g++... g++
  4037. checking whether we are using the GNU C++ compiler... yes
  4038. checking whether g++ accepts -g... yes
  4039. checking how to run the C preprocessor... gcc -E
  4040. checking how to run the C++ preprocessor... g++ -E
  4041. checking for a sed that does not truncate output... /usr/bin/sed
  4042. checking for egrep... grep -E
  4043. checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
  4044. checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
  4045. checking for gawk... gawk
  4046. checking for a BSD-compatible install... /usr/bin/install -c
  4047. checking whether ln -s works... yes
  4048. checking for ranlib... ranlib
  4049. checking for GNU make... make
  4050. checking for egrep... (cached) /usr/bin/grep -E
  4051. checking for strip... strip
  4052. checking for ar... ar
  4053. checking for bison... /usr/bin/bison
  4054. checking for cmp... /usr/bin/cmp
  4055. checking for cat... /usr/bin/cat
  4056. checking for cut... /usr/bin/cut
  4057. checking for flex... /usr/bin/flex
  4058. checking for grep... (cached) /usr/bin/grep
  4059. checking for python2.7... no
  4060. checking for python2... no
  4061. checking for python... /usr/bin/python
  4062. checking for find... /usr/bin/find
  4063. checking for basename... /usr/bin/basename
  4064. checking for dirname... /usr/bin/dirname
  4065. checking for sh... /bin/sh
  4066. checking for ln... /usr/bin/ln
  4067. checking for doxygen... :
  4068. checking for dot... :
  4069. checking for wget... /usr/bin/wget
  4070. checking for curl... /usr/bin/curl
  4071. checking for xmllint... /usr/bin/xmllint
  4072. checking for xmlstarlet... no
  4073. checking for xml... no
  4074. checking for bash... /bin/sh
  4075. checking for git... /usr/bin/git
  4076. checking for alembic... :
  4077. checking for bzip2... /usr/bin/bzip2
  4078. checking for tar... /usr/bin/tar
  4079. checking for patch... /usr/bin/patch
  4080. checking for sed... (cached) /usr/bin/sed
  4081. checking for nm... /usr/bin/nm
  4082. checking for realpath... /usr/bin/realpath
  4083. checking for ldconfig... /sbin/ldconfig
  4084. checking for sha1sum... /usr/bin/sha1sum
  4085. checking for openssl... /usr/bin/openssl
  4086. checking for pkg-config... /usr/bin/pkg-config
  4087. checking pkg-config is at least version 0.9.0... yes
  4088. checking for bison that supports parse-param... /usr/bin/bison
  4089. checking for soxmix... no
  4090. checking for md5... no
  4091. checking for md5sum... md5sum
  4092. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  4093. checking whether gcc is Clang... no
  4094. checking whether pthreads work with "-pthread" and "-lpthread"... yes
  4095. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  4096. checking whether more special flags are required for pthreads... no
  4097. checking for PTHREAD_PRIO_INHERIT... yes
  4098. checking for RAII support... checking for gcc -fnested-functions... no
  4099. checking for clang strsep/strcmp optimization... no
  4100. configure: checking OPENSSL with pkg-config
  4101. configure: checking whether system openssl > 1.1.0
  4102. checking for OPENSSL... no
  4103. configure: checking whether alternate openssl11 is installed
  4104. checking for OPENSSL... no
  4105. configure: checking fallback system openssl
  4106. checking for OPENSSL... no
  4107. configure: WARNING: OpenSSL does not seem to be installed
  4108. checking for embedded jansson (may have to download)... configuring
  4109. checking for bundled jansson... yes
  4110. checking for embedded pjproject (may have to download)... configuring
  4111. checking for bundled pjproject... yes
  4112. checking for gawk... (cached) gawk
  4113. checking for curl-config... no
  4114. checking whether libcurl is usable... no
  4115. checking for size_t... yes
  4116. checking for working alloca.h... yes
  4117. checking for alloca... yes
  4118. checking for dirent.h that defines DIR... yes
  4119. checking for library containing opendir... none required
  4120. checking for sys/wait.h that is POSIX.1 compatible... yes
  4121. checking for sys/types.h... (cached) yes
  4122. checking for netinet/in.h... yes
  4123. checking for arpa/nameser.h... yes
  4124. checking for netdb.h... yes
  4125. checking for resolv.h... yes
  4126. checking for arpa/nameser.h... (cached) yes
  4127. checking assert.h usability... yes
  4128. checking assert.h presence... yes
  4129. checking for assert.h... yes
  4130. checking ctype.h usability... yes
  4131. checking ctype.h presence... yes
  4132. checking for ctype.h... yes
  4133. checking dlfcn.h usability... yes
  4134. checking dlfcn.h presence... yes
  4135. checking for dlfcn.h... yes
  4136. checking errno.h usability... yes
  4137. checking errno.h presence... yes
  4138. checking for errno.h... yes
  4139. checking fcntl.h usability... yes
  4140. checking fcntl.h presence... yes
  4141. checking for fcntl.h... yes
  4142. checking float.h usability... yes
  4143. checking float.h presence... yes
  4144. checking for float.h... yes
  4145. checking grp.h usability... yes
  4146. checking grp.h presence... yes
  4147. checking for grp.h... yes
  4148. checking for inttypes.h... (cached) yes
  4149. checking limits.h usability... yes
  4150. checking limits.h presence... yes
  4151. checking for limits.h... yes
  4152. checking locale.h usability... yes
  4153. checking locale.h presence... yes
  4154. checking for locale.h... yes
  4155. checking math.h usability... yes
  4156. checking math.h presence... yes
  4157. checking for math.h... yes
  4158. checking pwd.h usability... yes
  4159. checking pwd.h presence... yes
  4160. checking for pwd.h... yes
  4161. checking for netinet/in.h... (cached) yes
  4162. checking regex.h usability... yes
  4163. checking regex.h presence... yes
  4164. checking for regex.h... yes
  4165. checking sched.h usability... yes
  4166. checking sched.h presence... yes
  4167. checking for sched.h... yes
  4168. checking stdarg.h usability... yes
  4169. checking stdarg.h presence... yes
  4170. checking for stdarg.h... yes
  4171. checking for stdint.h... (cached) yes
  4172. checking stdio.h usability... yes
  4173. checking stdio.h presence... yes
  4174. checking for stdio.h... yes
  4175. checking for stdlib.h... (cached) yes
  4176. checking for string.h... (cached) yes
  4177. checking syslog.h usability... yes
  4178. checking syslog.h presence... yes
  4179. checking for syslog.h... yes
  4180. checking sys/file.h usability... yes
  4181. checking sys/file.h presence... yes
  4182. checking for sys/file.h... yes
  4183. checking sys/ioctl.h usability... yes
  4184. checking sys/ioctl.h presence... yes
  4185. checking for sys/ioctl.h... yes
  4186. checking sys/param.h usability... yes
  4187. checking sys/param.h presence... yes
  4188. checking for sys/param.h... yes
  4189. checking sys/resource.h usability... yes
  4190. checking sys/resource.h presence... yes
  4191. checking for sys/resource.h... yes
  4192. checking sys/socket.h usability... yes
  4193. checking sys/socket.h presence... yes
  4194. checking for sys/socket.h... yes
  4195. checking for sys/stat.h... (cached) yes
  4196. checking sys/time.h usability... yes
  4197. checking sys/time.h presence... yes
  4198. checking for sys/time.h... yes
  4199. checking for sys/types.h... (cached) yes
  4200. checking sys/un.h usability... yes
  4201. checking sys/un.h presence... yes
  4202. checking for sys/un.h... yes
  4203. checking termios.h usability... yes
  4204. checking termios.h presence... yes
  4205. checking for termios.h... yes
  4206. checking time.h usability... yes
  4207. checking time.h presence... yes
  4208. checking for time.h... yes
  4209. checking for unistd.h... (cached) yes
  4210. checking arpa/inet.h usability... yes
  4211. checking arpa/inet.h presence... yes
  4212. checking for arpa/inet.h... yes
  4213. checking libintl.h usability... yes
  4214. checking libintl.h presence... yes
  4215. checking for libintl.h... yes
  4216. checking malloc.h usability... yes
  4217. checking malloc.h presence... yes
  4218. checking for malloc.h... yes
  4219. checking for netdb.h... (cached) yes
  4220. checking stddef.h usability... yes
  4221. checking stddef.h presence... yes
  4222. checking for stddef.h... yes
  4223. checking for strings.h... (cached) yes
  4224. checking sys/event.h usability... no
  4225. checking sys/event.h presence... no
  4226. checking for sys/event.h... no
  4227. checking utime.h usability... yes
  4228. checking utime.h presence... yes
  4229. checking for utime.h... yes
  4230. checking for LIBEDIT... no
  4231. checking for history_init in -ledit... no
  4232. configure: error: *** Please install the 'libedit' development package.
  4233. vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled^C
  4234. vicibox11:/usr/src/asterisk-20.4.0 # uname -a
  4235. 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
  4236. vicibox11:/usr/src/asterisk-20.4.0 # zypper install libedit-devel
  4237. Retrieving repository 'openSUSE-SLE-15.5-Backports' metadata .................................................................................................................................[done]
  4238. Building repository 'openSUSE-SLE-15.5-Backports' cache ......................................................................................................................................[done]
  4239. Loading repository data...
  4240. Reading installed packages...
  4241. Resolving package dependencies...
  4242.  
  4243. The following NEW package is going to be installed:
  4244. libedit-devel
  4245.  
  4246. 1 new package to install.
  4247. Overall download size: 35.6 KiB. Already cached: 0 B. After the operation, additional 48.2 KiB will be used.
  4248. Continue? [y/n/v/...? shows all options] (y): y
  4249. Retrieving: libedit-devel-3.1.snap20150325-2.12.x86_64 (openSUSE-Leap-15.5-OSS) (1/1), 35.6 KiB
  4250. Retrieving: libedit-devel-3.1.snap20150325-2.12.x86_64.rpm ......................................................................................................................[done (10.1 KiB/s)]
  4251.  
  4252. Checking for file conflicts: .................................................................................................................................................................[done]
  4253. (1/1) Installing: libedit-devel-3.1.snap20150325-2.12.x86_64 .................................................................................................................................[done]
  4254. vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
  4255. checking build system type... x86_64-pc-linux-gnu
  4256. checking host system type... x86_64-pc-linux-gnu
  4257. checking for gcc... gcc
  4258. checking whether the C compiler works... yes
  4259. checking for C compiler default output file name... a.out
  4260. checking for suffix of executables...
  4261. checking whether we are cross compiling... no
  4262. checking for suffix of object files... o
  4263. checking whether we are using the GNU C compiler... yes
  4264. checking whether gcc accepts -g... yes
  4265. checking for gcc option to accept ISO C89... none needed
  4266. checking how to run the C preprocessor... gcc -E
  4267. checking for grep that handles long lines and -e... /usr/bin/grep
  4268. checking for egrep... /usr/bin/grep -E
  4269. checking for ANSI C header files... yes
  4270. checking for sys/types.h... yes
  4271. checking for sys/stat.h... yes
  4272. checking for stdlib.h... yes
  4273. checking for string.h... yes
  4274. checking for memory.h... yes
  4275. checking for strings.h... yes
  4276. checking for inttypes.h... yes
  4277. checking for stdint.h... yes
  4278. checking for unistd.h... yes
  4279. checking minix/config.h usability... no
  4280. checking minix/config.h presence... no
  4281. checking for minix/config.h... no
  4282. checking whether it is safe to define __EXTENSIONS__... yes
  4283. checking whether char is unsigned... no
  4284. checking for uname... /usr/bin/uname
  4285. checking for g++... g++
  4286. checking whether we are using the GNU C++ compiler... yes
  4287. checking whether g++ accepts -g... yes
  4288. checking how to run the C preprocessor... gcc -E
  4289. checking how to run the C++ preprocessor... g++ -E
  4290. checking for a sed that does not truncate output... /usr/bin/sed
  4291. checking for egrep... grep -E
  4292. checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
  4293. checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
  4294. checking for gawk... gawk
  4295. checking for a BSD-compatible install... /usr/bin/install -c
  4296. checking whether ln -s works... yes
  4297. checking for ranlib... ranlib
  4298. checking for GNU make... make
  4299. checking for egrep... (cached) /usr/bin/grep -E
  4300. checking for strip... strip
  4301. checking for ar... ar
  4302. checking for bison... /usr/bin/bison
  4303. checking for cmp... /usr/bin/cmp
  4304. checking for cat... /usr/bin/cat
  4305. checking for cut... /usr/bin/cut
  4306. checking for flex... /usr/bin/flex
  4307. checking for grep... (cached) /usr/bin/grep
  4308. checking for python2.7... no
  4309. checking for python2... no
  4310. checking for python... /usr/bin/python
  4311. checking for find... /usr/bin/find
  4312. checking for basename... /usr/bin/basename
  4313. checking for dirname... /usr/bin/dirname
  4314. checking for sh... /bin/sh
  4315. checking for ln... /usr/bin/ln
  4316. checking for doxygen... :
  4317. checking for dot... :
  4318. checking for wget... /usr/bin/wget
  4319. checking for curl... /usr/bin/curl
  4320. checking for xmllint... /usr/bin/xmllint
  4321. checking for xmlstarlet... no
  4322. checking for xml... no
  4323. checking for bash... /bin/sh
  4324. checking for git... /usr/bin/git
  4325. checking for alembic... :
  4326. checking for bzip2... /usr/bin/bzip2
  4327. checking for tar... /usr/bin/tar
  4328. checking for patch... /usr/bin/patch
  4329. checking for sed... (cached) /usr/bin/sed
  4330. checking for nm... /usr/bin/nm
  4331. checking for realpath... /usr/bin/realpath
  4332. checking for ldconfig... /sbin/ldconfig
  4333. checking for sha1sum... /usr/bin/sha1sum
  4334. checking for openssl... /usr/bin/openssl
  4335. checking for pkg-config... /usr/bin/pkg-config
  4336. checking pkg-config is at least version 0.9.0... yes
  4337. checking for bison that supports parse-param... /usr/bin/bison
  4338. checking for soxmix... no
  4339. checking for md5... no
  4340. checking for md5sum... md5sum
  4341. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  4342. checking whether gcc is Clang... no
  4343. checking whether pthreads work with "-pthread" and "-lpthread"... yes
  4344. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  4345. checking whether more special flags are required for pthreads... no
  4346. checking for PTHREAD_PRIO_INHERIT... yes
  4347. checking for RAII support... checking for gcc -fnested-functions... no
  4348. checking for clang strsep/strcmp optimization... no
  4349. configure: checking OPENSSL with pkg-config
  4350. configure: checking whether system openssl > 1.1.0
  4351. checking for OPENSSL... no
  4352. configure: checking whether alternate openssl11 is installed
  4353. checking for OPENSSL... no
  4354. configure: checking fallback system openssl
  4355. checking for OPENSSL... no
  4356. configure: WARNING: OpenSSL does not seem to be installed
  4357. checking for embedded jansson (may have to download)... configuring
  4358. checking for bundled jansson... yes
  4359. checking for embedded pjproject (may have to download)... configuring
  4360. checking for bundled pjproject... yes
  4361. checking for gawk... (cached) gawk
  4362. checking for curl-config... no
  4363. checking whether libcurl is usable... no
  4364. checking for size_t... yes
  4365. checking for working alloca.h... yes
  4366. checking for alloca... yes
  4367. checking for dirent.h that defines DIR... yes
  4368. checking for library containing opendir... none required
  4369. checking for sys/wait.h that is POSIX.1 compatible... yes
  4370. checking for sys/types.h... (cached) yes
  4371. checking for netinet/in.h... yes
  4372. checking for arpa/nameser.h... yes
  4373. checking for netdb.h... yes
  4374. checking for resolv.h... yes
  4375. checking for arpa/nameser.h... (cached) yes
  4376. checking assert.h usability... yes
  4377. checking assert.h presence... yes
  4378. checking for assert.h... yes
  4379. checking ctype.h usability... yes
  4380. checking ctype.h presence... yes
  4381. checking for ctype.h... yes
  4382. checking dlfcn.h usability... yes
  4383. checking dlfcn.h presence... yes
  4384. checking for dlfcn.h... yes
  4385. checking errno.h usability... yes
  4386. checking errno.h presence... yes
  4387. checking for errno.h... yes
  4388. checking fcntl.h usability... yes
  4389. checking fcntl.h presence... yes
  4390. checking for fcntl.h... yes
  4391. checking float.h usability... yes
  4392. checking float.h presence... yes
  4393. checking for float.h... yes
  4394. checking grp.h usability... yes
  4395. checking grp.h presence... yes
  4396. checking for grp.h... yes
  4397. checking for inttypes.h... (cached) yes
  4398. checking limits.h usability... yes
  4399. checking limits.h presence... yes
  4400. checking for limits.h... yes
  4401. checking locale.h usability... yes
  4402. checking locale.h presence... yes
  4403. checking for locale.h... yes
  4404. checking math.h usability... yes
  4405. checking math.h presence... yes
  4406. checking for math.h... yes
  4407. checking pwd.h usability... yes
  4408. checking pwd.h presence... yes
  4409. checking for pwd.h... yes
  4410. checking for netinet/in.h... (cached) yes
  4411. checking regex.h usability... yes
  4412. checking regex.h presence... yes
  4413. checking for regex.h... yes
  4414. checking sched.h usability... yes
  4415. checking sched.h presence... yes
  4416. checking for sched.h... yes
  4417. checking stdarg.h usability... yes
  4418. checking stdarg.h presence... yes
  4419. checking for stdarg.h... yes
  4420. checking for stdint.h... (cached) yes
  4421. checking stdio.h usability... yes
  4422. checking stdio.h presence... yes
  4423. checking for stdio.h... yes
  4424. checking for stdlib.h... (cached) yes
  4425. checking for string.h... (cached) yes
  4426. checking syslog.h usability... yes
  4427. checking syslog.h presence... yes
  4428. checking for syslog.h... yes
  4429. checking sys/file.h usability... yes
  4430. checking sys/file.h presence... yes
  4431. checking for sys/file.h... yes
  4432. checking sys/ioctl.h usability... yes
  4433. checking sys/ioctl.h presence... yes
  4434. checking for sys/ioctl.h... yes
  4435. checking sys/param.h usability... yes
  4436. checking sys/param.h presence... yes
  4437. checking for sys/param.h... yes
  4438. checking sys/resource.h usability... yes
  4439. checking sys/resource.h presence... yes
  4440. checking for sys/resource.h... yes
  4441. checking sys/socket.h usability... yes
  4442. checking sys/socket.h presence... yes
  4443. checking for sys/socket.h... yes
  4444. checking for sys/stat.h... (cached) yes
  4445. checking sys/time.h usability... yes
  4446. checking sys/time.h presence... yes
  4447. checking for sys/time.h... yes
  4448. checking for sys/types.h... (cached) yes
  4449. checking sys/un.h usability... yes
  4450. checking sys/un.h presence... yes
  4451. checking for sys/un.h... yes
  4452. checking termios.h usability... yes
  4453. checking termios.h presence... yes
  4454. checking for termios.h... yes
  4455. checking time.h usability... yes
  4456. checking time.h presence... yes
  4457. checking for time.h... yes
  4458. checking for unistd.h... (cached) yes
  4459. checking arpa/inet.h usability... yes
  4460. checking arpa/inet.h presence... yes
  4461. checking for arpa/inet.h... yes
  4462. checking libintl.h usability... yes
  4463. checking libintl.h presence... yes
  4464. checking for libintl.h... yes
  4465. checking malloc.h usability... yes
  4466. checking malloc.h presence... yes
  4467. checking for malloc.h... yes
  4468. checking for netdb.h... (cached) yes
  4469. checking stddef.h usability... yes
  4470. checking stddef.h presence... yes
  4471. checking for stddef.h... yes
  4472. checking for strings.h... (cached) yes
  4473. checking sys/event.h usability... no
  4474. checking sys/event.h presence... no
  4475. checking for sys/event.h... no
  4476. checking utime.h usability... yes
  4477. checking utime.h presence... yes
  4478. checking for utime.h... yes
  4479. checking for LIBEDIT... yes
  4480. checking for Testing for libedit unicode support... no
  4481. checking for uuid_generate_random in -luuid... yes
  4482. checking uuid/uuid.h usability... yes
  4483. checking uuid/uuid.h presence... yes
  4484. checking for uuid/uuid.h... yes
  4485. checking for clock_gettime in -lrt... yes
  4486. checking for LIBXML2... no
  4487. checking for xml2-config... no
  4488. configure: *** The Asterisk menuselect tool requires the 'libxml2' development package.
  4489. configure: *** Please install the 'libxml2' development package.
  4490. vicibox11:/usr/src/asterisk-20.4.0 # zypper install libxml2-2-32bit
  4491. Loading repository data...
  4492. Reading installed packages...
  4493. Resolving package dependencies...
  4494.  
  4495. The following 4 NEW packages are going to be installed:
  4496. glibc-32bit liblzma5-32bit libxml2-2-32bit libz1-32bit
  4497.  
  4498. 4 new packages to install.
  4499. Overall download size: 2.1 MiB. Already cached: 0 B. After the operation, additional 5.9 MiB will be used.
  4500. Continue? [y/n/v/...? shows all options] (y): y
  4501. Retrieving: glibc-32bit-2.31-150300.52.2.x86_64 (openSUSE-SLE-15.5-Updates) (1/4), 1.4 MiB
  4502. Retrieving: glibc-32bit-2.31-150300.52.2.x86_64.rpm ..............................................................................................................................[done (2.4 MiB/s)]
  4503. Retrieving: libz1-32bit-1.2.13-150500.2.3.x86_64 (openSUSE-Leap-15.5-OSS) (2/4), 58.5 KiB
  4504. Retrieving: libz1-32bit-1.2.13-150500.2.3.x86_64.rpm ............................................................................................................................[done (12.5 KiB/s)]
  4505. Retrieving: liblzma5-32bit-5.2.3-150000.4.7.1.x86_64 (openSUSE-Leap-15.5-OSS) (3/4), 115.8 KiB
  4506. Retrieving: liblzma5-32bit-5.2.3-150000.4.7.1.x86_64.rpm .......................................................................................................................[done (711.7 KiB/s)]
  4507. Retrieving: libxml2-2-32bit-2.10.3-150500.5.5.1.x86_64 (openSUSE-SLE-15.5-Updates) (4/4), 585.8 KiB
  4508. Retrieving: libxml2-2-32bit-2.10.3-150500.5.5.1.x86_64.rpm .......................................................................................................................[done (1.8 MiB/s)]
  4509.  
  4510. Checking for file conflicts: .................................................................................................................................................................[done]
  4511. (1/4) Installing: glibc-32bit-2.31-150300.52.2.x86_64 ........................................................................................................................................[done]
  4512. (2/4) Installing: libz1-32bit-1.2.13-150500.2.3.x86_64 .......................................................................................................................................[done]
  4513. (3/4) Installing: liblzma5-32bit-5.2.3-150000.4.7.1.x86_64 ...................................................................................................................................[done]
  4514. (4/4) Installing: libxml2-2-32bit-2.10.3-150500.5.5.1.x86_64 .................................................................................................................................[done]
  4515. vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
  4516. checking build system type... x86_64-pc-linux-gnu
  4517. checking host system type... x86_64-pc-linux-gnu
  4518. checking for gcc... gcc
  4519. checking whether the C compiler works... yes
  4520. checking for C compiler default output file name... a.out
  4521. checking for suffix of executables...
  4522. checking whether we are cross compiling... no
  4523. checking for suffix of object files... o
  4524. checking whether we are using the GNU C compiler... yes
  4525. checking whether gcc accepts -g... yes
  4526. checking for gcc option to accept ISO C89... none needed
  4527. checking how to run the C preprocessor... gcc -E
  4528. checking for grep that handles long lines and -e... /usr/bin/grep
  4529. checking for egrep... /usr/bin/grep -E
  4530. checking for ANSI C header files... yes
  4531. checking for sys/types.h... yes
  4532. checking for sys/stat.h... yes
  4533. checking for stdlib.h... yes
  4534. checking for string.h... yes
  4535. checking for memory.h... yes
  4536. checking for strings.h... yes
  4537. checking for inttypes.h... yes
  4538. checking for stdint.h... yes
  4539. checking for unistd.h... yes
  4540. checking minix/config.h usability... no
  4541. checking minix/config.h presence... no
  4542. checking for minix/config.h... no
  4543. checking whether it is safe to define __EXTENSIONS__... yes
  4544. checking whether char is unsigned... no
  4545. checking for uname... /usr/bin/uname
  4546. checking for g++... g++
  4547. checking whether we are using the GNU C++ compiler... yes
  4548. checking whether g++ accepts -g... yes
  4549. checking how to run the C preprocessor... gcc -E
  4550. checking how to run the C++ preprocessor... g++ -E
  4551. checking for a sed that does not truncate output... /usr/bin/sed
  4552. checking for egrep... grep -E
  4553. checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
  4554. checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
  4555. checking for gawk... gawk
  4556. checking for a BSD-compatible install... /usr/bin/install -c
  4557. checking whether ln -s works... yes
  4558. checking for ranlib... ranlib
  4559. checking for GNU make... make
  4560. checking for egrep... (cached) /usr/bin/grep -E
  4561. checking for strip... strip
  4562. checking for ar... ar
  4563. checking for bison... /usr/bin/bison
  4564. checking for cmp... /usr/bin/cmp
  4565. checking for cat... /usr/bin/cat
  4566. checking for cut... /usr/bin/cut
  4567. checking for flex... /usr/bin/flex
  4568. checking for grep... (cached) /usr/bin/grep
  4569. checking for python2.7... no
  4570. checking for python2... no
  4571. checking for python... /usr/bin/python
  4572. checking for find... /usr/bin/find
  4573. checking for basename... /usr/bin/basename
  4574. checking for dirname... /usr/bin/dirname
  4575. checking for sh... /bin/sh
  4576. checking for ln... /usr/bin/ln
  4577. checking for doxygen... :
  4578. checking for dot... :
  4579. checking for wget... /usr/bin/wget
  4580. checking for curl... /usr/bin/curl
  4581. checking for xmllint... /usr/bin/xmllint
  4582. checking for xmlstarlet... no
  4583. checking for xml... no
  4584. checking for bash... /bin/sh
  4585. checking for git... /usr/bin/git
  4586. checking for alembic... :
  4587. checking for bzip2... /usr/bin/bzip2
  4588. checking for tar... /usr/bin/tar
  4589. checking for patch... /usr/bin/patch
  4590. checking for sed... (cached) /usr/bin/sed
  4591. checking for nm... /usr/bin/nm
  4592. checking for realpath... /usr/bin/realpath
  4593. checking for ldconfig... /sbin/ldconfig
  4594. checking for sha1sum... /usr/bin/sha1sum
  4595. checking for openssl... /usr/bin/openssl
  4596. checking for pkg-config... /usr/bin/pkg-config
  4597. checking pkg-config is at least version 0.9.0... yes
  4598. checking for bison that supports parse-param... /usr/bin/bison
  4599. checking for soxmix... no
  4600. checking for md5... no
  4601. checking for md5sum... md5sum
  4602. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  4603. checking whether gcc is Clang... no
  4604. checking whether pthreads work with "-pthread" and "-lpthread"... yes
  4605. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  4606. checking whether more special flags are required for pthreads... no
  4607. checking for PTHREAD_PRIO_INHERIT... yes
  4608. checking for RAII support... checking for gcc -fnested-functions... no
  4609. checking for clang strsep/strcmp optimization... no
  4610. configure: checking OPENSSL with pkg-config
  4611. configure: checking whether system openssl > 1.1.0
  4612. checking for OPENSSL... no
  4613. configure: checking whether alternate openssl11 is installed
  4614. checking for OPENSSL... no
  4615. configure: checking fallback system openssl
  4616. checking for OPENSSL... no
  4617. configure: WARNING: OpenSSL does not seem to be installed
  4618. checking for embedded jansson (may have to download)... configuring
  4619. checking for bundled jansson... yes
  4620. checking for embedded pjproject (may have to download)... configuring
  4621. checking for bundled pjproject... yes
  4622. checking for gawk... (cached) gawk
  4623. checking for curl-config... no
  4624. checking whether libcurl is usable... no
  4625. checking for size_t... yes
  4626. checking for working alloca.h... yes
  4627. checking for alloca... yes
  4628. checking for dirent.h that defines DIR... yes
  4629. checking for library containing opendir... none required
  4630. checking for sys/wait.h that is POSIX.1 compatible... yes
  4631. checking for sys/types.h... (cached) yes
  4632. checking for netinet/in.h... yes
  4633. checking for arpa/nameser.h... yes
  4634. checking for netdb.h... yes
  4635. checking for resolv.h... yes
  4636. checking for arpa/nameser.h... (cached) yes
  4637. checking assert.h usability... yes
  4638. checking assert.h presence... yes
  4639. checking for assert.h... yes
  4640. checking ctype.h usability... yes
  4641. checking ctype.h presence... yes
  4642. checking for ctype.h... yes
  4643. checking dlfcn.h usability... yes
  4644. checking dlfcn.h presence... yes
  4645. checking for dlfcn.h... yes
  4646. checking errno.h usability... yes
  4647. checking errno.h presence... yes
  4648. checking for errno.h... yes
  4649. checking fcntl.h usability... yes
  4650. checking fcntl.h presence... yes
  4651. checking for fcntl.h... yes
  4652. checking float.h usability... yes
  4653. checking float.h presence... yes
  4654. checking for float.h... yes
  4655. checking grp.h usability... yes
  4656. checking grp.h presence... yes
  4657. checking for grp.h... yes
  4658. checking for inttypes.h... (cached) yes
  4659. checking limits.h usability... yes
  4660. checking limits.h presence... yes
  4661. checking for limits.h... yes
  4662. checking locale.h usability... yes
  4663. checking locale.h presence... yes
  4664. checking for locale.h... yes
  4665. checking math.h usability... yes
  4666. checking math.h presence... yes
  4667. checking for math.h... yes
  4668. checking pwd.h usability... yes
  4669. checking pwd.h presence... yes
  4670. checking for pwd.h... yes
  4671. checking for netinet/in.h... (cached) yes
  4672. checking regex.h usability... yes
  4673. checking regex.h presence... yes
  4674. checking for regex.h... yes
  4675. checking sched.h usability... yes
  4676. checking sched.h presence... yes
  4677. checking for sched.h... yes
  4678. checking stdarg.h usability... yes
  4679. checking stdarg.h presence... yes
  4680. checking for stdarg.h... yes
  4681. checking for stdint.h... (cached) yes
  4682. checking stdio.h usability... yes
  4683. checking stdio.h presence... yes
  4684. checking for stdio.h... yes
  4685. checking for stdlib.h... (cached) yes
  4686. checking for string.h... (cached) yes
  4687. checking syslog.h usability... yes
  4688. checking syslog.h presence... yes
  4689. checking for syslog.h... yes
  4690. checking sys/file.h usability... yes
  4691. checking sys/file.h presence... yes
  4692. checking for sys/file.h... yes
  4693. checking sys/ioctl.h usability... yes
  4694. checking sys/ioctl.h presence... yes
  4695. checking for sys/ioctl.h... yes
  4696. checking sys/param.h usability... yes
  4697. checking sys/param.h presence... yes
  4698. checking for sys/param.h... yes
  4699. checking sys/resource.h usability... yes
  4700. checking sys/resource.h presence... yes
  4701. checking for sys/resource.h... yes
  4702. checking sys/socket.h usability... yes
  4703. checking sys/socket.h presence... yes
  4704. checking for sys/socket.h... yes
  4705. checking for sys/stat.h... (cached) yes
  4706. checking sys/time.h usability... yes
  4707. checking sys/time.h presence... yes
  4708. checking for sys/time.h... yes
  4709. checking for sys/types.h... (cached) yes
  4710. checking sys/un.h usability... yes
  4711. checking sys/un.h presence... yes
  4712. checking for sys/un.h... yes
  4713. checking termios.h usability... yes
  4714. checking termios.h presence... yes
  4715. checking for termios.h... yes
  4716. checking time.h usability... yes
  4717. checking time.h presence... yes
  4718. checking for time.h... yes
  4719. checking for unistd.h... (cached) yes
  4720. checking arpa/inet.h usability... yes
  4721. checking arpa/inet.h presence... yes
  4722. checking for arpa/inet.h... yes
  4723. checking libintl.h usability... yes
  4724. checking libintl.h presence... yes
  4725. checking for libintl.h... yes
  4726. checking malloc.h usability... yes
  4727. checking malloc.h presence... yes
  4728. checking for malloc.h... yes
  4729. checking for netdb.h... (cached) yes
  4730. checking stddef.h usability... yes
  4731. checking stddef.h presence... yes
  4732. checking for stddef.h... yes
  4733. checking for strings.h... (cached) yes
  4734. checking sys/event.h usability... no
  4735. checking sys/event.h presence... no
  4736. checking for sys/event.h... no
  4737. checking utime.h usability... yes
  4738. checking utime.h presence... yes
  4739. checking for utime.h... yes
  4740. checking for LIBEDIT... yes
  4741. checking for Testing for libedit unicode support... no
  4742. checking for uuid_generate_random in -luuid... yes
  4743. checking uuid/uuid.h usability... yes
  4744. checking uuid/uuid.h presence... yes
  4745. checking for uuid/uuid.h... yes
  4746. checking for clock_gettime in -lrt... yes
  4747. checking for LIBXML2... no
  4748. checking for xml2-config... no
  4749. configure: *** The Asterisk menuselect tool requires the 'libxml2' development package.
  4750. configure: *** Please install the 'libxml2' development package.
  4751. vicibox11:/usr/src/asterisk-20.4.0 # rpm
  4752. RPM version 4.14.3
  4753. Copyright (C) 1998-2002 - Red Hat, Inc.
  4754. This program may be freely redistributed under the terms of the GNU GPL
  4755.  
  4756. Usage: rpm [-afgpcdLAlsiv?] [-a|--all] [-f|--file] [-g|--group] [-p|--package] [--pkgid] [--hdrid] [--triggeredby] [--whatconflicts] [--whatrequires] [--whatobsoletes] [--whatprovides]
  4757. [--whatrecommends] [--whatsuggests] [--whatsupplements] [--whatenhances] [--nomanifest] [-c|--configfiles] [-d|--docfiles] [-L|--licensefiles] [-A|--artifactfiles] [--dump]
  4758. [-l|--list] [--queryformat=QUERYFORMAT] [-s|--state] [--nofiledigest] [--nofiles] [--nodeps] [--noscript] [--allfiles] [--allmatches] [--badreloc] [-e|--erase=<package>+]
  4759. [--excludedocs] [--excludepath=<path>] [--force] [-F|--freshen=<packagefile>+] [-h|--hash] [--ignorearch] [--ignoreos] [--ignoresize] [--noverify] [-i|--install] [--justdb]
  4760. [--nodeps] [--nofiledigest] [--nocontexts] [--nocaps] [--noorder] [--noscripts] [--notriggers] [--oldpackage] [--percent] [--prefix=<dir>] [--relocate=<old>=<new>]
  4761. [--replacefiles] [--replacepkgs] [--test] [-U|--upgrade=<packagefile>+] [--reinstall=<packagefile>+] [-D|--define='MACRO EXPR'] [--undefine=MACRO] [-E|--eval='EXPR']
  4762. [--target=CPU-VENDOR-OS] [--macros=<FILE:...>] [--noplugins] [--nodigest] [--nosignature] [--rcfile=<FILE:...>] [-r|--root=ROOT] [--dbpath=DIRECTORY] [--querytags] [--showrc]
  4763. [--quiet] [-v|--verbose] [--version] [-?|--help] [--usage] [--scripts] [--setperms] [--setugids] [--setcaps] [--restore] [--conflicts] [--obsoletes] [--provides] [--requires]
  4764. [--recommends] [--suggests] [--supplements] [--enhances] [--info] [--changelog] [--changes] [--xml] [--triggers] [--filetriggers] [--last] [--dupes] [--filesbypkg]
  4765. [--fileclass] [--filecolor] [--fileprovide] [--filerequire] [--filecaps]
  4766. 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
  4767. 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
  4768. 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
  4769. 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
  4770. --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
  4771. Resolving ftp.lysator.liu.se (ftp.lysator.liu.se)... 130.236.254.253, 130.236.254.251, 2001:6b0:17:f0a0::fd, ...
  4772. Connecting to ftp.lysator.liu.se (ftp.lysator.liu.se)|130.236.254.253|:443... connected.
  4773. HTTP request sent, awaiting response... 200 OK
  4774. Length: 594424 (580K) [application/x-redhat-package-manager]
  4775. Saving to: ‘libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm’
  4776.  
  4777. libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm 100%[==========================================================================================================>] 580.49K 2.38MB/s in 0.2s
  4778.  
  4779. 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]
  4780.  
  4781. vicibox11:/usr/src/asterisk-20.4.0 # rpm -i libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
  4782. 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
  4783. 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
  4784. vicibox11:/usr/src/asterisk-20.4.0 #
  4785. vicibox11:/usr/src/asterisk-20.4.0 # zypper install libxml2-devel
  4786. Loading repository data...
  4787. Reading installed packages...
  4788. Resolving package dependencies...
  4789.  
  4790. The following recommended package was automatically selected:
  4791. readline-doc
  4792.  
  4793. The following 4 NEW packages are going to be installed:
  4794. libxml2-devel readline-devel readline-doc xz-devel
  4795.  
  4796. 4 new packages to install.
  4797. Overall download size: 455.4 KiB. Already cached: 0 B. After the operation, additional 1.5 MiB will be used.
  4798. Continue? [y/n/v/...? shows all options] (y): y
  4799. Retrieving: readline-doc-7.0-150400.25.22.noarch (openSUSE-Leap-15.5-OSS) (1/4), 246.4 KiB
  4800. Retrieving: readline-doc-7.0-150400.25.22.noarch.rpm .............................................................................................................................[done (1.0 MiB/s)]
  4801. Retrieving: xz-devel-5.2.3-150000.4.7.1.x86_64 (openSUSE-Leap-15.5-OSS) (2/4), 44.1 KiB
  4802. Retrieving: xz-devel-5.2.3-150000.4.7.1.x86_64.rpm ..............................................................................................................................[done (17.7 KiB/s)]
  4803. Retrieving: readline-devel-7.0-150400.25.22.x86_64 (openSUSE-Leap-15.5-OSS) (3/4), 48.5 KiB
  4804. Retrieving: readline-devel-7.0-150400.25.22.x86_64.rpm .......................................................................................................................................[done]
  4805. Retrieving: libxml2-devel-2.10.3-150500.5.5.1.x86_64 (openSUSE-SLE-15.5-Updates) (4/4), 116.3 KiB
  4806. Retrieving: libxml2-devel-2.10.3-150500.5.5.1.x86_64.rpm .......................................................................................................................[done (240.4 KiB/s)]
  4807.  
  4808. Checking for file conflicts: .................................................................................................................................................................[done]
  4809. (1/4) Installing: readline-doc-7.0-150400.25.22.noarch .......................................................................................................................................[done]
  4810. (2/4) Installing: xz-devel-5.2.3-150000.4.7.1.x86_64 .........................................................................................................................................[done]
  4811. (3/4) Installing: readline-devel-7.0-150400.25.22.x86_64 .....................................................................................................................................[done]
  4812. (4/4) Installing: libxml2-devel-2.10.3-150500.5.5.1.x86_64 ...................................................................................................................................[done]
  4813. vicibox11:/usr/src/asterisk-20.4.0 # ./configure -libdir=/usr/lib64 --with-jansson-bundled
  4814. checking build system type... x86_64-pc-linux-gnu
  4815. checking host system type... x86_64-pc-linux-gnu
  4816. checking for gcc... gcc
  4817. checking whether the C compiler works... yes
  4818. checking for C compiler default output file name... a.out
  4819. checking for suffix of executables...
  4820. checking whether we are cross compiling... no
  4821. checking for suffix of object files... o
  4822. checking whether we are using the GNU C compiler... yes
  4823. checking whether gcc accepts -g... yes
  4824. checking for gcc option to accept ISO C89... none needed
  4825. checking how to run the C preprocessor... gcc -E
  4826. checking for grep that handles long lines and -e... /usr/bin/grep
  4827. checking for egrep... /usr/bin/grep -E
  4828. checking for ANSI C header files... yes
  4829. checking for sys/types.h... yes
  4830. checking for sys/stat.h... yes
  4831. checking for stdlib.h... yes
  4832. checking for string.h... yes
  4833. checking for memory.h... yes
  4834. checking for strings.h... yes
  4835. checking for inttypes.h... yes
  4836. checking for stdint.h... yes
  4837. checking for unistd.h... yes
  4838. checking minix/config.h usability... no
  4839. checking minix/config.h presence... no
  4840. checking for minix/config.h... no
  4841. checking whether it is safe to define __EXTENSIONS__... yes
  4842. checking whether char is unsigned... no
  4843. checking for uname... /usr/bin/uname
  4844. checking for g++... g++
  4845. checking whether we are using the GNU C++ compiler... yes
  4846. checking whether g++ accepts -g... yes
  4847. checking how to run the C preprocessor... gcc -E
  4848. checking how to run the C++ preprocessor... g++ -E
  4849. checking for a sed that does not truncate output... /usr/bin/sed
  4850. checking for egrep... grep -E
  4851. checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
  4852. checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
  4853. checking for gawk... gawk
  4854. checking for a BSD-compatible install... /usr/bin/install -c
  4855. checking whether ln -s works... yes
  4856. checking for ranlib... ranlib
  4857. checking for GNU make... make
  4858. checking for egrep... (cached) /usr/bin/grep -E
  4859. checking for strip... strip
  4860. checking for ar... ar
  4861. checking for bison... /usr/bin/bison
  4862. checking for cmp... /usr/bin/cmp
  4863. checking for cat... /usr/bin/cat
  4864. checking for cut... /usr/bin/cut
  4865. checking for flex... /usr/bin/flex
  4866. checking for grep... (cached) /usr/bin/grep
  4867. checking for python2.7... no
  4868. checking for python2... no
  4869. checking for python... /usr/bin/python
  4870. checking for find... /usr/bin/find
  4871. checking for basename... /usr/bin/basename
  4872. checking for dirname... /usr/bin/dirname
  4873. checking for sh... /bin/sh
  4874. checking for ln... /usr/bin/ln
  4875. checking for doxygen... :
  4876. checking for dot... :
  4877. checking for wget... /usr/bin/wget
  4878. checking for curl... /usr/bin/curl
  4879. checking for xmllint... /usr/bin/xmllint
  4880. checking for xmlstarlet... no
  4881. checking for xml... no
  4882. checking for bash... /bin/sh
  4883. checking for git... /usr/bin/git
  4884. checking for alembic... :
  4885. checking for bzip2... /usr/bin/bzip2
  4886. checking for tar... /usr/bin/tar
  4887. checking for patch... /usr/bin/patch
  4888. checking for sed... (cached) /usr/bin/sed
  4889. checking for nm... /usr/bin/nm
  4890. checking for realpath... /usr/bin/realpath
  4891. checking for ldconfig... /sbin/ldconfig
  4892. checking for sha1sum... /usr/bin/sha1sum
  4893. checking for openssl... /usr/bin/openssl
  4894. checking for pkg-config... /usr/bin/pkg-config
  4895. checking pkg-config is at least version 0.9.0... yes
  4896. checking for bison that supports parse-param... /usr/bin/bison
  4897. checking for soxmix... no
  4898. checking for md5... no
  4899. checking for md5sum... md5sum
  4900. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  4901. checking whether gcc is Clang... no
  4902. checking whether pthreads work with "-pthread" and "-lpthread"... yes
  4903. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  4904. checking whether more special flags are required for pthreads... no
  4905. checking for PTHREAD_PRIO_INHERIT... yes
  4906. checking for RAII support... checking for gcc -fnested-functions... no
  4907. checking for clang strsep/strcmp optimization... no
  4908. configure: checking OPENSSL with pkg-config
  4909. configure: checking whether system openssl > 1.1.0
  4910. checking for OPENSSL... no
  4911. configure: checking whether alternate openssl11 is installed
  4912. checking for OPENSSL... no
  4913. configure: checking fallback system openssl
  4914. checking for OPENSSL... no
  4915. configure: WARNING: OpenSSL does not seem to be installed
  4916. checking for embedded jansson (may have to download)... configuring
  4917. checking for bundled jansson... yes
  4918. checking for embedded pjproject (may have to download)... configuring
  4919. checking for bundled pjproject... yes
  4920. checking for gawk... (cached) gawk
  4921. checking for curl-config... no
  4922. checking whether libcurl is usable... no
  4923. checking for size_t... yes
  4924. checking for working alloca.h... yes
  4925. checking for alloca... yes
  4926. checking for dirent.h that defines DIR... yes
  4927. checking for library containing opendir... none required
  4928. checking for sys/wait.h that is POSIX.1 compatible... yes
  4929. checking for sys/types.h... (cached) yes
  4930. checking for netinet/in.h... yes
  4931. checking for arpa/nameser.h... yes
  4932. checking for netdb.h... yes
  4933. checking for resolv.h... yes
  4934. checking for arpa/nameser.h... (cached) yes
  4935. checking assert.h usability... yes
  4936. checking assert.h presence... yes
  4937. checking for assert.h... yes
  4938. checking ctype.h usability... yes
  4939. checking ctype.h presence... yes
  4940. checking for ctype.h... yes
  4941. checking dlfcn.h usability... yes
  4942. checking dlfcn.h presence... yes
  4943. checking for dlfcn.h... yes
  4944. checking errno.h usability... yes
  4945. checking errno.h presence... yes
  4946. checking for errno.h... yes
  4947. checking fcntl.h usability... yes
  4948. checking fcntl.h presence... yes
  4949. checking for fcntl.h... yes
  4950. checking float.h usability... yes
  4951. checking float.h presence... yes
  4952. checking for float.h... yes
  4953. checking grp.h usability... yes
  4954. checking grp.h presence... yes
  4955. checking for grp.h... yes
  4956. checking for inttypes.h... (cached) yes
  4957. checking limits.h usability... yes
  4958. checking limits.h presence... yes
  4959. checking for limits.h... yes
  4960. checking locale.h usability... yes
  4961. checking locale.h presence... yes
  4962. checking for locale.h... yes
  4963. checking math.h usability... yes
  4964. checking math.h presence... yes
  4965. checking for math.h... yes
  4966. checking pwd.h usability... yes
  4967. checking pwd.h presence... yes
  4968. checking for pwd.h... yes
  4969. checking for netinet/in.h... (cached) yes
  4970. checking regex.h usability... yes
  4971. checking regex.h presence... yes
  4972. checking for regex.h... yes
  4973. checking sched.h usability... yes
  4974. checking sched.h presence... yes
  4975. checking for sched.h... yes
  4976. checking stdarg.h usability... yes
  4977. checking stdarg.h presence... yes
  4978. checking for stdarg.h... yes
  4979. checking for stdint.h... (cached) yes
  4980. checking stdio.h usability... yes
  4981. checking stdio.h presence... yes
  4982. checking for stdio.h... yes
  4983. checking for stdlib.h... (cached) yes
  4984. checking for string.h... (cached) yes
  4985. checking syslog.h usability... yes
  4986. checking syslog.h presence... yes
  4987. checking for syslog.h... yes
  4988. checking sys/file.h usability... yes
  4989. checking sys/file.h presence... yes
  4990. checking for sys/file.h... yes
  4991. checking sys/ioctl.h usability... yes
  4992. checking sys/ioctl.h presence... yes
  4993. checking for sys/ioctl.h... yes
  4994. checking sys/param.h usability... yes
  4995. checking sys/param.h presence... yes
  4996. checking for sys/param.h... yes
  4997. checking sys/resource.h usability... yes
  4998. checking sys/resource.h presence... yes
  4999. checking for sys/resource.h... yes
  5000. checking sys/socket.h usability... yes
  5001. checking sys/socket.h presence... yes
  5002. checking for sys/socket.h... yes
  5003. checking for sys/stat.h... (cached) yes
  5004. checking sys/time.h usability... yes
  5005. checking sys/time.h presence... yes
  5006. checking for sys/time.h... yes
  5007. checking for sys/types.h... (cached) yes
  5008. checking sys/un.h usability... yes
  5009. checking sys/un.h presence... yes
  5010. checking for sys/un.h... yes
  5011. checking termios.h usability... yes
  5012. checking termios.h presence... yes
  5013. checking for termios.h... yes
  5014. checking time.h usability... yes
  5015. checking time.h presence... yes
  5016. checking for time.h... yes
  5017. checking for unistd.h... (cached) yes
  5018. checking arpa/inet.h usability... yes
  5019. checking arpa/inet.h presence... yes
  5020. checking for arpa/inet.h... yes
  5021. checking libintl.h usability... yes
  5022. checking libintl.h presence... yes
  5023. checking for libintl.h... yes
  5024. checking malloc.h usability... yes
  5025. checking malloc.h presence... yes
  5026. checking for malloc.h... yes
  5027. checking for netdb.h... (cached) yes
  5028. checking stddef.h usability... yes
  5029. checking stddef.h presence... yes
  5030. checking for stddef.h... yes
  5031. checking for strings.h... (cached) yes
  5032. checking sys/event.h usability... no
  5033. checking sys/event.h presence... no
  5034. checking for sys/event.h... no
  5035. checking utime.h usability... yes
  5036. checking utime.h presence... yes
  5037. checking for utime.h... yes
  5038. checking for LIBEDIT... yes
  5039. checking for Testing for libedit unicode support... no
  5040. checking for uuid_generate_random in -luuid... yes
  5041. checking uuid/uuid.h usability... yes
  5042. checking uuid/uuid.h presence... yes
  5043. checking for uuid/uuid.h... yes
  5044. checking for clock_gettime in -lrt... yes
  5045. checking for LIBXML2... yes
  5046. checking for uriParseUriA in -luriparser... no
  5047. checking for xsltLoadStylesheetPI in -lxslt... no
  5048. checking for xsltCleanupGlobals in -lxslt... no
  5049. checking xlocale.h usability... no
  5050. checking xlocale.h presence... no
  5051. checking for xlocale.h... no
  5052. checking winsock.h usability... no
  5053. checking winsock.h presence... no
  5054. checking for winsock.h... no
  5055. checking winsock2.h usability... no
  5056. checking winsock2.h presence... no
  5057. checking for winsock2.h... no
  5058. checking sys/poll.h usability... yes
  5059. checking sys/poll.h presence... yes
  5060. checking for sys/poll.h... yes
  5061. checking for special C compiler options needed for large files... no
  5062. checking for _FILE_OFFSET_BITS value needed for large files... no
  5063. checking for stdbool.h that conforms to C99... yes
  5064. checking for _Bool... yes
  5065. checking for an ANSI C-conforming const... yes
  5066. checking for uid_t in sys/types.h... yes
  5067. checking for inline... inline
  5068. checking for long double with more range or precision than double... yes
  5069. checking for mode_t... yes
  5070. checking for off_t... yes
  5071. checking for pid_t... yes
  5072. checking for size_t... (cached) yes
  5073. checking for struct stat.st_blksize... yes
  5074. checking for struct ucred.uid... yes
  5075. checking for struct ucred.cr_uid... no
  5076. checking for struct sockpeercred.uid... no
  5077. checking for struct ifreq.ifr_ifru.ifru_hwaddr... yes
  5078. checking whether struct tm is in sys/time.h or time.h... time.h
  5079. checking for working volatile... yes
  5080. checking for ptrdiff_t... yes
  5081. checking for struct stat.st_mtim... yes
  5082. checking for struct stat.st_mtimensec... no
  5083. checking for struct stat.st_mtimespec... no
  5084. checking for unistd.h... (cached) yes
  5085. checking for working chown... yes
  5086. checking whether closedir returns void... no
  5087. checking for error_at_line... yes
  5088. checking vfork.h usability... no
  5089. checking vfork.h presence... no
  5090. checking for vfork.h... no
  5091. checking for fork... yes
  5092. checking for vfork... yes
  5093. checking for working fork... yes
  5094. checking for working vfork... (cached) yes
  5095. checking for _LARGEFILE_SOURCE value needed for large files... no
  5096. checking whether gcc needs -traditional... no
  5097. checking for working memcmp... yes
  5098. checking for stdlib.h... (cached) yes
  5099. checking for unistd.h... (cached) yes
  5100. checking for sys/param.h... (cached) yes
  5101. checking for utime.h... (cached) yes
  5102. checking for getpagesize... yes
  5103. checking for working mmap... yes
  5104. checking sys/select.h usability... yes
  5105. checking sys/select.h presence... yes
  5106. checking for sys/select.h... yes
  5107. checking for sys/socket.h... (cached) yes
  5108. checking types of arguments for select... int,fd_set *,struct timeval *
  5109. checking whether lstat correctly handles trailing slash... yes
  5110. checking whether stat accepts an empty string... no
  5111. checking for working strcoll... yes
  5112. checking for strftime... yes
  5113. checking for working strnlen... yes
  5114. checking for working strtod... yes
  5115. checking whether utime accepts a null argument... yes
  5116. checking for vprintf... yes
  5117. checking for _doprnt... no
  5118. checking for asprintf... yes
  5119. checking for atexit... yes
  5120. checking for closefrom... no
  5121. checking for dup2... yes
  5122. checking for eaccess... yes
  5123. checking for endpwent... yes
  5124. checking for euidaccess... yes
  5125. checking for ffsll... yes
  5126. checking for ftruncate... yes
  5127. checking for getcwd... yes
  5128. checking for gethostbyname... yes
  5129. checking for gethostname... yes
  5130. checking for getloadavg... yes
  5131. checking for gettimeofday... yes
  5132. checking for glob... yes
  5133. checking for ioperm... yes
  5134. checking for inet_ntoa... yes
  5135. checking for isascii... yes
  5136. checking for memchr... yes
  5137. checking for memmove... yes
  5138. checking for memset... yes
  5139. checking for mkdir... yes
  5140. checking for mkdtemp... yes
  5141. checking for munmap... yes
  5142. checking for newlocale... yes
  5143. checking for pipe2... yes
  5144. checking for ppoll... yes
  5145. checking for putenv... yes
  5146. checking for re_comp... yes
  5147. checking for regcomp... yes
  5148. checking for select... yes
  5149. checking for setenv... yes
  5150. checking for socket... yes
  5151. checking for strcasecmp... yes
  5152. checking for strcasestr... yes
  5153. checking for strchr... yes
  5154. checking for strcspn... yes
  5155. checking for strdup... yes
  5156. checking for strerror... yes
  5157. checking for strlcat... no
  5158. checking for strlcpy... no
  5159. checking for strncasecmp... yes
  5160. checking for strndup... yes
  5161. checking for strnlen... yes
  5162. checking for strrchr... yes
  5163. checking for strsep... yes
  5164. checking for strspn... yes
  5165. checking for strstr... yes
  5166. checking for strtod... (cached) yes
  5167. checking for strtol... yes
  5168. checking for strtold... yes
  5169. checking for strtoq... yes
  5170. checking for unsetenv... yes
  5171. checking for uselocale... yes
  5172. checking for utime... yes
  5173. checking for vasprintf... yes
  5174. checking for getpeereid... no
  5175. checking for sysctl... yes
  5176. checking for swapctl... no
  5177. checking for malloc_trim... yes
  5178. checking for htonll... no
  5179. checking for ntohll... no
  5180. checking for sqrt in -lm... yes
  5181. checking for exp2... yes
  5182. checking for log2... yes
  5183. checking for exp10... yes
  5184. checking for log10... yes
  5185. checking for sin... yes
  5186. checking for cos... yes
  5187. checking for tan... yes
  5188. checking for asin... yes
  5189. checking for acos... yes
  5190. checking for atan... yes
  5191. checking for atan2... yes
  5192. checking for pow... yes
  5193. checking for rint... yes
  5194. checking for exp... yes
  5195. checking for log... yes
  5196. checking for remainder... yes
  5197. checking for fmod... yes
  5198. checking for round... yes
  5199. checking for roundf... yes
  5200. checking for trunc... yes
  5201. checking for floor... yes
  5202. checking for ceil... yes
  5203. checking for exp2l... yes
  5204. checking for log2l... yes
  5205. checking for exp10l... yes
  5206. checking for log10l... yes
  5207. checking for sinl... yes
  5208. checking for cosl... yes
  5209. checking for tanl... yes
  5210. checking for asinl... yes
  5211. checking for acosl... yes
  5212. checking for atanl... yes
  5213. checking for atan2l... yes
  5214. checking for powl... yes
  5215. checking for sqrtl... yes
  5216. checking for rintl... yes
  5217. checking for expl... yes
  5218. checking for logl... yes
  5219. checking for remainderl... yes
  5220. checking for fmodl... yes
  5221. checking for roundl... yes
  5222. checking for truncl... yes
  5223. checking for floorl... yes
  5224. checking for ceill... yes
  5225. checking for LLONG_MAX in limits.h... yes
  5226. checking for timersub in time.h... yes
  5227. checking for a version of GNU ld that supports the --dynamic-list flag... yes
  5228. checking for sys/poll.h... (cached) yes
  5229. checking for inet_aton... yes
  5230. checking for IP_PKTINFO... yes
  5231. checking whether gethostbyname_r is declared... yes
  5232. checking for library containing gethostbyname_r... none required
  5233. checking for gethostbyname_r with 6 arguments... yes
  5234. checking for gethostbyname_r with 5 arguments... no
  5235. checking byteswap.h usability... yes
  5236. checking byteswap.h presence... yes
  5237. checking for byteswap.h... yes
  5238. checking for __swap16 variant of <sys/endian.h> byteswapping macros... no
  5239. checking for bswap16 variant of <sys/endian.h> byteswapping macros... no
  5240. checking for locale_t in locale.h... yes
  5241. checking for O_EVTONLY in fcntl.h... no
  5242. checking for O_SYMLINK in fcntl.h... no
  5243. checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes
  5244. checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... yes
  5245. checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... yes
  5246. checking for PTHREAD_MUTEX_ADAPTIVE_NP in pthread.h... yes
  5247. checking for pthread_spinlock_t in pthread.h... yes
  5248. checking for pthread_rwlock_timedwrlock() in pthread.h... yes
  5249. checking for working unnamed semaphores... yes
  5250. checking if PTHREAD_ONCE_INIT needs braces... no
  5251. checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... yes
  5252. checking whether we can compare a mutex to its initial value... no
  5253. checking sys/thr.h usability... no
  5254. checking sys/thr.h presence... no
  5255. checking for sys/thr.h... no
  5256. checking for compiler sync operations... yes
  5257. checking for compiler atomic operations... yes
  5258. checking if your system printf is NULL-safe.... (null)yes
  5259. checking if socket() accepts SOCK_NONBLOCK... yes
  5260. checking if we can increase the maximum select-able file descriptor... no
  5261. checking if we have usable eventfd support... yes
  5262. checking for compiler 'attribute pure' support... yes
  5263. checking for compiler 'attribute malloc' support... yes
  5264. checking for compiler 'attribute const' support... yes
  5265. checking for compiler 'attribute unused' support... yes
  5266. checking for compiler 'attribute always_inline' support... no
  5267. checking for compiler 'attribute deprecated' support... yes
  5268. checking for compiler 'attribute sentinel' support... yes
  5269. checking for compiler 'attribute warn_unused_result' support... yes
  5270. checking for compiler 'attribute may_alias' support... yes
  5271. checking for compiler 'attribute constructor' support... yes
  5272. checking for compiler 'attribute destructor' support... yes
  5273. checking for compiler 'attribute noreturn' support... yes
  5274. checking for -fsanitize=address support... yes
  5275. checking for -fsanitize=thread support... yes
  5276. checking for -fsanitize=leak support... yes
  5277. checking for -fsanitize=undefined support... yes
  5278. checking for -Wdeclaration-after-statement support... yes
  5279. checking for -Wtrampolines support... yes
  5280. checking for _FORTIFY_SOURCE support... yes
  5281. checking for -fno-strict-overflow... yes
  5282. checking for -Wno-format-truncation... yes
  5283. checking for -Wno-format-y2k... yes
  5284. checking for -Wno-stringop-truncation... yes
  5285. checking for -Wshadow... yes
  5286. checking for -march=native support... yes
  5287. checking whether to use rpath... not needed
  5288. checking for sysinfo... yes
  5289. checking for library containing res_9_ninit... no
  5290. checking for res_ninit... no
  5291. checking for BIND_8_COMPAT required... no
  5292. checking for GLOB_NOMAGIC in glob.h... yes
  5293. checking for GLOB_BRACE in glob.h... yes
  5294. checking for RTLD_NOLOAD in dlfcn.h... yes
  5295. checking for IP_MTU_DISCOVER in netinet/in.h... yes
  5296. checking size of int... 4
  5297. checking size of long... 8
  5298. checking size of long long... 8
  5299. checking size of char *... 8
  5300. checking size of long... (cached) 8
  5301. checking size of long long... (cached) 8
  5302. checking size of fd_set.fds_bits... (cached) 8
  5303. checking for dladdr in dlfcn.h... yes
  5304. checking for snd_pcm_open in -lasound... no
  5305. checking for bfd_openr in -lbfd... no
  5306. checking for bfd_openr in -lbfd... (cached) no
  5307. checking for bfd_openr in -lbfd... (cached) no
  5308. checking for cap_from_text in -lcap... no
  5309. checking for DAHDI_RESET_COUNTERS in dahdi/user.h... no
  5310. checking for DAHDI_DEFAULT_MTU_MRU in dahdi/user.h... no
  5311. checking for DAHDI_CODE in dahdi/user.h... no
  5312. checking for DAHDI_POLICY_HALF_FULL in dahdi/user.h... no
  5313. checking for enhanced dahdi vmwi support... no
  5314. checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using dahdi/user.h... no
  5315. checking for getifaddrs() support... yes
  5316. checking for timerfd support... yes
  5317. checking for gsm_create in -lgsm... no
  5318. checking for ILBC... no
  5319. checking for iconv_open in -liconv... no
  5320. checking for libiconv_open in -liconv... no
  5321. checking for iconv_close in -lc... yes
  5322. checking iconv.h usability... yes
  5323. checking iconv.h presence... yes
  5324. checking for iconv.h... yes
  5325. checking for icaltimezone_get_utc_timezone in -lical... no
  5326. checking for iks_start_sasl in -liksemel... no
  5327. checking for UW IMAP Toolkit c-client library... no
  5328. checking for system c-client library...... no
  5329. checking for SQLConnect in -liodbc... no
  5330. checking for inotify_init in -lc... yes
  5331. checking sys/inotify.h usability... yes
  5332. checking sys/inotify.h presence... yes
  5333. checking for sys/inotify.h... yes
  5334. checking for jack_activate in -ljack... no
  5335. checking for kqueue in -lc... no
  5336. checking for kevent64... no
  5337. checking for ldap_initialize in -lldap... yes
  5338. checking ldap.h usability... yes
  5339. checking ldap.h presence... yes
  5340. checking for ldap.h... yes
  5341. checking for mysql_config... no
  5342. checking for neon-config... no
  5343. checking for neon-config... no
  5344. checking for NETSNMP... no
  5345. checking for net-snmp-config... /usr/bin/net-snmp-config
  5346. Can not find "/usr/include/net-snmp/net-snmp-config.h". The net-snmp development files seems to be missing. Exiting
  5347. Can not find "/usr/include/net-snmp/net-snmp-config.h". The net-snmp development files seems to be missing. Exiting
  5348. checking for newtBell in -lnewt... no
  5349. checking for ub_ctx_delete in -lunbound... no
  5350. checking for SQLConnect in -lodbc... no
  5351. checking for ogg_stream_init in -logg... no
  5352. checking for backtrace in -lexecinfo... no
  5353. checking for backtrace in -lc... yes
  5354. checking execinfo.h usability... yes
  5355. checking execinfo.h presence... yes
  5356. checking for execinfo.h... yes
  5357. checking for ba2str in -lbluetooth... no
  5358. checking for bs_version in -lbeanstalk... no
  5359. checking for pg_config... no
  5360. checking for poptStrerror in -lpopt... no
  5361. checking for PORTAUDIO... no
  5362. checking for Pa_GetDeviceCount in -lportaudio... no
  5363. checking for pri_connected_line_update in -lpri... no
  5364. checking for resample_open in -lresample... no
  5365. checking for fftw_malloc in -lfftw3... no
  5366. checking for sf_open in -lsndfile... no
  5367. checking for minimum version of SpanDSP... no
  5368. checking for ss7_set_isup_timer in -lss7... no
  5369. checking for openr2_chan_new in -lopenr2... no
  5370. checking for opus_encoder_create in -lopus... no
  5371. checking for op_open_callbacks in -lopusfile... no
  5372. checking for luaL_newstate in -llua5.4... no
  5373. checking for luaL_newstate in -llua5.3... no
  5374. checking for luaL_newstate in -llua5.2... no
  5375. checking for luaL_newstate in -llua5.1... no
  5376. checking for luaL_newstate in -llua... no
  5377. checking for rc_read_config in -lfreeradius-client... no
  5378. checking for rc_read_config in -lradiusclient-ng... no
  5379. checking for rc_read_config in -lradcli... no
  5380. checking for codec2_create in -lcodec2... no
  5381. checking for cpg_join in -lcpg... no
  5382. checking for corosync_cfg_state_track in -lcfg... no
  5383. checking for speex_encode in -lspeex... no
  5384. checking for speex_preprocess_ctl in -lspeex... no
  5385. checking for speex_preprocess_ctl in -lspeexdsp... no
  5386. checking for sqlite3_open in -lsqlite3... yes
  5387. checking sqlite3.h usability... yes
  5388. checking sqlite3.h presence... yes
  5389. checking for sqlite3.h... yes
  5390. checking for crypt in -lcrypt... yes
  5391. checking crypt.h usability... yes
  5392. checking crypt.h presence... yes
  5393. checking for crypt.h... yes
  5394. checking for crypt... no
  5395. checking for crypt_r in -lcrypt... yes
  5396. checking for srtp_init in -lsrtp2... no
  5397. checking for srtp_init in -lsrtp... no
  5398. checking for GMIME... no
  5399. checking for GMIME... no
  5400. checking for GMIME... no
  5401. checking for GMIME... no
  5402. checking for GMIME... no
  5403. checking for malloc in -lhoard... no
  5404. checking for dbinit in -lsybdb... no
  5405. checking for tone_zone_find_by_num in -ltonezone... no
  5406. checking for tone_zone_find in -ltonezone... no
  5407. checking for vorbis_info_init in -lvorbis... no
  5408. checking for OV_CALLBACKS_NOCLOSE declared in vorbis/vorbisfile.h... no
  5409. checking for compress in -lz... yes
  5410. checking zlib.h usability... yes
  5411. checking zlib.h presence... yes
  5412. checking for zlib.h... yes
  5413. checking linux/compiler.h usability... no
  5414. checking linux/compiler.h presence... no
  5415. checking for linux/compiler.h... no
  5416. checking for MSG_NOSIGNAL in sys/socket.h... yes
  5417. checking for SO_NOSIGPIPE in sys/socket.h... no
  5418. checking for sdl-config... no
  5419. checking for IMG_Load in -lSDL_image... no
  5420. checking for sws_getContext in -lavcodec... no
  5421. checking linux/videodev.h usability... no
  5422. checking linux/videodev.h presence... no
  5423. checking for linux/videodev.h... no
  5424. checking for XOpenDisplay in -lX11... no
  5425. checking for XOpenDisplay in -lX11... (cached) no
  5426. checking for /sbin/launchd... no
  5427. checking for GTK2... no
  5428. checking for SYSTEMD... no
  5429. checking for LOG_AUTH in syslog.h... yes
  5430. checking for LOG_AUTHPRIV in syslog.h... yes
  5431. checking for LOG_CRON in syslog.h... yes
  5432. checking for LOG_DAEMON in syslog.h... yes
  5433. checking for LOG_FTP in syslog.h... yes
  5434. checking for LOG_KERN in syslog.h... yes
  5435. checking for LOG_LPR in syslog.h... yes
  5436. checking for LOG_MAIL in syslog.h... yes
  5437. checking for LOG_NEWS in syslog.h... yes
  5438. checking for LOG_SYSLOG in syslog.h... yes
  5439. checking for LOG_UUCP in syslog.h... yes
  5440. checking for bridges/bridge_softmix/include/hrirs.h... yes
  5441. checking for mandatory modules: JANSSON PJPROJECT... ok
  5442. configure: creating ./config.status
  5443. config.status: creating build_tools/menuselect-deps
  5444. config.status: creating makeopts
  5445. config.status: creating include/asterisk/autoconfig.h
  5446. checking build system type... x86_64-unknown-linux-gnu
  5447. checking host system type... x86_64-unknown-linux-gnu
  5448. checking for gcc... gcc
  5449. checking whether the C compiler works... yes
  5450. checking for C compiler default output file name... a.out
  5451. checking for suffix of executables...
  5452. checking whether we are cross compiling... no
  5453. checking for suffix of object files... o
  5454. checking whether we are using the GNU C compiler... yes
  5455. checking whether gcc accepts -g... yes
  5456. checking for gcc option to accept ISO C89... none needed
  5457. checking for GNU make... make
  5458. checking for pkg-config... /usr/bin/pkg-config
  5459. checking pkg-config is at least version 0.9.0... yes
  5460. checking how to run the C preprocessor... gcc -E
  5461. checking for grep that handles long lines and -e... /usr/bin/grep
  5462. checking for egrep... /usr/bin/grep -E
  5463. checking for ANSI C header files... yes
  5464. checking for sys/types.h... yes
  5465. checking for sys/stat.h... yes
  5466. checking for stdlib.h... yes
  5467. checking for string.h... yes
  5468. checking for memory.h... yes
  5469. checking for strings.h... yes
  5470. checking for inttypes.h... yes
  5471. checking for stdint.h... yes
  5472. checking for unistd.h... yes
  5473. checking for size_t... yes
  5474. checking for working alloca.h... yes
  5475. checking for alloca... yes
  5476. checking for asprintf... yes
  5477. checking for getloadavg... yes
  5478. checking for setenv... yes
  5479. checking for strcasestr... yes
  5480. checking for strndup... yes
  5481. checking for strnlen... yes
  5482. checking for strsep... yes
  5483. checking for unsetenv... yes
  5484. checking for vasprintf... yes
  5485. checking for newtBell in -lnewt... no
  5486. checking for initscr in -lncurses... yes
  5487. checking ncurses.h usability... yes
  5488. checking ncurses.h presence... yes
  5489. checking for ncurses.h... yes
  5490. checking for keypad in -ltinfo... yes
  5491. checking for ncurses.h... (cached) yes
  5492. checking for a sed that does not truncate output... /usr/bin/sed
  5493. checking for LIBXML2... yes
  5494. checking for GTK2... no
  5495. configure: creating ./config.status
  5496. config.status: creating makeopts
  5497. config.status: creating autoconfig.h
  5498. configure: Menuselect build configuration successfully completed
  5499.  
  5500. .$$$$$$$$$$$$$$$=..
  5501. .$7$7.. .7$$7:.
  5502. .$$:. ,$7.7
  5503. .$7. 7$$$$ .$$77
  5504. ..$$. $$$$$ .$$$7
  5505. ..7$ .?. $$$$$ .?. 7$$$.
  5506. $.$. .$$$7. $$$$7 .7$$$. .$$$.
  5507. .777. .$$$$$$77$$$77$$$$$7. $$$,
  5508. $$$~ .7$$$$$$$$$$$$$7. .$$$.
  5509. .$$7 .7$$$$$$$7: ?$$$.
  5510. $$$ ?7$$$$$$$$$$I .$$$7
  5511. $$$ .7$$$$$$$$$$$$$$$$ :$$$.
  5512. $$$ $$$$$$7$$$$$$$$$$$$ .$$$.
  5513. $$$ $$$ 7$$$7 .$$$ .$$$.
  5514. $$$$ $$$$7 .$$$.
  5515. 7$$$7 7$$$$ 7$$$
  5516. $$$$$ $$$
  5517. $$$$7. $$ (TM)
  5518. $$$$$$$. .7$$$$$$ $$
  5519. $$$$$$$$$$$$7$$$$$$$$$.$$$$$$
  5520. $$$$$$$$$$$$$$$$.
  5521.  
  5522. configure: Package configured for:
  5523. configure: OS type : linux-gnu
  5524. configure: Host CPU : x86_64
  5525. configure: build-cpu:vendor:os: x86_64 : pc : linux-gnu :
  5526. configure: host-cpu:vendor:os: x86_64 : pc : linux-gnu :
  5527. vicibox11:/usr/src/asterisk-20.4.0 # makemenuselect
  5528. makemenuselect: command not found
  5529. vicibox11:/usr/src/asterisk-20.4.0 # make menuselect
  5530. CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" cmenuselect
  5531. make[1]: Entering directory '/usr/src/asterisk-20.4.0/menuselect'
  5532. gcc -g -D_GNU_SOURCE -Wall -Wno-deprecated-declarations -DHAVE_NCURSES -I/usr/include/libxml2 -c -o menuselect.o menuselect.c
  5533. gcc -g -D_GNU_SOURCE -Wall -Wno-deprecated-declarations -DHAVE_NCURSES -c -o strcompat.o strcompat.c
  5534. gcc -g -D_GNU_SOURCE -Wall -Wno-deprecated-declarations -DHAVE_NCURSES -c -o menuselect_curses.o menuselect_curses.c
  5535. gcc -o cmenuselect menuselect.o strcompat.o menuselect_curses.o -lncurses -ltinfo -lxml2
  5536. make[1]: Leaving directory '/usr/src/asterisk-20.4.0/menuselect'
  5537. CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" nmenuselect
  5538. make[1]: Entering directory '/usr/src/asterisk-20.4.0/menuselect'
  5539. make[1]: Nothing to be done for 'nmenuselect'.
  5540. make[1]: Leaving directory '/usr/src/asterisk-20.4.0/menuselect'
  5541. CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" gmenuselect
  5542. make[1]: Entering directory '/usr/src/asterisk-20.4.0/menuselect'
  5543. make[1]: Nothing to be done for 'gmenuselect'.
  5544. make[1]: Leaving directory '/usr/src/asterisk-20.4.0/menuselect'
  5545. make[1]: Entering directory '/usr/src/asterisk-20.4.0'
  5546. Generating input for menuselect ...
  5547. CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect
  5548. make[2]: Entering directory '/usr/src/asterisk-20.4.0/menuselect'
  5549. gcc -g -D_GNU_SOURCE -Wall -Wno-deprecated-declarations -DHAVE_NCURSES -c -o menuselect_stub.o menuselect_stub.c
  5550. gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o -lxml2
  5551. make[2]: Leaving directory '/usr/src/asterisk-20.4.0/menuselect'
  5552. menuselect/menuselect --check-deps menuselect.makeopts
  5553. menuselect/menuselect --check-deps menuselect.makeopts
  5554. menuselect changes NOT saved!
  5555. make[1]: Leaving directory '/usr/src/asterisk-20.4.0'
  5556. vicibox11:/usr/src/asterisk-20.4.0 # history
  5557. 1 2023-08-11 04:40:20 git clone https://github.com/asterisk/asterisk
  5558. 2 2023-08-11 04:48:17 wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
  5559. 3 2023-08-11 04:49:41 wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
  5560. 4 2023-08-11 04:50:24 tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
  5561. 5 2023-08-11 04:50:40 cd asterisk-20.4.0/
  5562. 6 2023-08-11 04:50:46 contrib/scripts/install_prereq install
  5563. 7 2023-08-11 04:50:58 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  5564. 8 2023-08-11 04:51:09 apt install gcc
  5565. 9 2023-08-11 07:18:41 zypper install gcc8
  5566. 10 2023-08-11 07:32:17 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  5567. 11 2023-08-11 07:32:55 zypper install gcc-c++
  5568. 12 2023-08-11 07:33:37 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  5569. 13 2023-08-11 07:33:49 zypper install make
  5570. 14 2023-08-11 07:34:06 history
  5571. 15 2023-08-11 07:34:10 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  5572. 16 2023-08-11 07:34:50 zypper install libedit
  5573. 17 2023-08-11 08:45:05 zypper install -t pattern devel_basis
  5574. 18 2023-08-11 08:46:16 zypper install -t pattern devel_C_C++
  5575. 19 2023-08-11 08:46:48 zypper se -t pattern devel
  5576. 20 2023-08-11 08:47:22 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  5577. 21 2023-08-11 08:51:37 zypper search -t pattern
  5578. 22 2023-08-11 08:51:56 zypper info -t pattern devel_basis
  5579. 23 2023-08-11 08:52:13 zypper install -t pattern devel_basis
  5580. 24 2023-08-11 08:52:42 zypper install gdb
  5581. 25 2023-08-11 08:53:27 zypper install cmake
  5582. 26 2023-08-11 08:54:15 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  5583. 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
  5584. 28 2023-08-11 08:55:50 zypper refresh
  5585. 29 2023-08-11 08:56:10 zypper install libedit
  5586. 30 2023-08-11 08:57:25 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  5587. 31 2023-08-11 09:11:48 uname -a
  5588. 32 2023-08-11 09:12:22 zypper install libedit-devel
  5589. 33 2023-08-11 09:12:55 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  5590. 34 2023-08-11 09:15:02 zypper install libxml2-2-32bit
  5591. 35 2023-08-11 09:15:20 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  5592. 36 2023-08-11 09:16:34 rpm
  5593. 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
  5594. 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
  5595. 39 2023-08-11 09:17:17 rpm -i libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
  5596. 40 2023-08-11 09:19:22 zypper install libxml2-devel
  5597. 41 2023-08-11 09:19:34 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  5598. 42 2023-08-11 09:20:36 makemenuselect
  5599. 43 2023-08-11 09:20:46 make menuselect
  5600. 44 2023-08-11 09:21:22 history
  5601. vicibox11:/usr/src/asterisk-20.4.0 # make -j8
  5602. [CC] astcanary.c -> astcanary.o
  5603. [CC] astdb2sqlite3.c -> astdb2sqlite3.o
  5604. [CC] astdb2bdb.c -> astdb2bdb.o
  5605. [CC] hash/hash.c -> hash/hash.o
  5606. [LD] astcanary.o -> astcanary
  5607. [CC] hash/hash_bigkey.c -> hash/hash_bigkey.o
  5608. [CC] hash/hash_buf.c -> hash/hash_buf.o
  5609. [CC] hash/hash_func.c -> hash/hash_func.o
  5610. [CC] hash/hash_log2.c -> hash/hash_log2.o
  5611. [CC] hash/hash_page.c -> hash/hash_page.o
  5612. [CC] hash/ndbm.c -> hash/ndbm.o
  5613. [CC] btree/bt_close.c -> btree/bt_close.o
  5614. [CC] btree/bt_conv.c -> btree/bt_conv.o
  5615. [CC] btree/bt_debug.c -> btree/bt_debug.o
  5616. [CC] btree/bt_delete.c -> btree/bt_delete.o
  5617. [CC] btree/bt_get.c -> btree/bt_get.o
  5618. [CC] btree/bt_open.c -> btree/bt_open.o
  5619. [CC] btree/bt_overflow.c -> btree/bt_overflow.o
  5620. [CC] btree/bt_page.c -> btree/bt_page.o
  5621. [CC] btree/bt_put.c -> btree/bt_put.o
  5622. [CC] btree/bt_search.c -> btree/bt_search.o
  5623. [CC] btree/bt_seq.c -> btree/bt_seq.o
  5624. [CC] btree/bt_split.c -> btree/bt_split.o
  5625. [CC] btree/bt_utils.c -> btree/bt_utils.o
  5626. [CC] db/db.c -> db/db.o
  5627. [CC] mpool/mpool.c -> mpool/mpool.o
  5628. [CC] recno/rec_close.c -> recno/rec_close.o
  5629. [CC] recno/rec_delete.c -> recno/rec_delete.o
  5630. [CC] recno/rec_get.c -> recno/rec_get.o
  5631. [CC] recno/rec_open.c -> recno/rec_open.o
  5632. [CC] recno/rec_put.c -> recno/rec_put.o
  5633. [CC] recno/rec_search.c -> recno/rec_search.o
  5634. [CC] recno/rec_seq.c -> recno/rec_seq.o
  5635. [CC] recno/rec_utils.c -> recno/rec_utils.o
  5636. [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
  5637. [LD] astdb2sqlite3.o db1-ast/libdb1.a -> astdb2sqlite3
  5638. [LD] astdb2bdb.o db1-ast/libdb1.a -> astdb2bdb
  5639. [jansson] Building bundled jansson.
  5640. [pjproject] Compiling libpj-x86_64-unknown-linux-gnu.a
  5641. [pjproject] Compiling libpjlib-util-x86_64-unknown-linux-gnu.a
  5642. [pjproject] Compiling libpjsua-x86_64-unknown-linux-gnu.a
  5643. [pjproject] Compiling libpjsip-ua-x86_64-unknown-linux-gnu.a
  5644. [pjproject] Compiling libpjsip-simple-x86_64-unknown-linux-gnu.a
  5645. [pjproject] Compiling libpjsip-x86_64-unknown-linux-gnu.a
  5646. [pjproject] Compiling libpjmedia-codec-x86_64-unknown-linux-gnu.a
  5647. [pjproject] Compiling libpjmedia-videodev-x86_64-unknown-linux-gnu.a
  5648. [pjproject] Compiling libpjmedia-x86_64-unknown-linux-gnu.a
  5649. [pjproject] Compiling libpjmedia-audiodev-x86_64-unknown-linux-gnu.a
  5650. [pjproject] Compiling libpjnath-x86_64-unknown-linux-gnu.a
  5651. [pjproject] Generating symbols
  5652. [CC] chan_unistim.c -> chan_unistim.o
  5653. [CC] chan_rtp.c -> chan_rtp.o
  5654. [CC] chan_pjsip.c -> chan_pjsip.o
  5655. [CC] pjsip/dialplan_functions.c -> pjsip/dialplan_functions.o
  5656. [CC] pjsip/cli_commands.c -> pjsip/cli_commands.o
  5657. [CC] chan_iax2.c -> chan_iax2.o
  5658. [CC] iax2/provision.c -> iax2/provision.o
  5659. [CC] iax2/parser.c -> iax2/parser.o
  5660. [CC] iax2/netsock.c -> iax2/netsock.o
  5661. [CC] iax2/format_compatibility.c -> iax2/format_compatibility.o
  5662. [CC] iax2/firmware.c -> iax2/firmware.o
  5663. [CC] iax2/codec_pref.c -> iax2/codec_pref.o
  5664. [CC] chan_bridge_media.c -> chan_bridge_media.o
  5665. [CC] chan_audiosocket.c -> chan_audiosocket.o
  5666. [LD] chan_rtp.o -> chan_rtp.so
  5667. [LD] chan_bridge_media.o -> chan_bridge_media.so
  5668. [LD] chan_audiosocket.o -> chan_audiosocket.so
  5669. [LD] chan_pjsip.o pjsip/dialplan_functions.o pjsip/cli_commands.o -> chan_pjsip.so
  5670. [LD] chan_unistim.o -> chan_unistim.so
  5671. [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
  5672. [CC] pbx_spool.c -> pbx_spool.o
  5673. [CC] pbx_realtime.c -> pbx_realtime.o
  5674. [CC] pbx_loopback.c -> pbx_loopback.o
  5675. [CC] pbx_dundi.c -> pbx_dundi.o
  5676. [CC] dundi-parser.c -> dundi-parser.o
  5677. [CC] pbx_config.c -> pbx_config.o
  5678. [CC] pbx_ael.c -> pbx_ael.o
  5679. [LD] pbx_loopback.o -> pbx_loopback.so
  5680. [LD] pbx_ael.o -> pbx_ael.so
  5681. [LD] pbx_realtime.o -> pbx_realtime.so
  5682. [LD] pbx_spool.o -> pbx_spool.so
  5683. [LD] pbx_config.o -> pbx_config.so
  5684. [LD] pbx_dundi.o dundi-parser.o -> pbx_dundi.so
  5685. [CC] app_zapateller.c -> app_zapateller.o
  5686. [CC] app_while.c -> app_while.o
  5687. [CC] app_waituntil.c -> app_waituntil.o
  5688. [CC] app_waitforsilence.c -> app_waitforsilence.o
  5689. [CC] app_waitforring.c -> app_waitforring.o
  5690. [CC] app_waitforcond.c -> app_waitforcond.o
  5691. [CC] app_voicemail.c -> app_voicemail.o
  5692. [CC] app_verbose.c -> app_verbose.o
  5693. [CC] app_userevent.c -> app_userevent.o
  5694. [CC] app_transfer.c -> app_transfer.o
  5695. [CC] app_test.c -> app_test.o
  5696. [CC] app_talkdetect.c -> app_talkdetect.o
  5697. [CC] app_system.c -> app_system.o
  5698. [CC] app_stream_echo.c -> app_stream_echo.o
  5699. [CC] app_stasis.c -> app_stasis.o
  5700. [CC] app_stack.c -> app_stack.o
  5701. [CC] app_speech_utils.c -> app_speech_utils.o
  5702. [CC] app_softhangup.c -> app_softhangup.o
  5703. [CC] app_sms.c -> app_sms.o
  5704. [CC] app_signal.c -> app_signal.o
  5705. [CC] app_sf.c -> app_sf.o
  5706. [CC] app_sendtext.c -> app_sendtext.o
  5707. [CC] app_senddtmf.c -> app_senddtmf.o
  5708. [CC] app_sayunixtime.c -> app_sayunixtime.o
  5709. [CC] app_reload.c -> app_reload.o
  5710. [CC] app_record.c -> app_record.o
  5711. [CC] app_readexten.c -> app_readexten.o
  5712. [CC] app_read.c -> app_read.o
  5713. [CC] app_queue.c -> app_queue.o
  5714. [CC] app_privacy.c -> app_privacy.o
  5715. [CC] app_playtones.c -> app_playtones.o
  5716. [CC] app_playback.c -> app_playback.o
  5717. [CC] app_page.c -> app_page.o
  5718. [CC] app_originate.c -> app_originate.o
  5719. [CC] app_mp3.c -> app_mp3.o
  5720. [CC] app_morsecode.c -> app_morsecode.o
  5721. [CC] app_mixmonitor.c -> app_mixmonitor.o
  5722. [CC] app_minivm.c -> app_minivm.o
  5723. [CC] app_milliwatt.c -> app_milliwatt.o
  5724. [CC] app_mf.c -> app_mf.o
  5725. [CC] app_if.c -> app_if.o
  5726. [CC] app_getcpeid.c -> app_getcpeid.o
  5727. [CC] app_forkcdr.c -> app_forkcdr.o
  5728. [CC] app_followme.c -> app_followme.o
  5729. [CC] app_festival.c -> app_festival.o
  5730. [CC] app_externalivr.c -> app_externalivr.o
  5731. [CC] app_exec.c -> app_exec.o
  5732. [CC] app_echo.c -> app_echo.o
  5733. [CC] app_dumpchan.c -> app_dumpchan.o
  5734. [CC] app_dtmfstore.c -> app_dtmfstore.o
  5735. [CC] app_disa.c -> app_disa.o
  5736. [CC] app_directory.c -> app_directory.o
  5737. [CC] app_directed_pickup.c -> app_directed_pickup.o
  5738. [CC] app_dictate.c -> app_dictate.o
  5739. [CC] app_db.c -> app_db.o
  5740. [CC] app_dial.c -> app_dial.o
  5741. [CC] app_controlplayback.c -> app_controlplayback.o
  5742. [CC] app_confbridge.c -> app_confbridge.o
  5743. [CC] confbridge/confbridge_manager.c -> confbridge/confbridge_manager.o
  5744. [CC] confbridge/conf_state_single_marked.c -> confbridge/conf_state_single_marked.o
  5745. [CC] confbridge/conf_state_single.c -> confbridge/conf_state_single.o
  5746. [CC] confbridge/conf_state_multi_marked.c -> confbridge/conf_state_multi_marked.o
  5747. [CC] confbridge/conf_state_multi.c -> confbridge/conf_state_multi.o
  5748. [CC] confbridge/conf_state_inactive.c -> confbridge/conf_state_inactive.o
  5749. [CC] confbridge/conf_state_empty.c -> confbridge/conf_state_empty.o
  5750. [CC] confbridge/conf_state.c -> confbridge/conf_state.o
  5751. [CC] confbridge/conf_config_parser.c -> confbridge/conf_config_parser.o
  5752. [CC] confbridge/conf_chan_record.c -> confbridge/conf_chan_record.o
  5753. [CC] confbridge/conf_chan_announce.c -> confbridge/conf_chan_announce.o
  5754. [CC] app_chanspy.c -> app_chanspy.o
  5755. [CC] app_channelredirect.c -> app_channelredirect.o
  5756. [CC] app_chanisavail.c -> app_chanisavail.o
  5757. [CC] app_celgenuserevent.c -> app_celgenuserevent.o
  5758. [CC] app_cdr.c -> app_cdr.o
  5759. [CC] app_broadcast.c -> app_broadcast.o
  5760. [CC] app_bridgewait.c -> app_bridgewait.o
  5761. [CC] app_bridgeaddchan.c -> app_bridgeaddchan.o
  5762. [CC] app_blind_transfer.c -> app_blind_transfer.o
  5763. [CC] app_authenticate.c -> app_authenticate.o
  5764. [CC] app_audiosocket.c -> app_audiosocket.o
  5765. [CC] app_attended_transfer.c -> app_attended_transfer.o
  5766. [CC] app_amd.c -> app_amd.o
  5767. [CC] app_alarmreceiver.c -> app_alarmreceiver.o
  5768. [CC] app_agent_pool.c -> app_agent_pool.o
  5769. [CC] app_adsiprog.c -> app_adsiprog.o
  5770. [LD] app_zapateller.o -> app_zapateller.so
  5771. [LD] app_while.o -> app_while.so
  5772. [LD] app_waituntil.o -> app_waituntil.so
  5773. [LD] app_waitforsilence.o -> app_waitforsilence.so
  5774. [LD] app_waitforring.o -> app_waitforring.so
  5775. [LD] app_waitforcond.o -> app_waitforcond.so
  5776. [LD] app_verbose.o -> app_verbose.so
  5777. [LD] app_userevent.o -> app_userevent.so
  5778. [LD] app_transfer.o -> app_transfer.so
  5779. [LD] app_test.o -> app_test.so
  5780. [LD] app_talkdetect.o -> app_talkdetect.so
  5781. [LD] app_system.o -> app_system.so
  5782. [LD] app_stream_echo.o -> app_stream_echo.so
  5783. [LD] app_stasis.o -> app_stasis.so
  5784. [LD] app_stack.o -> app_stack.so
  5785. [LD] app_speech_utils.o -> app_speech_utils.so
  5786. [LD] app_softhangup.o -> app_softhangup.so
  5787. [LD] app_sms.o -> app_sms.so
  5788. [LD] app_signal.o -> app_signal.so
  5789. [LD] app_sf.o -> app_sf.so
  5790. [LD] app_sendtext.o -> app_sendtext.so
  5791. [LD] app_senddtmf.o -> app_senddtmf.so
  5792. [LD] app_sayunixtime.o -> app_sayunixtime.so
  5793. [LD] app_reload.o -> app_reload.so
  5794. [LD] app_record.o -> app_record.so
  5795. [LD] app_readexten.o -> app_readexten.so
  5796. [LD] app_read.o -> app_read.so
  5797. [LD] app_privacy.o -> app_privacy.so
  5798. [LD] app_playtones.o -> app_playtones.so
  5799. [LD] app_playback.o -> app_playback.so
  5800. [LD] app_page.o -> app_page.so
  5801. [LD] app_originate.o -> app_originate.so
  5802. [LD] app_mp3.o -> app_mp3.so
  5803. [LD] app_morsecode.o -> app_morsecode.so
  5804. [LD] app_mixmonitor.o -> app_mixmonitor.so
  5805. [LD] app_minivm.o -> app_minivm.so
  5806. [LD] app_milliwatt.o -> app_milliwatt.so
  5807. [LD] app_if.o -> app_if.so
  5808. [LD] app_getcpeid.o -> app_getcpeid.so
  5809. [LD] app_forkcdr.o -> app_forkcdr.so
  5810. [LD] app_mf.o -> app_mf.so
  5811. [LD] app_followme.o -> app_followme.so
  5812. [LD] app_festival.o -> app_festival.so
  5813. [LD] app_externalivr.o -> app_externalivr.so
  5814. [LD] app_exec.o -> app_exec.so
  5815. [LD] app_echo.o -> app_echo.so
  5816. [LD] app_dumpchan.o -> app_dumpchan.so
  5817. [LD] app_dtmfstore.o -> app_dtmfstore.so
  5818. [LD] app_disa.o -> app_disa.so
  5819. [LD] app_directory.o -> app_directory.so
  5820. [LD] app_directed_pickup.o -> app_directed_pickup.so
  5821. [LD] app_dictate.o -> app_dictate.so
  5822. [LD] app_dial.o -> app_dial.so
  5823. [LD] app_db.o -> app_db.so
  5824. [LD] app_controlplayback.o -> app_controlplayback.so
  5825. [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
  5826. [LD] app_chanspy.o -> app_chanspy.so
  5827. [LD] app_channelredirect.o -> app_channelredirect.so
  5828. [LD] app_chanisavail.o -> app_chanisavail.so
  5829. [LD] app_celgenuserevent.o -> app_celgenuserevent.so
  5830. [LD] app_cdr.o -> app_cdr.so
  5831. [LD] app_broadcast.o -> app_broadcast.so
  5832. [LD] app_bridgewait.o -> app_bridgewait.so
  5833. [LD] app_bridgeaddchan.o -> app_bridgeaddchan.so
  5834. [LD] app_blind_transfer.o -> app_blind_transfer.so
  5835. [LD] app_authenticate.o -> app_authenticate.so
  5836. [LD] app_audiosocket.o -> app_audiosocket.so
  5837. [LD] app_attended_transfer.o -> app_attended_transfer.so
  5838. [LD] app_amd.o -> app_amd.so
  5839. [LD] app_alarmreceiver.o -> app_alarmreceiver.so
  5840. [LD] app_agent_pool.o -> app_agent_pool.so
  5841. [LD] app_adsiprog.o -> app_adsiprog.so
  5842. [LD] app_voicemail.o -> app_voicemail.so
  5843. [LD] app_queue.o -> app_queue.so
  5844. [CC] f2clib.c -> f2clib.o
  5845. [CC] analys.c -> analys.o
  5846. [CC] codec_ulaw.c -> codec_ulaw.o
  5847. [CC] anaFilter.c -> anaFilter.o
  5848. [CC] bsynz.c -> bsynz.o
  5849. [CC] constants.c -> constants.o
  5850. [CC] chanwr.c -> chanwr.o
  5851. [CC] dcbias.c -> dcbias.o
  5852. [CC] createCB.c -> createCB.o
  5853. [CC] src/add.c -> src/add.o
  5854. [CC] decode.c -> decode.o
  5855. [CC] src/code.c -> src/code.o
  5856. [CC] doCPLC.c -> doCPLC.o
  5857. [CC] deemp.c -> deemp.o
  5858. [CC] enhancer.c -> enhancer.o
  5859. [CC] codec_resample.c -> codec_resample.o
  5860. [CC] src/debug.c -> src/debug.o
  5861. [CC] src/decode.c -> src/decode.o
  5862. [CC] difmag.c -> difmag.o
  5863. [CC] filter.c -> filter.o
  5864. [CC] src/long_term.c -> src/long_term.o
  5865. [CC] FrameClassify.c -> FrameClassify.o
  5866. [CC] dyptrk.c -> dyptrk.o
  5867. [CC] src/lpc.c -> src/lpc.o
  5868. [CC] src/preprocess.c -> src/preprocess.o
  5869. [CC] gainquant.c -> gainquant.o
  5870. [CC] encode.c -> encode.o
  5871. [CC] getCBvec.c -> getCBvec.o
  5872. [CC] src/rpe.c -> src/rpe.o
  5873. [CC] speex/resample.c -> speex/resample.o
  5874. [CC] helpfun.c -> helpfun.o
  5875. [CC] energy.c -> energy.o
  5876. [CC] hpInput.c -> hpInput.o
  5877. [CC] ham84.c -> ham84.o
  5878. [CC] src/gsm_destroy.c -> src/gsm_destroy.o
  5879. [CC] hpOutput.c -> hpOutput.o
  5880. [CC] hp100.c -> hp100.o
  5881. [CC] iCBConstruct.c -> iCBConstruct.o
  5882. [CC] src/gsm_decode.c -> src/gsm_decode.o
  5883. [CC] iCBSearch.c -> iCBSearch.o
  5884. [CC] src/gsm_encode.c -> src/gsm_encode.o
  5885. [CC] invert.c -> invert.o
  5886. [CC] src/gsm_explode.c -> src/gsm_explode.o
  5887. [CC] iLBC_decode.c -> iLBC_decode.o
  5888. [CC] irc2pc.c -> irc2pc.o
  5889. [CC] src/gsm_implode.c -> src/gsm_implode.o
  5890. irc2pc.c: In function ‘irc2pc_’:
  5891. irc2pc.c:145:12: warning: ‘temp[9]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  5892. pc[j] = temp[j - 1];
  5893. ~~~~~~^~~~~~~~~~~~~
  5894. irc2pc.c:145:12: warning: ‘temp[8]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  5895. irc2pc.c:145:12: warning: ‘temp[7]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  5896. [CC] src/gsm_create.c -> src/gsm_create.o
  5897. [CC] ivfilt.c -> ivfilt.o
  5898. [CC] src/gsm_print.c -> src/gsm_print.o
  5899. [CC] src/gsm_option.c -> src/gsm_option.o
  5900. [CC] src/short_term.c -> src/short_term.o
  5901. [CC] iLBC_encode.c -> iLBC_encode.o
  5902. [CC] src/table.c -> src/table.o
  5903. [CC] lpcdec.c -> lpcdec.o
  5904. [CC] lpcenc.c -> lpcenc.o
  5905. [CC] codec_lpc10.c -> codec_lpc10.o
  5906. [CC] iLBC_test.c -> iLBC_test.o
  5907. [CC] lpcini.c -> lpcini.o
  5908. [CC] lpfilt.c -> lpfilt.o
  5909. [CC] median.c -> median.o
  5910. [CC] mload.c -> mload.o
  5911. [CC] LPCdecode.c -> LPCdecode.o
  5912. [CC] onset.c -> onset.o
  5913. [CC] LPCencode.c -> LPCencode.o
  5914. [CC] pitsyn.c -> pitsyn.o
  5915. [CC] placea.c -> placea.o
  5916. [CC] lsf.c -> lsf.o
  5917. [CC] placev.c -> placev.o
  5918. [CC] packing.c -> packing.o
  5919. [CC] codec_ilbc.c -> codec_ilbc.o
  5920. [CC] StateConstructW.c -> StateConstructW.o
  5921. [CC] preemp.c -> preemp.o
  5922. [CC] prepro.c -> prepro.o
  5923. [CC] StateSearchW.c -> StateSearchW.o
  5924. [CC] random.c -> random.o
  5925. [CC] rcchk.c -> rcchk.o
  5926. [CC] syntFilter.c -> syntFilter.o
  5927. [CC] synths.c -> synths.o
  5928. [CC] codec_gsm.c -> codec_gsm.o
  5929. [CC] tbdm.c -> tbdm.o
  5930. [CC] voicin.c -> voicin.o
  5931. [CC] codec_g726.c -> codec_g726.o
  5932. [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
  5933. [CC] vparms.c -> vparms.o
  5934. [CC] codec_g722.c -> codec_g722.o
  5935. [CC] g722/g722_encode.c -> g722/g722_encode.o
  5936. [CC] g722/g722_decode.c -> g722/g722_decode.o
  5937. [CC] codec_alaw.c -> codec_alaw.o
  5938. [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
  5939. [CC] codec_adpcm.c -> codec_adpcm.o
  5940. [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
  5941. [CC] codec_a_mu.c -> codec_a_mu.o
  5942. [LD] codec_ulaw.o -> codec_ulaw.so
  5943. [LD] codec_resample.o speex/resample.o -> codec_resample.so
  5944. [LD] codec_lpc10.o lpc10/liblpc10.a -> codec_lpc10.so
  5945. [LD] codec_ilbc.o ilbc/libilbc.a -> codec_ilbc.so
  5946. [LD] codec_gsm.o gsm/lib/libgsm.a -> codec_gsm.so
  5947. [LD] codec_alaw.o -> codec_alaw.so
  5948. [LD] codec_adpcm.o -> codec_adpcm.so
  5949. [LD] codec_a_mu.o -> codec_a_mu.so
  5950. [LD] codec_g726.o -> codec_g726.so
  5951. [LD] codec_g722.o g722/g722_encode.o g722/g722_decode.o -> codec_g722.so
  5952. [CC] format_wav_gsm.c -> format_wav_gsm.o
  5953. [CC] format_wav.c -> format_wav.o
  5954. [CC] format_vox.c -> format_vox.o
  5955. [CC] format_sln.c -> format_sln.o
  5956. [CC] format_siren7.c -> format_siren7.o
  5957. [CC] format_siren14.c -> format_siren14.o
  5958. [CC] format_pcm.c -> format_pcm.o
  5959. [CC] format_ilbc.c -> format_ilbc.o
  5960. [CC] format_h264.c -> format_h264.o
  5961. [CC] format_h263.c -> format_h263.o
  5962. [CC] format_gsm.c -> format_gsm.o
  5963. [CC] format_g729.c -> format_g729.o
  5964. [CC] format_g726.c -> format_g726.o
  5965. [CC] format_g723.c -> format_g723.o
  5966. [CC] format_g719.c -> format_g719.o
  5967. [LD] format_wav.o -> format_wav.so
  5968. [LD] format_vox.o -> format_vox.so
  5969. [LD] format_sln.o -> format_sln.so
  5970. [LD] format_siren7.o -> format_siren7.so
  5971. [LD] format_siren14.o -> format_siren14.so
  5972. [LD] format_pcm.o -> format_pcm.so
  5973. [LD] format_ilbc.o -> format_ilbc.so
  5974. [LD] format_h264.o -> format_h264.so
  5975. [LD] format_h263.o -> format_h263.so
  5976. [LD] format_g729.o -> format_g729.so
  5977. [LD] format_g726.o -> format_g726.so
  5978. [LD] format_g723.o -> format_g723.so
  5979. [LD] format_g719.o -> format_g719.so
  5980. [LD] format_wav_gsm.o -> format_wav_gsm.so
  5981. [LD] format_gsm.o -> format_gsm.so
  5982. [CC] cdr_sqlite3_custom.c -> cdr_sqlite3_custom.o
  5983. [CC] cdr_manager.c -> cdr_manager.o
  5984. [CC] cdr_custom.c -> cdr_custom.o
  5985. [CC] cdr_csv.c -> cdr_csv.o
  5986. [LD] cdr_manager.o -> cdr_manager.so
  5987. [LD] cdr_custom.o -> cdr_custom.so
  5988. [LD] cdr_sqlite3_custom.o -> cdr_sqlite3_custom.so
  5989. [LD] cdr_csv.o -> cdr_csv.so
  5990. [CC] cel_sqlite3_custom.c -> cel_sqlite3_custom.o
  5991. [CC] cel_manager.c -> cel_manager.o
  5992. [CC] cel_custom.c -> cel_custom.o
  5993. [LD] cel_manager.o -> cel_manager.so
  5994. [LD] cel_custom.o -> cel_custom.so
  5995. [LD] cel_sqlite3_custom.o -> cel_sqlite3_custom.so
  5996. [CC] bridge_softmix.c -> bridge_softmix.o
  5997. [CC] bridge_softmix/bridge_softmix_binaural.c -> bridge_softmix/bridge_softmix_binaural.o
  5998. [CC] bridge_simple.c -> bridge_simple.o
  5999. [CC] bridge_native_rtp.c -> bridge_native_rtp.o
  6000. [CC] bridge_holding.c -> bridge_holding.o
  6001. [CC] bridge_builtin_interval_features.c -> bridge_builtin_interval_features.o
  6002. [CC] bridge_builtin_features.c -> bridge_builtin_features.o
  6003. [LD] bridge_simple.o -> bridge_simple.so
  6004. [LD] bridge_builtin_interval_features.o -> bridge_builtin_interval_features.so
  6005. [LD] bridge_holding.o -> bridge_holding.so
  6006. [LD] bridge_builtin_features.o -> bridge_builtin_features.so
  6007. [LD] bridge_native_rtp.o -> bridge_native_rtp.so
  6008. [LD] bridge_softmix.o bridge_softmix/bridge_softmix_binaural.o -> bridge_softmix.so
  6009. [CC] func_volume.c -> func_volume.o
  6010. [CC] func_vmcount.c -> func_vmcount.o
  6011. [CC] func_version.c -> func_version.o
  6012. [CC] func_uri.c -> func_uri.o
  6013. [CC] func_timeout.c -> func_timeout.o
  6014. [CC] func_talkdetect.c -> func_talkdetect.o
  6015. [CC] func_sysinfo.c -> func_sysinfo.o
  6016. [CC] func_strings.c -> func_strings.o
  6017. [CC] func_srv.c -> func_srv.o
  6018. [CC] func_sprintf.c -> func_sprintf.o
  6019. [CC] func_sorcery.c -> func_sorcery.o
  6020. [CC] func_shell.c -> func_shell.o
  6021. [CC] func_sha1.c -> func_sha1.o
  6022. [CC] func_scramble.c -> func_scramble.o
  6023. [CC] func_sayfiles.c -> func_sayfiles.o
  6024. [CC] func_realtime.c -> func_realtime.o
  6025. [CC] func_rand.c -> func_rand.o
  6026. [CC] func_presencestate.c -> func_presencestate.o
  6027. [CC] func_pjsip_endpoint.c -> func_pjsip_endpoint.o
  6028. [CC] func_pjsip_contact.c -> func_pjsip_contact.o
  6029. [CC] func_pjsip_aor.c -> func_pjsip_aor.o
  6030. [CC] func_pitchshift.c -> func_pitchshift.o
  6031. [CC] func_periodic_hook.c -> func_periodic_hook.o
  6032. [CC] func_module.c -> func_module.o
  6033. [CC] func_md5.c -> func_md5.o
  6034. [CC] func_math.c -> func_math.o
  6035. [CC] func_logic.c -> func_logic.o
  6036. [CC] func_lock.c -> func_lock.o
  6037. [CC] func_json.c -> func_json.o
  6038. [CC] func_jitterbuffer.c -> func_jitterbuffer.o
  6039. [CC] func_iconv.c -> func_iconv.o
  6040. [CC] func_holdintercept.c -> func_holdintercept.o
  6041. [CC] func_hangupcause.c -> func_hangupcause.o
  6042. [CC] func_groupcount.c -> func_groupcount.o
  6043. [CC] func_global.c -> func_global.o
  6044. [CC] func_frame_trace.c -> func_frame_trace.o
  6045. [CC] func_frame_drop.c -> func_frame_drop.o
  6046. [CC] func_extstate.c -> func_extstate.o
  6047. [CC] func_export.c -> func_export.o
  6048. [CC] func_evalexten.c -> func_evalexten.o
  6049. [CC] func_env.c -> func_env.o
  6050. [CC] func_enum.c -> func_enum.o
  6051. [CC] func_dialplan.c -> func_dialplan.o
  6052. [CC] func_dialgroup.c -> func_dialgroup.o
  6053. [CC] func_devstate.c -> func_devstate.o
  6054. [CC] func_db.c -> func_db.o
  6055. [CC] func_cut.c -> func_cut.o
  6056. [CC] func_config.c -> func_config.o
  6057. [CC] func_channel.c -> func_channel.o
  6058. [CC] func_cdr.c -> func_cdr.o
  6059. [CC] func_callerid.c -> func_callerid.o
  6060. [CC] func_callcompletion.c -> func_callcompletion.o
  6061. [CC] func_blacklist.c -> func_blacklist.o
  6062. [CC] func_base64.c -> func_base64.o
  6063. [LD] func_volume.o -> func_volume.so
  6064. [LD] func_vmcount.o -> func_vmcount.so
  6065. [LD] func_version.o -> func_version.so
  6066. [LD] func_uri.o -> func_uri.so
  6067. [LD] func_timeout.o -> func_timeout.so
  6068. [LD] func_talkdetect.o -> func_talkdetect.so
  6069. [LD] func_sysinfo.o -> func_sysinfo.so
  6070. [LD] func_strings.o -> func_strings.so
  6071. [LD] func_srv.o -> func_srv.so
  6072. [LD] func_sprintf.o -> func_sprintf.so
  6073. [LD] func_sorcery.o -> func_sorcery.so
  6074. [LD] func_shell.o -> func_shell.so
  6075. [LD] func_sha1.o -> func_sha1.so
  6076. [LD] func_scramble.o -> func_scramble.so
  6077. [LD] func_sayfiles.o -> func_sayfiles.so
  6078. [LD] func_realtime.o -> func_realtime.so
  6079. [LD] func_rand.o -> func_rand.so
  6080. [LD] func_presencestate.o -> func_presencestate.so
  6081. [LD] func_pjsip_endpoint.o -> func_pjsip_endpoint.so
  6082. [LD] func_pjsip_contact.o -> func_pjsip_contact.so
  6083. [LD] func_pjsip_aor.o -> func_pjsip_aor.so
  6084. [LD] func_pitchshift.o -> func_pitchshift.so
  6085. [LD] func_periodic_hook.o -> func_periodic_hook.so
  6086. [LD] func_module.o -> func_module.so
  6087. [LD] func_md5.o -> func_md5.so
  6088. [LD] func_math.o -> func_math.so
  6089. [LD] func_logic.o -> func_logic.so
  6090. [LD] func_lock.o -> func_lock.so
  6091. [LD] func_json.o -> func_json.so
  6092. [LD] func_jitterbuffer.o -> func_jitterbuffer.so
  6093. [LD] func_iconv.o -> func_iconv.so
  6094. [LD] func_holdintercept.o -> func_holdintercept.so
  6095. [LD] func_hangupcause.o -> func_hangupcause.so
  6096. [LD] func_groupcount.o -> func_groupcount.so
  6097. [LD] func_global.o -> func_global.so
  6098. [LD] func_frame_trace.o -> func_frame_trace.so
  6099. [LD] func_frame_drop.o -> func_frame_drop.so
  6100. [LD] func_extstate.o -> func_extstate.so
  6101. [LD] func_export.o -> func_export.so
  6102. [LD] func_evalexten.o -> func_evalexten.so
  6103. [LD] func_env.o -> func_env.so
  6104. [LD] func_enum.o -> func_enum.so
  6105. [LD] func_dialplan.o -> func_dialplan.so
  6106. [LD] func_dialgroup.o -> func_dialgroup.so
  6107. [LD] func_devstate.o -> func_devstate.so
  6108. [LD] func_db.o -> func_db.so
  6109. [LD] func_cut.o -> func_cut.so
  6110. [LD] func_config.o -> func_config.so
  6111. [LD] func_channel.o -> func_channel.so
  6112. [LD] func_cdr.o -> func_cdr.so
  6113. [LD] func_callerid.o -> func_callerid.so
  6114. [LD] func_callcompletion.o -> func_callcompletion.so
  6115. [LD] func_blacklist.o -> func_blacklist.so
  6116. [LD] func_base64.o -> func_base64.so
  6117. [CC] abstract_jb.c -> abstract_jb.o
  6118. [CC] acl.c -> acl.o
  6119. [CC] adsi.c -> adsi.o
  6120. [CC] alaw.c -> alaw.o
  6121. [CC] alertpipe.c -> alertpipe.o
  6122. [CC] app.c -> app.o
  6123. [CC] aoc.c -> aoc.o
  6124. [CC] ast_expr2.c -> ast_expr2.o
  6125. [CC] ast_expr2f.c -> ast_expr2f.o
  6126. [CC] asterisk.c -> asterisk.o
  6127. [CC] astfd.c -> astfd.o
  6128. [CC] astmm.c -> astmm.o
  6129. [CC] astobj2.c -> astobj2.o
  6130. [CC] astobj2_container.c -> astobj2_container.o
  6131. [CC] astobj2_global.c -> astobj2_global.o
  6132. [CC] astobj2_hash.c -> astobj2_hash.o
  6133. [CC] astobj2_rbtree.c -> astobj2_rbtree.o
  6134. [CC] audiohook.c -> audiohook.o
  6135. [CC] autochan.c -> autochan.o
  6136. [CC] autoservice.c -> autoservice.o
  6137. [CC] backtrace.c -> backtrace.o
  6138. [CC] bridge.c -> bridge.o
  6139. [CC] bridge_after.c -> bridge_after.o
  6140. [CC] bridge_basic.c -> bridge_basic.o
  6141. [CC] bridge_channel.c -> bridge_channel.o
  6142. [CC] bridge_roles.c -> bridge_roles.o
  6143. [CC] bucket.c -> bucket.o
  6144. [CC] callerid.c -> callerid.o
  6145. [CC] channel.c -> channel.o
  6146. [CC] channel_internal_api.c -> channel_internal_api.o
  6147. [CC] chanvars.c -> chanvars.o
  6148. [CC] cli.c -> cli.o
  6149. [CC] codec.c -> codec.o
  6150. [CC] codec_builtin.c -> codec_builtin.o
  6151. [CC] config_options.c -> config_options.o
  6152. [CC] conversions.c -> conversions.o
  6153. [CC] core_local.c -> core_local.o
  6154. [CC] core_unreal.c -> core_unreal.o
  6155. [CC] crypt.c -> crypt.o
  6156. [CC] data_buffer.c -> data_buffer.o
  6157. [CC] datastore.c -> datastore.o
  6158. [CC] db.c -> db.o
  6159. [CC] devicestate.c -> devicestate.o
  6160. [CC] dial.c -> dial.o
  6161. [CC] dns.c -> dns.o
  6162. [CC] dns_core.c -> dns_core.o
  6163. [CC] dns_naptr.c -> dns_naptr.o
  6164. [CC] dns_query_set.c -> dns_query_set.o
  6165. [CC] dns_recurring.c -> dns_recurring.o
  6166. [CC] dns_srv.c -> dns_srv.o
  6167. [CC] dns_system_resolver.c -> dns_system_resolver.o
  6168. [CC] dns_test.c -> dns_test.o
  6169. [CC] dns_tlsa.c -> dns_tlsa.o
  6170. [CC] dns_txt.c -> dns_txt.o
  6171. [CC] endpoints.c -> endpoints.o
  6172. [CC] event.c -> event.o
  6173. [CC] features_config.c -> features_config.o
  6174. [CC] file.c -> file.o
  6175. [CC] fixedjitterbuf.c -> fixedjitterbuf.o
  6176. [CC] format.c -> format.o
  6177. [CC] format_cache.c -> format_cache.o
  6178. [CC] format_cap.c -> format_cap.o
  6179. [CC] format_compatibility.c -> format_compatibility.o
  6180. [CC] frame.c -> frame.o
  6181. [CC] framehook.c -> framehook.o
  6182. [CC] fskmodem.c -> fskmodem.o
  6183. [CC] global_datastores.c -> global_datastores.o
  6184. [CC] hashtab.c -> hashtab.o
  6185. [CC] heap.c -> heap.o
  6186. [CC] image.c -> image.o
  6187. [CC] io.c -> io.o
  6188. [CC] iostream.c -> iostream.o
  6189. [CC] jitterbuf.c -> jitterbuf.o
  6190. [CC] json.c -> json.o
  6191. [CC] loader.c -> loader.o
  6192. [CC] lock.c -> lock.o
  6193. [CC] logger_category.c -> logger_category.o
  6194. [CC] manager_bridges.c -> manager_bridges.o
  6195. [CC] manager_channels.c -> manager_channels.o
  6196. [CC] manager_endpoints.c -> manager_endpoints.o
  6197. [CC] manager_mwi.c -> manager_mwi.o
  6198. [CC] manager_system.c -> manager_system.o
  6199. [CC] max_forwards.c -> max_forwards.o
  6200. [CC] md5.c -> md5.o
  6201. [CC] media_cache.c -> media_cache.o
  6202. [CC] media_index.c -> media_index.o
  6203. [CC] message.c -> message.o
  6204. [CC] mixmonitor.c -> mixmonitor.o
  6205. [CC] mwi.c -> mwi.o
  6206. [CC] named_locks.c -> named_locks.o
  6207. [CC] netsock2.c -> netsock2.o
  6208. [CC] optional_api.c -> optional_api.o
  6209. [CC] options.c -> options.o
  6210. [CC] parking.c -> parking.o
  6211. [CC] pbx.c -> pbx.o
  6212. [CC] pbx_app.c -> pbx_app.o
  6213. [CC] pbx_builtins.c -> pbx_builtins.o
  6214. [CC] pbx_functions.c -> pbx_functions.o
  6215. [CC] pbx_hangup_handler.c -> pbx_hangup_handler.o
  6216. [CC] pbx_ignorepat.c -> pbx_ignorepat.o
  6217. [CC] pbx_include.c -> pbx_include.o
  6218. [CC] pbx_sw.c -> pbx_sw.o
  6219. [CC] pbx_switch.c -> pbx_switch.o
  6220. [CC] pbx_timing.c -> pbx_timing.o
  6221. [CC] pbx_variables.c -> pbx_variables.o
  6222. [CC] pickup.c -> pickup.o
  6223. [CC] poll.c -> poll.o
  6224. [CC] presencestate.c -> presencestate.o
  6225. [CC] privacy.c -> privacy.o
  6226. [CC] rtp_engine.c -> rtp_engine.o
  6227. [CC] say.c -> say.o
  6228. [CC] sched.c -> sched.o
  6229. [CC] sdp_srtp.c -> sdp_srtp.o
  6230. [CC] security_events.c -> security_events.o
  6231. [CC] sem.c -> sem.o
  6232. [CC] serializer.c -> serializer.o
  6233. [CC] sha1.c -> sha1.o
  6234. [CC] sip_api.c -> sip_api.o
  6235. [CC] slinfactory.c -> slinfactory.o
  6236. [CC] smoother.c -> smoother.o
  6237. [CC] sorcery.c -> sorcery.o
  6238. [CC] srv.c -> srv.o
  6239. [CC] stasis.c -> stasis.o
  6240. [CC] stasis_bridges.c -> stasis_bridges.o
  6241. [CC] stasis_cache.c -> stasis_cache.o
  6242. [CC] stasis_cache_pattern.c -> stasis_cache_pattern.o
  6243. [CC] stasis_channels.c -> stasis_channels.o
  6244. [CC] stasis_endpoints.c -> stasis_endpoints.o
  6245. [CC] stasis_message.c -> stasis_message.o
  6246. [CC] stasis_message_router.c -> stasis_message_router.o
  6247. [CC] stasis_state.c -> stasis_state.o
  6248. [CC] stasis_system.c -> stasis_system.o
  6249. [CC] stdtime/localtime.c -> stdtime/localtime.o
  6250. [CC] strcompat.c -> strcompat.o
  6251. [CC] stream.c -> stream.o
  6252. [CC] stringfields.c -> stringfields.o
  6253. [CC] strings.c -> strings.o
  6254. [CC] stun.c -> stun.o
  6255. [CC] syslog.c -> syslog.o
  6256. [CC] taskprocessor.c -> taskprocessor.o
  6257. [CC] tcptls.c -> tcptls.o
  6258. [CC] tdd.c -> tdd.o
  6259. [CC] term.c -> term.o
  6260. [CC] test.c -> test.o
  6261. [CC] threadpool.c -> threadpool.o
  6262. [CC] threadstorage.c -> threadstorage.o
  6263. [CC] time.c -> time.o
  6264. [CC] timing.c -> timing.o
  6265. [CC] translate.c -> translate.o
  6266. [CC] ulaw.c -> ulaw.o
  6267. [CC] uri.c -> uri.o
  6268. [CC] utf8.c -> utf8.o
  6269. [CC] utils.c -> utils.o
  6270. [CC] uuid.c -> uuid.o
  6271. [CC] version.c -> version.o
  6272. [CC] xml.c -> xml.o
  6273. [CC] xmldoc.c -> xmldoc.o
  6274. [CC] ccss.c -> ccss.o
  6275. [CC] cdr.c -> cdr.o
  6276. [CC] cel.c -> cel.o
  6277. [CC] config.c -> config.o
  6278. [CC] dnsmgr.c -> dnsmgr.o
  6279. [CC] dsp.c -> dsp.o
  6280. [CC] enum.c -> enum.o
  6281. [CC] features.c -> features.o
  6282. [CC] http.c -> http.o
  6283. [CC] indications.c -> indications.o
  6284. [CC] logger.c -> logger.o
  6285. [CC] manager.c -> manager.o
  6286. [CC] named_acl.c -> named_acl.o
  6287. [CC] plc.c -> plc.o
  6288. [CC] sounds.c -> sounds.o
  6289. [CC] udptl.c -> udptl.o
  6290. [CC] libasteriskssl.c -> libasteriskssl.o
  6291. [CC] libasteriskpj.c -> libasteriskpj.o
  6292. [GENERATE] libasteriskpj.exports
  6293. [LD] libasteriskpj.o -> libasteriskpj.so.2
  6294. [LD] libasteriskssl.o -> libasteriskssl.so.1
  6295. [LN] libasteriskssl.so.1 -> libasteriskssl.so
  6296. [LN] libasteriskpj.so.2 -> libasteriskpj.so
  6297. [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
  6298. [CC] res_tonedetect.c -> res_tonedetect.o
  6299. [CC] res_timing_timerfd.c -> res_timing_timerfd.o
  6300. [CC] res_timing_pthread.c -> res_timing_pthread.o
  6301. [CC] res_stun_monitor.c -> res_stun_monitor.o
  6302. [CC] res_statsd.c -> res_statsd.o
  6303. [CC] res_stasis_snoop.c -> res_stasis_snoop.o
  6304. [CC] res_stasis_recording.c -> res_stasis_recording.o
  6305. [CC] stasis_recording/stored.c -> stasis_recording/stored.o
  6306. [CC] res_stasis_playback.c -> res_stasis_playback.o
  6307. [CC] res_stasis_device_state.c -> res_stasis_device_state.o
  6308. [CC] res_stasis_answer.c -> res_stasis_answer.o
  6309. [CC] res_stasis.c -> res_stasis.o
  6310. [CC] stasis/stasis_bridge.c -> stasis/stasis_bridge.o
  6311. [CC] stasis/messaging.c -> stasis/messaging.o
  6312. [CC] stasis/control.c -> stasis/control.o
  6313. [CC] stasis/command.c -> stasis/command.o
  6314. [CC] stasis/app.c -> stasis/app.o
  6315. [CC] res_speech_aeap.c -> res_speech_aeap.o
  6316. [CC] res_speech.c -> res_speech.o
  6317. [CC] res_sorcery_realtime.c -> res_sorcery_realtime.o
  6318. [CC] res_sorcery_memory_cache.c -> res_sorcery_memory_cache.o
  6319. [CC] res_sorcery_memory.c -> res_sorcery_memory.o
  6320. [CC] res_sorcery_config.c -> res_sorcery_config.o
  6321. [CC] res_sorcery_astdb.c -> res_sorcery_astdb.o
  6322. [CC] res_smdi.c -> res_smdi.o
  6323. [CC] res_security_log.c -> res_security_log.o
  6324. [CC] res_rtp_multicast.c -> res_rtp_multicast.o
  6325. [CC] res_rtp_asterisk.c -> res_rtp_asterisk.o
  6326. [CC] res_realtime.c -> res_realtime.o
  6327. [CC] res_prometheus.c -> res_prometheus.o
  6328. [CC] prometheus/pjsip_outbound_registrations.c -> prometheus/pjsip_outbound_registrations.o
  6329. [CC] prometheus/endpoints.c -> prometheus/endpoints.o
  6330. [CC] prometheus/cli.c -> prometheus/cli.o
  6331. [CC] prometheus/channels.c -> prometheus/channels.o
  6332. [CC] prometheus/bridges.c -> prometheus/bridges.o
  6333. [CC] res_pjsip_xpidf_body_generator.c -> res_pjsip_xpidf_body_generator.o
  6334. [CC] res_pjsip_transport_websocket.c -> res_pjsip_transport_websocket.o
  6335. [CC] res_pjsip_t38.c -> res_pjsip_t38.o
  6336. [CC] res_pjsip_sips_contact.c -> res_pjsip_sips_contact.o
  6337. [CC] res_pjsip_session.c -> res_pjsip_session.o
  6338. [CC] res_pjsip_session/pjsip_session_caps.c -> res_pjsip_session/pjsip_session_caps.o
  6339. [CC] res_pjsip_send_to_voicemail.c -> res_pjsip_send_to_voicemail.o
  6340. [CC] res_pjsip_sdp_rtp.c -> res_pjsip_sdp_rtp.o
  6341. [CC] res_pjsip_rfc3329.c -> res_pjsip_rfc3329.o
  6342. [CC] res_pjsip_rfc3326.c -> res_pjsip_rfc3326.o
  6343. [CC] res_pjsip_registrar.c -> res_pjsip_registrar.o
  6344. [CC] res_pjsip_refer.c -> res_pjsip_refer.o
  6345. [CC] res_pjsip_pubsub.c -> res_pjsip_pubsub.o
  6346. [CC] res_pjsip_publish_asterisk.c -> res_pjsip_publish_asterisk.o
  6347. [CC] res_pjsip_pidf_eyebeam_body_supplement.c -> res_pjsip_pidf_eyebeam_body_supplement.o
  6348. [CC] res_pjsip_pidf_digium_body_supplement.c -> res_pjsip_pidf_digium_body_supplement.o
  6349. [CC] res_pjsip_pidf_body_generator.c -> res_pjsip_pidf_body_generator.o
  6350. [CC] res_pjsip_phoneprov_provider.c -> res_pjsip_phoneprov_provider.o
  6351. [CC] res_pjsip_path.c -> res_pjsip_path.o
  6352. [CC] res_pjsip_outbound_registration.c -> res_pjsip_outbound_registration.o
  6353. [CC] res_pjsip_outbound_publish.c -> res_pjsip_outbound_publish.o
  6354. [CC] res_pjsip_outbound_authenticator_digest.c -> res_pjsip_outbound_authenticator_digest.o
  6355. [CC] res_pjsip_one_touch_record_info.c -> res_pjsip_one_touch_record_info.o
  6356. [CC] res_pjsip_notify.c -> res_pjsip_notify.o
  6357. [CC] res_pjsip_nat.c -> res_pjsip_nat.o
  6358. [CC] res_pjsip_mwi_body_generator.c -> res_pjsip_mwi_body_generator.o
  6359. [CC] res_pjsip_mwi.c -> res_pjsip_mwi.o
  6360. [CC] res_pjsip_messaging.c -> res_pjsip_messaging.o
  6361. [CC] res_pjsip_logger.c -> res_pjsip_logger.o
  6362. [CC] res_pjsip_history.c -> res_pjsip_history.o
  6363. [CC] res_pjsip_header_funcs.c -> res_pjsip_header_funcs.o
  6364. [CC] res_pjsip_exten_state.c -> res_pjsip_exten_state.o
  6365. [CC] res_pjsip_endpoint_identifier_user.c -> res_pjsip_endpoint_identifier_user.o
  6366. [CC] res_pjsip_endpoint_identifier_ip.c -> res_pjsip_endpoint_identifier_ip.o
  6367. [CC] res_pjsip_endpoint_identifier_anonymous.c -> res_pjsip_endpoint_identifier_anonymous.o
  6368. [CC] res_pjsip_empty_info.c -> res_pjsip_empty_info.o
  6369. [CC] res_pjsip_dtmf_info.c -> res_pjsip_dtmf_info.o
  6370. [CC] res_pjsip_dlg_options.c -> res_pjsip_dlg_options.o
  6371. [CC] res_pjsip_diversion.c -> res_pjsip_diversion.o
  6372. [CC] res_pjsip_dialog_info_body_generator.c -> res_pjsip_dialog_info_body_generator.o
  6373. [CC] res_pjsip_config_wizard.c -> res_pjsip_config_wizard.o
  6374. [CC] res_pjsip_caller_id.c -> res_pjsip_caller_id.o
  6375. [CC] res_pjsip_authenticator_digest.c -> res_pjsip_authenticator_digest.o
  6376. [CC] res_pjsip_aoc.c -> res_pjsip_aoc.o
  6377. [CC] res_pjsip_acl.c -> res_pjsip_acl.o
  6378. [CC] res_pjsip.c -> res_pjsip.o
  6379. [CC] res_pjsip/security_events.c -> res_pjsip/security_events.o
  6380. [CC] res_pjsip/security_agreements.c -> res_pjsip/security_agreements.o
  6381. [CC] res_pjsip/presence_xml.c -> res_pjsip/presence_xml.o
  6382. [CC] res_pjsip/pjsip_transport_management.c -> res_pjsip/pjsip_transport_management.o
  6383. [CC] res_pjsip/pjsip_transport_events.c -> res_pjsip/pjsip_transport_events.o
  6384. [CC] res_pjsip/pjsip_session.c -> res_pjsip/pjsip_session.o
  6385. [CC] res_pjsip/pjsip_scheduler.c -> res_pjsip/pjsip_scheduler.o
  6386. [CC] res_pjsip/pjsip_resolver.c -> res_pjsip/pjsip_resolver.o
  6387. [CC] res_pjsip/pjsip_options.c -> res_pjsip/pjsip_options.o
  6388. [CC] res_pjsip/pjsip_message_filter.c -> res_pjsip/pjsip_message_filter.o
  6389. [CC] res_pjsip/pjsip_global_headers.c -> res_pjsip/pjsip_global_headers.o
  6390. [CC] res_pjsip/pjsip_distributor.c -> res_pjsip/pjsip_distributor.o
  6391. [CC] res_pjsip/pjsip_configuration.c -> res_pjsip/pjsip_configuration.o
  6392. [CC] res_pjsip/pjsip_cli.c -> res_pjsip/pjsip_cli.o
  6393. [CC] res_pjsip/location.c -> res_pjsip/location.o
  6394. [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o
  6395. [CC] res_pjsip/config_system.c -> res_pjsip/config_system.o
  6396. [CC] res_pjsip/config_global.c -> res_pjsip/config_global.o
  6397. [CC] res_pjsip/config_domain_aliases.c -> res_pjsip/config_domain_aliases.o
  6398. [CC] res_pjsip/config_auth.c -> res_pjsip/config_auth.o
  6399. [CC] res_pjproject.c -> res_pjproject.o
  6400. [CC] res_phoneprov.c -> res_phoneprov.o
  6401. [CC] res_parking.c -> res_parking.o
  6402. [CC] parking/parking_ui.c -> parking/parking_ui.o
  6403. [CC] parking/parking_tests.c -> parking/parking_tests.o
  6404. [CC] parking/parking_manager.c -> parking/parking_manager.o
  6405. [CC] parking/parking_devicestate.c -> parking/parking_devicestate.o
  6406. [CC] parking/parking_controller.c -> parking/parking_controller.o
  6407. [CC] parking/parking_bridge_features.c -> parking/parking_bridge_features.o
  6408. [CC] parking/parking_bridge.c -> parking/parking_bridge.o
  6409. [CC] parking/parking_applications.c -> parking/parking_applications.o
  6410. [CC] res_mwi_devstate.c -> res_mwi_devstate.o
  6411. [CC] res_mutestream.c -> res_mutestream.o
  6412. [CC] res_musiconhold.c -> res_musiconhold.o
  6413. [CC] res_manager_presencestate.c -> res_manager_presencestate.o
  6414. [CC] res_manager_devicestate.c -> res_manager_devicestate.o
  6415. [CC] res_limit.c -> res_limit.o
  6416. [CC] res_http_websocket.c -> res_http_websocket.o
  6417. [CC] res_hep_rtcp.c -> res_hep_rtcp.o
  6418. [CC] res_hep_pjsip.c -> res_hep_pjsip.o
  6419. [CC] res_hep.c -> res_hep.o
  6420. [CC] res_format_attr_vp8.c -> res_format_attr_vp8.o
  6421. [CC] res_format_attr_siren7.c -> res_format_attr_siren7.o
  6422. [CC] res_format_attr_siren14.c -> res_format_attr_siren14.o
  6423. [CC] res_format_attr_silk.c -> res_format_attr_silk.o
  6424. [CC] res_format_attr_opus.c -> res_format_attr_opus.o
  6425. [CC] res_format_attr_ilbc.c -> res_format_attr_ilbc.o
  6426. [CC] res_format_attr_h264.c -> res_format_attr_h264.o
  6427. [CC] res_format_attr_h263.c -> res_format_attr_h263.o
  6428. [CC] res_format_attr_g729.c -> res_format_attr_g729.o
  6429. [CC] res_format_attr_celt.c -> res_format_attr_celt.o
  6430. [CC] res_fax.c -> res_fax.o
  6431. [CC] res_convert.c -> res_convert.o
  6432. [CC] res_config_sqlite3.c -> res_config_sqlite3.o
  6433. [CC] res_config_ldap.c -> res_config_ldap.o
  6434. [CC] res_clioriginate.c -> res_clioriginate.o
  6435. [CC] res_clialiases.c -> res_clialiases.o
  6436. [CC] res_calendar.c -> res_calendar.o
  6437. [CC] res_audiosocket.c -> res_audiosocket.o
  6438. [CC] res_ari_sounds.c -> res_ari_sounds.o
  6439. [CC] ari/resource_sounds.c -> ari/resource_sounds.o
  6440. [CC] res_ari_recordings.c -> res_ari_recordings.o
  6441. [CC] ari/resource_recordings.c -> ari/resource_recordings.o
  6442. [CC] res_ari_playbacks.c -> res_ari_playbacks.o
  6443. [CC] ari/resource_playbacks.c -> ari/resource_playbacks.o
  6444. [CC] res_ari_model.c -> res_ari_model.o
  6445. [CC] ari/ari_model_validators.c -> ari/ari_model_validators.o
  6446. [CC] res_ari_events.c -> res_ari_events.o
  6447. [CC] ari/resource_events.c -> ari/resource_events.o
  6448. [CC] res_ari_endpoints.c -> res_ari_endpoints.o
  6449. [CC] ari/resource_endpoints.c -> ari/resource_endpoints.o
  6450. [CC] res_ari_device_states.c -> res_ari_device_states.o
  6451. [CC] ari/resource_device_states.c -> ari/resource_device_states.o
  6452. [CC] res_ari_channels.c -> res_ari_channels.o
  6453. [CC] ari/resource_channels.c -> ari/resource_channels.o
  6454. [CC] res_ari_bridges.c -> res_ari_bridges.o
  6455. [CC] ari/resource_bridges.c -> ari/resource_bridges.o
  6456. [CC] res_ari_asterisk.c -> res_ari_asterisk.o
  6457. [CC] ari/resource_asterisk.c -> ari/resource_asterisk.o
  6458. [CC] res_ari_applications.c -> res_ari_applications.o
  6459. [CC] ari/resource_applications.c -> ari/resource_applications.o
  6460. [CC] res_ari.c -> res_ari.o
  6461. [CC] ari/cli.c -> ari/cli.o
  6462. [CC] ari/config.c -> ari/config.o
  6463. [CC] ari/ari_websockets.c -> ari/ari_websockets.o
  6464. [CC] res_agi.c -> res_agi.o
  6465. [CC] res_ael_share.c -> res_ael_share.o
  6466. [CC] ael/ael_lex.c -> ael/ael_lex.o
  6467. [CC] ael/ael.tab.c -> ael/ael.tab.o
  6468. [CC] ael/pval.c -> ael/pval.o
  6469. [CC] res_aeap.c -> res_aeap.o
  6470. [CC] res_aeap/transport_websocket.c -> res_aeap/transport_websocket.o
  6471. [CC] res_aeap/transport.c -> res_aeap/transport.o
  6472. [CC] res_aeap/transaction.c -> res_aeap/transaction.o
  6473. [CC] res_aeap/message_json.c -> res_aeap/message_json.o
  6474. [CC] res_aeap/message.c -> res_aeap/message.o
  6475. [CC] res_aeap/general.c -> res_aeap/general.o
  6476. [CC] res_aeap/aeap.c -> res_aeap/aeap.o
  6477. [CC] res_adsi.c -> res_adsi.o
  6478. [LD] res_tonedetect.o -> res_tonedetect.so
  6479. [LD] res_timing_timerfd.o -> res_timing_timerfd.so
  6480. [LD] res_timing_pthread.o -> res_timing_pthread.so
  6481. [LD] res_stun_monitor.o -> res_stun_monitor.so
  6482. [LD] res_statsd.o -> res_statsd.so
  6483. [LD] res_stasis_snoop.o -> res_stasis_snoop.so
  6484. [LD] res_stasis_recording.o stasis_recording/stored.o -> res_stasis_recording.so
  6485. [LD] res_stasis_playback.o -> res_stasis_playback.so
  6486. [LD] res_stasis_device_state.o -> res_stasis_device_state.so
  6487. [LD] res_stasis_answer.o -> res_stasis_answer.so
  6488. [LD] res_stasis.o stasis/stasis_bridge.o stasis/messaging.o stasis/control.o stasis/command.o stasis/app.o -> res_stasis.so
  6489. [LD] res_speech_aeap.o -> res_speech_aeap.so
  6490. [LD] res_speech.o -> res_speech.so
  6491. [LD] res_sorcery_realtime.o -> res_sorcery_realtime.so
  6492. [LD] res_sorcery_memory_cache.o -> res_sorcery_memory_cache.so
  6493. [LD] res_sorcery_memory.o -> res_sorcery_memory.so
  6494. [LD] res_sorcery_config.o -> res_sorcery_config.so
  6495. [LD] res_smdi.o -> res_smdi.so
  6496. [LD] res_sorcery_astdb.o -> res_sorcery_astdb.so
  6497. [LD] res_security_log.o -> res_security_log.so
  6498. [LD] res_rtp_multicast.o -> res_rtp_multicast.so
  6499. [LD] res_rtp_asterisk.o -> res_rtp_asterisk.so
  6500. [LD] res_realtime.o -> res_realtime.so
  6501. [LD] res_prometheus.o prometheus/pjsip_outbound_registrations.o prometheus/endpoints.o prometheus/cli.o prometheus/channels.o prometheus/bridges.o -> res_prometheus.so
  6502. [LD] res_pjsip_xpidf_body_generator.o -> res_pjsip_xpidf_body_generator.so
  6503. [LD] res_pjsip_transport_websocket.o -> res_pjsip_transport_websocket.so
  6504. [LD] res_pjsip_t38.o -> res_pjsip_t38.so
  6505. [LD] res_pjsip_sips_contact.o -> res_pjsip_sips_contact.so
  6506. [LD] res_pjsip_session.o res_pjsip_session/pjsip_session_caps.o -> res_pjsip_session.so
  6507. [LD] res_pjsip_send_to_voicemail.o -> res_pjsip_send_to_voicemail.so
  6508. [LD] res_pjsip_sdp_rtp.o -> res_pjsip_sdp_rtp.so
  6509. [LD] res_pjsip_rfc3329.o -> res_pjsip_rfc3329.so
  6510. [LD] res_pjsip_rfc3326.o -> res_pjsip_rfc3326.so
  6511. [LD] res_pjsip_registrar.o -> res_pjsip_registrar.so
  6512. [LD] res_pjsip_refer.o -> res_pjsip_refer.so
  6513. [LD] res_pjsip_pubsub.o -> res_pjsip_pubsub.so
  6514. [LD] res_pjsip_publish_asterisk.o -> res_pjsip_publish_asterisk.so
  6515. [LD] res_pjsip_pidf_eyebeam_body_supplement.o -> res_pjsip_pidf_eyebeam_body_supplement.so
  6516. [LD] res_pjsip_pidf_digium_body_supplement.o -> res_pjsip_pidf_digium_body_supplement.so
  6517. [LD] res_pjsip_pidf_body_generator.o -> res_pjsip_pidf_body_generator.so
  6518. [LD] res_pjsip_phoneprov_provider.o -> res_pjsip_phoneprov_provider.so
  6519. [LD] res_pjsip_path.o -> res_pjsip_path.so
  6520. [LD] res_pjsip_outbound_registration.o -> res_pjsip_outbound_registration.so
  6521. [LD] res_pjsip_outbound_publish.o -> res_pjsip_outbound_publish.so
  6522. [LD] res_pjsip_outbound_authenticator_digest.o -> res_pjsip_outbound_authenticator_digest.so
  6523. [LD] res_pjsip_one_touch_record_info.o -> res_pjsip_one_touch_record_info.so
  6524. [LD] res_pjsip_notify.o -> res_pjsip_notify.so
  6525. [LD] res_pjsip_nat.o -> res_pjsip_nat.so
  6526. [LD] res_pjsip_mwi_body_generator.o -> res_pjsip_mwi_body_generator.so
  6527. [LD] res_pjsip_mwi.o -> res_pjsip_mwi.so
  6528. [LD] res_pjsip_messaging.o -> res_pjsip_messaging.so
  6529. [LD] res_pjsip_logger.o -> res_pjsip_logger.so
  6530. [LD] res_pjsip_history.o -> res_pjsip_history.so
  6531. [LD] res_pjsip_header_funcs.o -> res_pjsip_header_funcs.so
  6532. [LD] res_pjsip_exten_state.o -> res_pjsip_exten_state.so
  6533. [LD] res_pjsip_endpoint_identifier_user.o -> res_pjsip_endpoint_identifier_user.so
  6534. [LD] res_pjsip_endpoint_identifier_ip.o -> res_pjsip_endpoint_identifier_ip.so
  6535. [LD] res_pjsip_endpoint_identifier_anonymous.o -> res_pjsip_endpoint_identifier_anonymous.so
  6536. [LD] res_pjsip_empty_info.o -> res_pjsip_empty_info.so
  6537. [LD] res_pjsip_dtmf_info.o -> res_pjsip_dtmf_info.so
  6538. [LD] res_pjsip_dlg_options.o -> res_pjsip_dlg_options.so
  6539. [LD] res_pjsip_diversion.o -> res_pjsip_diversion.so
  6540. [LD] res_pjsip_dialog_info_body_generator.o -> res_pjsip_dialog_info_body_generator.so
  6541. [LD] res_pjsip_config_wizard.o -> res_pjsip_config_wizard.so
  6542. [LD] res_pjsip_authenticator_digest.o -> res_pjsip_authenticator_digest.so
  6543. [LD] res_pjsip_caller_id.o -> res_pjsip_caller_id.so
  6544. [LD] res_pjsip_aoc.o -> res_pjsip_aoc.so
  6545. [LD] res_pjsip_acl.o -> res_pjsip_acl.so
  6546. [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
  6547. [LD] res_pjproject.o -> res_pjproject.so
  6548. [LD] res_phoneprov.o -> res_phoneprov.so
  6549. [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
  6550. [LD] res_mwi_devstate.o -> res_mwi_devstate.so
  6551. [LD] res_mutestream.o -> res_mutestream.so
  6552. [LD] res_musiconhold.o -> res_musiconhold.so
  6553. [LD] res_manager_presencestate.o -> res_manager_presencestate.so
  6554. [LD] res_manager_devicestate.o -> res_manager_devicestate.so
  6555. [LD] res_limit.o -> res_limit.so
  6556. [LD] res_http_websocket.o -> res_http_websocket.so
  6557. [LD] res_hep_rtcp.o -> res_hep_rtcp.so
  6558. [LD] res_hep_pjsip.o -> res_hep_pjsip.so
  6559. [LD] res_hep.o -> res_hep.so
  6560. [LD] res_format_attr_vp8.o -> res_format_attr_vp8.so
  6561. [LD] res_format_attr_siren7.o -> res_format_attr_siren7.so
  6562. [LD] res_format_attr_siren14.o -> res_format_attr_siren14.so
  6563. [LD] res_format_attr_silk.o -> res_format_attr_silk.so
  6564. [LD] res_format_attr_opus.o -> res_format_attr_opus.so
  6565. [LD] res_format_attr_ilbc.o -> res_format_attr_ilbc.so
  6566. [LD] res_format_attr_h264.o -> res_format_attr_h264.so
  6567. [LD] res_format_attr_h263.o -> res_format_attr_h263.so
  6568. [LD] res_format_attr_g729.o -> res_format_attr_g729.so
  6569. [LD] res_format_attr_celt.o -> res_format_attr_celt.so
  6570. [LD] res_fax.o -> res_fax.so
  6571. [LD] res_convert.o -> res_convert.so
  6572. [LD] res_config_sqlite3.o -> res_config_sqlite3.so
  6573. [LD] res_config_ldap.o -> res_config_ldap.so
  6574. [LD] res_clioriginate.o -> res_clioriginate.so
  6575. [LD] res_clialiases.o -> res_clialiases.so
  6576. [LD] res_calendar.o -> res_calendar.so
  6577. [LD] res_audiosocket.o -> res_audiosocket.so
  6578. [LD] res_ari_sounds.o ari/resource_sounds.o -> res_ari_sounds.so
  6579. [LD] res_ari_recordings.o ari/resource_recordings.o -> res_ari_recordings.so
  6580. [LD] res_ari_playbacks.o ari/resource_playbacks.o -> res_ari_playbacks.so
  6581. [LD] res_ari_model.o ari/ari_model_validators.o -> res_ari_model.so
  6582. [LD] res_ari_events.o ari/resource_events.o -> res_ari_events.so
  6583. [LD] res_ari_endpoints.o ari/resource_endpoints.o -> res_ari_endpoints.so
  6584. [LD] res_ari_device_states.o ari/resource_device_states.o -> res_ari_device_states.so
  6585. [LD] res_ari_channels.o ari/resource_channels.o -> res_ari_channels.so
  6586. [LD] res_ari_bridges.o ari/resource_bridges.o -> res_ari_bridges.so
  6587. [LD] res_ari_asterisk.o ari/resource_asterisk.o -> res_ari_asterisk.so
  6588. [LD] res_ari_applications.o ari/resource_applications.o -> res_ari_applications.so
  6589. [LD] res_ari.o ari/cli.o ari/config.o ari/ari_websockets.o -> res_ari.so
  6590. [LD] res_agi.o -> res_agi.so
  6591. [LD] res_ael_share.o ael/ael_lex.o ael/ael.tab.o ael/pval.o -> res_ael_share.so
  6592. [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
  6593. [LD] res_adsi.o -> res_adsi.so
  6594. Building Documentation For: channels pbx apps codecs formats cdr cel bridges funcs tests main res addons
  6595. +--------- Asterisk Build Complete ---------+
  6596. + Asterisk has successfully been built, and +
  6597. + can be installed by running: +
  6598. + +
  6599. + make install +
  6600. +-------------------------------------------+
  6601. vicibox11:/usr/src/asterisk-20.4.0 # make install
  6602. Installing modules from channels...
  6603. Installing modules from pbx...
  6604. Installing modules from apps...
  6605. Installing modules from codecs...
  6606. Installing modules from formats...
  6607. Installing modules from cdr...
  6608. Installing modules from cel...
  6609. Installing modules from bridges...
  6610. Installing modules from funcs...
  6611. Installing modules from tests...
  6612. Installing modules from main...
  6613. Installing modules from res...
  6614. Installing modules from addons...
  6615. /usr/bin/install -c -m 755 contrib/scripts/astversion "/usr/sbin/"
  6616. /usr/bin/install -c -m 755 contrib/scripts/astgenkey "/usr/sbin/"
  6617. /usr/bin/install -c -m 755 contrib/scripts/autosupport "/usr/sbin/"
  6618. ./build_tools/install_subst contrib/scripts/safe_asterisk "/usr/sbin/safe_asterisk";
  6619. /usr/bin/install -c -m 644 doc/core-*.xml "/var/lib/asterisk/documentation"
  6620. /usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/documentation"
  6621. /usr/bin/install -c -m 644 doc/appdocsxml.dtd "/var/lib/asterisk/documentation"
  6622. /usr/bin/install -c -m 644 doc/asterisk.8 "/usr/share/man/man8"
  6623. /usr/bin/install -c -m 644 doc/astdb*.8 "/usr/share/man/man8"
  6624. /usr/bin/install -c -m 644 contrib/scripts/astgenkey.8 "/usr/share/man/man8"
  6625. /usr/bin/install -c -m 644 contrib/scripts/autosupport.8 "/usr/share/man/man8"
  6626. /usr/bin/install -c -m 644 contrib/scripts/safe_asterisk.8 "/usr/share/man/man8"
  6627. if [ -f contrib/firmware/iax/iaxy.bin ] ; then \
  6628. /usr/bin/install -c -m 644 contrib/firmware/iax/iaxy.bin "/var/lib/asterisk/firmware/iax/iaxy.bin"; \
  6629. fi
  6630. CFLAGS=" -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 " build_tools/mkpkgconfig "/usr/lib64/pkgconfig";
  6631. find static-http | while read x; do \
  6632. if test -d $x; then \
  6633. /usr/bin/install -c -m 755 -d "/var/lib/asterisk/$x"; \
  6634. else \
  6635. /usr/bin/install -c -m 644 $x "/var/lib/asterisk/$x" ; \
  6636. fi \
  6637. done
  6638. /usr/bin/install -c -m 644 doc/core-en_US.xml "/var/lib/asterisk/static-http";
  6639. /usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/static-http";
  6640. if [ -d doc/tex/asterisk ] ; then \
  6641. /usr/bin/install -c -d "/var/lib/asterisk/static-http/docs" ; \
  6642. for n in doc/tex/asterisk/* ; do \
  6643. /usr/bin/install -c -m 644 $n "/var/lib/asterisk/static-http/docs" ; \
  6644. done \
  6645. fi
  6646. for x in images/*.jpg; do \
  6647. /usr/bin/install -c -m 644 $x "/var/lib/asterisk/images" ; \
  6648. done
  6649. make -C sounds install
  6650. make[1]: Entering directory '/usr/src/asterisk-20.4.0/sounds'
  6651. make[1]: Leaving directory '/usr/src/asterisk-20.4.0/sounds'
  6652. find rest-api -name "*.json" | while read x; do \
  6653. /usr/bin/install -c -m 644 $x "/var/lib/asterisk/rest-api" ; \
  6654. done
  6655. +---- Asterisk Installation Complete -------+
  6656. + +
  6657. + YOU MUST READ THE SECURITY DOCUMENT +
  6658. + +
  6659. + Asterisk has successfully been installed. +
  6660. + If you would like to install the sample +
  6661. + configuration files (overwriting any +
  6662. + existing config files), run: +
  6663. + +
  6664. + For generic reference documentation: +
  6665. + make samples +
  6666. + +
  6667. + For a sample basic PBX: +
  6668. + make basic-pbx +
  6669. + +
  6670. + +
  6671. +----------------- or ---------------------+
  6672. + +
  6673. + You can go ahead and install the asterisk +
  6674. + program documentation now or later run: +
  6675. + +
  6676. + make progdocs +
  6677. + +
  6678. + **Note** This requires that you have +
  6679. + doxygen installed on your local system +
  6680. +-------------------------------------------+
  6681. WARNING WARNING WARNING
  6682.  
  6683. Your Asterisk modules directory, located at
  6684. /usr/lib64/asterisk/modules
  6685. contains modules that were not installed by this
  6686. version of Asterisk. Please ensure that these
  6687. modules are compatible with this version before
  6688. attempting to run Asterisk.
  6689.  
  6690. res_xmpp.so
  6691. res_timing_dahdi.so
  6692. res_stir_shaken.so
  6693. res_srtp.so
  6694. res_pjsip_stir_shaken.so
  6695. res_pjsip_geolocation.so
  6696. res_odbc_transaction.so
  6697. res_monitor.so
  6698. res_http_post.so
  6699. res_http_media_cache.so
  6700. res_geolocation.so
  6701. res_curl.so
  6702. res_crypto.so
  6703. res_config_curl.so
  6704. pbx_lua.so
  6705. func_speex.so
  6706. func_curl.so
  6707. func_aes.so
  6708. format_ogg_vorbis.so
  6709. format_ogg_speex.so
  6710. codec_speex.so
  6711. codec_dahdi.so
  6712. chan_skinny.so
  6713. chan_sip.so
  6714. chan_oss.so
  6715. chan_motif.so
  6716. chan_mgcp.so
  6717. chan_dahdi.so
  6718. app_url.so
  6719. app_osplookup.so
  6720. app_nbscat.so
  6721. app_meetme.so
  6722. app_macro.so
  6723. app_image.so
  6724. app_ices.so
  6725. app_flash.so
  6726. app_dahdiras.so
  6727.  
  6728. WARNING WARNING WARNING
  6729. vicibox11:/usr/src/asterisk-20.4.0 # rm -rf /usr/lib/asterisk/modules
  6730. vicibox11:/usr/src/asterisk-20.4.0 # make install
  6731. Installing modules from channels...
  6732. Installing modules from pbx...
  6733. Installing modules from apps...
  6734. Installing modules from codecs...
  6735. Installing modules from formats...
  6736. Installing modules from cdr...
  6737. Installing modules from cel...
  6738. Installing modules from bridges...
  6739. Installing modules from funcs...
  6740. Installing modules from tests...
  6741. Installing modules from main...
  6742. Installing modules from res...
  6743. Installing modules from addons...
  6744. /usr/bin/install -c -m 755 contrib/scripts/astversion "/usr/sbin/"
  6745. /usr/bin/install -c -m 755 contrib/scripts/astgenkey "/usr/sbin/"
  6746. /usr/bin/install -c -m 755 contrib/scripts/autosupport "/usr/sbin/"
  6747. ./build_tools/install_subst contrib/scripts/safe_asterisk "/usr/sbin/safe_asterisk";
  6748. /usr/bin/install -c -m 644 doc/core-*.xml "/var/lib/asterisk/documentation"
  6749. /usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/documentation"
  6750. /usr/bin/install -c -m 644 doc/appdocsxml.dtd "/var/lib/asterisk/documentation"
  6751. /usr/bin/install -c -m 644 doc/asterisk.8 "/usr/share/man/man8"
  6752. /usr/bin/install -c -m 644 doc/astdb*.8 "/usr/share/man/man8"
  6753. /usr/bin/install -c -m 644 contrib/scripts/astgenkey.8 "/usr/share/man/man8"
  6754. /usr/bin/install -c -m 644 contrib/scripts/autosupport.8 "/usr/share/man/man8"
  6755. /usr/bin/install -c -m 644 contrib/scripts/safe_asterisk.8 "/usr/share/man/man8"
  6756. if [ -f contrib/firmware/iax/iaxy.bin ] ; then \
  6757. /usr/bin/install -c -m 644 contrib/firmware/iax/iaxy.bin "/var/lib/asterisk/firmware/iax/iaxy.bin"; \
  6758. fi
  6759. CFLAGS=" -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 " build_tools/mkpkgconfig "/usr/lib64/pkgconfig";
  6760. find static-http | while read x; do \
  6761. if test -d $x; then \
  6762. /usr/bin/install -c -m 755 -d "/var/lib/asterisk/$x"; \
  6763. else \
  6764. /usr/bin/install -c -m 644 $x "/var/lib/asterisk/$x" ; \
  6765. fi \
  6766. done
  6767. /usr/bin/install -c -m 644 doc/core-en_US.xml "/var/lib/asterisk/static-http";
  6768. /usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/static-http";
  6769. if [ -d doc/tex/asterisk ] ; then \
  6770. /usr/bin/install -c -d "/var/lib/asterisk/static-http/docs" ; \
  6771. for n in doc/tex/asterisk/* ; do \
  6772. /usr/bin/install -c -m 644 $n "/var/lib/asterisk/static-http/docs" ; \
  6773. done \
  6774. fi
  6775. for x in images/*.jpg; do \
  6776. /usr/bin/install -c -m 644 $x "/var/lib/asterisk/images" ; \
  6777. done
  6778. make -C sounds install
  6779. make[1]: Entering directory '/usr/src/asterisk-20.4.0/sounds'
  6780. make[1]: Leaving directory '/usr/src/asterisk-20.4.0/sounds'
  6781. find rest-api -name "*.json" | while read x; do \
  6782. /usr/bin/install -c -m 644 $x "/var/lib/asterisk/rest-api" ; \
  6783. done
  6784. +---- Asterisk Installation Complete -------+
  6785. + +
  6786. + YOU MUST READ THE SECURITY DOCUMENT +
  6787. + +
  6788. + Asterisk has successfully been installed. +
  6789. + If you would like to install the sample +
  6790. + configuration files (overwriting any +
  6791. + existing config files), run: +
  6792. + +
  6793. + For generic reference documentation: +
  6794. + make samples +
  6795. + +
  6796. + For a sample basic PBX: +
  6797. + make basic-pbx +
  6798. + +
  6799. + +
  6800. +----------------- or ---------------------+
  6801. + +
  6802. + You can go ahead and install the asterisk +
  6803. + program documentation now or later run: +
  6804. + +
  6805. + make progdocs +
  6806. + +
  6807. + **Note** This requires that you have +
  6808. + doxygen installed on your local system +
  6809. +-------------------------------------------+
  6810. WARNING WARNING WARNING
  6811.  
  6812. Your Asterisk modules directory, located at
  6813. /usr/lib64/asterisk/modules
  6814. contains modules that were not installed by this
  6815. version of Asterisk. Please ensure that these
  6816. modules are compatible with this version before
  6817. attempting to run Asterisk.
  6818.  
  6819. res_xmpp.so
  6820. res_timing_dahdi.so
  6821. res_stir_shaken.so
  6822. res_srtp.so
  6823. res_pjsip_stir_shaken.so
  6824. res_pjsip_geolocation.so
  6825. res_odbc_transaction.so
  6826. res_monitor.so
  6827. res_http_post.so
  6828. res_http_media_cache.so
  6829. res_geolocation.so
  6830. res_curl.so
  6831. res_crypto.so
  6832. res_config_curl.so
  6833. pbx_lua.so
  6834. func_speex.so
  6835. func_curl.so
  6836. func_aes.so
  6837. format_ogg_vorbis.so
  6838. format_ogg_speex.so
  6839. codec_speex.so
  6840. codec_dahdi.so
  6841. chan_skinny.so
  6842. chan_sip.so
  6843. chan_oss.so
  6844. chan_motif.so
  6845. chan_mgcp.so
  6846. chan_dahdi.so
  6847. app_url.so
  6848. app_osplookup.so
  6849. app_nbscat.so
  6850. app_meetme.so
  6851. app_macro.so
  6852. app_image.so
  6853. app_ices.so
  6854. app_flash.so
  6855. app_dahdiras.so
  6856.  
  6857. WARNING WARNING WARNING
  6858. vicibox11:/usr/src/asterisk-20.4.0 # rm -rf /usr/lib64/asterisk/modules
  6859. vicibox11:/usr/src/asterisk-20.4.0 # make install
  6860. Installing modules from channels...
  6861. Installing modules from pbx...
  6862. Installing modules from apps...
  6863. Installing modules from codecs...
  6864. Installing modules from formats...
  6865. Installing modules from cdr...
  6866. Installing modules from cel...
  6867. Installing modules from bridges...
  6868. Installing modules from funcs...
  6869. Installing modules from tests...
  6870. Installing modules from main...
  6871. Installing modules from res...
  6872. Installing modules from addons...
  6873. /usr/bin/install -c -m 755 contrib/scripts/astversion "/usr/sbin/"
  6874. /usr/bin/install -c -m 755 contrib/scripts/astgenkey "/usr/sbin/"
  6875. /usr/bin/install -c -m 755 contrib/scripts/autosupport "/usr/sbin/"
  6876. ./build_tools/install_subst contrib/scripts/safe_asterisk "/usr/sbin/safe_asterisk";
  6877. /usr/bin/install -c -m 644 doc/core-*.xml "/var/lib/asterisk/documentation"
  6878. /usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/documentation"
  6879. /usr/bin/install -c -m 644 doc/appdocsxml.dtd "/var/lib/asterisk/documentation"
  6880. /usr/bin/install -c -m 644 doc/asterisk.8 "/usr/share/man/man8"
  6881. /usr/bin/install -c -m 644 doc/astdb*.8 "/usr/share/man/man8"
  6882. /usr/bin/install -c -m 644 contrib/scripts/astgenkey.8 "/usr/share/man/man8"
  6883. /usr/bin/install -c -m 644 contrib/scripts/autosupport.8 "/usr/share/man/man8"
  6884. /usr/bin/install -c -m 644 contrib/scripts/safe_asterisk.8 "/usr/share/man/man8"
  6885. if [ -f contrib/firmware/iax/iaxy.bin ] ; then \
  6886. /usr/bin/install -c -m 644 contrib/firmware/iax/iaxy.bin "/var/lib/asterisk/firmware/iax/iaxy.bin"; \
  6887. fi
  6888. CFLAGS=" -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 " build_tools/mkpkgconfig "/usr/lib64/pkgconfig";
  6889. find static-http | while read x; do \
  6890. if test -d $x; then \
  6891. /usr/bin/install -c -m 755 -d "/var/lib/asterisk/$x"; \
  6892. else \
  6893. /usr/bin/install -c -m 644 $x "/var/lib/asterisk/$x" ; \
  6894. fi \
  6895. done
  6896. /usr/bin/install -c -m 644 doc/core-en_US.xml "/var/lib/asterisk/static-http";
  6897. /usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/static-http";
  6898. if [ -d doc/tex/asterisk ] ; then \
  6899. /usr/bin/install -c -d "/var/lib/asterisk/static-http/docs" ; \
  6900. for n in doc/tex/asterisk/* ; do \
  6901. /usr/bin/install -c -m 644 $n "/var/lib/asterisk/static-http/docs" ; \
  6902. done \
  6903. fi
  6904. for x in images/*.jpg; do \
  6905. /usr/bin/install -c -m 644 $x "/var/lib/asterisk/images" ; \
  6906. done
  6907. make -C sounds install
  6908. make[1]: Entering directory '/usr/src/asterisk-20.4.0/sounds'
  6909. make[1]: Leaving directory '/usr/src/asterisk-20.4.0/sounds'
  6910. find rest-api -name "*.json" | while read x; do \
  6911. /usr/bin/install -c -m 644 $x "/var/lib/asterisk/rest-api" ; \
  6912. done
  6913. +---- Asterisk Installation Complete -------+
  6914. + +
  6915. + YOU MUST READ THE SECURITY DOCUMENT +
  6916. + +
  6917. + Asterisk has successfully been installed. +
  6918. + If you would like to install the sample +
  6919. + configuration files (overwriting any +
  6920. + existing config files), run: +
  6921. + +
  6922. + For generic reference documentation: +
  6923. + make samples +
  6924. + +
  6925. + For a sample basic PBX: +
  6926. + make basic-pbx +
  6927. + +
  6928. + +
  6929. +----------------- or ---------------------+
  6930. + +
  6931. + You can go ahead and install the asterisk +
  6932. + program documentation now or later run: +
  6933. + +
  6934. + make progdocs +
  6935. + +
  6936. + **Note** This requires that you have +
  6937. + doxygen installed on your local system +
  6938. +-------------------------------------------+
  6939. vicibox11:/usr/src/asterisk-20.4.0 # make samples &&
  6940. > make config &&
  6941. > make ldconfig
  6942. Installing adsi config files...
  6943. /usr/bin/install -c -d "/etc/asterisk"
  6944. Overwriting configs/samples/asterisk.adsi
  6945. Overwriting configs/samples/telcordia-1.adsi
  6946. Installing other config files...
  6947. Config file configs/samples/acl.conf.sample is unchanged
  6948. Config file configs/samples/adsi.conf.sample is unchanged
  6949. Installing file configs/samples/aeap.conf.sample
  6950. Config file configs/samples/agents.conf.sample is unchanged
  6951. Config file configs/samples/alarmreceiver.conf.sample is unchanged
  6952. Installing file configs/samples/alsa.conf.sample
  6953. Config file configs/samples/amd.conf.sample is unchanged
  6954. Config file configs/samples/app_skel.conf.sample is unchanged
  6955. Installing file configs/samples/ari.conf.sample
  6956. Config file configs/samples/ast_debug_tools.conf.sample is unchanged
  6957. Installing file configs/samples/asterisk.conf.sample
  6958. Installing file configs/samples/calendar.conf.sample
  6959. Config file configs/samples/ccss.conf.sample is unchanged
  6960. Config file configs/samples/cdr.conf.sample is unchanged
  6961. Installing file configs/samples/cdr_adaptive_odbc.conf.sample
  6962. Config file configs/samples/cdr_beanstalkd.conf.sample is unchanged
  6963. Config file configs/samples/cdr_custom.conf.sample is unchanged
  6964. Config file configs/samples/cdr_manager.conf.sample is unchanged
  6965. Installing file configs/samples/cdr_odbc.conf.sample
  6966. Installing file configs/samples/cdr_pgsql.conf.sample
  6967. Config file configs/samples/cdr_sqlite3_custom.conf.sample is unchanged
  6968. Installing file configs/samples/cdr_tds.conf.sample
  6969. Config file configs/samples/cel.conf.sample is unchanged
  6970. Config file configs/samples/cel_beanstalkd.conf.sample is unchanged
  6971. Config file configs/samples/cel_custom.conf.sample is unchanged
  6972. Installing file configs/samples/cel_odbc.conf.sample
  6973. Installing file configs/samples/cel_pgsql.conf.sample
  6974. Config file configs/samples/cel_sqlite3_custom.conf.sample is unchanged
  6975. Installing file configs/samples/cel_tds.conf.sample
  6976. Installing file configs/samples/chan_dahdi.conf.sample
  6977. Config file configs/samples/chan_mobile.conf.sample is unchanged
  6978. Config file configs/samples/cli.conf.sample is unchanged
  6979. Config file configs/samples/cli_aliases.conf.sample is unchanged
  6980. Config file configs/samples/cli_permissions.conf.sample is unchanged
  6981. Config file configs/samples/codecs.conf.sample is unchanged
  6982. Config file configs/samples/confbridge.conf.sample is unchanged
  6983. Config file configs/samples/config_test.conf.sample is unchanged
  6984. Installing file configs/samples/console.conf.sample
  6985. Config file configs/samples/dbsep.conf.sample is unchanged
  6986. Config file configs/samples/dnsmgr.conf.sample is unchanged
  6987. Config file configs/samples/dsp.conf.sample is unchanged
  6988. Installing file configs/samples/dundi.conf.sample
  6989. Config file configs/samples/enum.conf.sample is unchanged
  6990. Installing file configs/samples/extconfig.conf.sample
  6991. Config file configs/samples/extensions.ael.sample is unchanged
  6992. Installing file configs/samples/extensions.conf.sample
  6993. Config file configs/samples/extensions.lua.sample is unchanged
  6994. Config file configs/samples/extensions_minivm.conf.sample is unchanged
  6995. Config file configs/samples/features.conf.sample is unchanged
  6996. Config file configs/samples/festival.conf.sample is unchanged
  6997. Config file configs/samples/followme.conf.sample is unchanged
  6998. Installing file configs/samples/func_odbc.conf.sample
  6999. Config file configs/samples/geolocation.conf.sample is unchanged
  7000. Installing file configs/samples/hep.conf.sample
  7001. Config file configs/samples/http.conf.sample is unchanged
  7002. Config file configs/samples/iax.conf.sample is unchanged
  7003. Config file configs/samples/iaxprov.conf.sample is unchanged
  7004. Config file configs/samples/indications.conf.sample is unchanged
  7005. Installing file configs/samples/logger.conf.sample
  7006. Installing file configs/samples/manager.conf.sample
  7007. Config file configs/samples/meetme.conf.sample is unchanged
  7008. Config file configs/samples/mgcp.conf.sample is unchanged
  7009. Config file configs/samples/minivm.conf.sample is unchanged
  7010. Installing file configs/samples/modules.conf.sample
  7011. Config file configs/samples/motif.conf.sample is unchanged
  7012. Installing file configs/samples/musiconhold.conf.sample
  7013. Config file configs/samples/ooh323.conf.sample is unchanged
  7014. Config file configs/samples/osp.conf.sample is unchanged
  7015. Config file configs/samples/phoneprov.conf.sample is unchanged
  7016. Config file configs/samples/pjproject.conf.sample is unchanged
  7017. Installing file configs/samples/pjsip.conf.sample
  7018. Config file configs/samples/pjsip_notify.conf.sample is unchanged
  7019. Config file configs/samples/pjsip_wizard.conf.sample is unchanged
  7020. Installing file configs/samples/prometheus.conf.sample
  7021. Config file configs/samples/queuerules.conf.sample is unchanged
  7022. Installing file configs/samples/queues.conf.sample
  7023. Installing file configs/samples/res_config_mysql.conf.sample
  7024. Config file configs/samples/res_config_sqlite3.conf.sample is unchanged
  7025. Installing file configs/samples/res_corosync.conf.sample
  7026. Config file configs/samples/res_curl.conf.sample is unchanged
  7027. Config file configs/samples/res_fax.conf.sample is unchanged
  7028. Installing file configs/samples/res_http_media_cache.conf.sample
  7029. Config file configs/samples/res_ldap.conf.sample is unchanged
  7030. Installing file configs/samples/res_odbc.conf.sample
  7031. Config file configs/samples/res_parking.conf.sample is unchanged
  7032. Installing file configs/samples/res_pgsql.conf.sample
  7033. Config file configs/samples/res_pktccops.conf.sample is unchanged
  7034. Installing file configs/samples/res_snmp.conf.sample
  7035. Config file configs/samples/res_stun_monitor.conf.sample is unchanged
  7036. Config file configs/samples/resolver_unbound.conf.sample is unchanged
  7037. Config file configs/samples/rtp.conf.sample is unchanged
  7038. Config file configs/samples/say.conf.sample is unchanged
  7039. Config file configs/samples/sip.conf.sample is unchanged
  7040. Config file configs/samples/sip_notify.conf.sample is unchanged
  7041. Config file configs/samples/skinny.conf.sample is unchanged
  7042. Config file configs/samples/sla.conf.sample is unchanged
  7043. Config file configs/samples/smdi.conf.sample is unchanged
  7044. Config file configs/samples/sorcery.conf.sample is unchanged
  7045. Config file configs/samples/ss7.timers.sample is unchanged
  7046. Config file configs/samples/stasis.conf.sample is unchanged
  7047. Config file configs/samples/statsd.conf.sample is unchanged
  7048. Config file configs/samples/stir_shaken.conf.sample is unchanged
  7049. Config file configs/samples/test_sorcery.conf.sample is unchanged
  7050. Config file configs/samples/udptl.conf.sample is unchanged
  7051. Config file configs/samples/unistim.conf.sample is unchanged
  7052. Config file configs/samples/users.conf.sample is unchanged
  7053. Installing file configs/samples/voicemail.conf.sample
  7054. Config file configs/samples/xmpp.conf.sample is unchanged
  7055. Updating asterisk.conf
  7056. /usr/bin/install -c -d "/var/spool/asterisk/voicemail/default/1234/INBOX"
  7057. build_tools/make_sample_voicemail "//var/lib/asterisk" "//var/spool/asterisk"
  7058. Installing file phoneprov/000000000000-directory.xml
  7059. Installing file phoneprov/000000000000-phone.cfg
  7060. Installing file phoneprov/000000000000.cfg
  7061. Installing file phoneprov/polycom.xml
  7062. Installing file phoneprov/polycom_line.xml
  7063. Installing file phoneprov/snom-mac.xml
  7064. We could not install init scripts for your distribution.
  7065. make: *** No rule to make target 'ldconfig'. Stop.
  7066. vicibox11:/usr/src/asterisk-20.4.0 # mc
  7067.  
  7068. vicibox11:/usr/src/asterisk-20.4.0 #
  7069. vicibox11:/usr/src # git clone https://github.com/alphacep/vosk-asterisk.git
  7070. Cloning into 'vosk-asterisk'...
  7071. remote: Enumerating objects: 80, done.
  7072. remote: Counting objects: 100% (80/80), done.
  7073. remote: Compressing objects: 100% (55/55), done.
  7074. remote: Total 80 (delta 38), reused 59 (delta 20), pack-reused 0
  7075. Receiving objects: 100% (80/80), 36.00 KiB | 585.00 KiB/s, done.
  7076. Resolving deltas: 100% (38/38), done.
  7077. vicibox11:/usr/src #
  7078. vicibox11:/usr/src/vosk-asterisk # ./bootstrap
  7079. + libtoolize --force --automake --copy
  7080. + autoheader
  7081. + aclocal -I m4
  7082. + automake --foreign --add-missing --copy
  7083. configure.ac:5: installing './compile'
  7084. configure.ac:4: installing './config.guess'
  7085. configure.ac:4: installing './config.sub'
  7086. configure.ac:2: installing './install-sh'
  7087. configure.ac:2: installing './missing'
  7088. res-speech-vosk/Makefile.am: installing './depcomp'
  7089. + autoconf
  7090. + rm -rf autom4te.cache
  7091. vicibox11:/usr/src/vosk-asterisk # ./configure --with-asterisk=/usr/src/asterisk-20.4.0 --prefix=/usr
  7092. checking for a BSD-compatible install... /usr/bin/install -c
  7093. checking whether build environment is sane... yes
  7094. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  7095. checking for gawk... gawk
  7096. checking whether make sets $(MAKE)... yes
  7097. checking whether make supports nested variables... yes
  7098. checking build system type... x86_64-pc-linux-gnu
  7099. checking host system type... x86_64-pc-linux-gnu
  7100. checking for gcc... gcc
  7101. checking whether the C compiler works... yes
  7102. checking for C compiler default output file name... a.out
  7103. checking for suffix of executables...
  7104. checking whether we are cross compiling... no
  7105. checking for suffix of object files... o
  7106. checking whether we are using the GNU C compiler... yes
  7107. checking whether gcc accepts -g... yes
  7108. checking for gcc option to accept ISO C89... none needed
  7109. checking whether gcc understands -c and -o together... yes
  7110. checking for style of include used by make... GNU
  7111. checking dependency style of gcc... gcc3
  7112. checking how to print strings... printf
  7113. checking for a sed that does not truncate output... /usr/bin/sed
  7114. checking for grep that handles long lines and -e... /usr/bin/grep
  7115. checking for egrep... /usr/bin/grep -E
  7116. checking for fgrep... /usr/bin/grep -F
  7117. checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
  7118. checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
  7119. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  7120. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  7121. checking whether ln -s works... yes
  7122. checking the maximum length of command line arguments... 1572864
  7123. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  7124. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  7125. checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
  7126. checking for objdump... objdump
  7127. checking how to recognize dependent libraries... pass_all
  7128. checking for dlltool... no
  7129. checking how to associate runtime and link libraries... printf %s\n
  7130. checking for ar... ar
  7131. checking for archiver @FILE support... @
  7132. checking for strip... strip
  7133. checking for ranlib... ranlib
  7134. checking command to parse /usr/bin/nm -B output from gcc object... ok
  7135. checking for sysroot... no
  7136. checking for a working dd... /usr/bin/dd
  7137. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  7138. checking for mt... mt
  7139. checking if mt is a manifest tool... no
  7140. checking how to run the C preprocessor... gcc -E
  7141. checking for ANSI C header files... yes
  7142. checking for sys/types.h... yes
  7143. checking for sys/stat.h... yes
  7144. checking for stdlib.h... yes
  7145. checking for string.h... yes
  7146. checking for memory.h... yes
  7147. checking for strings.h... yes
  7148. checking for inttypes.h... yes
  7149. checking for stdint.h... yes
  7150. checking for unistd.h... yes
  7151. checking for dlfcn.h... yes
  7152. checking for objdir... .libs
  7153. checking if gcc supports -fno-rtti -fno-exceptions... no
  7154. checking for gcc option to produce PIC... -fPIC -DPIC
  7155. checking if gcc PIC flag -fPIC -DPIC works... yes
  7156. checking if gcc static flag -static works... no
  7157. checking if gcc supports -c -o file.o... yes
  7158. checking if gcc supports -c -o file.o... (cached) yes
  7159. checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
  7160. checking whether -lc should be explicitly linked in... no
  7161. checking dynamic linker characteristics... GNU/Linux ld.so
  7162. checking how to hardcode library paths into programs... immediate
  7163. checking whether stripping libraries is possible... yes
  7164. checking if libtool supports shared libraries... yes
  7165. checking whether to build shared libraries... yes
  7166. checking whether to build static libraries... yes
  7167. checking that generated files are newer than configure... done
  7168. configure: creating ./config.status
  7169. config.status: creating Makefile
  7170. config.status: creating res-speech-vosk/Makefile
  7171. config.status: creating config.h
  7172. config.status: executing depfiles commands
  7173. config.status: executing libtool commands
  7174. vicibox11:/usr/src/vosk-asterisk # make
  7175. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/src/vosk-asterisk/missing autoheader)
  7176. rm -f stamp-h1
  7177. touch config.h.in
  7178. cd . && /bin/sh ./config.status config.h
  7179. config.status: creating config.h
  7180. make all-recursive
  7181. make[1]: Entering directory '/usr/src/vosk-asterisk'
  7182. Making all in res-speech-vosk
  7183. make[2]: Entering directory '/usr/src/vosk-asterisk/res-speech-vosk'
  7184. /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
  7185. 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
  7186. 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
  7187. mv -f .deps/res_speech_vosk.Tpo .deps/res_speech_vosk.Plo
  7188. /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
  7189. 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
  7190. libtool: link: ar cru .libs/res_speech_vosk.a res_speech_vosk.o
  7191. libtool: link: ranlib .libs/res_speech_vosk.a
  7192. libtool: link: ( cd ".libs" && rm -f "res_speech_vosk.la" && ln -s "../res_speech_vosk.la" "res_speech_vosk.la" )
  7193. make[2]: Leaving directory '/usr/src/vosk-asterisk/res-speech-vosk'
  7194. make[2]: Entering directory '/usr/src/vosk-asterisk'
  7195. make[2]: Leaving directory '/usr/src/vosk-asterisk'
  7196. make[1]: Leaving directory '/usr/src/vosk-asterisk'
  7197. vicibox11:/usr/src/vosk-asterisk # make install
  7198. Making install in res-speech-vosk
  7199. make[1]: Entering directory '/usr/src/vosk-asterisk/res-speech-vosk'
  7200. make[2]: Entering directory '/usr/src/vosk-asterisk/res-speech-vosk'
  7201. make[2]: Nothing to be done for 'install-exec-am'.
  7202. /usr/bin/mkdir -p '/usr/lib/asterisk/modules'
  7203. /bin/sh ../libtool --mode=install /usr/bin/install -c res_speech_vosk.la '/usr/lib/asterisk/modules'
  7204. libtool: install: /usr/bin/install -c .libs/res_speech_vosk.so /usr/lib/asterisk/modules/res_speech_vosk.so
  7205. libtool: install: /usr/bin/install -c .libs/res_speech_vosk.lai /usr/lib/asterisk/modules/res_speech_vosk.la
  7206. libtool: install: /usr/bin/install -c .libs/res_speech_vosk.a /usr/lib/asterisk/modules/res_speech_vosk.a
  7207. libtool: install: chmod 644 /usr/lib/asterisk/modules/res_speech_vosk.a
  7208. libtool: install: ranlib /usr/lib/asterisk/modules/res_speech_vosk.a
  7209. libtool: finish: PATH="/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/sbin" ldconfig -n /usr/lib/asterisk/modules
  7210. ----------------------------------------------------------------------
  7211. Libraries have been installed in:
  7212. /usr/lib/asterisk/modules
  7213.  
  7214. If you ever happen to want to link against installed libraries
  7215. in a given directory, LIBDIR, you must either use libtool, and
  7216. specify the full pathname of the library, or use the '-LLIBDIR'
  7217. flag during linking and do at least one of the following:
  7218. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7219. during execution
  7220. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7221. during linking
  7222. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7223. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7224.  
  7225. See any operating system documentation about shared libraries for
  7226. more information, such as the ld(1) and ld.so(8) manual pages.
  7227. ----------------------------------------------------------------------
  7228. make[2]: Leaving directory '/usr/src/vosk-asterisk/res-speech-vosk'
  7229. make[1]: Leaving directory '/usr/src/vosk-asterisk/res-speech-vosk'
  7230. make[1]: Entering directory '/usr/src/vosk-asterisk'
  7231. make[2]: Entering directory '/usr/src/vosk-asterisk'
  7232. make[2]: Nothing to be done for 'install-exec-am'.
  7233. test -d /usr/etc/asterisk || /bin/sh /usr/src/vosk-asterisk/install-sh -d /usr/etc/asterisk
  7234. test -f /usr/etc/asterisk/res_speech_vosk.conf || /usr/bin/install -c -m 644 ./conf/res_speech_vosk.conf /usr/etc/asterisk
  7235. make[2]: Leaving directory '/usr/src/vosk-asterisk'
  7236. make[1]: Leaving directory '/usr/src/vosk-asterisk'
  7237. vicibox11:/usr/src/vosk-asterisk #
  7238. vicibox11:/usr/src/vosk-asterisk #
  7239. vicibox11:/usr/src/vosk-asterisk # find / -name res_speech_vosk.so -print
  7240. /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so
  7241. /usr/lib/asterisk/modules/res_speech_vosk.so
  7242. vicibox11:/usr/src/vosk-asterisk # history
  7243. 1 2023-08-11 04:40:20 git clone https://github.com/asterisk/asterisk
  7244. 2 2023-08-11 04:48:17 wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
  7245. 3 2023-08-11 04:49:41 wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
  7246. 4 2023-08-11 04:50:24 tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
  7247. 5 2023-08-11 04:50:40 cd asterisk-20.4.0/
  7248. 6 2023-08-11 04:50:46 contrib/scripts/install_prereq install
  7249. 7 2023-08-11 04:50:58 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7250. 8 2023-08-11 04:51:09 apt install gcc
  7251. 9 2023-08-11 07:18:41 zypper install gcc8
  7252. 10 2023-08-11 07:32:17 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7253. 11 2023-08-11 07:32:55 zypper install gcc-c++
  7254. 12 2023-08-11 07:33:37 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7255. 13 2023-08-11 07:33:49 zypper install make
  7256. 14 2023-08-11 07:34:06 history
  7257. 15 2023-08-11 07:34:10 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7258. 16 2023-08-11 07:34:50 zypper install libedit
  7259. 17 2023-08-11 08:45:05 zypper install -t pattern devel_basis
  7260. 18 2023-08-11 08:46:16 zypper install -t pattern devel_C_C++
  7261. 19 2023-08-11 08:46:48 zypper se -t pattern devel
  7262. 20 2023-08-11 08:47:22 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7263. 21 2023-08-11 08:51:37 zypper search -t pattern
  7264. 22 2023-08-11 08:51:56 zypper info -t pattern devel_basis
  7265. 23 2023-08-11 08:52:13 zypper install -t pattern devel_basis
  7266. 24 2023-08-11 08:52:42 zypper install gdb
  7267. 25 2023-08-11 08:53:27 zypper install cmake
  7268. 26 2023-08-11 08:54:15 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7269. 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
  7270. 28 2023-08-11 08:55:50 zypper refresh
  7271. 29 2023-08-11 08:56:10 zypper install libedit
  7272. 30 2023-08-11 08:57:25 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7273. 31 2023-08-11 09:11:48 uname -a
  7274. 32 2023-08-11 09:12:22 zypper install libedit-devel
  7275. 33 2023-08-11 09:12:55 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7276. 34 2023-08-11 09:15:02 zypper install libxml2-2-32bit
  7277. 35 2023-08-11 09:15:20 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7278. 36 2023-08-11 09:16:34 rpm
  7279. 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
  7280. 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
  7281. 39 2023-08-11 09:17:17 rpm -i libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
  7282. 40 2023-08-11 09:19:22 zypper install libxml2-devel
  7283. 41 2023-08-11 09:19:34 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7284. 42 2023-08-11 09:20:36 makemenuselect
  7285. 43 2023-08-11 09:20:46 make menuselect
  7286. 44 2023-08-11 09:21:22 history
  7287. 45 2023-08-11 09:22:01 make -j8
  7288. 46 2023-08-11 09:32:48 make install
  7289. 47 2023-08-11 09:34:42 rm -rf /usr/lib/asterisk/modules
  7290. 48 2023-08-11 09:34:47 make install
  7291. 49 2023-08-11 09:35:06 rm -rf /usr/lib64/asterisk/modules
  7292. 50 2023-08-11 09:35:07 make install
  7293. 51 2023-08-11 09:35:39 make samples && make config && make ldconfig
  7294. 52 2023-08-11 09:36:19 mc
  7295. 53 2023-08-11 09:36:37 git clone https://github.com/alphacep/vosk-asterisk.git
  7296. 54 2023-08-11 09:36:54 ./bootstrap
  7297. 55 2023-08-11 09:38:13 ./configure --with-asterisk=/usr/src/asterisk-20.4.0 --prefix=/usr
  7298. 56 2023-08-11 09:38:26 make
  7299. 57 2023-08-11 09:38:40 make install
  7300. 58 2023-08-11 09:38:50 find / -name res_speech_vosk.so -print
  7301. 59 2023-08-11 09:39:57 history
  7302. vicibox11:/usr/src/vosk-asterisk #
  7303. vicibox11:/usr/src/vosk-asterisk #
  7304. vicibox11:/usr/src/vosk-asterisk #
  7305. vicibox11:/usr/src/vosk-asterisk #
  7306. vicibox11:/usr/src/vosk-asterisk #
  7307. vicibox11:/usr/src/vosk-asterisk #
  7308. vicibox11:/usr/src/vosk-asterisk #
  7309. vicibox11:/usr/src/vosk-asterisk # asterisk -rvvvv
  7310. Asterisk 20.4.0, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others.
  7311. Created by Mark Spencer <[email protected]>
  7312. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  7313. This is free software, with components licensed under the GNU General Public
  7314. License version 2 and other licenses; you are welcome to redistribute it under
  7315. certain conditions. Type 'core show license' for details.
  7316. =========================================================================
  7317. Connected to Asterisk 16.30.0-vici currently running on vicibox11 (pid = 4906)
  7318. vicibox11*CLI> pjsip
  7319. No such command 'pjsip ' (type 'core show help pjsip' for other possible commands)
  7320. vicibox11*CLI>
  7321. vicibox11*CLI>
  7322. vicibox11*CLI>
  7323. vicibox11*CLI>
  7324. Disconnected from Asterisk server
  7325. Asterisk cleanly ending (0).
  7326. Executing last minute cleanups
  7327. vicibox11:/usr/src/vosk-asterisk # systemctl restart asterisk
  7328. vicibox11:/usr/src/vosk-asterisk # asterisk -rvvvv
  7329. Asterisk 20.4.0, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others.
  7330. Created by Mark Spencer <[email protected]>
  7331. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  7332. This is free software, with components licensed under the GNU General Public
  7333. License version 2 and other licenses; you are welcome to redistribute it under
  7334. certain conditions. Type 'core show license' for details.
  7335. =========================================================================
  7336. Connected to Asterisk 20.4.0 currently running on vicibox11 (pid = 1302)
  7337. vicibox11*CLI> pj
  7338. pjproject pjsip
  7339. vicibox11*CLI> pjsip reload
  7340. acl app_agent_pool.so app_alarmreceiver.so app_amd.so app_confbridge.so app_followme.so app_minivm.so app_playback.so
  7341. app_queue.so app_voicemail.so cdr cdr_csv.so cdr_custom.so cdr_manager.so cel cel_custom.so
  7342. cel_manager.so chan_iax2.so chan_unistim.so dnsmgr dsp enum extconfig features
  7343. http indications logger manager pbx_ael.so pbx_config.so pbx_dundi.so plc
  7344. 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
  7345. 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
  7346. udptl
  7347. vicibox11*CLI> mo
  7348. module moh
  7349. vicibox11*CLI> module
  7350. load refresh reload show unload
  7351. vicibox11*CLI> module show like
  7352. acl app_adsiprog.so app_agent_pool.so app_alarmreceiver.so app_amd.so
  7353. app_attended_transfer.so app_audiosocket.so app_authenticate.so app_blind_transfer.so app_bridgeaddchan.so
  7354. app_bridgewait.so app_broadcast.so app_cdr.so app_celgenuserevent.so app_chanisavail.so
  7355. app_channelredirect.so app_chanspy.so app_confbridge.so app_controlplayback.so app_db.so
  7356. app_dial.so app_dictate.so app_directed_pickup.so app_directory.so app_disa.so
  7357. app_dtmfstore.so app_dumpchan.so app_echo.so app_exec.so app_externalivr.so
  7358. app_festival.so app_followme.so app_forkcdr.so app_getcpeid.so app_if.so
  7359. app_mf.so app_milliwatt.so app_minivm.so app_mixmonitor.so app_morsecode.so
  7360. app_mp3.so app_originate.so app_page.so app_playback.so app_playtones.so
  7361. app_privacy.so app_queue.so app_read.so app_readexten.so app_record.so
  7362. app_reload.so app_sayunixtime.so app_senddtmf.so app_sendtext.so app_sf.so
  7363. app_signal.so app_sms.so app_softhangup.so app_speech_utils.so app_stack.so
  7364. app_stasis.so app_stream_echo.so app_system.so app_talkdetect.so app_test.so
  7365. app_transfer.so app_userevent.so app_verbose.so app_voicemail.so app_waitforcond.so
  7366. app_waitforring.so app_waitforsilence.so app_waituntil.so app_while.so app_zapateller.so
  7367. bridge_builtin_features.so bridge_builtin_interval_features.so bridge_holding.so bridge_native_rtp.so bridge_simple.so
  7368. bridge_softmix.so ccss cdr cdr_csv.so cdr_custom.so
  7369. cdr_manager.so cdr_sqlite3_custom.so cel cel_custom.so cel_manager.so
  7370. cel_sqlite3_custom.so chan_audiosocket.so chan_bridge_media.so chan_iax2.so chan_rtp.so
  7371. chan_unistim.so codec_a_mu.so codec_adpcm.so codec_alaw.so codec_g722.so
  7372. codec_g726.so codec_gsm.so codec_ilbc.so codec_lpc10.so codec_resample.so
  7373. codec_ulaw.so dnsmgr dsp enum extconfig
  7374. features format_g719.so format_g723.so format_g726.so format_g729.so
  7375. format_gsm.so format_h263.so format_h264.so format_ilbc.so format_pcm.so
  7376. format_siren14.so format_siren7.so format_sln.so format_vox.so format_wav.so
  7377. format_wav_gsm.so func_base64.so func_blacklist.so func_callcompletion.so func_callerid.so
  7378. func_cdr.so func_channel.so func_config.so func_cut.so func_db.so
  7379. func_devstate.so func_dialgroup.so func_dialplan.so func_enum.so func_env.so
  7380. func_evalexten.so func_export.so func_extstate.so func_frame_drop.so func_frame_trace.so
  7381. func_global.so func_groupcount.so func_hangupcause.so func_holdintercept.so func_iconv.so
  7382. func_jitterbuffer.so func_json.so func_lock.so func_logic.so func_math.so
  7383. func_md5.so func_module.so func_periodic_hook.so func_pitchshift.so func_presencestate.so
  7384. func_rand.so func_realtime.so func_sayfiles.so func_scramble.so func_sha1.so
  7385. func_shell.so func_sorcery.so func_sprintf.so func_srv.so func_strings.so
  7386. func_sysinfo.so func_talkdetect.so func_timeout.so func_uri.so func_version.so
  7387. func_vmcount.so func_volume.so http indications logger
  7388. manager pbx_ael.so pbx_config.so pbx_dundi.so pbx_loopback.so
  7389. pbx_realtime.so pbx_spool.so plc res_adsi.so res_aeap.so
  7390. res_ael_share.so res_agi.so res_ari.so res_ari_applications.so res_ari_asterisk.so
  7391. res_ari_bridges.so res_ari_channels.so res_ari_device_states.so res_ari_endpoints.so res_ari_events.so
  7392. res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so
  7393. res_calendar.so res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so
  7394. res_convert.so res_fax.so res_format_attr_celt.so res_format_attr_g729.so res_format_attr_h263.so
  7395. 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
  7396. res_format_attr_siren7.so res_format_attr_vp8.so res_http_websocket.so res_limit.so res_manager_devicestate.so
  7397. res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
  7398. res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so
  7399. res_security_log.so res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so
  7400. res_sorcery_memory_cache.so res_sorcery_realtime.so res_speech.so res_speech_aeap.so res_stasis.so
  7401. res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so res_stasis_recording.so res_stasis_snoop.so
  7402. res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so res_tonedetect.so
  7403. sounds udptl
  7404. vicibox11*CLI> module show like r
  7405. res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
  7406. 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
  7407. res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
  7408. res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
  7409. 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
  7410. 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
  7411. res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
  7412. res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
  7413. res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
  7414. res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
  7415. res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
  7416. res_tonedetect.so
  7417. vicibox11*CLI> module show like res_
  7418. res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
  7419. 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
  7420. res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
  7421. res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
  7422. 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
  7423. 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
  7424. res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
  7425. res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
  7426. res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
  7427. res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
  7428. res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
  7429. res_tonedetect.so
  7430. vicibox11*CLI> module show like res_
  7431. res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
  7432. 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
  7433. res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
  7434. res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
  7435. 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
  7436. 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
  7437. res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
  7438. res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
  7439. res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
  7440. res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
  7441. res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
  7442. res_tonedetect.so
  7443. vicibox11*CLI> module show like res_
  7444. res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
  7445. 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
  7446. res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
  7447. res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
  7448. 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
  7449. 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
  7450. res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
  7451. res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
  7452. res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
  7453. res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
  7454. res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
  7455. res_tonedetect.so
  7456. vicibox11*CLI> module show like res_
  7457. res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
  7458. 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
  7459. res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
  7460. res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
  7461. 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
  7462. 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
  7463. res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
  7464. res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
  7465. res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
  7466. res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
  7467. res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
  7468. res_tonedetect.so
  7469. vicibox11*CLI>
  7470. Disconnected from Asterisk server
  7471. Asterisk cleanly ending (0).
  7472. Executing last minute cleanups
  7473. vicibox11:/usr/src/vosk-asterisk #
  7474. vicibox11:/usr/src/vosk-asterisk #
  7475. vicibox11:/usr/src/vosk-asterisk #
  7476. vicibox11:/usr/src/vosk-asterisk # find / -name res_speech_vosk.so -print
  7477. /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so
  7478. /usr/lib/asterisk/modules/res_speech_vosk.so
  7479. vicibox11:/usr/src/vosk-asterisk #
  7480. vicibox11:/usr/src/vosk-asterisk #
  7481. vicibox11:/usr/src/vosk-asterisk #
  7482. vicibox11:/usr/src/vosk-asterisk # find / -name res_ari_playbacks.so -print
  7483. /usr/src/asterisk-20.4.0/res/res_ari_playbacks.so
  7484. /usr/lib64/asterisk/modules/res_ari_playbacks.so
  7485. vicibox11:/usr/src/vosk-asterisk #
  7486. vicibox11:/usr/src/vosk-asterisk #
  7487. 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
  7488. 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/
  7489. vicibox11:/usr/src/vosk-asterisk #
  7490. vicibox11:/usr/src/vosk-asterisk #
  7491. vicibox11:/usr/src/vosk-asterisk # find / -name res_speech_vosk.so -print
  7492. /usr/src/asterisk-20.4.0/res/res_speech_vosk.so
  7493. /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so
  7494. /usr/lib/asterisk/modules/res_speech_vosk.so
  7495. vicibox11:/usr/src/vosk-asterisk #
  7496. vicibox11:/usr/src/vosk-asterisk #
  7497. vicibox11:/usr/src/vosk-asterisk #
  7498. vicibox11:/usr/src/vosk-asterisk # systemctl restart asterisk
  7499. vicibox11:/usr/src/vosk-asterisk #
  7500. vicibox11:/usr/src/vosk-asterisk #
  7501. vicibox11:/usr/src/vosk-asterisk #
  7502. vicibox11:/usr/src/vosk-asterisk # asterisk -rvvvv
  7503. Asterisk 20.4.0, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others.
  7504. Created by Mark Spencer <[email protected]>
  7505. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  7506. This is free software, with components licensed under the GNU General Public
  7507. License version 2 and other licenses; you are welcome to redistribute it under
  7508. certain conditions. Type 'core show license' for details.
  7509. =========================================================================
  7510. Connected to Asterisk 20.4.0 currently running on vicibox11 (pid = 2617)
  7511. vicibox11*CLI>
  7512. vicibox11*CLI> module
  7513. load refresh reload show unload
  7514. vicibox11*CLI> module show like re
  7515. res_adsi.so res_aeap.so res_ael_share.so res_agi.so res_ari.so res_ari_applications.so
  7516. 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
  7517. res_ari_model.so res_ari_playbacks.so res_ari_recordings.so res_ari_sounds.so res_audiosocket.so res_calendar.so
  7518. res_clialiases.so res_clioriginate.so res_config_ldap.so res_config_sqlite3.so res_convert.so res_fax.so
  7519. 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
  7520. 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
  7521. res_manager_devicestate.so res_manager_presencestate.so res_musiconhold.so res_mutestream.so res_mwi_devstate.so res_parking.so
  7522. res_phoneprov.so res_pjproject.so res_realtime.so res_rtp_asterisk.so res_rtp_multicast.so res_security_log.so
  7523. res_smdi.so res_sorcery_astdb.so res_sorcery_config.so res_sorcery_memory.so res_sorcery_memory_cache.so res_sorcery_realtime.so
  7524. res_speech.so res_speech_aeap.so res_stasis.so res_stasis_answer.so res_stasis_device_state.so res_stasis_playback.so
  7525. res_stasis_recording.so res_stasis_snoop.so res_statsd.so res_stun_monitor.so res_timing_pthread.so res_timing_timerfd.so
  7526. res_tonedetect.so
  7527. vicibox11*CLI> module show like res_sp
  7528. res_speech.so res_speech_aeap.so
  7529. vicibox11*CLI> module show like res_speech
  7530. res_speech.so res_speech_aeap.so
  7531. vicibox11*CLI> module
  7532. load refresh reload show unload
  7533. vicibox11*CLI> module load res_speech_vosk.so
  7534. Unable to load module res_speech_vosk.so
  7535. Command 'module load res_speech_vosk.so' failed.
  7536. [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
  7537. vicibox11*CLI>
  7538. vicibox11*CLI>
  7539. Disconnected from Asterisk server
  7540. Asterisk cleanly ending (0).
  7541. Executing last minute cleanups
  7542. vicibox11:/usr/src/vosk-asterisk #
  7543. vicibox11:/usr/src/vosk-asterisk #
  7544. vicibox11:/usr/src/vosk-asterisk #
  7545. vicibox11:/usr/src/vosk-asterisk #
  7546. vicibox11:/usr/src/vosk-asterisk # ls /usr/lib64/asterisk/modules/r
  7547. ls: cannot access '/usr/lib64/asterisk/modules/r': No such file or directory
  7548. vicibox11:/usr/src/vosk-asterisk # ls /usr/lib64/asterisk/modules/
  7549. app_adsiprog.so app_stasis.so func_base64.so pbx_spool.so res_pjsip_endpoint_identifier_anonymous.so
  7550. app_agent_pool.so app_stream_echo.so func_blacklist.so res_adsi.so res_pjsip_endpoint_identifier_ip.so
  7551. app_alarmreceiver.so app_system.so func_callcompletion.so res_aeap.so res_pjsip_endpoint_identifier_user.so
  7552. app_amd.so app_talkdetect.so func_callerid.so res_ael_share.so res_pjsip_exten_state.so
  7553. app_attended_transfer.so app_test.so func_cdr.so res_agi.so res_pjsip_header_funcs.so
  7554. app_audiosocket.so app_transfer.so func_channel.so res_ari.so res_pjsip_history.so
  7555. app_authenticate.so app_userevent.so func_config.so res_ari_applications.so res_pjsip_logger.so
  7556. app_blind_transfer.so app_verbose.so func_cut.so res_ari_asterisk.so res_pjsip_messaging.so
  7557. app_bridgeaddchan.so app_voicemail.so func_db.so res_ari_bridges.so res_pjsip_mwi.so
  7558. app_bridgewait.so app_waitforcond.so func_devstate.so res_ari_channels.so res_pjsip_mwi_body_generator.so
  7559. app_broadcast.so app_waitforring.so func_dialgroup.so res_ari_device_states.so res_pjsip_nat.so
  7560. app_cdr.so app_waitforsilence.so func_dialplan.so res_ari_endpoints.so res_pjsip_notify.so
  7561. app_celgenuserevent.so app_waituntil.so func_enum.so res_ari_events.so res_pjsip_one_touch_record_info.so
  7562. app_chanisavail.so app_while.so func_env.so res_ari_model.so res_pjsip_outbound_authenticator_digest.so
  7563. app_channelredirect.so app_zapateller.so func_evalexten.so res_ari_playbacks.so res_pjsip_outbound_publish.so
  7564. app_chanspy.so bridge_builtin_features.so func_export.so res_ari_recordings.so res_pjsip_outbound_registration.so
  7565. app_confbridge.so bridge_builtin_interval_features.so func_extstate.so res_ari_sounds.so res_pjsip_path.so
  7566. app_controlplayback.so bridge_holding.so func_frame_drop.so res_audiosocket.so res_pjsip_phoneprov_provider.so
  7567. app_db.so bridge_native_rtp.so func_frame_trace.so res_calendar.so res_pjsip_pidf_body_generator.so
  7568. app_dial.so bridge_simple.so func_global.so res_clialiases.so res_pjsip_pidf_digium_body_supplement.so
  7569. app_dictate.so bridge_softmix.so func_groupcount.so res_clioriginate.so res_pjsip_pidf_eyebeam_body_supplement.so
  7570. app_directed_pickup.so cdr_csv.so func_hangupcause.so res_config_ldap.so res_pjsip_publish_asterisk.so
  7571. app_directory.so cdr_custom.so func_holdintercept.so res_config_sqlite3.so res_pjsip_pubsub.so
  7572. app_disa.so cdr_manager.so func_iconv.so res_convert.so res_pjsip_refer.so
  7573. app_dtmfstore.so cdr_sqlite3_custom.so func_jitterbuffer.so res_fax.so res_pjsip_registrar.so
  7574. app_dumpchan.so cel_custom.so func_json.so res_format_attr_celt.so res_pjsip_rfc3326.so
  7575. app_echo.so cel_manager.so func_lock.so res_format_attr_g729.so res_pjsip_rfc3329.so
  7576. app_exec.so cel_sqlite3_custom.so func_logic.so res_format_attr_h263.so res_pjsip_sdp_rtp.so
  7577. app_externalivr.so chan_audiosocket.so func_math.so res_format_attr_h264.so res_pjsip_send_to_voicemail.so
  7578. app_festival.so chan_bridge_media.so func_md5.so res_format_attr_ilbc.so res_pjsip_session.so
  7579. app_followme.so chan_iax2.so func_module.so res_format_attr_opus.so res_pjsip_sips_contact.so
  7580. app_forkcdr.so chan_pjsip.so func_periodic_hook.so res_format_attr_silk.so res_pjsip_t38.so
  7581. app_getcpeid.so chan_rtp.so func_pitchshift.so res_format_attr_siren14.so res_pjsip_transport_websocket.so
  7582. app_if.so chan_unistim.so func_pjsip_aor.so res_format_attr_siren7.so res_pjsip_xpidf_body_generator.so
  7583. app_mf.so codec_a_mu.so func_pjsip_contact.so res_format_attr_vp8.so res_prometheus.so
  7584. app_milliwatt.so codec_adpcm.so func_pjsip_endpoint.so res_hep.so res_realtime.so
  7585. app_minivm.so codec_alaw.so func_presencestate.so res_hep_pjsip.so res_rtp_asterisk.so
  7586. app_mixmonitor.so codec_g722.so func_rand.so res_hep_rtcp.so res_rtp_multicast.so
  7587. app_morsecode.so codec_g726.so func_realtime.so res_http_websocket.so res_security_log.so
  7588. app_mp3.so codec_gsm.so func_sayfiles.so res_limit.so res_smdi.so
  7589. app_originate.so codec_ilbc.so func_scramble.so res_manager_devicestate.so res_sorcery_astdb.so
  7590. app_page.so codec_lpc10.so func_sha1.so res_manager_presencestate.so res_sorcery_config.so
  7591. app_playback.so codec_resample.so func_shell.so res_musiconhold.so res_sorcery_memory.so
  7592. app_playtones.so codec_ulaw.so func_sorcery.so res_mutestream.so res_sorcery_memory_cache.so
  7593. app_privacy.so format_g719.so func_sprintf.so res_mwi_devstate.so res_sorcery_realtime.so
  7594. app_queue.so format_g723.so func_srv.so res_parking.so res_speech.so
  7595. app_read.so format_g726.so func_strings.so res_phoneprov.so res_speech_aeap.so
  7596. app_readexten.so format_g729.so func_sysinfo.so res_pjproject.so res_stasis.so
  7597. app_record.so format_gsm.so func_talkdetect.so res_pjsip.so res_stasis_answer.so
  7598. app_reload.so format_h263.so func_timeout.so res_pjsip_acl.so res_stasis_device_state.so
  7599. app_sayunixtime.so format_h264.so func_uri.so res_pjsip_aoc.so res_stasis_playback.so
  7600. app_senddtmf.so format_ilbc.so func_version.so res_pjsip_authenticator_digest.so res_stasis_recording.so
  7601. app_sendtext.so format_pcm.so func_vmcount.so res_pjsip_caller_id.so res_stasis_snoop.so
  7602. app_sf.so format_siren14.so func_volume.so res_pjsip_config_wizard.so res_statsd.so
  7603. app_signal.so format_siren7.so pbx_ael.so res_pjsip_dialog_info_body_generator.so res_stun_monitor.so
  7604. app_sms.so format_sln.so pbx_config.so res_pjsip_diversion.so res_timing_pthread.so
  7605. app_softhangup.so format_vox.so pbx_dundi.so res_pjsip_dlg_options.so res_timing_timerfd.so
  7606. app_speech_utils.so format_wav.so pbx_loopback.so res_pjsip_dtmf_info.so res_tonedetect.so
  7607. app_stack.so format_wav_gsm.so pbx_realtime.so res_pjsip_empty_info.so
  7608. vicibox11:/usr/src/vosk-asterisk # ls /usr/lib64/asterisk/modules/ | grep res-speech-vo^C
  7609. vicibox11:/usr/src/vosk-asterisk # find / -name res_speech_vosk.so -print
  7610. /usr/src/asterisk-20.4.0/res/res_speech_vosk.so
  7611. /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so
  7612. /usr/lib/asterisk/modules/res_speech_vosk.so
  7613. vicibox11:/usr/src/vosk-asterisk #
  7614. vicibox11:/usr/src/vosk-asterisk #
  7615. vicibox11:/usr/src/vosk-asterisk # cp /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so /usr/lib64/asterisk/modules/
  7616. vicibox11:/usr/src/vosk-asterisk # ls /usr/lib64/asterisk/modules/ grep res_speech_vosk.so
  7617. ls: cannot access 'grep': No such file or directory
  7618. ls: cannot access 'res_speech_vosk.so': No such file or directory
  7619. /usr/lib64/asterisk/modules/:
  7620. app_adsiprog.so app_stasis.so func_base64.so pbx_spool.so res_pjsip_endpoint_identifier_anonymous.so
  7621. app_agent_pool.so app_stream_echo.so func_blacklist.so res_adsi.so res_pjsip_endpoint_identifier_ip.so
  7622. app_alarmreceiver.so app_system.so func_callcompletion.so res_aeap.so res_pjsip_endpoint_identifier_user.so
  7623. app_amd.so app_talkdetect.so func_callerid.so res_ael_share.so res_pjsip_exten_state.so
  7624. app_attended_transfer.so app_test.so func_cdr.so res_agi.so res_pjsip_header_funcs.so
  7625. app_audiosocket.so app_transfer.so func_channel.so res_ari.so res_pjsip_history.so
  7626. app_authenticate.so app_userevent.so func_config.so res_ari_applications.so res_pjsip_logger.so
  7627. app_blind_transfer.so app_verbose.so func_cut.so res_ari_asterisk.so res_pjsip_messaging.so
  7628. app_bridgeaddchan.so app_voicemail.so func_db.so res_ari_bridges.so res_pjsip_mwi.so
  7629. app_bridgewait.so app_waitforcond.so func_devstate.so res_ari_channels.so res_pjsip_mwi_body_generator.so
  7630. app_broadcast.so app_waitforring.so func_dialgroup.so res_ari_device_states.so res_pjsip_nat.so
  7631. app_cdr.so app_waitforsilence.so func_dialplan.so res_ari_endpoints.so res_pjsip_notify.so
  7632. app_celgenuserevent.so app_waituntil.so func_enum.so res_ari_events.so res_pjsip_one_touch_record_info.so
  7633. app_chanisavail.so app_while.so func_env.so res_ari_model.so res_pjsip_outbound_authenticator_digest.so
  7634. app_channelredirect.so app_zapateller.so func_evalexten.so res_ari_playbacks.so res_pjsip_outbound_publish.so
  7635. app_chanspy.so bridge_builtin_features.so func_export.so res_ari_recordings.so res_pjsip_outbound_registration.so
  7636. app_confbridge.so bridge_builtin_interval_features.so func_extstate.so res_ari_sounds.so res_pjsip_path.so
  7637. app_controlplayback.so bridge_holding.so func_frame_drop.so res_audiosocket.so res_pjsip_phoneprov_provider.so
  7638. app_db.so bridge_native_rtp.so func_frame_trace.so res_calendar.so res_pjsip_pidf_body_generator.so
  7639. app_dial.so bridge_simple.so func_global.so res_clialiases.so res_pjsip_pidf_digium_body_supplement.so
  7640. app_dictate.so bridge_softmix.so func_groupcount.so res_clioriginate.so res_pjsip_pidf_eyebeam_body_supplement.so
  7641. app_directed_pickup.so cdr_csv.so func_hangupcause.so res_config_ldap.so res_pjsip_publish_asterisk.so
  7642. app_directory.so cdr_custom.so func_holdintercept.so res_config_sqlite3.so res_pjsip_pubsub.so
  7643. app_disa.so cdr_manager.so func_iconv.so res_convert.so res_pjsip_refer.so
  7644. app_dtmfstore.so cdr_sqlite3_custom.so func_jitterbuffer.so res_fax.so res_pjsip_registrar.so
  7645. app_dumpchan.so cel_custom.so func_json.so res_format_attr_celt.so res_pjsip_rfc3326.so
  7646. app_echo.so cel_manager.so func_lock.so res_format_attr_g729.so res_pjsip_rfc3329.so
  7647. app_exec.so cel_sqlite3_custom.so func_logic.so res_format_attr_h263.so res_pjsip_sdp_rtp.so
  7648. app_externalivr.so chan_audiosocket.so func_math.so res_format_attr_h264.so res_pjsip_send_to_voicemail.so
  7649. app_festival.so chan_bridge_media.so func_md5.so res_format_attr_ilbc.so res_pjsip_session.so
  7650. app_followme.so chan_iax2.so func_module.so res_format_attr_opus.so res_pjsip_sips_contact.so
  7651. app_forkcdr.so chan_pjsip.so func_periodic_hook.so res_format_attr_silk.so res_pjsip_t38.so
  7652. app_getcpeid.so chan_rtp.so func_pitchshift.so res_format_attr_siren14.so res_pjsip_transport_websocket.so
  7653. app_if.so chan_unistim.so func_pjsip_aor.so res_format_attr_siren7.so res_pjsip_xpidf_body_generator.so
  7654. app_mf.so codec_a_mu.so func_pjsip_contact.so res_format_attr_vp8.so res_prometheus.so
  7655. app_milliwatt.so codec_adpcm.so func_pjsip_endpoint.so res_hep.so res_realtime.so
  7656. app_minivm.so codec_alaw.so func_presencestate.so res_hep_pjsip.so res_rtp_asterisk.so
  7657. app_mixmonitor.so codec_g722.so func_rand.so res_hep_rtcp.so res_rtp_multicast.so
  7658. app_morsecode.so codec_g726.so func_realtime.so res_http_websocket.so res_security_log.so
  7659. app_mp3.so codec_gsm.so func_sayfiles.so res_limit.so res_smdi.so
  7660. app_originate.so codec_ilbc.so func_scramble.so res_manager_devicestate.so res_sorcery_astdb.so
  7661. app_page.so codec_lpc10.so func_sha1.so res_manager_presencestate.so res_sorcery_config.so
  7662. app_playback.so codec_resample.so func_shell.so res_musiconhold.so res_sorcery_memory.so
  7663. app_playtones.so codec_ulaw.so func_sorcery.so res_mutestream.so res_sorcery_memory_cache.so
  7664. app_privacy.so format_g719.so func_sprintf.so res_mwi_devstate.so res_sorcery_realtime.so
  7665. app_queue.so format_g723.so func_srv.so res_parking.so res_speech.so
  7666. app_read.so format_g726.so func_strings.so res_phoneprov.so res_speech_aeap.so
  7667. app_readexten.so format_g729.so func_sysinfo.so res_pjproject.so res_speech_vosk.so
  7668. app_record.so format_gsm.so func_talkdetect.so res_pjsip.so res_stasis.so
  7669. app_reload.so format_h263.so func_timeout.so res_pjsip_acl.so res_stasis_answer.so
  7670. app_sayunixtime.so format_h264.so func_uri.so res_pjsip_aoc.so res_stasis_device_state.so
  7671. app_senddtmf.so format_ilbc.so func_version.so res_pjsip_authenticator_digest.so res_stasis_playback.so
  7672. app_sendtext.so format_pcm.so func_vmcount.so res_pjsip_caller_id.so res_stasis_recording.so
  7673. app_sf.so format_siren14.so func_volume.so res_pjsip_config_wizard.so res_stasis_snoop.so
  7674. app_signal.so format_siren7.so pbx_ael.so res_pjsip_dialog_info_body_generator.so res_statsd.so
  7675. app_sms.so format_sln.so pbx_config.so res_pjsip_diversion.so res_stun_monitor.so
  7676. app_softhangup.so format_vox.so pbx_dundi.so res_pjsip_dlg_options.so res_timing_pthread.so
  7677. app_speech_utils.so format_wav.so pbx_loopback.so res_pjsip_dtmf_info.so res_timing_timerfd.so
  7678. app_stack.so format_wav_gsm.so pbx_realtime.so res_pjsip_empty_info.so res_tonedetect.so
  7679. vicibox11:/usr/src/vosk-asterisk #
  7680. vicibox11:/usr/src/vosk-asterisk # ls /usr/lib64/asterisk/modules/ | grep res_speech_vosk.so
  7681. res_speech_vosk.so
  7682. vicibox11:/usr/src/vosk-asterisk #
  7683. vicibox11:/usr/src/vosk-asterisk #
  7684. vicibox11:/usr/src/vosk-asterisk #
  7685. vicibox11:/usr/src/vosk-asterisk #
  7686. vicibox11:/usr/src/vosk-asterisk # systemctl restart asterisk
  7687. vicibox11:/usr/src/vosk-asterisk #
  7688. vicibox11:/usr/src/vosk-asterisk #
  7689. vicibox11:/usr/src/vosk-asterisk # asterisk -rvvvv
  7690. Asterisk 20.4.0, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others.
  7691. Created by Mark Spencer <[email protected]>
  7692. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  7693. This is free software, with components licensed under the GNU General Public
  7694. License version 2 and other licenses; you are welcome to redistribute it under
  7695. certain conditions. Type 'core show license' for details.
  7696. =========================================================================
  7697. Connected to Asterisk 20.4.0 currently running on vicibox11 (pid = 3660)
  7698. vicibox11*CLI>
  7699. vicibox11*CLI>
  7700. vicibox11*CLI>
  7701. vicibox11*CLI> module load res_speech_vosk.so
  7702. Unable to load module res_speech_vosk.so
  7703. Command 'module load res_speech_vosk.so' failed.
  7704. [Aug 11 09:48:27] WARNING[3740]: loader.c:1776 load_resource: Module 'res_speech_vosk.so' already loaded and running.
  7705. vicibox11*CLI>
  7706. vicibox11*CLI>
  7707. vicibox11*CLI>
  7708. vicibox11*CLI> module
  7709. load refresh reload show unload
  7710. vicibox11*CLI> module show like res_speech_vosk.so
  7711. Module Description Use Count Status Support Level
  7712. res_speech_vosk.so Vosk Speech Engine 0 Running core
  7713. 1 modules loaded
  7714. vicibox11*CLI>
  7715. vicibox11*CLI>
  7716. Disconnected from Asterisk server
  7717. Asterisk cleanly ending (0).
  7718. Executing last minute cleanups
  7719. vicibox11:/usr/src/vosk-asterisk # history
  7720. 1 2023-08-11 04:40:20 git clone https://github.com/asterisk/asterisk
  7721. 2 2023-08-11 04:48:17 wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-19.3.1.tar.gz
  7722. 3 2023-08-11 04:49:41 wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-20-current.tar.gz
  7723. 4 2023-08-11 04:50:24 tar xzvf asterisk-20-current.tar.gz asterisk-20.4.0/
  7724. 5 2023-08-11 04:50:40 cd asterisk-20.4.0/
  7725. 6 2023-08-11 04:50:46 contrib/scripts/install_prereq install
  7726. 7 2023-08-11 04:50:58 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7727. 8 2023-08-11 04:51:09 apt install gcc
  7728. 9 2023-08-11 07:18:41 zypper install gcc8
  7729. 10 2023-08-11 07:32:17 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7730. 11 2023-08-11 07:32:55 zypper install gcc-c++
  7731. 12 2023-08-11 07:33:37 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7732. 13 2023-08-11 07:33:49 zypper install make
  7733. 14 2023-08-11 07:34:06 history
  7734. 15 2023-08-11 07:34:10 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7735. 16 2023-08-11 07:34:50 zypper install libedit
  7736. 17 2023-08-11 08:45:05 zypper install -t pattern devel_basis
  7737. 18 2023-08-11 08:46:16 zypper install -t pattern devel_C_C++
  7738. 19 2023-08-11 08:46:48 zypper se -t pattern devel
  7739. 20 2023-08-11 08:47:22 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7740. 21 2023-08-11 08:51:37 zypper search -t pattern
  7741. 22 2023-08-11 08:51:56 zypper info -t pattern devel_basis
  7742. 23 2023-08-11 08:52:13 zypper install -t pattern devel_basis
  7743. 24 2023-08-11 08:52:42 zypper install gdb
  7744. 25 2023-08-11 08:53:27 zypper install cmake
  7745. 26 2023-08-11 08:54:15 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7746. 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
  7747. 28 2023-08-11 08:55:50 zypper refresh
  7748. 29 2023-08-11 08:56:10 zypper install libedit
  7749. 30 2023-08-11 08:57:25 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7750. 31 2023-08-11 09:11:48 uname -a
  7751. 32 2023-08-11 09:12:22 zypper install libedit-devel
  7752. 33 2023-08-11 09:12:55 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7753. 34 2023-08-11 09:15:02 zypper install libxml2-2-32bit
  7754. 35 2023-08-11 09:15:20 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7755. 36 2023-08-11 09:16:34 rpm
  7756. 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
  7757. 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
  7758. 39 2023-08-11 09:17:17 rpm -i libxml2-2-32bit-2.9.12-150400.3.4.x86_64.rpm
  7759. 40 2023-08-11 09:19:22 zypper install libxml2-devel
  7760. 41 2023-08-11 09:19:34 ./configure -libdir=/usr/lib64 --with-jansson-bundled
  7761. 42 2023-08-11 09:20:36 makemenuselect
  7762. 43 2023-08-11 09:20:46 make menuselect
  7763. 44 2023-08-11 09:21:22 history
  7764. 45 2023-08-11 09:22:01 make -j8
  7765. 46 2023-08-11 09:32:48 make install
  7766. 47 2023-08-11 09:34:42 rm -rf /usr/lib/asterisk/modules
  7767. 48 2023-08-11 09:34:47 make install
  7768. 49 2023-08-11 09:35:06 rm -rf /usr/lib64/asterisk/modules
  7769. 50 2023-08-11 09:35:07 make install
  7770. 51 2023-08-11 09:35:39 make samples && make config && make ldconfig
  7771. 52 2023-08-11 09:36:19 mc
  7772. 53 2023-08-11 09:36:37 git clone https://github.com/alphacep/vosk-asterisk.git
  7773. 54 2023-08-11 09:36:54 ./bootstrap
  7774. 55 2023-08-11 09:38:13 ./configure --with-asterisk=/usr/src/asterisk-20.4.0 --prefix=/usr
  7775. 56 2023-08-11 09:38:26 make
  7776. 57 2023-08-11 09:38:40 make install
  7777. 58 2023-08-11 09:38:50 find / -name res_speech_vosk.so -print
  7778. 59 2023-08-11 09:39:57 history
  7779. 60 2023-08-11 09:41:42 asterisk -rvvvv
  7780. 61 2023-08-11 09:42:10 systemctl restart asterisk
  7781. 62 2023-08-11 09:42:14 asterisk -rvvvv
  7782. 63 2023-08-11 09:44:49 find / -name res_speech_vosk.so -print
  7783. 64 2023-08-11 09:45:05 find / -name res_ari_playbacks.so -print
  7784. 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
  7785. 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/
  7786. 67 2023-08-11 09:45:29 find / -name res_speech_vosk.so -print
  7787. 68 2023-08-11 09:45:34 systemctl restart asterisk
  7788. 69 2023-08-11 09:45:39 asterisk -rvvvv
  7789. 70 2023-08-11 09:46:43 ls /usr/lib64/asterisk/modules/r
  7790. 71 2023-08-11 09:46:45 ls /usr/lib64/asterisk/modules/
  7791. 72 2023-08-11 09:47:36 find / -name res_speech_vosk.so -print
  7792. 73 2023-08-11 09:47:55 cp /usr/src/vosk-asterisk/res-speech-vosk/.libs/res_speech_vosk.so /usr/lib64/asterisk/modules/
  7793. 74 2023-08-11 09:48:08 ls /usr/lib64/asterisk/modules/ grep res_speech_vosk.so
  7794. 75 2023-08-11 09:48:13 ls /usr/lib64/asterisk/modules/ | grep res_speech_vosk.so
  7795. 76 2023-08-11 09:48:20 systemctl restart asterisk
  7796. 77 2023-08-11 09:48:23 asterisk -rvvvv
  7797. 78 2023-08-11 10:07:22 history
  7798. vicibox11:/usr/src/vosk-asterisk #
  7799.  
Add Comment
Please, Sign In to add comment