summaryrefslogtreecommitdiff
path: root/channels/sip
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sip')
-rw-r--r--channels/sip/config_parser.c4
-rw-r--r--channels/sip/dialplan_functions.c4
-rw-r--r--channels/sip/reqresp_parser.c4
-rw-r--r--channels/sip/sdp_crypto.c4
-rw-r--r--channels/sip/security_events.c4
-rw-r--r--channels/sip/srtp.c4
-rw-r--r--channels/sip/utils.c4
7 files changed, 28 insertions, 0 deletions
diff --git a/channels/sip/config_parser.c b/channels/sip/config_parser.c
index ba6880d30..6f23aafa9 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
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/dialplan_functions.c b/channels/sip/dialplan_functions.c
index 75fe82d4d..2f6b160f4 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
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/reqresp_parser.c b/channels/sip/reqresp_parser.c
index d87acda34..2ff5e6b8d 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
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/sdp_crypto.c b/channels/sip/sdp_crypto.c
index 7f8835514..1342d079d 100644
--- a/channels/sip/sdp_crypto.c
+++ b/channels/sip/sdp_crypto.c
@@ -25,6 +25,10 @@
* \author Mikael Magnusson <mikma@users.sourceforge.net>
*/
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/security_events.c b/channels/sip/security_events.c
index 5ba70a143..1278f073d 100644
--- a/channels/sip/security_events.c
+++ b/channels/sip/security_events.c
@@ -24,6 +24,10 @@
* \author Michael L. Young <elgueromexicano@gmail.com>
*/
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/srtp.c b/channels/sip/srtp.c
index 3b55106ab..049bffc58 100644
--- a/channels/sip/srtp.c
+++ b/channels/sip/srtp.c
@@ -25,6 +25,10 @@
* \author Mikael Magnusson <mikma@users.sourceforge.net>
*/
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
diff --git a/channels/sip/utils.c b/channels/sip/utils.c
index 14983ba82..4459ff107 100644
--- a/channels/sip/utils.c
+++ b/channels/sip/utils.c
@@ -21,6 +21,10 @@
* \author Terry Wilson <twilson@digium.com>
*/
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
#include "asterisk/utils.h"