diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index ea5e9312aa9aca8b6caa7f96c7c3aa314c263d56..9c109b425fe40a23d3482fa36e38fcbb790161b8 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -1024,7 +1024,7 @@ static struct sockaddr_in outboundproxyip;
 static int ourport;
 static struct sockaddr_in debugaddr;
 
-struct ast_config *notify_types;		/*!< The list of manual NOTIFY types we know how to send */
+static struct ast_config *notify_types;		/*!< The list of manual NOTIFY types we know how to send */
 
 /*---------------------------- Forward declarations of functions in chan_sip.c */
 /*! \note Sorted up from start to build_rpid.... Will continue categorization in order to