From e10dcd165b0c4a7dd476b48394ec53eab1be4a32 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 9 Jul 2010 12:48:25 +0000 Subject: [PATCH] Extend length limit on country name in indications.conf. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@274907 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/indications.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asterisk/indications.h b/include/asterisk/indications.h index f69eb86c6e..c0c17e5f51 100644 --- a/include/asterisk/indications.h +++ b/include/asterisk/indications.h @@ -72,7 +72,7 @@ struct ast_tone_zone_sound { */ struct ast_tone_zone { /*! \brief Country code that this set of tones is for */ - char country[5]; + char country[16]; /*! * \brief Text description of the given country. * -- 2.47.2