summaryrefslogtreecommitdiff
path: root/include/asterisk/indications.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-07-09 12:48:25 +0000
committerRussell Bryant <russell@russellbryant.com>2010-07-09 12:48:25 +0000
commite10dcd165b0c4a7dd476b48394ec53eab1be4a32 (patch)
tree6d28f422c351fa172adf24450fa8a4ab810b9352 /include/asterisk/indications.h
parent28cbe2f75e33ec3f32da8a1b91a01a0658a133ff (diff)
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
Diffstat (limited to 'include/asterisk/indications.h')
-rw-r--r--include/asterisk/indications.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/indications.h b/include/asterisk/indications.h
index f69eb86c6..c0c17e5f5 100644
--- a/include/asterisk/indications.h
+++ b/include/asterisk/indications.h
@@ -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.
*