]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Extend length limit on country name in indications.conf.
authorRussell Bryant <russell@russellbryant.com>
Fri, 9 Jul 2010 12:48:25 +0000 (12:48 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 9 Jul 2010 12:48:25 +0000 (12:48 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@274907 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/indications.h

index f69eb86c6e802de68cdfc2fb9da7dad82df08d22..c0c17e5f51051b62b0f46e7fe02c51a589f8a831 100644 (file)
@@ -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.
         *