@ -1742,8 +1743,10 @@ static int pbx_load_module(void)
if(plus)
if(plus)
ipri+=atoi(plus);
ipri+=atoi(plus);
lastpri=ipri;
lastpri=ipri;
if(!option_dontwarn){
if(!strcmp(realext,"_."))
if(!strcmp(realext,"_."))
ast_log(LOG_WARNING,"The use of '_.' for an extension is strongly discouraged and can have unexpected behavior. Please use '_X.' instead at line %d\n",v->lineno);
ast_log(LOG_WARNING,"The use of '_.' for an extension is strongly discouraged and can have unexpected behavior. Please use '_X.' instead at line %d\n",v->lineno);