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
certified/1.8.6
Russell Bryant 15 years ago
parent 28cbe2f75e
commit e10dcd165b

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

Loading…
Cancel
Save