summaryrefslogtreecommitdiff
path: root/channels/sip
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-08-08 17:53:39 +0000
committerMatthew Jordan <mjordan@digium.com>2014-08-08 17:53:39 +0000
commit91f7b661832762c5cc1747a2f36e6b42afbd321b (patch)
tree428dad054caea1fb96b95317ae55ba229b7bfe76 /channels/sip
parent86e927a71462300dfc93240abaacc883e57c520a (diff)
chan_sip: Mark chan_sip and its files as extended support
........ Merged revisions 420562 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@420563 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/sip')
-rw-r--r--channels/sip/config_parser.c2
-rw-r--r--channels/sip/dialplan_functions.c2
-rw-r--r--channels/sip/reqresp_parser.c2
-rw-r--r--channels/sip/route.c2
-rw-r--r--channels/sip/security_events.c2
-rw-r--r--channels/sip/utils.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/channels/sip/config_parser.c b/channels/sip/config_parser.c
index 27ded99b8..d48ff08dd 100644
--- a/channels/sip/config_parser.c
+++ b/channels/sip/config_parser.c
@@ -20,7 +20,7 @@
*/
/*** MODULEINFO
- <support_level>core</support_level>
+ <support_level>extended</support_level>
***/
#include "asterisk.h"
diff --git a/channels/sip/dialplan_functions.c b/channels/sip/dialplan_functions.c
index 03770845a..c3e113a83 100644
--- a/channels/sip/dialplan_functions.c
+++ b/channels/sip/dialplan_functions.c
@@ -20,7 +20,7 @@
*/
/*** MODULEINFO
- <support_level>core</support_level>
+ <support_level>extended</support_level>
***/
#include "asterisk.h"
diff --git a/channels/sip/reqresp_parser.c b/channels/sip/reqresp_parser.c
index 88aea0763..f914595f3 100644
--- a/channels/sip/reqresp_parser.c
+++ b/channels/sip/reqresp_parser.c
@@ -20,7 +20,7 @@
*/
/*** MODULEINFO
- <support_level>core</support_level>
+ <support_level>extended</support_level>
***/
#include "asterisk.h"
diff --git a/channels/sip/route.c b/channels/sip/route.c
index 5f0d62e5c..14c2b443f 100644
--- a/channels/sip/route.c
+++ b/channels/sip/route.c
@@ -20,7 +20,7 @@
*/
/*** MODULEINFO
- <support_level>core</support_level>
+ <support_level>extended</support_level>
***/
#include "asterisk.h"
diff --git a/channels/sip/security_events.c b/channels/sip/security_events.c
index 990484eb5..28a14f8a5 100644
--- a/channels/sip/security_events.c
+++ b/channels/sip/security_events.c
@@ -25,7 +25,7 @@
*/
/*** MODULEINFO
- <support_level>core</support_level>
+ <support_level>extended</support_level>
***/
#include "asterisk.h"
diff --git a/channels/sip/utils.c b/channels/sip/utils.c
index 4459ff107..45a41283b 100644
--- a/channels/sip/utils.c
+++ b/channels/sip/utils.c
@@ -22,7 +22,7 @@
*/
/*** MODULEINFO
- <support_level>core</support_level>
+ <support_level>extended</support_level>
***/
#include "asterisk.h"