Changeset 5237
- Timestamp:
- 11/10/07 12:38:57 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/vmblast/install.sql
r5063 r5237 1 CREATE TABLE IF NOT EXISTS `vmblast` ( `grpnum` BIGINT( 11 ) NOT NULL , `grplist` VARCHAR( 35 ) NOT NULL , `description` VARCHAR( 35 ) NOT NULL , PRIMARY KEY (`grpnum`) ) TYPE = MYISAM ;1 CREATE TABLE IF NOT EXISTS `vmblast` ( `grpnum` BIGINT( 11 ) NOT NULL , `grplist` VARCHAR( 255 ) NOT NULL , `description` VARCHAR( 35 ) NOT NULL , PRIMARY KEY (`grpnum`) ) TYPE = MYISAM ; contributed_modules/modules/vmblast/module.xml
r5222 r5237 2 2 <rawname>vmblast</rawname> 3 3 <name>VoiceMail Blasting</name> 4 <version>1.0. 1</version>4 <version>1.0.2</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 9 9 </description> 10 10 <changelog> 11 *1.0.2* increase grouplist field to varchar(255) to increase the vmblast list 11 12 *1.0.l* fix: context, redisplay of groups, get proper vm contexts, beep before leaving msg 12 13 </changelog>
