diff --git a/apps/app_queue.c b/apps/app_queue.c index 1338066f2ae3bbc0dfe4c49b4cf02dd6b022f4f8..de771da3813c746ef17e3f9abb1bd0f6009a4140 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -806,7 +806,7 @@ struct callattempt { struct queue_ent { struct call_queue *parent; /*!< What queue is our parent */ char moh[80]; /*!< Name of musiconhold to be used */ - char announce[PATH_MAX]; /*!< Announcement to play for member when call is answered */ + char announce[80]; /*!< Announcement to play for member when call is answered */ char context[AST_MAX_CONTEXT]; /*!< Context when user exits queue */ char digits[AST_MAX_EXTENSION]; /*!< Digits entered while in queue */ int valid_digits; /*!< Digits entered correspond to valid extension. Exited */