aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-09 12:48:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-09 12:48:25 +0000
commit2178f2337615b8f48b34cc3dd87b76358059c92b (patch)
tree6d28f422c351fa172adf24450fa8a4ab810b9352 /include
parent668fe85731160e1a4a36d9bcbbd9891a1720caf4 (diff)
Extend length limit on country name in indications.conf.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@274907 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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.
*