diff --git a/channels/chan_sip.c b/channels/chan_sip.c index fe93f3393c..d781323889 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -15262,7 +15262,7 @@ static int function_sippeer(struct ast_channel *chan, const char *cmd, char *dat } /*! \brief Structure to declare a dialplan function: SIPPEER */ -struct ast_custom_function sippeer_function = { +static struct ast_custom_function sippeer_function = { .name = "SIPPEER", .synopsis = "Gets SIP peer information", .syntax = "SIPPEER([,item])",