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. *