mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user