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
This commit is contained in:
Russell Bryant
2010-07-09 12:48:25 +00:00
parent 28cbe2f75e
commit e10dcd165b

View File

@@ -72,7 +72,7 @@ struct ast_tone_zone_sound {
*/ */
struct ast_tone_zone { struct ast_tone_zone {
/*! \brief Country code that this set of tones is for */ /*! \brief Country code that this set of tones is for */
char country[5]; char country[16];
/*! /*!
* \brief Text description of the given country. * \brief Text description of the given country.
* *