├── .github ├── issue_template ├── pull_request_template └── workflows │ ├── formal.yml │ ├── multi-arch-test-build.yml │ └── scripts │ └── ci_helpers.sh ├── MAINTAINERS ├── README.md ├── libs ├── bcg729 │ ├── Makefile │ └── patches │ │ ├── 001-Update-CMakeLists.txt-so-that-the-project-can-be-add.patch │ │ └── 002-Improve-CMake-package-config-and-find_package-script.patch ├── dahdi-linux │ ├── Makefile │ ├── files │ │ └── oslec.h │ └── patches │ │ ├── 003-fix-oslec-build.patch │ │ ├── 010-eliminate-old-style-declaration.patch │ │ ├── 011-rename-max-definition.patch │ │ ├── 012-xpp-sysfs-use-const-struct.patch │ │ ├── 013-braces-around-empty-stmts.patch │ │ ├── 050-re-enable-ztdummy.patch │ │ ├── 070-no-firmware-blob-download.patch │ │ ├── 100-add-support-for-hfc-s-pci.patch │ │ ├── 110-fix-uaccess_h-include.patch │ │ ├── 130-xpp-fix-32-bit-kernel.patch │ │ ├── 200-dahdi-use-fallthrough-where-needed.patch │ │ ├── 206-dahdi_echocan_mg2-rename-ABS-define-to-PARA_ABS.patch │ │ ├── 207-opvxa1200-unused-variable.patch │ │ └── 208-dahdi-base-fix-potential-underflow-of-unsigned-type.patch ├── dahdi-tools │ └── Makefile ├── freetdm │ ├── Config.in │ ├── Makefile │ └── patches │ │ ├── 280-tone-down-freetdm-COMP_VENDOR_CFLAGS.patch │ │ ├── 290-fix-mod_freetdm-copts.patch │ │ ├── 300-install-missing_dir.patch │ │ └── 900-mod_freetdm-Adapt-to-new-PCRE2-API.patch ├── gsmlib │ ├── Makefile │ └── patches │ │ ├── 01-update-autotools.patch │ │ ├── 02-fix-cross-compile.patch │ │ └── 03-disable-Siemens-specific-code.patch ├── iksemel │ ├── Makefile │ └── patches │ │ ├── 001-pkgconfig-gnutls.patch │ │ └── 002-secure_gnutls_options.patch ├── libctb │ └── Makefile ├── libks │ ├── Makefile │ └── patches │ │ ├── 01-find-libm.patch │ │ ├── 02-correct-signal_h-include.patch │ │ ├── 03-fix-flags.patch │ │ └── 04-don_t-override-optimization.patch ├── libosip2 │ └── Makefile ├── libpri │ ├── Makefile │ └── patches │ │ ├── 001-fix-include-signal-h-warning.patch │ │ └── 010-no-werror.patch ├── libsrtp │ └── Makefile ├── pjproject │ ├── Makefile │ └── patches │ │ ├── 0001-change_linker.patch │ │ ├── 0004-config_site.patch │ │ └── 0006-fix-pkg_config-file.patch ├── re │ └── Makefile ├── signalwire-client-c │ └── Makefile ├── sofia-sip │ ├── Makefile │ └── patches │ │ ├── 001-Fix-incompatible-pointer-type-in-sip_basic.c-249.patch │ │ └── 100-disable-libcheck.patch ├── spandsp │ ├── Makefile │ └── patches │ │ ├── 100-compile-fixes.patch │ │ └── 101-disable-fixed-point.patch └── spandsp3 │ ├── Makefile │ └── patches │ ├── 100-spandsp3-pkg-config.patch │ ├── 101-do-not-check-for-libxml2.patch │ ├── 103-Permit-to-provide-custom-CPPFLAGS_FOR_BUILD.patch │ └── 104-Propagate-CPPFLAGS_FOR_BUILD-for-build-tools.patch └── net ├── asterisk-chan-dongle ├── Makefile └── patches │ ├── 300-use-openwrt-flags.patch │ └── 400-time_t.patch ├── asterisk-chan-lantiq ├── Makefile └── patches │ ├── 0001-handle-hook-flash-event.patch │ ├── 0002-configure-hook-state-machine-timing.patch │ ├── 0003-use-channel_state-enum.patch │ ├── 0004-report-state-in-lantiq_dev_event_digit.patch │ └── 0005-inform-requester-about-busy-channel.patch ├── asterisk-chan-sccp ├── Makefile └── patches │ ├── 01-prevent-extra-optimization.patch │ ├── 02-autoconf-2.70.patch │ └── 100-reproducible-builds.patch ├── asterisk-g72x └── Makefile ├── asterisk-opus ├── Makefile └── patches │ └── 01-Makefile.patch ├── asterisk ├── Makefile ├── files │ ├── asterisk.conf │ └── asterisk.init └── patches │ ├── 030-GNU-GLOB-exts-only-on-glibc.patch │ ├── 053-musl-mutex-init.patch │ ├── 100-build-reproducibly.patch │ ├── 110-fix-astmm.patch │ ├── 130-eventfd.patch │ ├── 140-use-default-lua.patch │ ├── 150-musl-12x.patch │ ├── 160-AST_EXT_TOOL_CHECK.patch │ ├── 170-menuselect-force-use-of-xml2-config.patch │ └── 180-app_queue_time_t.patch ├── baresip-apps └── Makefile ├── baresip ├── Makefile └── files │ ├── baresip.defaults │ └── baresip.init ├── coturn ├── Makefile ├── files │ ├── turnserver.conf │ └── turnserver.init └── patches │ ├── 01-includes.patch │ └── 02-fix-flags-dupes.patch ├── freeswitch-mod-bcg729 └── Makefile ├── freeswitch ├── Config.in ├── Makefile ├── files │ ├── freeswitch.conf │ ├── freeswitch.hotplug │ └── freeswitch.init └── patches │ ├── 003-modmake-fix.patch │ ├── 030-fix-configure-ac.patch │ ├── 050-c++.patch │ ├── 060-mod_spandsp-Fix-compilation-against-2023-06-02-spand.patch │ ├── 061-mod_http_cache-Fix-error-curl_easy_setopt-expects-a-.patch │ ├── 062-mod_pocketsphinx-Use-system-libraries-when-possible.patch │ ├── 063-libs-iksemel-fix-compilation-error-for-iks_stack_del.patch │ ├── 064-mod_xml_rpc-Fix-incompatible-pointer-type.patch │ ├── 065-mod_perl-Fix-implicit-declaration-of-function.patch │ ├── 100-mod_pocketsphinx-Use-sphinxbase-5prealpha.patch │ ├── 110-apr-add-cache-for-strerror_r.patch │ ├── 120-fix-copts.patch │ ├── 130-fix-iksemel-copts.patch │ ├── 140-libvpx-cross.patch │ ├── 150-erlang-m4.patch │ ├── 170-mod_random.patch │ ├── 180-mod_perl.patch │ ├── 190-mod_pocketsphinx.patch │ ├── 200-mod_verto-fix-copts.patch │ ├── 210-esl-perl-fix-copts.patch │ ├── 230-mod_radius_cdr.patch │ ├── 260-mod_event_zmq-fix-build-with-fortify-headers.patch │ ├── 320-workaround-format-truncation-error-in-mod_cdr_mongodb.patch │ ├── 360-fix-APR_TRY_COMPILE_NO_WARNING.patch │ ├── 370-procd-compat.patch │ ├── 380-disable-luajit.patch │ ├── 390-spandsp3-pkg-config.patch │ ├── 400-fix-pc-file.patch │ ├── 460-remove-python-configure-checks.patch │ ├── 470-esl-python.patch │ ├── 490-build-properly-fix-time_t-issues.patch │ ├── 491-mod-gsmopen-time64.patch │ ├── 492-mod_verto_time64.patch │ ├── 493-core-fix-switch_mprintf-format-string.patch │ ├── 502-mod_verto-Fix-memory-leak-by-correctly-freeing-regex.patch │ └── 900-Core-Move-project-to-PCRE2.patch ├── kamailio ├── Makefile ├── files │ ├── kamailio.conf │ ├── kamailio.hotplug │ └── kamailio.init └── patches │ ├── 050-fix-kamailio-utils.patch │ ├── 120-libevent-libs.patch │ ├── 130-change-snmp-mibs-path.patch │ ├── 140-redis_use_pkg-config.patch │ └── 150-erlang-fix-flags.patch ├── miax ├── Makefile └── patches │ ├── 001-cross.patch │ ├── 002-remove-bluetooth-support.patch │ ├── 003-musl-fixes.patch │ ├── 010-usleep.patch │ ├── 020-includes.patch │ ├── 030-Fix-implicit-declaration-warning.patch │ ├── 031-Fix-incompatible-pointer-type-warning-in-oss-module.patch │ ├── 032-iax-client-use-ssize_t-for-sendto_t-typedef.patch │ ├── 033-iax-frame-make-src-in-ast_frame-const.patch │ └── 034-iax-md5-drop-ancient-ifdef-for-uint32-and-use-uint32.patch ├── pcapsipdump ├── Makefile └── patches │ └── 01-use-libc-strlcpy-if-available-v2.patch ├── rtpengine ├── Makefile ├── files │ ├── rtpengine-recording.conf │ ├── rtpengine-recording.init │ ├── rtpengine.conf │ ├── rtpengine.hotplug │ └── rtpengine.init └── patches │ ├── 100-prevent-systemd-detection.patch │ ├── 101-use-spandsp3.patch │ ├── 102-always-dynamically-allocate-buffer-for-kernel-mod.patch │ ├── 103-no-docs.patch │ └── 104-daemon-poller-fix-compilation-error-for-pthread-tid.patch ├── rtpproxy ├── Makefile ├── files │ ├── rtpproxy.conf │ ├── rtpproxy.hotplug │ └── rtpproxy.init └── patches │ ├── 100-Add-missing-pthread.h-in-rtpp_proc_async.patch │ └── 101-Add-check-for-declared-optreset.patch ├── sipgrep ├── Makefile └── patches │ └── 010-gcc14.patch ├── sipp ├── Makefile └── patches │ ├── 100-locale-include.patch │ └── 101-Disable-pedantic-for-FORTIFY_SOURCE-usage.patch ├── siproxd ├── Makefile └── files │ ├── siproxd.config │ └── siproxd.init ├── sngrep └── Makefile └── yate ├── Makefile ├── files ├── banbrutes.pl └── yate.init └── patches ├── 100-non-gnu-mutex-type.patch ├── 120-increase-sip-message-size.patch ├── 130-fix-ilbc-flags.patch └── 140-warning-unknown-architecture.patch /.github/issue_template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/.github/issue_template -------------------------------------------------------------------------------- /.github/pull_request_template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/.github/pull_request_template -------------------------------------------------------------------------------- /.github/workflows/formal.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/.github/workflows/formal.yml -------------------------------------------------------------------------------- /.github/workflows/multi-arch-test-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/.github/workflows/multi-arch-test-build.yml -------------------------------------------------------------------------------- /.github/workflows/scripts/ci_helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/.github/workflows/scripts/ci_helpers.sh -------------------------------------------------------------------------------- /MAINTAINERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/MAINTAINERS -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/README.md -------------------------------------------------------------------------------- /libs/bcg729/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/bcg729/Makefile -------------------------------------------------------------------------------- /libs/bcg729/patches/001-Update-CMakeLists.txt-so-that-the-project-can-be-add.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/bcg729/patches/001-Update-CMakeLists.txt-so-that-the-project-can-be-add.patch -------------------------------------------------------------------------------- /libs/bcg729/patches/002-Improve-CMake-package-config-and-find_package-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/bcg729/patches/002-Improve-CMake-package-config-and-find_package-script.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/Makefile -------------------------------------------------------------------------------- /libs/dahdi-linux/files/oslec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/files/oslec.h -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/003-fix-oslec-build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/003-fix-oslec-build.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/010-eliminate-old-style-declaration.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/010-eliminate-old-style-declaration.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/011-rename-max-definition.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/011-rename-max-definition.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/012-xpp-sysfs-use-const-struct.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/012-xpp-sysfs-use-const-struct.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/013-braces-around-empty-stmts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/013-braces-around-empty-stmts.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/050-re-enable-ztdummy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/050-re-enable-ztdummy.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/070-no-firmware-blob-download.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/070-no-firmware-blob-download.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/100-add-support-for-hfc-s-pci.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/100-add-support-for-hfc-s-pci.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/110-fix-uaccess_h-include.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/110-fix-uaccess_h-include.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/130-xpp-fix-32-bit-kernel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/130-xpp-fix-32-bit-kernel.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/200-dahdi-use-fallthrough-where-needed.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/200-dahdi-use-fallthrough-where-needed.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/206-dahdi_echocan_mg2-rename-ABS-define-to-PARA_ABS.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/206-dahdi_echocan_mg2-rename-ABS-define-to-PARA_ABS.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/207-opvxa1200-unused-variable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/207-opvxa1200-unused-variable.patch -------------------------------------------------------------------------------- /libs/dahdi-linux/patches/208-dahdi-base-fix-potential-underflow-of-unsigned-type.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-linux/patches/208-dahdi-base-fix-potential-underflow-of-unsigned-type.patch -------------------------------------------------------------------------------- /libs/dahdi-tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/dahdi-tools/Makefile -------------------------------------------------------------------------------- /libs/freetdm/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/freetdm/Config.in -------------------------------------------------------------------------------- /libs/freetdm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/freetdm/Makefile -------------------------------------------------------------------------------- /libs/freetdm/patches/280-tone-down-freetdm-COMP_VENDOR_CFLAGS.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/freetdm/patches/280-tone-down-freetdm-COMP_VENDOR_CFLAGS.patch -------------------------------------------------------------------------------- /libs/freetdm/patches/290-fix-mod_freetdm-copts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/freetdm/patches/290-fix-mod_freetdm-copts.patch -------------------------------------------------------------------------------- /libs/freetdm/patches/300-install-missing_dir.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/freetdm/patches/300-install-missing_dir.patch -------------------------------------------------------------------------------- /libs/freetdm/patches/900-mod_freetdm-Adapt-to-new-PCRE2-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/freetdm/patches/900-mod_freetdm-Adapt-to-new-PCRE2-API.patch -------------------------------------------------------------------------------- /libs/gsmlib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/gsmlib/Makefile -------------------------------------------------------------------------------- /libs/gsmlib/patches/01-update-autotools.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/gsmlib/patches/01-update-autotools.patch -------------------------------------------------------------------------------- /libs/gsmlib/patches/02-fix-cross-compile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/gsmlib/patches/02-fix-cross-compile.patch -------------------------------------------------------------------------------- /libs/gsmlib/patches/03-disable-Siemens-specific-code.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/gsmlib/patches/03-disable-Siemens-specific-code.patch -------------------------------------------------------------------------------- /libs/iksemel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/iksemel/Makefile -------------------------------------------------------------------------------- /libs/iksemel/patches/001-pkgconfig-gnutls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/iksemel/patches/001-pkgconfig-gnutls.patch -------------------------------------------------------------------------------- /libs/iksemel/patches/002-secure_gnutls_options.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/iksemel/patches/002-secure_gnutls_options.patch -------------------------------------------------------------------------------- /libs/libctb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/libctb/Makefile -------------------------------------------------------------------------------- /libs/libks/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/libks/Makefile -------------------------------------------------------------------------------- /libs/libks/patches/01-find-libm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/libks/patches/01-find-libm.patch -------------------------------------------------------------------------------- /libs/libks/patches/02-correct-signal_h-include.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/libks/patches/02-correct-signal_h-include.patch -------------------------------------------------------------------------------- /libs/libks/patches/03-fix-flags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/libks/patches/03-fix-flags.patch -------------------------------------------------------------------------------- /libs/libks/patches/04-don_t-override-optimization.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/libks/patches/04-don_t-override-optimization.patch -------------------------------------------------------------------------------- /libs/libosip2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/libosip2/Makefile -------------------------------------------------------------------------------- /libs/libpri/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/libpri/Makefile -------------------------------------------------------------------------------- /libs/libpri/patches/001-fix-include-signal-h-warning.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/libpri/patches/001-fix-include-signal-h-warning.patch -------------------------------------------------------------------------------- /libs/libpri/patches/010-no-werror.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/libpri/patches/010-no-werror.patch -------------------------------------------------------------------------------- /libs/libsrtp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/libsrtp/Makefile -------------------------------------------------------------------------------- /libs/pjproject/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/pjproject/Makefile -------------------------------------------------------------------------------- /libs/pjproject/patches/0001-change_linker.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/pjproject/patches/0001-change_linker.patch -------------------------------------------------------------------------------- /libs/pjproject/patches/0004-config_site.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/pjproject/patches/0004-config_site.patch -------------------------------------------------------------------------------- /libs/pjproject/patches/0006-fix-pkg_config-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/pjproject/patches/0006-fix-pkg_config-file.patch -------------------------------------------------------------------------------- /libs/re/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/re/Makefile -------------------------------------------------------------------------------- /libs/signalwire-client-c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/signalwire-client-c/Makefile -------------------------------------------------------------------------------- /libs/sofia-sip/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/sofia-sip/Makefile -------------------------------------------------------------------------------- /libs/sofia-sip/patches/001-Fix-incompatible-pointer-type-in-sip_basic.c-249.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/sofia-sip/patches/001-Fix-incompatible-pointer-type-in-sip_basic.c-249.patch -------------------------------------------------------------------------------- /libs/sofia-sip/patches/100-disable-libcheck.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/sofia-sip/patches/100-disable-libcheck.patch -------------------------------------------------------------------------------- /libs/spandsp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/spandsp/Makefile -------------------------------------------------------------------------------- /libs/spandsp/patches/100-compile-fixes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/spandsp/patches/100-compile-fixes.patch -------------------------------------------------------------------------------- /libs/spandsp/patches/101-disable-fixed-point.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/spandsp/patches/101-disable-fixed-point.patch -------------------------------------------------------------------------------- /libs/spandsp3/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/spandsp3/Makefile -------------------------------------------------------------------------------- /libs/spandsp3/patches/100-spandsp3-pkg-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/spandsp3/patches/100-spandsp3-pkg-config.patch -------------------------------------------------------------------------------- /libs/spandsp3/patches/101-do-not-check-for-libxml2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/spandsp3/patches/101-do-not-check-for-libxml2.patch -------------------------------------------------------------------------------- /libs/spandsp3/patches/103-Permit-to-provide-custom-CPPFLAGS_FOR_BUILD.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/spandsp3/patches/103-Permit-to-provide-custom-CPPFLAGS_FOR_BUILD.patch -------------------------------------------------------------------------------- /libs/spandsp3/patches/104-Propagate-CPPFLAGS_FOR_BUILD-for-build-tools.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/libs/spandsp3/patches/104-Propagate-CPPFLAGS_FOR_BUILD-for-build-tools.patch -------------------------------------------------------------------------------- /net/asterisk-chan-dongle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-dongle/Makefile -------------------------------------------------------------------------------- /net/asterisk-chan-dongle/patches/300-use-openwrt-flags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-dongle/patches/300-use-openwrt-flags.patch -------------------------------------------------------------------------------- /net/asterisk-chan-dongle/patches/400-time_t.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-dongle/patches/400-time_t.patch -------------------------------------------------------------------------------- /net/asterisk-chan-lantiq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-lantiq/Makefile -------------------------------------------------------------------------------- /net/asterisk-chan-lantiq/patches/0001-handle-hook-flash-event.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-lantiq/patches/0001-handle-hook-flash-event.patch -------------------------------------------------------------------------------- /net/asterisk-chan-lantiq/patches/0002-configure-hook-state-machine-timing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-lantiq/patches/0002-configure-hook-state-machine-timing.patch -------------------------------------------------------------------------------- /net/asterisk-chan-lantiq/patches/0003-use-channel_state-enum.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-lantiq/patches/0003-use-channel_state-enum.patch -------------------------------------------------------------------------------- /net/asterisk-chan-lantiq/patches/0004-report-state-in-lantiq_dev_event_digit.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-lantiq/patches/0004-report-state-in-lantiq_dev_event_digit.patch -------------------------------------------------------------------------------- /net/asterisk-chan-lantiq/patches/0005-inform-requester-about-busy-channel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-lantiq/patches/0005-inform-requester-about-busy-channel.patch -------------------------------------------------------------------------------- /net/asterisk-chan-sccp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-sccp/Makefile -------------------------------------------------------------------------------- /net/asterisk-chan-sccp/patches/01-prevent-extra-optimization.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-sccp/patches/01-prevent-extra-optimization.patch -------------------------------------------------------------------------------- /net/asterisk-chan-sccp/patches/02-autoconf-2.70.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-sccp/patches/02-autoconf-2.70.patch -------------------------------------------------------------------------------- /net/asterisk-chan-sccp/patches/100-reproducible-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-chan-sccp/patches/100-reproducible-builds.patch -------------------------------------------------------------------------------- /net/asterisk-g72x/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-g72x/Makefile -------------------------------------------------------------------------------- /net/asterisk-opus/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-opus/Makefile -------------------------------------------------------------------------------- /net/asterisk-opus/patches/01-Makefile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk-opus/patches/01-Makefile.patch -------------------------------------------------------------------------------- /net/asterisk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/Makefile -------------------------------------------------------------------------------- /net/asterisk/files/asterisk.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/files/asterisk.conf -------------------------------------------------------------------------------- /net/asterisk/files/asterisk.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/files/asterisk.init -------------------------------------------------------------------------------- /net/asterisk/patches/030-GNU-GLOB-exts-only-on-glibc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/patches/030-GNU-GLOB-exts-only-on-glibc.patch -------------------------------------------------------------------------------- /net/asterisk/patches/053-musl-mutex-init.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/patches/053-musl-mutex-init.patch -------------------------------------------------------------------------------- /net/asterisk/patches/100-build-reproducibly.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/patches/100-build-reproducibly.patch -------------------------------------------------------------------------------- /net/asterisk/patches/110-fix-astmm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/patches/110-fix-astmm.patch -------------------------------------------------------------------------------- /net/asterisk/patches/130-eventfd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/patches/130-eventfd.patch -------------------------------------------------------------------------------- /net/asterisk/patches/140-use-default-lua.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/patches/140-use-default-lua.patch -------------------------------------------------------------------------------- /net/asterisk/patches/150-musl-12x.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/patches/150-musl-12x.patch -------------------------------------------------------------------------------- /net/asterisk/patches/160-AST_EXT_TOOL_CHECK.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/patches/160-AST_EXT_TOOL_CHECK.patch -------------------------------------------------------------------------------- /net/asterisk/patches/170-menuselect-force-use-of-xml2-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/patches/170-menuselect-force-use-of-xml2-config.patch -------------------------------------------------------------------------------- /net/asterisk/patches/180-app_queue_time_t.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/asterisk/patches/180-app_queue_time_t.patch -------------------------------------------------------------------------------- /net/baresip-apps/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/baresip-apps/Makefile -------------------------------------------------------------------------------- /net/baresip/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/baresip/Makefile -------------------------------------------------------------------------------- /net/baresip/files/baresip.defaults: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/baresip/files/baresip.defaults -------------------------------------------------------------------------------- /net/baresip/files/baresip.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/baresip/files/baresip.init -------------------------------------------------------------------------------- /net/coturn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/coturn/Makefile -------------------------------------------------------------------------------- /net/coturn/files/turnserver.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/coturn/files/turnserver.conf -------------------------------------------------------------------------------- /net/coturn/files/turnserver.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/coturn/files/turnserver.init -------------------------------------------------------------------------------- /net/coturn/patches/01-includes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/coturn/patches/01-includes.patch -------------------------------------------------------------------------------- /net/coturn/patches/02-fix-flags-dupes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/coturn/patches/02-fix-flags-dupes.patch -------------------------------------------------------------------------------- /net/freeswitch-mod-bcg729/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch-mod-bcg729/Makefile -------------------------------------------------------------------------------- /net/freeswitch/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/Config.in -------------------------------------------------------------------------------- /net/freeswitch/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/Makefile -------------------------------------------------------------------------------- /net/freeswitch/files/freeswitch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/files/freeswitch.conf -------------------------------------------------------------------------------- /net/freeswitch/files/freeswitch.hotplug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/files/freeswitch.hotplug -------------------------------------------------------------------------------- /net/freeswitch/files/freeswitch.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/files/freeswitch.init -------------------------------------------------------------------------------- /net/freeswitch/patches/003-modmake-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/003-modmake-fix.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/030-fix-configure-ac.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/030-fix-configure-ac.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/050-c++.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/050-c++.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/060-mod_spandsp-Fix-compilation-against-2023-06-02-spand.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/060-mod_spandsp-Fix-compilation-against-2023-06-02-spand.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/061-mod_http_cache-Fix-error-curl_easy_setopt-expects-a-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/061-mod_http_cache-Fix-error-curl_easy_setopt-expects-a-.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/062-mod_pocketsphinx-Use-system-libraries-when-possible.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/062-mod_pocketsphinx-Use-system-libraries-when-possible.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/063-libs-iksemel-fix-compilation-error-for-iks_stack_del.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/063-libs-iksemel-fix-compilation-error-for-iks_stack_del.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/064-mod_xml_rpc-Fix-incompatible-pointer-type.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/064-mod_xml_rpc-Fix-incompatible-pointer-type.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/065-mod_perl-Fix-implicit-declaration-of-function.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/065-mod_perl-Fix-implicit-declaration-of-function.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/100-mod_pocketsphinx-Use-sphinxbase-5prealpha.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/100-mod_pocketsphinx-Use-sphinxbase-5prealpha.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/110-apr-add-cache-for-strerror_r.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/110-apr-add-cache-for-strerror_r.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/120-fix-copts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/120-fix-copts.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/130-fix-iksemel-copts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/130-fix-iksemel-copts.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/140-libvpx-cross.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/140-libvpx-cross.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/150-erlang-m4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/150-erlang-m4.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/170-mod_random.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/170-mod_random.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/180-mod_perl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/180-mod_perl.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/190-mod_pocketsphinx.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/190-mod_pocketsphinx.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/200-mod_verto-fix-copts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/200-mod_verto-fix-copts.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/210-esl-perl-fix-copts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/210-esl-perl-fix-copts.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/230-mod_radius_cdr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/230-mod_radius_cdr.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/260-mod_event_zmq-fix-build-with-fortify-headers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/260-mod_event_zmq-fix-build-with-fortify-headers.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/320-workaround-format-truncation-error-in-mod_cdr_mongodb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/320-workaround-format-truncation-error-in-mod_cdr_mongodb.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/360-fix-APR_TRY_COMPILE_NO_WARNING.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/360-fix-APR_TRY_COMPILE_NO_WARNING.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/370-procd-compat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/370-procd-compat.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/380-disable-luajit.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/380-disable-luajit.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/390-spandsp3-pkg-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/390-spandsp3-pkg-config.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/400-fix-pc-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/400-fix-pc-file.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/460-remove-python-configure-checks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/460-remove-python-configure-checks.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/470-esl-python.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/470-esl-python.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/490-build-properly-fix-time_t-issues.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/490-build-properly-fix-time_t-issues.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/491-mod-gsmopen-time64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/491-mod-gsmopen-time64.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/492-mod_verto_time64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/492-mod_verto_time64.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/493-core-fix-switch_mprintf-format-string.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/493-core-fix-switch_mprintf-format-string.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/502-mod_verto-Fix-memory-leak-by-correctly-freeing-regex.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/502-mod_verto-Fix-memory-leak-by-correctly-freeing-regex.patch -------------------------------------------------------------------------------- /net/freeswitch/patches/900-Core-Move-project-to-PCRE2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/freeswitch/patches/900-Core-Move-project-to-PCRE2.patch -------------------------------------------------------------------------------- /net/kamailio/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/kamailio/Makefile -------------------------------------------------------------------------------- /net/kamailio/files/kamailio.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/kamailio/files/kamailio.conf -------------------------------------------------------------------------------- /net/kamailio/files/kamailio.hotplug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/kamailio/files/kamailio.hotplug -------------------------------------------------------------------------------- /net/kamailio/files/kamailio.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/kamailio/files/kamailio.init -------------------------------------------------------------------------------- /net/kamailio/patches/050-fix-kamailio-utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/kamailio/patches/050-fix-kamailio-utils.patch -------------------------------------------------------------------------------- /net/kamailio/patches/120-libevent-libs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/kamailio/patches/120-libevent-libs.patch -------------------------------------------------------------------------------- /net/kamailio/patches/130-change-snmp-mibs-path.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/kamailio/patches/130-change-snmp-mibs-path.patch -------------------------------------------------------------------------------- /net/kamailio/patches/140-redis_use_pkg-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/kamailio/patches/140-redis_use_pkg-config.patch -------------------------------------------------------------------------------- /net/kamailio/patches/150-erlang-fix-flags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/kamailio/patches/150-erlang-fix-flags.patch -------------------------------------------------------------------------------- /net/miax/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/miax/Makefile -------------------------------------------------------------------------------- /net/miax/patches/001-cross.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/miax/patches/001-cross.patch -------------------------------------------------------------------------------- /net/miax/patches/002-remove-bluetooth-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/miax/patches/002-remove-bluetooth-support.patch -------------------------------------------------------------------------------- /net/miax/patches/003-musl-fixes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/miax/patches/003-musl-fixes.patch -------------------------------------------------------------------------------- /net/miax/patches/010-usleep.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/miax/patches/010-usleep.patch -------------------------------------------------------------------------------- /net/miax/patches/020-includes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/miax/patches/020-includes.patch -------------------------------------------------------------------------------- /net/miax/patches/030-Fix-implicit-declaration-warning.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/miax/patches/030-Fix-implicit-declaration-warning.patch -------------------------------------------------------------------------------- /net/miax/patches/031-Fix-incompatible-pointer-type-warning-in-oss-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/miax/patches/031-Fix-incompatible-pointer-type-warning-in-oss-module.patch -------------------------------------------------------------------------------- /net/miax/patches/032-iax-client-use-ssize_t-for-sendto_t-typedef.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/miax/patches/032-iax-client-use-ssize_t-for-sendto_t-typedef.patch -------------------------------------------------------------------------------- /net/miax/patches/033-iax-frame-make-src-in-ast_frame-const.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/miax/patches/033-iax-frame-make-src-in-ast_frame-const.patch -------------------------------------------------------------------------------- /net/miax/patches/034-iax-md5-drop-ancient-ifdef-for-uint32-and-use-uint32.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/miax/patches/034-iax-md5-drop-ancient-ifdef-for-uint32-and-use-uint32.patch -------------------------------------------------------------------------------- /net/pcapsipdump/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/pcapsipdump/Makefile -------------------------------------------------------------------------------- /net/pcapsipdump/patches/01-use-libc-strlcpy-if-available-v2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/pcapsipdump/patches/01-use-libc-strlcpy-if-available-v2.patch -------------------------------------------------------------------------------- /net/rtpengine/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpengine/Makefile -------------------------------------------------------------------------------- /net/rtpengine/files/rtpengine-recording.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpengine/files/rtpengine-recording.conf -------------------------------------------------------------------------------- /net/rtpengine/files/rtpengine-recording.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpengine/files/rtpengine-recording.init -------------------------------------------------------------------------------- /net/rtpengine/files/rtpengine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpengine/files/rtpengine.conf -------------------------------------------------------------------------------- /net/rtpengine/files/rtpengine.hotplug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpengine/files/rtpengine.hotplug -------------------------------------------------------------------------------- /net/rtpengine/files/rtpengine.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpengine/files/rtpengine.init -------------------------------------------------------------------------------- /net/rtpengine/patches/100-prevent-systemd-detection.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpengine/patches/100-prevent-systemd-detection.patch -------------------------------------------------------------------------------- /net/rtpengine/patches/101-use-spandsp3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpengine/patches/101-use-spandsp3.patch -------------------------------------------------------------------------------- /net/rtpengine/patches/102-always-dynamically-allocate-buffer-for-kernel-mod.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpengine/patches/102-always-dynamically-allocate-buffer-for-kernel-mod.patch -------------------------------------------------------------------------------- /net/rtpengine/patches/103-no-docs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpengine/patches/103-no-docs.patch -------------------------------------------------------------------------------- /net/rtpengine/patches/104-daemon-poller-fix-compilation-error-for-pthread-tid.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpengine/patches/104-daemon-poller-fix-compilation-error-for-pthread-tid.patch -------------------------------------------------------------------------------- /net/rtpproxy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpproxy/Makefile -------------------------------------------------------------------------------- /net/rtpproxy/files/rtpproxy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpproxy/files/rtpproxy.conf -------------------------------------------------------------------------------- /net/rtpproxy/files/rtpproxy.hotplug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpproxy/files/rtpproxy.hotplug -------------------------------------------------------------------------------- /net/rtpproxy/files/rtpproxy.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpproxy/files/rtpproxy.init -------------------------------------------------------------------------------- /net/rtpproxy/patches/100-Add-missing-pthread.h-in-rtpp_proc_async.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpproxy/patches/100-Add-missing-pthread.h-in-rtpp_proc_async.patch -------------------------------------------------------------------------------- /net/rtpproxy/patches/101-Add-check-for-declared-optreset.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/rtpproxy/patches/101-Add-check-for-declared-optreset.patch -------------------------------------------------------------------------------- /net/sipgrep/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/sipgrep/Makefile -------------------------------------------------------------------------------- /net/sipgrep/patches/010-gcc14.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/sipgrep/patches/010-gcc14.patch -------------------------------------------------------------------------------- /net/sipp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/sipp/Makefile -------------------------------------------------------------------------------- /net/sipp/patches/100-locale-include.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/sipp/patches/100-locale-include.patch -------------------------------------------------------------------------------- /net/sipp/patches/101-Disable-pedantic-for-FORTIFY_SOURCE-usage.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/sipp/patches/101-Disable-pedantic-for-FORTIFY_SOURCE-usage.patch -------------------------------------------------------------------------------- /net/siproxd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/siproxd/Makefile -------------------------------------------------------------------------------- /net/siproxd/files/siproxd.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/siproxd/files/siproxd.config -------------------------------------------------------------------------------- /net/siproxd/files/siproxd.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/siproxd/files/siproxd.init -------------------------------------------------------------------------------- /net/sngrep/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/sngrep/Makefile -------------------------------------------------------------------------------- /net/yate/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/yate/Makefile -------------------------------------------------------------------------------- /net/yate/files/banbrutes.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/yate/files/banbrutes.pl -------------------------------------------------------------------------------- /net/yate/files/yate.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/yate/files/yate.init -------------------------------------------------------------------------------- /net/yate/patches/100-non-gnu-mutex-type.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/yate/patches/100-non-gnu-mutex-type.patch -------------------------------------------------------------------------------- /net/yate/patches/120-increase-sip-message-size.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/yate/patches/120-increase-sip-message-size.patch -------------------------------------------------------------------------------- /net/yate/patches/130-fix-ilbc-flags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/yate/patches/130-fix-ilbc-flags.patch -------------------------------------------------------------------------------- /net/yate/patches/140-warning-unknown-architecture.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt/telephony/HEAD/net/yate/patches/140-warning-unknown-architecture.patch --------------------------------------------------------------------------------