diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index e6fed570b324f28bb82657d93cf40a21ca01e945..3dd7a97ec9be7e4294d3fccf12564345ee9ac603 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -299,7 +299,7 @@ struct ast_conf_user {
 	int talking;                            /*!< Is user talking */
 	int zapchannel;                         /*!< Is a Zaptel channel */
 	char usrvalue[50];                      /*!< Custom User Value */
-	char namerecloc[AST_MAX_EXTENSION];     /*!< Name Recorded file Location */
+	char namerecloc[PATH_MAX];		/*!< Name Recorded file Location */
 	time_t jointime;                        /*!< Time the user joined the conference */
 	struct volume talk;
 	struct volume listen;