Index: pbx/pbx_config.c =================================================================== --- pbx/pbx_config.c (revision 168773) +++ pbx/pbx_config.c (working copy) @@ -2245,7 +2245,11 @@ struct ast_config *cfg; char *end; char *label; +#ifdef LOW_MEMORY char realvalue[256]; +#else + char realvalue[8192]; +#endif int lastpri = -2; struct ast_context *con; struct ast_variable *v;