[asterisk-commits] russell: trunk r274907 - /trunk/include/asterisk/indications.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jul 9 07:48:28 CDT 2010
Author: russell
Date: Fri Jul 9 07:48:25 2010
New Revision: 274907
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=274907
Log:
Extend length limit on country name in indications.conf.
Modified:
trunk/include/asterisk/indications.h
Modified: trunk/include/asterisk/indications.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/indications.h?view=diff&rev=274907&r1=274906&r2=274907
==============================================================================
--- trunk/include/asterisk/indications.h (original)
+++ trunk/include/asterisk/indications.h Fri Jul 9 07:48:25 2010
@@ -72,7 +72,7 @@
*/
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.
*
More information about the asterisk-commits
mailing list