diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index d313ca0b1b65788d11c493e622547014473a0e38..97ee23e2edb5872d44cfc6e95573be72e54762d5 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -176,7 +176,7 @@
 /*** MODULEINFO
 	<use type="module">res_crypto</use>
 	<use type="module">res_http_websocket</use>
-	<support_level>core</support_level>
+	<support_level>extended</support_level>
  ***/
 
 /*!  \page sip_session_timers SIP Session Timers in Asterisk Chan_sip
diff --git a/channels/sip/config_parser.c b/channels/sip/config_parser.c
index 27ded99b88785a04a35817d14706e4962ba82901..d48ff08dd022067a1b1318a92134c65ca6889594 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 03770845aaca83b3217eb85340597c284ddad904..c3e113a8325914b1508c8e82042b4db39e43c93c 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 88aea07637a416ebed95f26c46f3d722cb0cf118..f914595f3d28fdb8b6dbc0bc6bef2f14a50ba1c2 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 5f0d62e5ca706b15121e316cfb518be110661d3e..14c2b443f3ad1dacf8f9716ea527bdb2d24902c8 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 990484eb58cef99a92a7da947bd40ec5cb71bcba..28a14f8a53d93a3c33f8a305354688c042bb4a71 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 4459ff107b024acdf04d0b48244e5c39f66e344c..45a41283b49dbc93cf788fbb21afbd46206b461a 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"