From 849d85ab674646fb3b6cd788981b4c74d4a2c44e Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 20 Aug 2019 15:31:36 -0500 Subject: [PATCH] enable modules formly from asterisk-addons Applied-Upsteam: no Last-Update: 2016-03-19 The modules under addons/ are originally from the separate asterisk-addons package. As of asterisk 1.8 they are included in the main Asterisk distribution but not enabled by default. this patch enables them, as it seems valid in Debian. format_mp3.c is not enabled, yet, though: the complete source is not included. See contrib/scripts/get_mp3_source.sh in the source tree. Gbp-Pq: Name enable_addons --- addons/app_mysql.c | 1 - addons/cdr_mysql.c | 1 - addons/chan_mobile.c | 1 - addons/chan_ooh323.c | 1 - addons/format_mp3.c | 1 - addons/res_config_mysql.c | 1 - 6 files changed, 6 deletions(-) diff --git a/addons/app_mysql.c b/addons/app_mysql.c index 1a79afe..123d37c 100644 --- a/addons/app_mysql.c +++ b/addons/app_mysql.c @@ -34,7 +34,6 @@ /*** MODULEINFO mysqlclient - no deprecated func_odbc ***/ diff --git a/addons/cdr_mysql.c b/addons/cdr_mysql.c index 61d5d5c..c17a434 100644 --- a/addons/cdr_mysql.c +++ b/addons/cdr_mysql.c @@ -35,7 +35,6 @@ /*** MODULEINFO mysqlclient - no deprecated cdr_adaptive_odbc ***/ diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c index 427977d..3aaf82f 100644 --- a/addons/chan_mobile.c +++ b/addons/chan_mobile.c @@ -36,7 +36,6 @@ /*** MODULEINFO bluetooth - no extended ***/ diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c index 6a65b5f..34cdb1e 100644 --- a/addons/chan_ooh323.c +++ b/addons/chan_ooh323.c @@ -18,7 +18,6 @@ /*** MODULEINFO - no extended ***/ diff --git a/addons/format_mp3.c b/addons/format_mp3.c index f4b0a2a..35d452e 100644 --- a/addons/format_mp3.c +++ b/addons/format_mp3.c @@ -28,7 +28,6 @@ */ /*** MODULEINFO - no extended ***/ diff --git a/addons/res_config_mysql.c b/addons/res_config_mysql.c index edd9385..8675056 100644 --- a/addons/res_config_mysql.c +++ b/addons/res_config_mysql.c @@ -24,7 +24,6 @@ /*** MODULEINFO mysqlclient - no extended ***/ -- 2.45.2