mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +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 {
|
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.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user