diff --git a/apps/app_celgenuserevent.c b/apps/app_celgenuserevent.c
index b1701ba23e..57dde86dea 100644
--- a/apps/app_celgenuserevent.c
+++ b/apps/app_celgenuserevent.c
@@ -23,6 +23,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/app_system.c b/apps/app_system.c
index b5fee94b5f..7fe453de13 100644
--- a/apps/app_system.c
+++ b/apps/app_system.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/apps/confbridge/conf_config_parser.c b/apps/confbridge/conf_config_parser.c
index 53d1a60f58..d0a436a9f4 100644
--- a/apps/confbridge/conf_config_parser.c
+++ b/apps/confbridge/conf_config_parser.c
@@ -23,6 +23,10 @@
* \author David Vossel
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/build_tools/find_missing_support_level b/build_tools/find_missing_support_level
new file mode 100755
index 0000000000..dacc3d6fcf
--- /dev/null
+++ b/build_tools/find_missing_support_level
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+grep -r -L -e "support_level" * | grep -e "\.c$" -e "\.cxx$" | sort
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index e236882327..ffae020f8a 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -55,6 +55,7 @@
suppserv
extended
***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/console_board.c b/channels/console_board.c
index e80247c5fb..6c920a944c 100644
--- a/channels/console_board.c
+++ b/channels/console_board.c
@@ -37,6 +37,10 @@
* configuration file).
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h" /* ast_strdupa */
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/utils.h" /* ast_strdupa */
diff --git a/channels/console_gui.c b/channels/console_gui.c
index f49152a732..916c408013 100644
--- a/channels/console_gui.c
+++ b/channels/console_gui.c
@@ -78,6 +78,10 @@ new regions inside the keypad pictureas comments
*
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
#include "console_video.h"
#include "asterisk/lock.h"
diff --git a/channels/console_video.c b/channels/console_video.c
index 77f95ba097..a1db5cd773 100644
--- a/channels/console_video.c
+++ b/channels/console_video.c
@@ -36,6 +36,10 @@
//#define DROP_PACKETS 5 /* if set, drop this % of video packets */
//#define OLD_FFMPEG 1 /* set for old ffmpeg with no swscale */
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include
diff --git a/channels/iax2-parser.c b/channels/iax2-parser.c
index 304df8b2bd..27a74da07e 100644
--- a/channels/iax2-parser.c
+++ b/channels/iax2-parser.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/iax2-provision.c b/channels/iax2-provision.c
index eaa3b74323..ff647e6949 100644
--- a/channels/iax2-provision.c
+++ b/channels/iax2-provision.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/misdn/ie.c b/channels/misdn/ie.c
index e88c58f5af..74ae897de7 100644
--- a/channels/misdn/ie.c
+++ b/channels/misdn/ie.c
@@ -24,6 +24,10 @@
if qi is not NULL (TE-mode), offset is set
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
#include
diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c
index b8aec01383..b599718e25 100644
--- a/channels/misdn/isdn_lib.c
+++ b/channels/misdn/isdn_lib.c
@@ -16,7 +16,9 @@
* \author Christian Richter
*/
-
+/*** MODULEINFO
+ extended
+ ***/
#include
#include
diff --git a/channels/misdn/isdn_msg_parser.c b/channels/misdn/isdn_msg_parser.c
index 73e5e8dc3e..1febfa0c19 100644
--- a/channels/misdn/isdn_msg_parser.c
+++ b/channels/misdn/isdn_msg_parser.c
@@ -16,7 +16,9 @@
* \author Christian Richter
*/
-
+/*** MODULEINFO
+ extended
+ ***/
#include "isdn_lib_intern.h"
diff --git a/channels/misdn/portinfo.c b/channels/misdn/portinfo.c
index 9e9cce86be..f6af3982a4 100644
--- a/channels/misdn/portinfo.c
+++ b/channels/misdn/portinfo.c
@@ -3,6 +3,9 @@
* \author Christian Richter
*/
+/*** MODULEINFO
+ extended
+ ***/
#include "isdn_lib.h"
#include "isdn_lib_intern.h"
diff --git a/channels/misdn_config.c b/channels/misdn_config.c
index 23c2c6d80e..30e96eca4b 100644
--- a/channels/misdn_config.c
+++ b/channels/misdn_config.c
@@ -26,6 +26,10 @@
* \ingroup channel_drivers
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sig_analog.c b/channels/sig_analog.c
index cabb164729..149a773e15 100644
--- a/channels/sig_analog.c
+++ b/channels/sig_analog.c
@@ -23,6 +23,10 @@
* \author Matthew Fredrickson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
#include
diff --git a/channels/sig_pri.c b/channels/sig_pri.c
index 4be5269fc7..93b9b4b8b9 100644
--- a/channels/sig_pri.c
+++ b/channels/sig_pri.c
@@ -23,6 +23,9 @@
* \author Matthew Fredrickson
*/
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/channels/sig_ss7.c b/channels/sig_ss7.c
index 8584d8aafb..9f89ee54f0 100644
--- a/channels/sig_ss7.c
+++ b/channels/sig_ss7.c
@@ -27,6 +27,9 @@
* \arg \ref AstCREDITS
*/
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/channels/sip/config_parser.c b/channels/sip/config_parser.c
index ba6880d30c..6f23aafa90 100644
--- a/channels/sip/config_parser.c
+++ b/channels/sip/config_parser.c
@@ -19,6 +19,10 @@
* \brief sip config parsing functions and unit tests
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/dialplan_functions.c b/channels/sip/dialplan_functions.c
index 75fe82d4d4..2f6b160f43 100644
--- a/channels/sip/dialplan_functions.c
+++ b/channels/sip/dialplan_functions.c
@@ -19,6 +19,10 @@
* \brief sip channel dialplan functions and unit tests
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/reqresp_parser.c b/channels/sip/reqresp_parser.c
index d87acda345..2ff5e6b8d3 100644
--- a/channels/sip/reqresp_parser.c
+++ b/channels/sip/reqresp_parser.c
@@ -19,6 +19,10 @@
* \brief sip request parsing functions and unit tests
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/sdp_crypto.c b/channels/sip/sdp_crypto.c
index 7f88355141..1342d079d0 100644
--- a/channels/sip/sdp_crypto.c
+++ b/channels/sip/sdp_crypto.c
@@ -25,6 +25,10 @@
* \author Mikael Magnusson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/security_events.c b/channels/sip/security_events.c
index 5ba70a143b..1278f073d2 100644
--- a/channels/sip/security_events.c
+++ b/channels/sip/security_events.c
@@ -24,6 +24,10 @@
* \author Michael L. Young
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/srtp.c b/channels/sip/srtp.c
index 3b55106ab2..049bffc587 100644
--- a/channels/sip/srtp.c
+++ b/channels/sip/srtp.c
@@ -25,6 +25,10 @@
* \author Mikael Magnusson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/utils.c b/channels/sip/utils.c
index 14983ba82c..4459ff107b 100644
--- a/channels/sip/utils.c
+++ b/channels/sip/utils.c
@@ -21,6 +21,10 @@
* \author Terry Wilson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
#include "asterisk/utils.h"
diff --git a/channels/vcodecs.c b/channels/vcodecs.c
index db591cad35..72c7fa9c29 100644
--- a/channels/vcodecs.c
+++ b/channels/vcodecs.c
@@ -19,6 +19,10 @@
* $Revision$
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
#include "console_video.h"
#include "asterisk/frame.h"
diff --git a/channels/vgrabbers.c b/channels/vgrabbers.c
index 4afc12f61f..45dced4e1f 100644
--- a/channels/vgrabbers.c
+++ b/channels/vgrabbers.c
@@ -44,6 +44,10 @@
* `->--[enc_out]
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include
diff --git a/codecs/codec_dahdi.c b/codecs/codec_dahdi.c
index c820cb0b42..c4aa32fb3a 100644
--- a/codecs/codec_dahdi.c
+++ b/codecs/codec_dahdi.c
@@ -27,6 +27,7 @@
*/
/*** MODULEINFO
+ core
dahdi
***/
diff --git a/funcs/func_presencestate.c b/funcs/func_presencestate.c
index fa72112884..bbb3cbc1fb 100644
--- a/funcs/func_presencestate.c
+++ b/funcs/func_presencestate.c
@@ -22,6 +22,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/funcs/func_realtime.c b/funcs/func_realtime.c
index d8251f4c6a..341a47ed9e 100644
--- a/funcs/func_realtime.c
+++ b/funcs/func_realtime.c
@@ -24,6 +24,10 @@
* \ingroup functions
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/abstract_jb.c b/main/abstract_jb.c
index fa5597d0ce..e2017c1c1c 100644
--- a/main/abstract_jb.c
+++ b/main/abstract_jb.c
@@ -29,6 +29,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/acl.c b/main/acl.c
index 5902026531..e27ed0cc0b 100644
--- a/main/acl.c
+++ b/main/acl.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/alaw.c b/main/alaw.c
index 2a6c85c473..c5069f358e 100644
--- a/main/alaw.c
+++ b/main/alaw.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/aoc.c b/main/aoc.c
index cb3b057cbb..79978b1a5a 100644
--- a/main/aoc.c
+++ b/main/aoc.c
@@ -23,6 +23,10 @@
* \author David Vossel
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
diff --git a/main/app.c b/main/app.c
index 210ef11685..f6a3095d25 100644
--- a/main/app.c
+++ b/main/app.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/asterisk.c b/main/asterisk.c
index 6122028bf5..d55f46a63d 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -59,6 +59,10 @@
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/astfd.c b/main/astfd.c
index 8aead62fd2..79094840d6 100644
--- a/main/astfd.c
+++ b/main/astfd.c
@@ -23,6 +23,10 @@
* \author Tilghman Lesher
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
#ifdef DEBUG_FD_LEAKS
diff --git a/main/astmm.c b/main/astmm.c
index f2d22652fa..125eb8c1d9 100644
--- a/main/astmm.c
+++ b/main/astmm.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
#ifdef __AST_DEBUG_MALLOC
diff --git a/main/astobj2.c b/main/astobj2.c
index 4c82ea4677..a04b9ef6d9 100644
--- a/main/astobj2.c
+++ b/main/astobj2.c
@@ -17,6 +17,11 @@
/*
* Function implementing astobj2 objects.
*/
+
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/audiohook.c b/main/audiohook.c
index e7a84919b6..679e27c1ad 100644
--- a/main/audiohook.c
+++ b/main/audiohook.c
@@ -23,6 +23,10 @@
* \author Joshua Colp
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/autochan.c b/main/autochan.c
index a1cd033a2c..7da249a136 100644
--- a/main/autochan.c
+++ b/main/autochan.c
@@ -23,6 +23,10 @@
* \author Mark Michelson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/autoservice.c b/main/autoservice.c
index 4284749010..4d53f15e5b 100644
--- a/main/autoservice.c
+++ b/main/autoservice.c
@@ -25,6 +25,10 @@
* \author Russell Bryant
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/bridging.c b/main/bridging.c
index 66881c3f8e..54ce9aebc7 100644
--- a/main/bridging.c
+++ b/main/bridging.c
@@ -23,6 +23,10 @@
* \author Joshua Colp
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/callerid.c b/main/callerid.c
index 37edd992ca..3af60bd3d6 100644
--- a/main/callerid.c
+++ b/main/callerid.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/ccss.c b/main/ccss.c
index b27823aaa4..ba3809a6a4 100644
--- a/main/ccss.c
+++ b/main/ccss.c
@@ -21,6 +21,10 @@
* \author Mark Michelson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/cdr.c b/main/cdr.c
index 18d53b2a31..3fc8ef1dec 100644
--- a/main/cdr.c
+++ b/main/cdr.c
@@ -31,6 +31,10 @@
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/cel.c b/main/cel.c
index 613557ec79..95936bca6e 100644
--- a/main/cel.c
+++ b/main/cel.c
@@ -27,6 +27,10 @@
* as expected.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/channel.c b/main/channel.c
index b9fc0b5d8f..9955dea686 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/channel_internal_api.c b/main/channel_internal_api.c
index e39ee5dfd5..933386401f 100644
--- a/main/channel_internal_api.c
+++ b/main/channel_internal_api.c
@@ -27,6 +27,10 @@
* \author Terry Wilson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/chanvars.c b/main/chanvars.c
index a34dec7346..ed71a27437 100644
--- a/main/chanvars.c
+++ b/main/chanvars.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/cli.c b/main/cli.c
index d901e5c830..e6d629b7f0 100644
--- a/main/cli.c
+++ b/main/cli.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/config.c b/main/config.c
index 127d89bb1c..9e2df6c438 100644
--- a/main/config.c
+++ b/main/config.c
@@ -26,6 +26,10 @@
* See http://wiki.asterisk.org
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/config_options.c b/main/config_options.c
index 3d15991ac4..eedce28794 100644
--- a/main/config_options.c
+++ b/main/config_options.c
@@ -21,6 +21,10 @@
* \author Terry Wilson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/data.c b/main/data.c
index 3a7d5e92cd..c5a34543c8 100644
--- a/main/data.c
+++ b/main/data.c
@@ -22,6 +22,10 @@
* \author Eliel C. Sardanons (LU1ALY)
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/datastore.c b/main/datastore.c
index ee471551d1..d086d673ad 100644
--- a/main/datastore.c
+++ b/main/datastore.c
@@ -19,6 +19,10 @@
* \brief Asterisk datastore objects
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/db.c b/main/db.c
index c3e89dcb67..9d5fe1c70c 100644
--- a/main/db.c
+++ b/main/db.c
@@ -27,6 +27,10 @@
* licensing even further) we elect to use DB1 which is BSD licensed
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/devicestate.c b/main/devicestate.c
index 8404413998..779668259e 100644
--- a/main/devicestate.c
+++ b/main/devicestate.c
@@ -113,6 +113,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/dial.c b/main/dial.c
index 39b837b2ad..bbaee7ca60 100644
--- a/main/dial.c
+++ b/main/dial.c
@@ -23,6 +23,10 @@
* \author Joshua Colp
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/dns.c b/main/dns.c
index b7a975844d..c507d5a58c 100644
--- a/main/dns.c
+++ b/main/dns.c
@@ -29,6 +29,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/dnsmgr.c b/main/dnsmgr.c
index 1a3e5cf70a..d4b9d94d2d 100644
--- a/main/dnsmgr.c
+++ b/main/dnsmgr.c
@@ -28,6 +28,10 @@
* thread is in the middle of updating it to the new address.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/dsp.c b/main/dsp.c
index c2d14be88b..c5da2dfbaf 100644
--- a/main/dsp.c
+++ b/main/dsp.c
@@ -40,6 +40,10 @@
detriment.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/enum.c b/main/enum.c
index 9c31c93b2c..0dead9aa5b 100644
--- a/main/enum.c
+++ b/main/enum.c
@@ -45,6 +45,10 @@
* \todo The service type selection needs to be redone.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/event.c b/main/event.c
index d79b07a892..f9cf2f4b3a 100644
--- a/main/event.c
+++ b/main/event.c
@@ -23,6 +23,10 @@
* \author Russell Bryant
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/file.c b/main/file.c
index 076b31dd70..3f52e0aab1 100644
--- a/main/file.c
+++ b/main/file.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/fixedjitterbuf.c b/main/fixedjitterbuf.c
index e7f4c65e49..17cad494ae 100644
--- a/main/fixedjitterbuf.c
+++ b/main/fixedjitterbuf.c
@@ -25,6 +25,10 @@
* \author Slav Klenov
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/format.c b/main/format.c
index 8e9e3b9291..96afd3e184 100644
--- a/main/format.c
+++ b/main/format.c
@@ -25,6 +25,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
diff --git a/main/format_cap.c b/main/format_cap.c
index ffec45fe2b..5fc1108127 100644
--- a/main/format_cap.c
+++ b/main/format_cap.c
@@ -23,6 +23,10 @@
* \author David Vossel
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
diff --git a/main/format_pref.c b/main/format_pref.c
index 11308e1e01..9cb513c228 100644
--- a/main/format_pref.c
+++ b/main/format_pref.c
@@ -21,6 +21,10 @@
* \brief Format Preference API
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
diff --git a/main/frame.c b/main/frame.c
index 6d5c07f83b..d2da73a8e2 100644
--- a/main/frame.c
+++ b/main/frame.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/framehook.c b/main/framehook.c
index 67d55847ad..830a4593a2 100644
--- a/main/framehook.c
+++ b/main/framehook.c
@@ -23,6 +23,10 @@
* \author David Vossel
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/fskmodem.c b/main/fskmodem.c
index 8d9628e0d2..dee5f5cf7f 100644
--- a/main/fskmodem.c
+++ b/main/fskmodem.c
@@ -21,6 +21,10 @@
* \note Includes code and algorithms from the Zapata library.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
#ifdef INTEGER_CALLERID
diff --git a/main/fskmodem_float.c b/main/fskmodem_float.c
index 6bf2c7553c..7bddee7f53 100644
--- a/main/fskmodem_float.c
+++ b/main/fskmodem_float.c
@@ -28,6 +28,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/fskmodem_int.c b/main/fskmodem_int.c
index 1d46a3a229..cc720fe446 100644
--- a/main/fskmodem_int.c
+++ b/main/fskmodem_int.c
@@ -28,6 +28,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/global_datastores.c b/main/global_datastores.c
index cddad6ec1f..92c6bb4f7a 100644
--- a/main/global_datastores.c
+++ b/main/global_datastores.c
@@ -23,6 +23,10 @@
* \author Mark Michelson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/hashtab.c b/main/hashtab.c
index 78878260ff..4b765979f3 100644
--- a/main/hashtab.c
+++ b/main/hashtab.c
@@ -22,6 +22,10 @@
* \author Steve Murphy
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/heap.c b/main/heap.c
index 9c4379abaa..b2c0d38359 100644
--- a/main/heap.c
+++ b/main/heap.c
@@ -23,6 +23,10 @@
* \author Russell Bryant
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/image.c b/main/image.c
index 0146e90ef1..d3ca76f12f 100644
--- a/main/image.c
+++ b/main/image.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/indications.c b/main/indications.c
index 3702bbe13b..4f0fc29480 100644
--- a/main/indications.c
+++ b/main/indications.c
@@ -23,6 +23,10 @@
* \author Russell Bryant
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/io.c b/main/io.c
index e4d4f0bfe2..cd15b5b077 100644
--- a/main/io.c
+++ b/main/io.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/jitterbuf.c b/main/jitterbuf.c
index 1e7191f096..fe4e91f10a 100644
--- a/main/jitterbuf.c
+++ b/main/jitterbuf.c
@@ -27,6 +27,10 @@
*
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/libasteriskssl.c b/main/libasteriskssl.c
index 8b2d8b0a84..3babc142fb 100644
--- a/main/libasteriskssl.c
+++ b/main/libasteriskssl.c
@@ -23,6 +23,10 @@
* \author Russell Bryant
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/loader.c b/main/loader.c
index 1415fa99fa..e9b92bbdad 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -27,6 +27,10 @@
* - See ModMngMnt
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/lock.c b/main/lock.c
index de22ea48c1..b954977b1a 100644
--- a/main/lock.c
+++ b/main/lock.c
@@ -21,6 +21,10 @@
* \brief General Asterisk locking.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/logger.c b/main/logger.c
index cdced27018..93be752c34 100644
--- a/main/logger.c
+++ b/main/logger.c
@@ -25,6 +25,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/message.c b/main/message.c
index e26b8c3757..b79ec0d6bd 100644
--- a/main/message.c
+++ b/main/message.c
@@ -23,6 +23,10 @@
* \author Russell Bryant
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/netsock.c b/main/netsock.c
index 2201f26817..598bc4b705 100644
--- a/main/netsock.c
+++ b/main/netsock.c
@@ -25,6 +25,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/netsock2.c b/main/netsock2.c
index 5ae4ceb709..59ae44175b 100644
--- a/main/netsock2.c
+++ b/main/netsock2.c
@@ -23,6 +23,10 @@
* \author Viagénie
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/pbx.c b/main/pbx.c
index c6120b2c7e..0d6df930af 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -22,6 +22,11 @@
*
* \author Mark Spencer
*/
+
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/plc.c b/main/plc.c
index 497bdbd42b..1f0206920e 100644
--- a/main/plc.c
+++ b/main/plc.c
@@ -30,6 +30,10 @@
* \author Steve Underwood
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/presencestate.c b/main/presencestate.c
index df64dab246..94d0dc64dd 100644
--- a/main/presencestate.c
+++ b/main/presencestate.c
@@ -20,6 +20,11 @@
*
* \brief Presence state management
*/
+
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/privacy.c b/main/privacy.c
index 0bdc30d4ad..8863f09966 100644
--- a/main/privacy.c
+++ b/main/privacy.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/rtp_engine.c b/main/rtp_engine.c
index d0188a9455..81c2a0a561 100644
--- a/main/rtp_engine.c
+++ b/main/rtp_engine.c
@@ -23,6 +23,10 @@
* \author Joshua Colp
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/say.c b/main/say.c
index f8379c5260..0f20d95363 100644
--- a/main/say.c
+++ b/main/say.c
@@ -31,6 +31,10 @@
* IP Crossing Co., Ltd.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/sched.c b/main/sched.c
index cf1df11ce3..fa809e1722 100644
--- a/main/sched.c
+++ b/main/sched.c
@@ -24,6 +24,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/security_events.c b/main/security_events.c
index 6b419237c0..51a8e05821 100644
--- a/main/security_events.c
+++ b/main/security_events.c
@@ -24,6 +24,10 @@
* \author Russell Bryant
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/slinfactory.c b/main/slinfactory.c
index 6e31bf0d02..921edb0903 100644
--- a/main/slinfactory.c
+++ b/main/slinfactory.c
@@ -24,6 +24,10 @@
* \author Anthony Minessale
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/srv.c b/main/srv.c
index 15a194fb66..b8b2df8145 100644
--- a/main/srv.c
+++ b/main/srv.c
@@ -29,6 +29,10 @@
* \note Funding provided by nic.at
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/stdtime/localtime.c b/main/stdtime/localtime.c
index 7dd3a69288..36559f151f 100644
--- a/main/stdtime/localtime.c
+++ b/main/stdtime/localtime.c
@@ -44,6 +44,10 @@
/*LINTLIBRARY*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/strcompat.c b/main/strcompat.c
index 1bad4b1b7d..03c304144d 100644
--- a/main/strcompat.c
+++ b/main/strcompat.c
@@ -19,6 +19,10 @@
* \brief Compatibility functions for strsep and strtoq missing on Solaris
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
#include
diff --git a/main/strings.c b/main/strings.c
index 10c1c42f88..285ec92879 100644
--- a/main/strings.c
+++ b/main/strings.c
@@ -31,6 +31,10 @@
***/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/stun.c b/main/stun.c
index a1474156fb..ca3183839a 100644
--- a/main/stun.c
+++ b/main/stun.c
@@ -26,6 +26,10 @@
* \note STUN is defined in RFC 3489.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/syslog.c b/main/syslog.c
index 88f554e334..9171be40b4 100644
--- a/main/syslog.c
+++ b/main/syslog.c
@@ -22,6 +22,10 @@
* \author Sean Bright
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
#include "asterisk/utils.h"
#include "asterisk/syslog.h"
diff --git a/main/taskprocessor.c b/main/taskprocessor.c
index a7416df464..e92b6948b8 100644
--- a/main/taskprocessor.c
+++ b/main/taskprocessor.c
@@ -23,6 +23,10 @@
* \author Dwayne Hubbard
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/tcptls.c b/main/tcptls.c
index 4988da96a0..7a3ce4c4fa 100644
--- a/main/tcptls.c
+++ b/main/tcptls.c
@@ -25,6 +25,10 @@
* \author Brett Bryant
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/tdd.c b/main/tdd.c
index 6ceb31d661..2a8b8693f3 100644
--- a/main/tdd.c
+++ b/main/tdd.c
@@ -27,6 +27,10 @@
* \note Includes code and algorithms from the Zapata library.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/term.c b/main/term.c
index 6fe99a45de..132b7fa0cc 100644
--- a/main/term.c
+++ b/main/term.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/test.c b/main/test.c
index 07ddc4d786..d24ea42a65 100644
--- a/main/test.c
+++ b/main/test.c
@@ -25,6 +25,10 @@
* \author Russell Bryant
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$");
diff --git a/main/threadstorage.c b/main/threadstorage.c
index 83c9ebe30a..403045bd83 100644
--- a/main/threadstorage.c
+++ b/main/threadstorage.c
@@ -23,6 +23,10 @@
* \author Kevin P. Fleming
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
#include "asterisk/_private.h"
diff --git a/main/timing.c b/main/timing.c
index 36ec781f4f..c237d0899f 100644
--- a/main/timing.c
+++ b/main/timing.c
@@ -25,6 +25,10 @@
* \author Russell Bryant
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/translate.c b/main/translate.c
index 7e1515ba4e..607fee77b4 100644
--- a/main/translate.c
+++ b/main/translate.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/udptl.c b/main/udptl.c
index e31d9f81c8..cc2d832a5b 100644
--- a/main/udptl.c
+++ b/main/udptl.c
@@ -48,6 +48,9 @@
* - app_fax.c
*/
+/*** MODULEINFO
+ core
+ ***/
#include "asterisk.h"
diff --git a/main/ulaw.c b/main/ulaw.c
index 215790ecc7..76e4b04198 100644
--- a/main/ulaw.c
+++ b/main/ulaw.c
@@ -23,6 +23,10 @@
* \author Mark Spencer
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/utils.c b/main/utils.c
index 21842ee941..395d2d1d2a 100644
--- a/main/utils.c
+++ b/main/utils.c
@@ -23,6 +23,10 @@
* Please consult the CODING GUIDELINES for more information.
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/main/xml.c b/main/xml.c
index e28a989d84..bdf983e51c 100644
--- a/main/xml.c
+++ b/main/xml.c
@@ -21,6 +21,10 @@
* \author Eliel C. Sardanons (LU1ALY)
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
#include "asterisk/xml.h"
#include "asterisk/logger.h"
diff --git a/main/xmldoc.c b/main/xmldoc.c
index fad10e09ab..7ef81f1813 100644
--- a/main/xmldoc.c
+++ b/main/xmldoc.c
@@ -23,6 +23,10 @@
* \extref libxml2 http://www.xmlsoft.org/
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/pbx/dundi-parser.c b/pbx/dundi-parser.c
index 6a0838a81e..48f17107f5 100644
--- a/pbx/dundi-parser.c
+++ b/pbx/dundi-parser.c
@@ -22,6 +22,10 @@
*
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/ael/pval.c b/res/ael/pval.c
index 327dbffc7c..ff425f543f 100644
--- a/res/ael/pval.c
+++ b/res/ael/pval.c
@@ -23,6 +23,10 @@
*
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/res/snmp/agent.c b/res/snmp/agent.c
index f36cbf66d7..6391f39010 100644
--- a/res/snmp/agent.c
+++ b/res/snmp/agent.c
@@ -14,6 +14,10 @@
* \author Thorsten Lockert
*/
+/*** MODULEINFO
+ extended
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/utils/astdb2bdb.c b/utils/astdb2bdb.c
index 51f96ed299..c93d463127 100644
--- a/utils/astdb2bdb.c
+++ b/utils/astdb2bdb.c
@@ -18,11 +18,15 @@
/*! \file
*
- * \brief SQLite 3 astdb to Berkely DB converter
+ * \brief SQLite 3 astdb to Berkeley DB converter
*
* \author Terry Wilson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
#include
diff --git a/utils/astdb2sqlite3.c b/utils/astdb2sqlite3.c
index b0751dc3be..ba35f9360c 100644
--- a/utils/astdb2sqlite3.c
+++ b/utils/astdb2sqlite3.c
@@ -18,11 +18,15 @@
/*! \file
*
- * \brief Berekeley DB to SQLite3 converter
+ * \brief Berkeley DB to SQLite3 converter
*
* \author Terry Wilson
*/
+/*** MODULEINFO
+ core
+ ***/
+
#include "asterisk.h"
//ASTERISK_FILE_VERSION(__FILE__, "$Revision$")