Skip to content
Snippets Groups Projects
Commit e10dcd16 authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 28cbe2f7
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment