# upstream fixes
hack-multiple-app-voicemail
# Not used ATM. See comment in patch:
#make-clean-fixes
#
#h323-no-deps-on-asterisk
#h323-workaround-openh323-segfault

astgenkey-security

# bugfixes on top of everything

# disable download of soundfiles, extra source package
no_sound_files

#h323-extra-target

# mp3 open source
#mpglib

# MP3 from digium downloaded
digium-mp3-download.patch

# addons
enable_addons

# iLBC is a VOIP codec originally created by Global IP Sound but made available (including its source code) under a restricted but free and fairly liberal license, including permission to modify.
#ilbc_disable

# data in /usr/share/asterisk, instead of /var/lib/asterisk
#astdatadir

# reenable some drivers: chan_vpb, chan_mgcp
reenable

# Don't add -march=native to standard CFLAGS. We need a generic binary.
no_native_arch.patch

# Enable the smsq application.
smsq_enable.patch

# Enable the aelparse application.
aelparse_enable.patch

# Do away with safe_asterisk. But try very hard to let live_ast work with it.
systemd.patch

# Enable the test framework.
test_framework.patch

# Because Digium has now released their own codec_opus for Asterisk 13 and Asterisk 14, I don't see a compelling reason for anyone to be using this one.
# The code is still here, but if you are looking for continued development I suggest you take a look at Alexander Traud's fork.
# vp8.patch

# Add AMR and AMR-WB codec modules supporting transcoding.
amr.patch

# Modernize autotools FFmpeg linking.
ffmpeg-detection.patch

# Include subdirs (not main dir) for FFmpeg paths.
ffmpeg-includes.patch

build-reproducibly

# Update autoconf files for pjproject.
autoreconf-pjproject

#fix-error-building-json.patch --> patched upstream

# Fix to stop SIGSEGV when IPv6 addresses are encountered.
fix-sigsegv-pjsip-history.patch
