diff --git a/addons/app_mysql.c b/addons/app_mysql.c
index 589b238237..5649166a72 100644
--- a/addons/app_mysql.c
+++ b/addons/app_mysql.c
@@ -26,6 +26,8 @@
/*** MODULEINFO
mysqlclient
no
+ deprecated
+ func_odbc
***/
#include "asterisk.h"
diff --git a/addons/app_saycountpl.c b/addons/app_saycountpl.c
index 9157798996..b4441f24ff 100644
--- a/addons/app_saycountpl.c
+++ b/addons/app_saycountpl.c
@@ -22,6 +22,8 @@
/*** MODULEINFO
no
+ deprecated
+ say.conf
***/
#include "asterisk.h"
diff --git a/addons/cdr_mysql.c b/addons/cdr_mysql.c
index 60abae2d95..ecdfaea0bd 100644
--- a/addons/cdr_mysql.c
+++ b/addons/cdr_mysql.c
@@ -36,6 +36,8 @@
/*** MODULEINFO
mysqlclient
no
+ deprecated
+ cdr_adaptive_odbc
***/
#include "asterisk.h"
diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c
index 34d93016da..75059e5478 100644
--- a/addons/chan_mobile.c
+++ b/addons/chan_mobile.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
bluetooth
no
+ extended
***/
#include "asterisk.h"
diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c
index 5116ade966..221839904e 100644
--- a/addons/chan_ooh323.c
+++ b/addons/chan_ooh323.c
@@ -19,6 +19,7 @@
/*** MODULEINFO
no
+ extended
***/
#include "chan_ooh323.h"
diff --git a/addons/format_mp3.c b/addons/format_mp3.c
index ceb1accbbb..9c81e3047b 100644
--- a/addons/format_mp3.c
+++ b/addons/format_mp3.c
@@ -29,6 +29,7 @@
/*** MODULEINFO
no
+ extended
***/
#include "asterisk.h"
diff --git a/addons/res_config_mysql.c b/addons/res_config_mysql.c
index eaf7209f93..d393de6c16 100644
--- a/addons/res_config_mysql.c
+++ b/addons/res_config_mysql.c
@@ -25,6 +25,7 @@
/*** MODULEINFO
mysqlclient
no
+ extended
***/
#include "asterisk.h"
diff --git a/agi/eagi-test.c b/agi/eagi-test.c
index dc2d7fa1ab..7f24d1f23d 100644
--- a/agi/eagi-test.c
+++ b/agi/eagi-test.c
@@ -5,6 +5,10 @@
* with no warranty of any kind
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
#define AUDIO_FILENO (STDERR_FILENO + 1)
diff --git a/apps/app_adsiprog.c b/apps/app_adsiprog.c
index c138f04296..430d8258d6 100644
--- a/apps/app_adsiprog.c
+++ b/apps/app_adsiprog.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
res_adsi
+ extended
***/
#include "asterisk.h"
diff --git a/apps/app_alarmreceiver.c b/apps/app_alarmreceiver.c
index 952ef722e0..4062ec9f01 100644
--- a/apps/app_alarmreceiver.c
+++ b/apps/app_alarmreceiver.c
@@ -29,6 +29,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_amd.c b/apps/app_amd.c
index 8e2d644f33..679e0aebbd 100644
--- a/apps/app_amd.c
+++ b/apps/app_amd.c
@@ -26,6 +26,9 @@
* \author Claude Klimos (claude.klimos@aheeva.com)
*/
+/*** MODULEINFO
+ extended
+ ***/
#include "asterisk.h"
diff --git a/apps/app_authenticate.c b/apps/app_authenticate.c
index 416ea432d6..8b5fa11a62 100644
--- a/apps/app_authenticate.c
+++ b/apps/app_authenticate.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_cdr.c b/apps/app_cdr.c
index 70036ad825..2f227b0490 100644
--- a/apps/app_cdr.c
+++ b/apps/app_cdr.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c
index 5dd4a1f603..86ce34177b 100644
--- a/apps/app_chanisavail.c
+++ b/apps/app_chanisavail.c
@@ -27,6 +27,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_channelredirect.c b/apps/app_channelredirect.c
index 57c9234ef3..8fe543dab1 100644
--- a/apps/app_channelredirect.c
+++ b/apps/app_channelredirect.c
@@ -23,6 +23,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c
index cae7223b0d..d7fc81a414 100644
--- a/apps/app_chanspy.c
+++ b/apps/app_chanspy.c
@@ -29,6 +29,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c
index 1cd982ddec..13f68be80b 100644
--- a/apps/app_confbridge.c
+++ b/apps/app_confbridge.c
@@ -26,6 +26,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_controlplayback.c b/apps/app_controlplayback.c
index bbeea30376..1e2e6fbc20 100644
--- a/apps/app_controlplayback.c
+++ b/apps/app_controlplayback.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_dahdibarge.c b/apps/app_dahdibarge.c
index d9dd59054d..bbe2f5a5dd 100644
--- a/apps/app_dahdibarge.c
+++ b/apps/app_dahdibarge.c
@@ -33,6 +33,9 @@
/*** MODULEINFO
dahdi
+ no
+ deprecated
+ app_chanspy
***/
#include "asterisk.h"
diff --git a/apps/app_dahdiras.c b/apps/app_dahdiras.c
index b467b16b8b..fbaf984505 100644
--- a/apps/app_dahdiras.c
+++ b/apps/app_dahdiras.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
dahdi
+ extended
***/
#include "asterisk.h"
diff --git a/apps/app_db.c b/apps/app_db.c
index 99679e71b0..1fa24088e0 100644
--- a/apps/app_db.c
+++ b/apps/app_db.c
@@ -28,6 +28,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_dial.c b/apps/app_dial.c
index d3b8009de6..f144d48ea2 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
chan_local
+ core
***/
diff --git a/apps/app_dictate.c b/apps/app_dictate.c
index e9e5f0d53d..5057dcf424 100644
--- a/apps/app_dictate.c
+++ b/apps/app_dictate.c
@@ -27,6 +27,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c
index 63a7621ff8..c2bdf51318 100644
--- a/apps/app_directed_pickup.c
+++ b/apps/app_directed_pickup.c
@@ -29,6 +29,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_directory.c b/apps/app_directory.c
index 8451eea083..dccae948b9 100644
--- a/apps/app_directory.c
+++ b/apps/app_directory.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
app_voicemail
+ core
***/
#include "asterisk.h"
diff --git a/apps/app_disa.c b/apps/app_disa.c
index 20c9ce48ca..3ca0800096 100644
--- a/apps/app_disa.c
+++ b/apps/app_disa.c
@@ -26,6 +26,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_dumpchan.c b/apps/app_dumpchan.c
index bf1629337e..95c740bb86 100644
--- a/apps/app_dumpchan.c
+++ b/apps/app_dumpchan.c
@@ -28,6 +28,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_echo.c b/apps/app_echo.c
index 1c72110607..5e5aad4043 100644
--- a/apps/app_echo.c
+++ b/apps/app_echo.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_exec.c b/apps/app_exec.c
index 2a4da1e2f2..ab9a9aecef 100644
--- a/apps/app_exec.c
+++ b/apps/app_exec.c
@@ -26,6 +26,9 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_externalivr.c b/apps/app_externalivr.c
index 710912cedb..19d445ad75 100644
--- a/apps/app_externalivr.c
+++ b/apps/app_externalivr.c
@@ -31,6 +31,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_fax.c b/apps/app_fax.c
index a726405199..7af6f74b99 100644
--- a/apps/app_fax.c
+++ b/apps/app_fax.c
@@ -16,6 +16,7 @@
no
spandsp
res_fax
+ extended
***/
#include "asterisk.h"
diff --git a/apps/app_festival.c b/apps/app_festival.c
index 2ab5616299..2ed226c83e 100644
--- a/apps/app_festival.c
+++ b/apps/app_festival.c
@@ -27,6 +27,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_flash.c b/apps/app_flash.c
index dedadfeabb..3273b5b0a1 100644
--- a/apps/app_flash.c
+++ b/apps/app_flash.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
dahdi
+ core
***/
#include "asterisk.h"
diff --git a/apps/app_followme.c b/apps/app_followme.c
index 941da521a9..cbce6eb99f 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -30,6 +30,7 @@
/*** MODULEINFO
chan_local
+ core
***/
#include "asterisk.h"
diff --git a/apps/app_forkcdr.c b/apps/app_forkcdr.c
index 12d5049140..ffeeca8ece 100644
--- a/apps/app_forkcdr.c
+++ b/apps/app_forkcdr.c
@@ -26,6 +26,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_getcpeid.c b/apps/app_getcpeid.c
index 2207081568..7f59976eb2 100644
--- a/apps/app_getcpeid.c
+++ b/apps/app_getcpeid.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_ices.c b/apps/app_ices.c
index cfe42962ae..4f656bca16 100644
--- a/apps/app_ices.c
+++ b/apps/app_ices.c
@@ -26,6 +26,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ extended
+ ***/
#include "asterisk.h"
diff --git a/apps/app_image.c b/apps/app_image.c
index af4abd7e98..160a285697 100644
--- a/apps/app_image.c
+++ b/apps/app_image.c
@@ -24,6 +24,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ extended
+ ***/
#include "asterisk.h"
diff --git a/apps/app_ivrdemo.c b/apps/app_ivrdemo.c
index a9c61209ac..d035df91f9 100644
--- a/apps/app_ivrdemo.c
+++ b/apps/app_ivrdemo.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
no
+ extended
***/
#include "asterisk.h"
diff --git a/apps/app_jack.c b/apps/app_jack.c
index 2f263b6936..3c8c32450f 100644
--- a/apps/app_jack.c
+++ b/apps/app_jack.c
@@ -37,6 +37,7 @@
/*** MODULEINFO
jack
resample
+ extended
***/
#include "asterisk.h"
diff --git a/apps/app_macro.c b/apps/app_macro.c
index 08780ed4de..01e3de14f1 100644
--- a/apps/app_macro.c
+++ b/apps/app_macro.c
@@ -25,6 +25,12 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ no
+ deprecated
+ app_stack (GoSub)
+ */
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index b26e7ea0ca..e862831ccf 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -31,6 +31,9 @@
/*** MODULEINFO
dahdi
+ no
+ deprecated
+ app_confbridge
***/
#include "asterisk.h"
diff --git a/apps/app_milliwatt.c b/apps/app_milliwatt.c
index 24137606d3..6130a02e5e 100644
--- a/apps/app_milliwatt.c
+++ b/apps/app_milliwatt.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index 124a04d4f7..3445b7ec6b 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -141,6 +141,10 @@
* Back: \ref App_minivm
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c
index 26ebd14c5f..2d30693dbf 100644
--- a/apps/app_mixmonitor.c
+++ b/apps/app_mixmonitor.c
@@ -33,6 +33,10 @@
* Anthony Minessale II
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_morsecode.c b/apps/app_morsecode.c
index a234cd431b..67e242f7be 100644
--- a/apps/app_morsecode.c
+++ b/apps/app_morsecode.c
@@ -24,6 +24,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_mp3.c b/apps/app_mp3.c
index f8e42a12c7..43fab222ee 100644
--- a/apps/app_mp3.c
+++ b/apps/app_mp3.c
@@ -27,6 +27,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ extended
+ ***/
#include "asterisk.h"
diff --git a/apps/app_nbscat.c b/apps/app_nbscat.c
index dd7637a83b..e8bbd4a272 100644
--- a/apps/app_nbscat.c
+++ b/apps/app_nbscat.c
@@ -24,6 +24,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ extended
+ ***/
#include "asterisk.h"
diff --git a/apps/app_originate.c b/apps/app_originate.c
index 3d2594df3e..84bbf2ca7c 100644
--- a/apps/app_originate.c
+++ b/apps/app_originate.c
@@ -32,6 +32,10 @@
* Set options for call files.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index 239d6d501d..9dbf39752a 100644
--- a/apps/app_osplookup.c
+++ b/apps/app_osplookup.c
@@ -31,6 +31,7 @@
/*** MODULEINFO
osptk
openssl
+ extended
***/
#include "asterisk.h"
diff --git a/apps/app_page.c b/apps/app_page.c
index 656dcf5715..cf21014467 100644
--- a/apps/app_page.c
+++ b/apps/app_page.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
dahdi
app_meetme
+ core
***/
#include "asterisk.h"
diff --git a/apps/app_parkandannounce.c b/apps/app_parkandannounce.c
index 5bb8b65946..cf08a09a77 100644
--- a/apps/app_parkandannounce.c
+++ b/apps/app_parkandannounce.c
@@ -29,6 +29,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_playback.c b/apps/app_playback.c
index 45fcfb5e40..f205579dfe 100644
--- a/apps/app_playback.c
+++ b/apps/app_playback.c
@@ -24,7 +24,11 @@
*
* \ingroup applications
*/
-
+
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_playtones.c b/apps/app_playtones.c
index c9c0fbb99a..1e142de232 100644
--- a/apps/app_playtones.c
+++ b/apps/app_playtones.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_privacy.c b/apps/app_privacy.c
index 6a6c1a4378..6b191771c8 100644
--- a/apps/app_privacy.c
+++ b/apps/app_privacy.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 66de657947..a1274c2e6c 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -58,6 +58,7 @@
/*** MODULEINFO
+ core
***/
#include "asterisk.h"
diff --git a/apps/app_read.c b/apps/app_read.c
index a5e4a64342..813d375654 100644
--- a/apps/app_read.c
+++ b/apps/app_read.c
@@ -24,6 +24,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/apps/app_readexten.c b/apps/app_readexten.c
index 5e8159b359..94dc1e1f87 100644
--- a/apps/app_readexten.c
+++ b/apps/app_readexten.c
@@ -23,6 +23,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/apps/app_readfile.c b/apps/app_readfile.c
index 8c3bcae64d..d031406c20 100644
--- a/apps/app_readfile.c
+++ b/apps/app_readfile.c
@@ -25,6 +25,12 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ no
+ deprecated
+ func_env (FILE())
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_record.c b/apps/app_record.c
index 64e635018b..c440b23149 100644
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -24,6 +24,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/apps/app_rpt.c b/apps/app_rpt.c
index 1f150046ab..8f8ba3e89b 100644
--- a/apps/app_rpt.c
+++ b/apps/app_rpt.c
@@ -155,6 +155,7 @@
dahdi
tonezone
no
+ extended
***/
/* Un-comment the following to include support for MDC-1200 digital tone
diff --git a/apps/app_saycounted.c b/apps/app_saycounted.c
index c840d8bb0d..be3ac65ef1 100644
--- a/apps/app_saycounted.c
+++ b/apps/app_saycounted.c
@@ -26,6 +26,7 @@
/*** MODULEINFO
no
+ extended
***/
/*** DOCUMENTATION
diff --git a/apps/app_sayunixtime.c b/apps/app_sayunixtime.c
index 55afdf4638..fc1b238dd8 100644
--- a/apps/app_sayunixtime.c
+++ b/apps/app_sayunixtime.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_senddtmf.c b/apps/app_senddtmf.c
index 2af67a299a..5c8425a0f3 100644
--- a/apps/app_senddtmf.c
+++ b/apps/app_senddtmf.c
@@ -24,6 +24,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/apps/app_sendtext.c b/apps/app_sendtext.c
index 2624fe505b..a723de5b9e 100644
--- a/apps/app_sendtext.c
+++ b/apps/app_sendtext.c
@@ -26,6 +26,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/apps/app_setcallerid.c b/apps/app_setcallerid.c
index 666e46ff4e..cfcd2b47de 100644
--- a/apps/app_setcallerid.c
+++ b/apps/app_setcallerid.c
@@ -24,7 +24,13 @@
*
* \ingroup applications
*/
-
+
+/*** MODULEINFO
+ no
+ deprecated
+ func_callerid
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_skel.c b/apps/app_skel.c
index c58d451e40..bd3b546e00 100644
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -31,6 +31,7 @@
/*** MODULEINFO
no
+ core
***/
#include "asterisk.h"
diff --git a/apps/app_sms.c b/apps/app_sms.c
index b5c471b8ee..7c13147fef 100644
--- a/apps/app_sms.c
+++ b/apps/app_sms.c
@@ -34,6 +34,10 @@
* Not fully tested, under development
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_softhangup.c b/apps/app_softhangup.c
index 1c880b4e8b..cdfd7c147d 100644
--- a/apps/app_softhangup.c
+++ b/apps/app_softhangup.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_speech_utils.c b/apps/app_speech_utils.c
index 0323f7c471..14ea7c6a3c 100644
--- a/apps/app_speech_utils.c
+++ b/apps/app_speech_utils.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
diff --git a/apps/app_stack.c b/apps/app_stack.c
index 29c37a20b0..47ba10eb60 100644
--- a/apps/app_stack.c
+++ b/apps/app_stack.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
+ core
***/
#include "asterisk.h"
diff --git a/apps/app_talkdetect.c b/apps/app_talkdetect.c
index 615929e943..d8a6155c1f 100644
--- a/apps/app_talkdetect.c
+++ b/apps/app_talkdetect.c
@@ -24,7 +24,11 @@
*
* \ingroup applications
*/
-
+
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_test.c b/apps/app_test.c
index a7aa7b6570..9ef8dfb7a6 100644
--- a/apps/app_test.c
+++ b/apps/app_test.c
@@ -27,6 +27,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_transfer.c b/apps/app_transfer.c
index ad6e8011e9..f072eb27f5 100644
--- a/apps/app_transfer.c
+++ b/apps/app_transfer.c
@@ -27,6 +27,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_url.c b/apps/app_url.c
index 533c11212b..f33890c76a 100644
--- a/apps/app_url.c
+++ b/apps/app_url.c
@@ -24,6 +24,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ extended
+ ***/
#include "asterisk.h"
diff --git a/apps/app_userevent.c b/apps/app_userevent.c
index f149d85247..b1a1afaee8 100644
--- a/apps/app_userevent.c
+++ b/apps/app_userevent.c
@@ -21,6 +21,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_verbose.c b/apps/app_verbose.c
index 85f79f892d..ca1a010cc3 100644
--- a/apps/app_verbose.c
+++ b/apps/app_verbose.c
@@ -24,6 +24,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 8406354d6a..ebd4012aa5 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -40,6 +40,7 @@
/*** MODULEINFO
+ core
***/
/*** MAKEOPTS
diff --git a/apps/app_waitforring.c b/apps/app_waitforring.c
index 7ddc9db12b..bd0353b074 100644
--- a/apps/app_waitforring.c
+++ b/apps/app_waitforring.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_waitforsilence.c b/apps/app_waitforsilence.c
index fb76f91348..9b42007d14 100644
--- a/apps/app_waitforsilence.c
+++ b/apps/app_waitforsilence.c
@@ -38,6 +38,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_waituntil.c b/apps/app_waituntil.c
index 04905edc51..d1f4bb103a 100644
--- a/apps/app_waituntil.c
+++ b/apps/app_waituntil.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_while.c b/apps/app_while.c
index 80359359e1..45bd655944 100644
--- a/apps/app_while.c
+++ b/apps/app_while.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_zapateller.c b/apps/app_zapateller.c
index 6af9b963c6..b102ea4260 100644
--- a/apps/app_zapateller.c
+++ b/apps/app_zapateller.c
@@ -24,6 +24,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ extended
+ ***/
#include "asterisk.h"
diff --git a/bridges/bridge_builtin_features.c b/bridges/bridge_builtin_features.c
index 67da6489bc..3e0f4bb22d 100644
--- a/bridges/bridge_builtin_features.c
+++ b/bridges/bridge_builtin_features.c
@@ -25,6 +25,10 @@
* \ingroup bridges
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/bridges/bridge_multiplexed.c b/bridges/bridge_multiplexed.c
index 5206731341..e97e154608 100644
--- a/bridges/bridge_multiplexed.c
+++ b/bridges/bridge_multiplexed.c
@@ -25,6 +25,10 @@
* \ingroup bridges
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/bridges/bridge_simple.c b/bridges/bridge_simple.c
index 0dbcd25d2f..42c919fc97 100644
--- a/bridges/bridge_simple.c
+++ b/bridges/bridge_simple.c
@@ -25,6 +25,10 @@
* \ingroup bridges
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/bridges/bridge_softmix.c b/bridges/bridge_softmix.c
index 69d13a2b6a..edac8dac0a 100644
--- a/bridges/bridge_softmix.c
+++ b/bridges/bridge_softmix.c
@@ -29,6 +29,10 @@
* on channels present in the bridge and transcoding capabilities.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c
index f0b0e99bfb..ff6eeb4f9c 100644
--- a/cdr/cdr_adaptive_odbc.c
+++ b/cdr/cdr_adaptive_odbc.c
@@ -26,6 +26,7 @@
/*** MODULEINFO
res_odbc
+ core
***/
#include "asterisk.h"
diff --git a/cdr/cdr_csv.c b/cdr/cdr_csv.c
index 60b9658808..068b7a9a2f 100644
--- a/cdr/cdr_csv.c
+++ b/cdr/cdr_csv.c
@@ -28,6 +28,10 @@
* \ingroup cdr_drivers
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c
index c834814e81..6a2751d1f2 100644
--- a/cdr/cdr_custom.c
+++ b/cdr/cdr_custom.c
@@ -30,6 +30,10 @@
* \ingroup cdr_drivers
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/cdr/cdr_manager.c b/cdr/cdr_manager.c
index 4cc8183656..d5106b1588 100644
--- a/cdr/cdr_manager.c
+++ b/cdr/cdr_manager.c
@@ -25,6 +25,10 @@
* \ingroup cdr_drivers
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/cdr/cdr_odbc.c b/cdr/cdr_odbc.c
index f77d60b2c2..45f8bca795 100644
--- a/cdr/cdr_odbc.c
+++ b/cdr/cdr_odbc.c
@@ -30,6 +30,7 @@
/*** MODULEINFO
res_odbc
+ extended
***/
#include "asterisk.h"
diff --git a/cdr/cdr_pgsql.c b/cdr/cdr_pgsql.c
index 9dcab036e8..793b760811 100644
--- a/cdr/cdr_pgsql.c
+++ b/cdr/cdr_pgsql.c
@@ -35,6 +35,7 @@
/*** MODULEINFO
pgsql
+ extended
***/
#include "asterisk.h"
diff --git a/cdr/cdr_radius.c b/cdr/cdr_radius.c
index bf613284dc..140e7a01c0 100644
--- a/cdr/cdr_radius.c
+++ b/cdr/cdr_radius.c
@@ -29,6 +29,7 @@
/*** MODULEINFO
radius
+ extended
***/
#include "asterisk.h"
diff --git a/cdr/cdr_sqlite.c b/cdr/cdr_sqlite.c
index 2dcdf96a40..47d1a5192b 100644
--- a/cdr/cdr_sqlite.c
+++ b/cdr/cdr_sqlite.c
@@ -36,6 +36,9 @@
/*** MODULEINFO
sqlite
+ no
+ deprecated
+ sqlite3_custom
***/
#include "asterisk.h"
diff --git a/cdr/cdr_sqlite3_custom.c b/cdr/cdr_sqlite3_custom.c
index c2dae7a7bc..97d1a309ec 100644
--- a/cdr/cdr_sqlite3_custom.c
+++ b/cdr/cdr_sqlite3_custom.c
@@ -34,6 +34,7 @@
/*** MODULEINFO
sqlite3
+ extended
***/
#include "asterisk.h"
diff --git a/cdr/cdr_syslog.c b/cdr/cdr_syslog.c
index 63545208eb..b6fc90e0dd 100644
--- a/cdr/cdr_syslog.c
+++ b/cdr/cdr_syslog.c
@@ -28,7 +28,8 @@
*/
/*** MODULEINFO
- syslog
+ syslog
+ core
***/
#include "asterisk.h"
diff --git a/cdr/cdr_tds.c b/cdr/cdr_tds.c
index fca815fd83..eead023fb0 100644
--- a/cdr/cdr_tds.c
+++ b/cdr/cdr_tds.c
@@ -59,6 +59,7 @@ CREATE TABLE [dbo].[cdr] (
/*** MODULEINFO
freetds
+ extended
***/
#include "asterisk.h"
diff --git a/cel/cel_custom.c b/cel/cel_custom.c
index 9f7d589b49..54b1e4f5ed 100644
--- a/cel/cel_custom.c
+++ b/cel/cel_custom.c
@@ -29,6 +29,10 @@
* \ingroup cel_drivers
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/cel/cel_manager.c b/cel/cel_manager.c
index fcf20766f9..551b861d05 100644
--- a/cel/cel_manager.c
+++ b/cel/cel_manager.c
@@ -29,6 +29,10 @@
* \ingroup cel_drivers
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/cel/cel_odbc.c b/cel/cel_odbc.c
index d298f1ba2f..f0c70f53c5 100644
--- a/cel/cel_odbc.c
+++ b/cel/cel_odbc.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
res_odbc
+ core
***/
#include "asterisk.h"
diff --git a/cel/cel_pgsql.c b/cel/cel_pgsql.c
index c1861c8553..87ea7bea63 100644
--- a/cel/cel_pgsql.c
+++ b/cel/cel_pgsql.c
@@ -39,6 +39,7 @@
/*** MODULEINFO
pgsql
+ extended
***/
#include "asterisk.h"
diff --git a/cel/cel_radius.c b/cel/cel_radius.c
index 5a4c837d97..9b6812dc0e 100644
--- a/cel/cel_radius.c
+++ b/cel/cel_radius.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
radius
+ extended
***/
#include "asterisk.h"
diff --git a/cel/cel_sqlite3_custom.c b/cel/cel_sqlite3_custom.c
index 18e2a9f1a3..2906ed9ee9 100644
--- a/cel/cel_sqlite3_custom.c
+++ b/cel/cel_sqlite3_custom.c
@@ -36,6 +36,7 @@
/*** MODULEINFO
sqlite3
+ extended
***/
#include "asterisk.h"
diff --git a/cel/cel_tds.c b/cel/cel_tds.c
index 37992bf5e8..f5686c9b0c 100644
--- a/cel/cel_tds.c
+++ b/cel/cel_tds.c
@@ -56,6 +56,7 @@ CREATE TABLE [dbo].[cdr] (
/*** MODULEINFO
freetds
+ extended
***/
#include "asterisk.h"
diff --git a/channels/chan_agent.c b/channels/chan_agent.c
index ad330aa843..6ef592358b 100644
--- a/channels/chan_agent.c
+++ b/channels/chan_agent.c
@@ -33,6 +33,7 @@
/*** MODULEINFO
chan_local
res_monitor
+ core
***/
#include "asterisk.h"
diff --git a/channels/chan_alsa.c b/channels/chan_alsa.c
index 54e7660b8a..36745326da 100644
--- a/channels/chan_alsa.c
+++ b/channels/chan_alsa.c
@@ -29,6 +29,7 @@
/*** MODULEINFO
alsa
+ extended
***/
#include "asterisk.h"
diff --git a/channels/chan_bridge.c b/channels/chan_bridge.c
index 8218bdceb9..fadef53ebc 100644
--- a/channels/chan_bridge.c
+++ b/channels/chan_bridge.c
@@ -25,6 +25,10 @@
* \ingroup channel_drivers
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/chan_console.c b/channels/chan_console.c
index 4e220b1017..269ccaff18 100644
--- a/channels/chan_console.c
+++ b/channels/chan_console.c
@@ -49,6 +49,7 @@
/*** MODULEINFO
portaudio
+ extended
***/
#include "asterisk.h"
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index ac144945bf..65591ff13d 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -44,6 +44,7 @@
+ core
***/
#include "asterisk.h"
diff --git a/channels/chan_gtalk.c b/channels/chan_gtalk.c
index 9f06911b97..3e08831782 100644
--- a/channels/chan_gtalk.c
+++ b/channels/chan_gtalk.c
@@ -35,6 +35,7 @@
iksemel
res_jabber
+ extended
***/
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index c630767678..b099becf09 100644
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -36,7 +36,9 @@
/*** MODULEINFO
openh323
- yes
+ no
+ deprecated
+ chan_ooh323
***/
#ifdef __cplusplus
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 3505dc18e9..6f2f4e1db6 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -33,6 +33,7 @@
/*** MODULEINFO
+ core
***/
#include "asterisk.h"
diff --git a/channels/chan_jingle.c b/channels/chan_jingle.c
index 557da7528c..5933753af2 100644
--- a/channels/chan_jingle.c
+++ b/channels/chan_jingle.c
@@ -31,6 +31,8 @@
iksemel
res_jabber
+ no
+ extended
***/
#include "asterisk.h"
diff --git a/channels/chan_local.c b/channels/chan_local.c
index 582588bc65..2d85cb923d 100644
--- a/channels/chan_local.c
+++ b/channels/chan_local.c
@@ -25,6 +25,10 @@
* \ingroup channel_drivers
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index 73efd20472..aa98d9c10a 100644
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -31,6 +31,7 @@
/*** MODULEINFO
+ extended
***/
#include "asterisk.h"
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 76e6eb8d9c..76b250d814 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -53,6 +53,7 @@
isdnnet
misdn
suppserv
+ extended
***/
#include "asterisk.h"
diff --git a/channels/chan_multicast_rtp.c b/channels/chan_multicast_rtp.c
index 55b757567f..ed6c1328b4 100644
--- a/channels/chan_multicast_rtp.c
+++ b/channels/chan_multicast_rtp.c
@@ -27,6 +27,10 @@
* \ingroup channel_drivers
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/chan_nbs.c b/channels/chan_nbs.c
index 882258f00f..e242e0d2e7 100644
--- a/channels/chan_nbs.c
+++ b/channels/chan_nbs.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
nbs
+ extended
***/
#include "asterisk.h"
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index 51828595d4..01f579d20c 100644
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -35,6 +35,7 @@
/*** MODULEINFO
oss
+ extended
***/
#include "asterisk.h"
diff --git a/channels/chan_phone.c b/channels/chan_phone.c
index c85792419c..584e8ea1e1 100644
--- a/channels/chan_phone.c
+++ b/channels/chan_phone.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
ixjuser
+ extended
***/
#include "asterisk.h"
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 6e4d936b35..d2926630e4 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -164,6 +164,7 @@
/*** MODULEINFO
chan_local
+ core
***/
/*! \page sip_session_timers SIP Session Timers in Asterisk Chan_sip
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index bde057fb88..799b578cba 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -25,6 +25,9 @@
* \ingroup channel_drivers
*/
+/*** MODULEINFO
+ extended
+ ***/
#include "asterisk.h"
diff --git a/channels/chan_unistim.c b/channels/chan_unistim.c
index a4e6bbb58d..eac458f017 100644
--- a/channels/chan_unistim.c
+++ b/channels/chan_unistim.c
@@ -32,6 +32,10 @@
* \ingroup channel_drivers
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/chan_usbradio.c b/channels/chan_usbradio.c
index 8874bf5baa..4c97937441 100644
--- a/channels/chan_usbradio.c
+++ b/channels/chan_usbradio.c
@@ -38,6 +38,7 @@
alsa
usb
no
+ extended
***/
/*** MAKEOPTS
diff --git a/channels/chan_vpb.cc b/channels/chan_vpb.cc
index 6a268bdb32..a7ca85b7f4 100644
--- a/channels/chan_vpb.cc
+++ b/channels/chan_vpb.cc
@@ -31,6 +31,8 @@
/*** MODULEINFO
vpb
+ no
+ extended
***/
#include
diff --git a/codecs/codec_a_mu.c b/codecs/codec_a_mu.c
index 9b2e408500..b3448e0e9c 100644
--- a/codecs/codec_a_mu.c
+++ b/codecs/codec_a_mu.c
@@ -23,6 +23,10 @@
* \ingroup codecs
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/codecs/codec_adpcm.c b/codecs/codec_adpcm.c
index a1b0680a51..6b40e86a68 100644
--- a/codecs/codec_adpcm.c
+++ b/codecs/codec_adpcm.c
@@ -27,6 +27,10 @@
* \ingroup codecs
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/codecs/codec_alaw.c b/codecs/codec_alaw.c
index bb749d003f..098e9e7fe0 100644
--- a/codecs/codec_alaw.c
+++ b/codecs/codec_alaw.c
@@ -23,6 +23,10 @@
* \ingroup codecs
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/codecs/codec_g722.c b/codecs/codec_g722.c
index 22196da011..c713110a26 100644
--- a/codecs/codec_g722.c
+++ b/codecs/codec_g722.c
@@ -33,6 +33,10 @@
* \ingroup codecs
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/codecs/codec_g726.c b/codecs/codec_g726.c
index cc9b1cb31e..2e2d67cec3 100644
--- a/codecs/codec_g726.c
+++ b/codecs/codec_g726.c
@@ -27,6 +27,10 @@
* \ingroup codecs
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/codecs/codec_gsm.c b/codecs/codec_gsm.c
index ab28154457..840e435e2a 100644
--- a/codecs/codec_gsm.c
+++ b/codecs/codec_gsm.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
gsm
+ core
***/
#include "asterisk.h"
diff --git a/codecs/codec_ilbc.c b/codecs/codec_ilbc.c
index 3227dc80e3..6339f1d8f4 100644
--- a/codecs/codec_ilbc.c
+++ b/codecs/codec_ilbc.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
no
+ core
***/
#include "asterisk.h"
diff --git a/codecs/codec_lpc10.c b/codecs/codec_lpc10.c
index d61729c954..95d495f770 100644
--- a/codecs/codec_lpc10.c
+++ b/codecs/codec_lpc10.c
@@ -27,6 +27,10 @@
* \ingroup codecs
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c
index 834fb46ba7..c6f22830a3 100644
--- a/codecs/codec_resample.c
+++ b/codecs/codec_resample.c
@@ -29,6 +29,7 @@
/*** MODULEINFO
resample
+ core
***/
#include "asterisk.h"
diff --git a/codecs/codec_speex.c b/codecs/codec_speex.c
index 2bfdec2281..b9ac04f574 100644
--- a/codecs/codec_speex.c
+++ b/codecs/codec_speex.c
@@ -34,6 +34,7 @@
speex
speex_preprocess
+ core
***/
#include "asterisk.h"
diff --git a/codecs/codec_ulaw.c b/codecs/codec_ulaw.c
index 07f5da39dd..c8ffbab366 100644
--- a/codecs/codec_ulaw.c
+++ b/codecs/codec_ulaw.c
@@ -23,6 +23,10 @@
* \ingroup codecs
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/formats/format_g719.c b/formats/format_g719.c
index c5fc8efaac..d319fa8b49 100644
--- a/formats/format_g719.c
+++ b/formats/format_g719.c
@@ -22,6 +22,10 @@
* \arg File name extensions: g719
* \ingroup formats
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_g723.c b/formats/format_g723.c
index 109811609c..7fe1a0a0c7 100644
--- a/formats/format_g723.c
+++ b/formats/format_g723.c
@@ -24,6 +24,10 @@
* \arg Extensions: g723, g723sf
* \ingroup formats
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_g726.c b/formats/format_g726.c
index 3c5697f5d6..cc24dcabf6 100644
--- a/formats/format_g726.c
+++ b/formats/format_g726.c
@@ -27,6 +27,10 @@
* \arg 16 kbps: g726-16
* \ingroup formats
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_g729.c b/formats/format_g729.c
index ad7d7fee7d..fcb7c1e6ac 100644
--- a/formats/format_g729.c
+++ b/formats/format_g729.c
@@ -25,6 +25,10 @@
* \arg Extensions: g729
* \ingroup formats
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_gsm.c b/formats/format_gsm.c
index 2b0b3413e8..91225d3343 100644
--- a/formats/format_gsm.c
+++ b/formats/format_gsm.c
@@ -22,6 +22,10 @@
* \arg File name extension: gsm
* \ingroup formats
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_h263.c b/formats/format_h263.c
index 12c9d01707..2de224a815 100644
--- a/formats/format_h263.c
+++ b/formats/format_h263.c
@@ -23,6 +23,10 @@
* \ingroup formats
* \arg See \ref AstVideo
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_h264.c b/formats/format_h264.c
index f8fe75c427..84078d14fd 100644
--- a/formats/format_h264.c
+++ b/formats/format_h264.c
@@ -23,6 +23,10 @@
* \ingroup formats
* \arg See \ref AstVideo
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_ilbc.c b/formats/format_ilbc.c
index 40bda26393..f620fd48e5 100644
--- a/formats/format_ilbc.c
+++ b/formats/format_ilbc.c
@@ -25,6 +25,10 @@
* \ingroup formats
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/formats/format_jpeg.c b/formats/format_jpeg.c
index 9b1fb99652..7a089eec37 100644
--- a/formats/format_jpeg.c
+++ b/formats/format_jpeg.c
@@ -23,6 +23,10 @@
* \arg File name extension: jpeg, jpg
* \ingroup formats
*/
+
+/*** MODULEINFO
+ extended
+ ***/
#include "asterisk.h"
diff --git a/formats/format_ogg_vorbis.c b/formats/format_ogg_vorbis.c
index d2a0873608..4118cd38fe 100644
--- a/formats/format_ogg_vorbis.c
+++ b/formats/format_ogg_vorbis.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
vorbis
ogg
+ core
***/
#include "asterisk.h"
diff --git a/formats/format_pcm.c b/formats/format_pcm.c
index 76eb9c6af1..6985d2715b 100644
--- a/formats/format_pcm.c
+++ b/formats/format_pcm.c
@@ -23,6 +23,10 @@
*
* \ingroup formats
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_siren14.c b/formats/format_siren14.c
index 0b8526bde6..0510800a48 100644
--- a/formats/format_siren14.c
+++ b/formats/format_siren14.c
@@ -22,6 +22,10 @@
* \arg File name extensions: siren14
* \ingroup formats
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_siren7.c b/formats/format_siren7.c
index 5c7919307b..2a01e1b08d 100644
--- a/formats/format_siren7.c
+++ b/formats/format_siren7.c
@@ -22,6 +22,10 @@
* \arg File name extensions: siren7
* \ingroup formats
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_sln.c b/formats/format_sln.c
index 578e64c7ba..4227547e2d 100644
--- a/formats/format_sln.c
+++ b/formats/format_sln.c
@@ -21,6 +21,10 @@
* \arg File name extensions: sln, raw
* \ingroup formats
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_sln16.c b/formats/format_sln16.c
index 1e32494120..d999f68761 100644
--- a/formats/format_sln16.c
+++ b/formats/format_sln16.c
@@ -22,6 +22,10 @@
* \arg File name extensions: sln16
* \ingroup formats
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/formats/format_vox.c b/formats/format_vox.c
index c13dd7ac50..eba299c486 100644
--- a/formats/format_vox.c
+++ b/formats/format_vox.c
@@ -23,6 +23,10 @@
*
* \ingroup formats
*/
+
+/*** MODULEINFO
+ extended
+ ***/
#include "asterisk.h"
diff --git a/formats/format_wav.c b/formats/format_wav.c
index 1c6d8c6a8b..f8f8a9cf54 100644
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -24,6 +24,10 @@
* \ingroup formats
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/formats/format_wav_gsm.c b/formats/format_wav_gsm.c
index f864f28140..69c5b695ae 100644
--- a/formats/format_wav_gsm.c
+++ b/formats/format_wav_gsm.c
@@ -26,6 +26,10 @@
* e-mail attachments mainly.
* \ingroup formats
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/funcs/func_aes.c b/funcs/func_aes.c
index 64597a9b41..1854c3b114 100644
--- a/funcs/func_aes.c
+++ b/funcs/func_aes.c
@@ -24,6 +24,7 @@
/*** MODULEINFO
+ core
***/
#include "asterisk.h"
diff --git a/funcs/func_audiohookinherit.c b/funcs/func_audiohookinherit.c
index 528aed51fb..59faa90198 100644
--- a/funcs/func_audiohookinherit.c
+++ b/funcs/func_audiohookinherit.c
@@ -28,6 +28,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
#include "asterisk/datastore.h"
#include "asterisk/channel.h"
diff --git a/funcs/func_base64.c b/funcs/func_base64.c
index 274e291cec..1a7619d916 100644
--- a/funcs/func_base64.c
+++ b/funcs/func_base64.c
@@ -22,6 +22,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_blacklist.c b/funcs/func_blacklist.c
index b940b5891b..be3bbc5fbd 100644
--- a/funcs/func_blacklist.c
+++ b/funcs/func_blacklist.c
@@ -26,6 +26,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_callcompletion.c b/funcs/func_callcompletion.c
index b3fab310f4..cee06faa47 100644
--- a/funcs/func_callcompletion.c
+++ b/funcs/func_callcompletion.c
@@ -21,6 +21,10 @@
* \author Mark Michelson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c
index a653d8660c..bb631fe4ea 100644
--- a/funcs/func_callerid.c
+++ b/funcs/func_callerid.c
@@ -24,6 +24,10 @@
* \arg \ref AstCREDITS
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_cdr.c b/funcs/func_cdr.c
index 3d0c846f96..34fdd6736e 100644
--- a/funcs/func_cdr.c
+++ b/funcs/func_cdr.c
@@ -25,6 +25,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_channel.c b/funcs/func_channel.c
index 0dc93fdd37..2f06773b02 100644
--- a/funcs/func_channel.c
+++ b/funcs/func_channel.c
@@ -24,6 +24,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_config.c b/funcs/func_config.c
index 21d291c2e5..cbc51aaae6 100644
--- a/funcs/func_config.c
+++ b/funcs/func_config.c
@@ -27,6 +27,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_curl.c b/funcs/func_curl.c
index 4d8fd0f801..dd454f0b67 100644
--- a/funcs/func_curl.c
+++ b/funcs/func_curl.c
@@ -32,6 +32,7 @@
/*** MODULEINFO
curl
+ core
***/
#include "asterisk.h"
diff --git a/funcs/func_cut.c b/funcs/func_cut.c
index 10bca0a9f1..762dd61fe1 100644
--- a/funcs/func_cut.c
+++ b/funcs/func_cut.c
@@ -24,6 +24,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_db.c b/funcs/func_db.c
index 736fb0d752..8bd4d584d3 100644
--- a/funcs/func_db.c
+++ b/funcs/func_db.c
@@ -27,6 +27,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_devstate.c b/funcs/func_devstate.c
index 396657768c..274f1ac039 100644
--- a/funcs/func_devstate.c
+++ b/funcs/func_devstate.c
@@ -30,6 +30,10 @@
* when I couldn't sleep. :)
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_dialgroup.c b/funcs/func_dialgroup.c
index b1fa78017a..4a789d627d 100644
--- a/funcs/func_dialgroup.c
+++ b/funcs/func_dialgroup.c
@@ -25,6 +25,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_dialplan.c b/funcs/func_dialplan.c
index 4e1ab3bed4..c39b3e3766 100644
--- a/funcs/func_dialplan.c
+++ b/funcs/func_dialplan.c
@@ -24,6 +24,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_enum.c b/funcs/func_enum.c
index d8c8b252d7..cc4d47a789 100644
--- a/funcs/func_enum.c
+++ b/funcs/func_enum.c
@@ -33,6 +33,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_env.c b/funcs/func_env.c
index aa0abb4b33..c7b431dca8 100644
--- a/funcs/func_env.c
+++ b/funcs/func_env.c
@@ -21,6 +21,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_extstate.c b/funcs/func_extstate.c
index d3c7ba4b71..940c455c28 100644
--- a/funcs/func_extstate.c
+++ b/funcs/func_extstate.c
@@ -26,6 +26,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_frame_trace.c b/funcs/func_frame_trace.c
index c4c8d39788..e0441011a2 100644
--- a/funcs/func_frame_trace.c
+++ b/funcs/func_frame_trace.c
@@ -25,6 +25,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_global.c b/funcs/func_global.c
index a501aee58d..6b158aafbb 100644
--- a/funcs/func_global.c
+++ b/funcs/func_global.c
@@ -25,6 +25,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_groupcount.c b/funcs/func_groupcount.c
index 70c3964363..609d01fefa 100644
--- a/funcs/func_groupcount.c
+++ b/funcs/func_groupcount.c
@@ -21,6 +21,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_iconv.c b/funcs/func_iconv.c
index 231b4880f2..4c4f65f1ac 100644
--- a/funcs/func_iconv.c
+++ b/funcs/func_iconv.c
@@ -25,7 +25,8 @@
*/
/*** MODULEINFO
- iconv
+ iconv
+ core
***/
#include "asterisk.h"
diff --git a/funcs/func_lock.c b/funcs/func_lock.c
index 27d199e367..c3cf7a9872 100644
--- a/funcs/func_lock.c
+++ b/funcs/func_lock.c
@@ -26,6 +26,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_logic.c b/funcs/func_logic.c
index 27734ed784..21f08a13f5 100644
--- a/funcs/func_logic.c
+++ b/funcs/func_logic.c
@@ -24,6 +24,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_math.c b/funcs/func_math.c
index f3a690c5d6..e7217c7b3d 100644
--- a/funcs/func_math.c
+++ b/funcs/func_math.c
@@ -28,6 +28,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_md5.c b/funcs/func_md5.c
index 7c61d9f8cc..2e60185864 100644
--- a/funcs/func_md5.c
+++ b/funcs/func_md5.c
@@ -26,6 +26,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_module.c b/funcs/func_module.c
index 44ec08e4db..b0b3461169 100644
--- a/funcs/func_module.c
+++ b/funcs/func_module.c
@@ -21,6 +21,11 @@
*
* \ingroup functions
*/
+
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c
index fad548a92e..6cef946dfd 100644
--- a/funcs/func_odbc.c
+++ b/funcs/func_odbc.c
@@ -29,6 +29,7 @@
/*** MODULEINFO
res_odbc
+ core
***/
#include "asterisk.h"
diff --git a/funcs/func_pitchshift.c b/funcs/func_pitchshift.c
index 7b7c9a2caf..1b4e7fb1b6 100644
--- a/funcs/func_pitchshift.c
+++ b/funcs/func_pitchshift.c
@@ -58,6 +58,10 @@
*
*****************************************************************************/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_rand.c b/funcs/func_rand.c
index 2d4e02fcf4..6491b371de 100644
--- a/funcs/func_rand.c
+++ b/funcs/func_rand.c
@@ -24,6 +24,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_sha1.c b/funcs/func_sha1.c
index 985e11a383..c6b7575454 100644
--- a/funcs/func_sha1.c
+++ b/funcs/func_sha1.c
@@ -24,6 +24,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_shell.c b/funcs/func_shell.c
index df7164d5f5..1f274b83d5 100644
--- a/funcs/func_shell.c
+++ b/funcs/func_shell.c
@@ -25,6 +25,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_speex.c b/funcs/func_speex.c
index 4b8b3a3d6a..e92744db9f 100644
--- a/funcs/func_speex.c
+++ b/funcs/func_speex.c
@@ -34,6 +34,7 @@
speex
speex_preprocess
+ core
***/
#include "asterisk.h"
diff --git a/funcs/func_sprintf.c b/funcs/func_sprintf.c
index 4e3fbb99cf..4d5fc7a6c0 100644
--- a/funcs/func_sprintf.c
+++ b/funcs/func_sprintf.c
@@ -25,6 +25,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_srv.c b/funcs/func_srv.c
index de48f0d063..deb94835fa 100644
--- a/funcs/func_srv.c
+++ b/funcs/func_srv.c
@@ -23,6 +23,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_strings.c b/funcs/func_strings.c
index d95a3cbf0d..0d675a0d40 100644
--- a/funcs/func_strings.c
+++ b/funcs/func_strings.c
@@ -25,6 +25,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_sysinfo.c b/funcs/func_sysinfo.c
index 2d9a8dd24e..a7e358bb83 100644
--- a/funcs/func_sysinfo.c
+++ b/funcs/func_sysinfo.c
@@ -25,6 +25,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 87233 $")
diff --git a/funcs/func_timeout.c b/funcs/func_timeout.c
index 79d908d187..53bbab7531 100644
--- a/funcs/func_timeout.c
+++ b/funcs/func_timeout.c
@@ -24,6 +24,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_uri.c b/funcs/func_uri.c
index 5efa6ea381..93726355c4 100644
--- a/funcs/func_uri.c
+++ b/funcs/func_uri.c
@@ -28,6 +28,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_version.c b/funcs/func_version.c
index 8ed6c218f5..d8ba757a40 100644
--- a/funcs/func_version.c
+++ b/funcs/func_version.c
@@ -22,6 +22,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_vmcount.c b/funcs/func_vmcount.c
index f409e75cee..c4d80d499e 100644
--- a/funcs/func_vmcount.c
+++ b/funcs/func_vmcount.c
@@ -25,6 +25,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_volume.c b/funcs/func_volume.c
index 488df8600b..6c2798e5a4 100644
--- a/funcs/func_volume.c
+++ b/funcs/func_volume.c
@@ -26,6 +26,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/features.c b/main/features.c
index f1b788a2b6..7a2eb49d0a 100644
--- a/main/features.c
+++ b/main/features.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/http.c b/main/http.c
index 68c0765b19..53c2eb76c1 100644
--- a/main/http.c
+++ b/main/http.c
@@ -30,6 +30,10 @@
* \ref AstHTTP - AMI over the http protocol
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/manager.c b/main/manager.c
index 42fa091984..77029dedec 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -41,6 +41,10 @@
/*! @{
Doxygen group */
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index 96c65ff6d0..94a6212fa4 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -24,6 +24,7 @@
/*** MODULEINFO
res_ael_share
+ extended
***/
#include "asterisk.h"
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 296b72e175..eeec862b4b 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -23,6 +23,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 9b95b80587..da411209d1 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -24,6 +24,7 @@
/*** MODULEINFO
zlib
+ extended
***/
#include "asterisk.h"
diff --git a/pbx/pbx_loopback.c b/pbx/pbx_loopback.c
index 9ab146398d..48e4f876e0 100644
--- a/pbx/pbx_loopback.c
+++ b/pbx/pbx_loopback.c
@@ -22,6 +22,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c
index c90d10453a..db62c93ee9 100644
--- a/pbx/pbx_lua.c
+++ b/pbx/pbx_lua.c
@@ -26,6 +26,7 @@
/*** MODULEINFO
lua
+ extended
***/
#include "asterisk.h"
diff --git a/pbx/pbx_realtime.c b/pbx/pbx_realtime.c
index f183c867b0..51254a8715 100644
--- a/pbx/pbx_realtime.c
+++ b/pbx/pbx_realtime.c
@@ -23,6 +23,10 @@
* \arg See also: \ref AstARA
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c
index d285af54bb..d13b539094 100644
--- a/pbx/pbx_spool.c
+++ b/pbx/pbx_spool.c
@@ -22,6 +22,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_adsi.c b/res/res_adsi.c
index 226105d87b..48c5ab59da 100644
--- a/res/res_adsi.c
+++ b/res/res_adsi.c
@@ -30,6 +30,10 @@
* res_adsi to load
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_ael_share.c b/res/res_ael_share.c
index 805dfd9a83..f1ae9f33f5 100644
--- a/res/res_ael_share.c
+++ b/res/res_ael_share.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_agi.c b/res/res_agi.c
index 447ce862f3..00d53c7093 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -25,6 +25,10 @@
* \todo Convert the rest of the AGI commands over to XML documentation
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_ais.c b/res/res_ais.c
index 9bcceeade9..c64e8e6742 100644
--- a/res/res_ais.c
+++ b/res/res_ais.c
@@ -34,6 +34,7 @@
/*** MODULEINFO
ais
+ extended
***/
#include "asterisk.h"
diff --git a/res/res_calendar.c b/res/res_calendar.c
index b53ce603c6..28171df0a3 100644
--- a/res/res_calendar.c
+++ b/res/res_calendar.c
@@ -23,6 +23,10 @@
* \todo Support writing attendees
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_calendar_caldav.c b/res/res_calendar_caldav.c
index dd150afd6c..14fce0ca7e 100644
--- a/res/res_calendar_caldav.c
+++ b/res/res_calendar_caldav.c
@@ -24,7 +24,9 @@
neon
ical
libxml2
+ core
***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_calendar_ews.c b/res/res_calendar_ews.c
index 31df353121..51761127eb 100644
--- a/res/res_calendar_ews.c
+++ b/res/res_calendar_ews.c
@@ -22,7 +22,9 @@
/*** MODULEINFO
neon29
+ core
***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_calendar_exchange.c b/res/res_calendar_exchange.c
index 2238124db4..4a2df1822c 100644
--- a/res/res_calendar_exchange.c
+++ b/res/res_calendar_exchange.c
@@ -24,7 +24,9 @@
neon
ical
iksemel
+ core
***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_calendar_icalendar.c b/res/res_calendar_icalendar.c
index d503eac35a..8ef269e4f3 100644
--- a/res/res_calendar_icalendar.c
+++ b/res/res_calendar_icalendar.c
@@ -23,7 +23,9 @@
/*** MODULEINFO
neon
ical
+ core
***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_clialiases.c b/res/res_clialiases.c
index e2558f2748..d67f3ba39b 100644
--- a/res/res_clialiases.c
+++ b/res/res_clialiases.c
@@ -26,6 +26,9 @@
* CLI commands.
*/
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/res/res_clioriginate.c b/res/res_clioriginate.c
index 01cf9f7b75..16066ea76c 100644
--- a/res/res_clioriginate.c
+++ b/res/res_clioriginate.c
@@ -24,6 +24,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
diff --git a/res/res_config_curl.c b/res/res_config_curl.c
index 6ee6e96f4e..c83db5be25 100644
--- a/res/res_config_curl.c
+++ b/res/res_config_curl.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
curl
+ core
***/
#include "asterisk.h"
diff --git a/res/res_config_ldap.c b/res/res_config_ldap.c
index 19075833bf..0af926d5a1 100644
--- a/res/res_config_ldap.c
+++ b/res/res_config_ldap.c
@@ -33,6 +33,7 @@
/*** MODULEINFO
ldap
+ extended
***/
#include "asterisk.h"
diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c
index f52f941be9..86cc25c86e 100644
--- a/res/res_config_odbc.c
+++ b/res/res_config_odbc.c
@@ -30,6 +30,7 @@
/*** MODULEINFO
res_odbc
+ core
***/
#include "asterisk.h"
diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c
index e59eec94e9..c83703db38 100644
--- a/res/res_config_pgsql.c
+++ b/res/res_config_pgsql.c
@@ -24,6 +24,7 @@
/*** MODULEINFO
pgsql
+ extended
***/
#include "asterisk.h"
diff --git a/res/res_config_sqlite.c b/res/res_config_sqlite.c
index 75d353cd55..fbeeac2750 100644
--- a/res/res_config_sqlite.c
+++ b/res/res_config_sqlite.c
@@ -73,6 +73,7 @@
/*** MODULEINFO
sqlite
+ extended
***/
#include "asterisk.h"
diff --git a/res/res_convert.c b/res/res_convert.c
index 94d6e1e59c..c2966a85f2 100644
--- a/res/res_convert.c
+++ b/res/res_convert.c
@@ -26,6 +26,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_crypto.c b/res/res_crypto.c
index e25b8a4d6d..4ae0851d69 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
openssl
+ core
***/
#include "asterisk.h"
diff --git a/res/res_fax.c b/res/res_fax.c
index 141cf4713a..272c709af2 100644
--- a/res/res_fax.c
+++ b/res/res_fax.c
@@ -34,6 +34,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_fax_spandsp.c b/res/res_fax_spandsp.c
index 930b957f6d..73004198b4 100644
--- a/res/res_fax_spandsp.c
+++ b/res/res_fax_spandsp.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
spandsp
res_fax
+ extended
***/
#include "asterisk.h"
diff --git a/res/res_http_post.c b/res/res_http_post.c
index 3839c38130..ecc60f095e 100644
--- a/res/res_http_post.c
+++ b/res/res_http_post.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
gmime
+ core
***/
diff --git a/res/res_jabber.c b/res/res_jabber.c
index 0968d81844..e93eab67a6 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -33,6 +33,7 @@
/*** MODULEINFO
iksemel
+ extended
***/
#include "asterisk.h"
diff --git a/res/res_limit.c b/res/res_limit.c
index a6b4fef644..dc07a4caf8 100644
--- a/res/res_limit.c
+++ b/res/res_limit.c
@@ -18,6 +18,9 @@
* \author Tilghman Lesher
*/
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/res/res_monitor.c b/res/res_monitor.c
index 86d1d1e023..61dc4a2d03 100644
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -22,6 +22,10 @@
*
* \author Mark Spencer
*/
+
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
@@ -650,6 +654,12 @@ static int start_monitor_exec(struct ast_channel *chan, const char *data)
AST_APP_ARG(fname_base);
AST_APP_ARG(options);
);
+
+ /* Parse arguments. */
+ if (ast_strlen_zero(data)) {
+ ast_log(LOG_ERROR, "Monitor requires an argument\n");
+ return 0;
+ }
parse = ast_strdupa(data);
AST_STANDARD_APP_ARGS(args, parse);
@@ -665,9 +675,7 @@ static int start_monitor_exec(struct ast_channel *chan, const char *data)
stream_action &= ~X_REC_OUT;
}
- if (args.format) {
- arg = strchr(args.format, ':');
- }
+ arg = strchr(args.format, ':');
if (arg) {
*arg++ = 0;
urlprefix = arg;
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index bedee1a080..7d253db4bf 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
win32
+ core
***/
#include "asterisk.h"
diff --git a/res/res_mutestream.c b/res/res_mutestream.c
index 4faf464783..4a0eca7510 100644
--- a/res/res_mutestream.c
+++ b/res/res_mutestream.c
@@ -29,6 +29,10 @@
* When we know and understands what happens if we zero out video, we can do that too.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 89545 $")
diff --git a/res/res_odbc.c b/res/res_odbc.c
index d2d1bc7f72..53a6fc55d3 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -33,6 +33,7 @@
/*** MODULEINFO
generic_odbc
ltdl
+ core
***/
#include "asterisk.h"
diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index 24d7b65051..c6dc009eaa 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -26,6 +26,10 @@
* \author Terry Wilson
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
#include
diff --git a/res/res_pktccops.c b/res/res_pktccops.c
index 33ecc38176..0572658ac8 100644
--- a/res/res_pktccops.c
+++ b/res/res_pktccops.c
@@ -32,6 +32,7 @@
/*** MODULEINFO
no
+ extended
***/
#include "asterisk.h"
diff --git a/res/res_realtime.c b/res/res_realtime.c
index 1bafe52b72..8b1488fe48 100644
--- a/res/res_realtime.c
+++ b/res/res_realtime.c
@@ -27,6 +27,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c
index 5889927d81..d1304b2199 100644
--- a/res/res_rtp_asterisk.c
+++ b/res/res_rtp_asterisk.c
@@ -28,6 +28,10 @@
* \ingroup rtp_engines
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_rtp_multicast.c b/res/res_rtp_multicast.c
index 56a8cd23cb..aa3a46b12a 100644
--- a/res/res_rtp_multicast.c
+++ b/res/res_rtp_multicast.c
@@ -28,6 +28,10 @@
* \ingroup rtp_engines
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_security_log.c b/res/res_security_log.c
index 2e3d4af52a..3e8c48a24e 100644
--- a/res/res_security_log.c
+++ b/res/res_security_log.c
@@ -27,6 +27,10 @@
* \todo Escape quotes in string payload IE contents
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
diff --git a/res/res_smdi.c b/res/res_smdi.c
index 19b049f17f..98f465a0c9 100644
--- a/res/res_smdi.c
+++ b/res/res_smdi.c
@@ -31,6 +31,10 @@
* polling thread handle it.
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_snmp.c b/res/res_snmp.c
index 4bf81a2f06..f717cead0e 100644
--- a/res/res_snmp.c
+++ b/res/res_snmp.c
@@ -19,6 +19,7 @@
/*** MODULEINFO
netsnmp
+ extended
***/
#include "asterisk.h"
diff --git a/res/res_speech.c b/res/res_speech.c
index 46a846f039..269e99c26e 100644
--- a/res/res_speech.c
+++ b/res/res_speech.c
@@ -23,6 +23,10 @@
* \author Joshua Colp
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
diff --git a/res/res_srtp.c b/res/res_srtp.c
index 3e9525afd5..223b79bbb5 100644
--- a/res/res_srtp.c
+++ b/res/res_srtp.c
@@ -29,7 +29,8 @@
*/
/*** MODULEINFO
- srtp
+ srtp
+ core
***/
/* See https://wiki.asterisk.org/wiki/display/AST/Secure+Calling */
diff --git a/res/res_stun_monitor.c b/res/res_stun_monitor.c
index e3ca9fb716..c579f49f0a 100644
--- a/res/res_stun_monitor.c
+++ b/res/res_stun_monitor.c
@@ -23,6 +23,10 @@
* \author David Vossel
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/res_timing_dahdi.c b/res/res_timing_dahdi.c
index 41f74f6c9f..61dda6a44c 100644
--- a/res/res_timing_dahdi.c
+++ b/res/res_timing_dahdi.c
@@ -25,6 +25,7 @@
/*** MODULEINFO
dahdi
+ core
***/
#include "asterisk.h"
diff --git a/res/res_timing_kqueue.c b/res/res_timing_kqueue.c
index 1fef5fb993..57091bf413 100644
--- a/res/res_timing_kqueue.c
+++ b/res/res_timing_kqueue.c
@@ -26,6 +26,7 @@
/*** MODULEINFO
kqueue
launchd
+ extended
***/
#include "asterisk.h"
diff --git a/res/res_timing_pthread.c b/res/res_timing_pthread.c
index 8cb2898d9e..e89ded2d67 100644
--- a/res/res_timing_pthread.c
+++ b/res/res_timing_pthread.c
@@ -23,6 +23,10 @@
* \brief pthread timing interface
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
diff --git a/res/res_timing_timerfd.c b/res/res_timing_timerfd.c
index ae5d2b411e..80e5ca8a59 100644
--- a/res/res_timing_timerfd.c
+++ b/res/res_timing_timerfd.c
@@ -25,6 +25,7 @@
/*** MODULEINFO
timerfd
+ core
***/
#include "asterisk.h"
diff --git a/tests/test_acl.c b/tests/test_acl.c
index 693c8054d7..b84ca4364b 100644
--- a/tests/test_acl.c
+++ b/tests/test_acl.c
@@ -26,6 +26,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_amihooks.c b/tests/test_amihooks.c
index 2fd23a4768..dfb64866bb 100644
--- a/tests/test_amihooks.c
+++ b/tests/test_amihooks.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
no
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_aoc.c b/tests/test_aoc.c
index 23663ee025..2a42943006 100644
--- a/tests/test_aoc.c
+++ b/tests/test_aoc.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_app.c b/tests/test_app.c
index b4b2c22e11..75992f30f5 100644
--- a/tests/test_app.c
+++ b/tests/test_app.c
@@ -26,6 +26,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_ast_format_str_reduce.c b/tests/test_ast_format_str_reduce.c
index c92245213c..6723513b87 100644
--- a/tests/test_ast_format_str_reduce.c
+++ b/tests/test_ast_format_str_reduce.c
@@ -36,6 +36,7 @@
format_sln
format_wav
format_wav_gsm
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_astobj2.c b/tests/test_astobj2.c
index 12632c63af..9466f3384c 100644
--- a/tests/test_astobj2.c
+++ b/tests/test_astobj2.c
@@ -25,6 +25,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_devicestate.c b/tests/test_devicestate.c
index 415cda2718..77e718bd25 100644
--- a/tests/test_devicestate.c
+++ b/tests/test_devicestate.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_dlinklists.c b/tests/test_dlinklists.c
index 45a34eaf70..2af251f713 100644
--- a/tests/test_dlinklists.c
+++ b/tests/test_dlinklists.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
no
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_event.c b/tests/test_event.c
index e6f345133b..01bb9ee4cc 100644
--- a/tests/test_event.c
+++ b/tests/test_event.c
@@ -44,6 +44,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_expr.c b/tests/test_expr.c
index b4adc4aacb..b7f4164467 100644
--- a/tests/test_expr.c
+++ b/tests/test_expr.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_func_file.c b/tests/test_func_file.c
index 4e8823ba93..6e35fe921a 100644
--- a/tests/test_func_file.c
+++ b/tests/test_func_file.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_gosub.c b/tests/test_gosub.c
index e69acfb17e..f8b7482fd4 100644
--- a/tests/test_gosub.c
+++ b/tests/test_gosub.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_heap.c b/tests/test_heap.c
index 3e70848d1e..d14f1620f7 100644
--- a/tests/test_heap.c
+++ b/tests/test_heap.c
@@ -25,6 +25,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_locale.c b/tests/test_locale.c
index 46271c2326..89148d17a0 100644
--- a/tests/test_locale.c
+++ b/tests/test_locale.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
no
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_logger.c b/tests/test_logger.c
index 04b5a10587..41467ee6e9 100644
--- a/tests/test_logger.c
+++ b/tests/test_logger.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
no
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_pbx.c b/tests/test_pbx.c
index 3ecc9e937e..a86ba36b8d 100644
--- a/tests/test_pbx.c
+++ b/tests/test_pbx.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_poll.c b/tests/test_poll.c
index 815e0c6c46..bdab29142a 100644
--- a/tests/test_poll.c
+++ b/tests/test_poll.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_sched.c b/tests/test_sched.c
index 1090e5b488..c29833cc3d 100644
--- a/tests/test_sched.c
+++ b/tests/test_sched.c
@@ -25,6 +25,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_security_events.c b/tests/test_security_events.c
index 33b40e8771..c2c7c2921c 100644
--- a/tests/test_security_events.c
+++ b/tests/test_security_events.c
@@ -25,6 +25,7 @@
/*** MODULEINFO
no
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_skel.c b/tests/test_skel.c
index 609e399a70..98d604012a 100644
--- a/tests/test_skel.c
+++ b/tests/test_skel.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_stringfields.c b/tests/test_stringfields.c
index dd3f0aaa13..2cd51ddae8 100644
--- a/tests/test_stringfields.c
+++ b/tests/test_stringfields.c
@@ -29,6 +29,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_strings.c b/tests/test_strings.c
index 34062f04df..b1d1205e61 100644
--- a/tests/test_strings.c
+++ b/tests/test_strings.c
@@ -29,6 +29,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_substitution.c b/tests/test_substitution.c
index cb31616912..eb3bb54e27 100644
--- a/tests/test_substitution.c
+++ b/tests/test_substitution.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
func_curl
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_time.c b/tests/test_time.c
index c81c9bb120..ae8834d943 100644
--- a/tests/test_time.c
+++ b/tests/test_time.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/tests/test_utils.c b/tests/test_utils.c
index a4852f6b34..1b6f6116a7 100644
--- a/tests/test_utils.c
+++ b/tests/test_utils.c
@@ -27,6 +27,7 @@
/*** MODULEINFO
TEST_FRAMEWORK
+ extended
***/
#include "asterisk.h"
diff --git a/utils/ael_main.c b/utils/ael_main.c
index e5a7346edb..52aa479933 100644
--- a/utils/ael_main.c
+++ b/utils/ael_main.c
@@ -6,6 +6,11 @@
* it was copied from;
* - fixing the formatting
*/
+
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
#include
diff --git a/utils/astcanary.c b/utils/astcanary.c
index 8cfa3feb73..9432c57a7d 100644
--- a/utils/astcanary.c
+++ b/utils/astcanary.c
@@ -16,6 +16,10 @@
* at the top of the source tree.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include
#include
#include
diff --git a/utils/astman.c b/utils/astman.c
index 6bb4c4c6f8..459eeee71b 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -22,6 +22,10 @@
*
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk.h"
diff --git a/utils/check_expr.c b/utils/check_expr.c
index b904b48246..556b0f9f8e 100644
--- a/utils/check_expr.c
+++ b/utils/check_expr.c
@@ -16,6 +16,10 @@
* at the top of the source tree.
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/utils/conf2ael.c b/utils/conf2ael.c
index 538818b250..020dbe3af9 100644
--- a/utils/conf2ael.c
+++ b/utils/conf2ael.c
@@ -24,6 +24,7 @@
/*** MODULEINFO
res_ael_share
+ extended
***/
#include "asterisk.h"
diff --git a/utils/extconf.c b/utils/extconf.c
index 22df962e7e..54e11a0ad5 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -23,6 +23,11 @@
* for operations outside of asterisk. A huge, awful hack.
*
*/
+
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
#undef DEBUG_THREADS
diff --git a/utils/hashtest.c b/utils/hashtest.c
index 9ec597f4e7..390e331e02 100644
--- a/utils/hashtest.c
+++ b/utils/hashtest.c
@@ -28,6 +28,10 @@
* \author Steve Murphy
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/utils/hashtest2.c b/utils/hashtest2.c
index 7953decf66..5bc6280615 100644
--- a/utils/hashtest2.c
+++ b/utils/hashtest2.c
@@ -28,6 +28,10 @@
* \author Steve Murphy
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/utils/muted.c b/utils/muted.c
index f1191b0747..23f2676e97 100644
--- a/utils/muted.c
+++ b/utils/muted.c
@@ -35,6 +35,10 @@
*
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk/autoconfig.h"
#ifdef __Darwin__
diff --git a/utils/refcounter.c b/utils/refcounter.c
index 1c679e8221..b45680e0d3 100644
--- a/utils/refcounter.c
+++ b/utils/refcounter.c
@@ -39,6 +39,10 @@
* \author Steve Murphy
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/utils/smsq.c b/utils/smsq.c
index c6aaff8e21..fab32f0862 100644
--- a/utils/smsq.c
+++ b/utils/smsq.c
@@ -17,6 +17,10 @@
* at the top of the source tree.
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
#include
diff --git a/utils/stereorize.c b/utils/stereorize.c
index 31f1b1fbed..4843040373 100644
--- a/utils/stereorize.c
+++ b/utils/stereorize.c
@@ -10,6 +10,10 @@
*
****************************************************************************/
+/*** MODULEINFO
+ extended
+ ***/
+
#include
#include
#include
diff --git a/utils/streamplayer.c b/utils/streamplayer.c
index ebb12e54bd..6c70b0840a 100644
--- a/utils/streamplayer.c
+++ b/utils/streamplayer.c
@@ -42,6 +42,10 @@
* not work. :)
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include
#include
#include